/*! 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.
 */
/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */
html {
  box-sizing: border-box;
  /* 1 */
  font-family: sans-serif;
  /* 2 */ }

*,
*::before,
*::after {
  box-sizing: inherit; }

/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0; }

button {
  background: transparent;
  padding: 0; }

/**
 * 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 system font stack 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: -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 */ }

/**
 * 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 {
  border-width: 0;
  border-style: solid;
  border-color: #e2e8f0; }

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

textarea {
  resize: vertical; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5; }

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 0.5; }

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

.block {
  display: block; }

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

.inline {
  display: inline; }

.flex {
  display: flex; }

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

.table {
  display: table; }

.table-row {
  display: table-row; }

.table-cell {
  display: table-cell; }

.hidden {
  display: none; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.float-none {
  float: none; }

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

.object-contain {
  object-fit: contain; }

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

.object-fill {
  object-fit: fill; }

.object-none {
  object-fit: none; }

.object-scale-down {
  object-fit: scale-down; }

.object-bottom {
  object-position: bottom; }

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

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

.object-left-bottom {
  object-position: left bottom; }

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

.object-right {
  object-position: right; }

.object-right-bottom {
  object-position: right bottom; }

.object-right-top {
  object-position: right top; }

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

.overflow-auto {
  overflow: auto; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.overflow-scroll {
  overflow: scroll; }

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

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

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

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

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

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

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

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

.scrolling-touch {
  -webkit-overflow-scrolling: touch; }

.scrolling-auto {
  -webkit-overflow-scrolling: auto; }

.static {
  position: static; }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.sticky {
  position: sticky; }

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

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

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

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

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

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

.top-0 {
  top: 0; }

.top-auto {
  top: auto; }

.right-0 {
  right: 0; }

.right-auto {
  right: auto; }

.bottom-0 {
  bottom: 0; }

.bottom-auto {
  bottom: auto; }

.left-0 {
  left: 0; }

.left-auto {
  left: auto; }

.visible {
  visibility: visible; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

.font-sans {
  font-family: -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"; }

.font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif; }

.font-mono {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

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

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

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

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

.italic {
  font-style: italic; }

.not-italic {
  font-style: normal; }

.font-hairline {
  font-weight: 100; }

.hover_font-hairline:hover {
  font-weight: 100; }

.focus_font-hairline:focus {
  font-weight: 100; }

.font-thin {
  font-weight: 200; }

.hover_font-thin:hover {
  font-weight: 200; }

.focus_font-thin:focus {
  font-weight: 200; }

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

.hover_font-light:hover {
  font-weight: 300; }

.focus_font-light:focus {
  font-weight: 300; }

.font-normal {
  font-weight: 400; }

.hover_font-normal:hover {
  font-weight: 400; }

.focus_font-normal:focus {
  font-weight: 400; }

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

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

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

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

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

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

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

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

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

.font-extrabold {
  font-weight: 800; }

.hover_font-extrabold:hover {
  font-weight: 800; }

.focus_font-extrabold:focus {
  font-weight: 800; }

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

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

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

.tracking-tighter {
  letter-spacing: -0.05em; }

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

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

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

.tracking-wider {
  letter-spacing: 0.05em; }

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

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

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

.leading-snug {
  line-height: 1.375; }

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

.leading-relaxed {
  line-height: 1.625; }

.leading-loose {
  line-height: 2; }

.list-none {
  list-style-type: none; }

.list-disc {
  list-style-type: disc; }

.list-decimal {
  list-style-type: decimal; }

.list-inside {
  list-style-position: inside; }

.list-outside {
  list-style-position: outside; }

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

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

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

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

.underline {
  text-decoration: underline; }

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

.focus_underline:focus {
  text-decoration: underline; }

.line-through {
  text-decoration: line-through; }

.hover_line-through:hover {
  text-decoration: line-through; }

.focus_line-through:focus {
  text-decoration: line-through; }

.no-underline {
  text-decoration: none; }

.hover_no-underline:hover {
  text-decoration: none; }

.focus_no-underline:focus {
  text-decoration: none; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.normal-case {
  text-transform: none; }

.text-transparent {
  color: transparent; }

.hover_text-transparent:hover {
  color: transparent; }

.focus_text-transparent:focus {
  color: transparent; }

.text-black {
  color: #000; }

.hover_text-black:hover {
  color: #000; }

.focus_text-black:focus {
  color: #000; }

.text-white {
  color: #fff; }

.hover_text-white:hover {
  color: #fff; }

.focus_text-white:focus {
  color: #fff; }

.text-gray-100 {
  color: #f7fafc; }

.hover_text-gray-100:hover {
  color: #f7fafc; }

.focus_text-gray-100:focus {
  color: #f7fafc; }

.text-gray-200 {
  color: #edf2f7; }

.hover_text-gray-200:hover {
  color: #edf2f7; }

.focus_text-gray-200:focus {
  color: #edf2f7; }

.text-gray-300 {
  color: #e2e8f0; }

.hover_text-gray-300:hover {
  color: #e2e8f0; }

.focus_text-gray-300:focus {
  color: #e2e8f0; }

.text-gray-400 {
  color: #cbd5e0; }

.hover_text-gray-400:hover {
  color: #cbd5e0; }

.focus_text-gray-400:focus {
  color: #cbd5e0; }

.text-gray-500 {
  color: #a0aec0; }

.hover_text-gray-500:hover {
  color: #a0aec0; }

.focus_text-gray-500:focus {
  color: #a0aec0; }

.text-gray-600 {
  color: #718096; }

.hover_text-gray-600:hover {
  color: #718096; }

.focus_text-gray-600:focus {
  color: #718096; }

.text-gray-700 {
  color: #4a5568; }

.hover_text-gray-700:hover {
  color: #4a5568; }

.focus_text-gray-700:focus {
  color: #4a5568; }

.text-gray-800 {
  color: #2d3748; }

.hover_text-gray-800:hover {
  color: #2d3748; }

.focus_text-gray-800:focus {
  color: #2d3748; }

.text-gray-900 {
  color: #1a202c; }

.hover_text-gray-900:hover {
  color: #1a202c; }

.focus_text-gray-900:focus {
  color: #1a202c; }

.text-red-100 {
  color: #fff5f5; }

.hover_text-red-100:hover {
  color: #fff5f5; }

.focus_text-red-100:focus {
  color: #fff5f5; }

.text-red-200 {
  color: #fed7d7; }

.hover_text-red-200:hover {
  color: #fed7d7; }

.focus_text-red-200:focus {
  color: #fed7d7; }

.text-red-300 {
  color: #feb2b2; }

.hover_text-red-300:hover {
  color: #feb2b2; }

.focus_text-red-300:focus {
  color: #feb2b2; }

.text-red-400 {
  color: #fc8181; }

.hover_text-red-400:hover {
  color: #fc8181; }

.focus_text-red-400:focus {
  color: #fc8181; }

.text-red-500 {
  color: #f56565; }

.hover_text-red-500:hover {
  color: #f56565; }

.focus_text-red-500:focus {
  color: #f56565; }

.text-red-600 {
  color: #e53e3e; }

.hover_text-red-600:hover {
  color: #e53e3e; }

.focus_text-red-600:focus {
  color: #e53e3e; }

.text-red-700 {
  color: #c53030; }

.hover_text-red-700:hover {
  color: #c53030; }

.focus_text-red-700:focus {
  color: #c53030; }

.text-red-800 {
  color: #9b2c2c; }

.hover_text-red-800:hover {
  color: #9b2c2c; }

.focus_text-red-800:focus {
  color: #9b2c2c; }

.text-red-900 {
  color: #742a2a; }

.hover_text-red-900:hover {
  color: #742a2a; }

.focus_text-red-900:focus {
  color: #742a2a; }

.text-orange-100 {
  color: #fffaf0; }

.hover_text-orange-100:hover {
  color: #fffaf0; }

.focus_text-orange-100:focus {
  color: #fffaf0; }

.text-orange-200 {
  color: #feebc8; }

.hover_text-orange-200:hover {
  color: #feebc8; }

.focus_text-orange-200:focus {
  color: #feebc8; }

.text-orange-300 {
  color: #fbd38d; }

.hover_text-orange-300:hover {
  color: #fbd38d; }

.focus_text-orange-300:focus {
  color: #fbd38d; }

.text-orange-400 {
  color: #f6ad55; }

.hover_text-orange-400:hover {
  color: #f6ad55; }

.focus_text-orange-400:focus {
  color: #f6ad55; }

.text-orange-500 {
  color: #ed8936; }

.hover_text-orange-500:hover {
  color: #ed8936; }

.focus_text-orange-500:focus {
  color: #ed8936; }

.text-orange-600 {
  color: #dd6b20; }

.hover_text-orange-600:hover {
  color: #dd6b20; }

.focus_text-orange-600:focus {
  color: #dd6b20; }

.text-orange-700 {
  color: #c05621; }

.hover_text-orange-700:hover {
  color: #c05621; }

.focus_text-orange-700:focus {
  color: #c05621; }

.text-orange-800 {
  color: #9c4221; }

.hover_text-orange-800:hover {
  color: #9c4221; }

.focus_text-orange-800:focus {
  color: #9c4221; }

.text-orange-900 {
  color: #7b341e; }

.hover_text-orange-900:hover {
  color: #7b341e; }

.focus_text-orange-900:focus {
  color: #7b341e; }

.text-yellow-100 {
  color: #fffff0; }

.hover_text-yellow-100:hover {
  color: #fffff0; }

.focus_text-yellow-100:focus {
  color: #fffff0; }

.text-yellow-200 {
  color: #fefcbf; }

.hover_text-yellow-200:hover {
  color: #fefcbf; }

.focus_text-yellow-200:focus {
  color: #fefcbf; }

.text-yellow-300 {
  color: #faf089; }

.hover_text-yellow-300:hover {
  color: #faf089; }

.focus_text-yellow-300:focus {
  color: #faf089; }

.text-yellow-400 {
  color: #f6e05e; }

.hover_text-yellow-400:hover {
  color: #f6e05e; }

.focus_text-yellow-400:focus {
  color: #f6e05e; }

.text-yellow-500 {
  color: #ecc94b; }

.hover_text-yellow-500:hover {
  color: #ecc94b; }

.focus_text-yellow-500:focus {
  color: #ecc94b; }

.text-yellow-600 {
  color: #d69e2e; }

.hover_text-yellow-600:hover {
  color: #d69e2e; }

.focus_text-yellow-600:focus {
  color: #d69e2e; }

.text-yellow-700 {
  color: #b7791f; }

.hover_text-yellow-700:hover {
  color: #b7791f; }

.focus_text-yellow-700:focus {
  color: #b7791f; }

.text-yellow-800 {
  color: #975a16; }

.hover_text-yellow-800:hover {
  color: #975a16; }

.focus_text-yellow-800:focus {
  color: #975a16; }

.text-yellow-900 {
  color: #744210; }

.hover_text-yellow-900:hover {
  color: #744210; }

.focus_text-yellow-900:focus {
  color: #744210; }

.text-green-100 {
  color: #f0fff4; }

.hover_text-green-100:hover {
  color: #f0fff4; }

.focus_text-green-100:focus {
  color: #f0fff4; }

.text-green-200 {
  color: #c6f6d5; }

.hover_text-green-200:hover {
  color: #c6f6d5; }

.focus_text-green-200:focus {
  color: #c6f6d5; }

.text-green-300 {
  color: #9ae6b4; }

.hover_text-green-300:hover {
  color: #9ae6b4; }

.focus_text-green-300:focus {
  color: #9ae6b4; }

.text-green-400 {
  color: #68d391; }

.hover_text-green-400:hover {
  color: #68d391; }

.focus_text-green-400:focus {
  color: #68d391; }

.text-green-500 {
  color: #48bb78; }

.hover_text-green-500:hover {
  color: #48bb78; }

.focus_text-green-500:focus {
  color: #48bb78; }

.text-green-600 {
  color: #38a169; }

.hover_text-green-600:hover {
  color: #38a169; }

.focus_text-green-600:focus {
  color: #38a169; }

.text-green-700 {
  color: #2f855a; }

.hover_text-green-700:hover {
  color: #2f855a; }

.focus_text-green-700:focus {
  color: #2f855a; }

.text-green-800 {
  color: #276749; }

.hover_text-green-800:hover {
  color: #276749; }

.focus_text-green-800:focus {
  color: #276749; }

.text-green-900 {
  color: #22543d; }

.hover_text-green-900:hover {
  color: #22543d; }

.focus_text-green-900:focus {
  color: #22543d; }

.text-teal-100 {
  color: #e6fffa; }

.hover_text-teal-100:hover {
  color: #e6fffa; }

.focus_text-teal-100:focus {
  color: #e6fffa; }

.text-teal-200 {
  color: #b2f5ea; }

.hover_text-teal-200:hover {
  color: #b2f5ea; }

.focus_text-teal-200:focus {
  color: #b2f5ea; }

.text-teal-300 {
  color: #81e6d9; }

.hover_text-teal-300:hover {
  color: #81e6d9; }

.focus_text-teal-300:focus {
  color: #81e6d9; }

.text-teal-400 {
  color: #4fd1c5; }

.hover_text-teal-400:hover {
  color: #4fd1c5; }

.focus_text-teal-400:focus {
  color: #4fd1c5; }

.text-teal-500 {
  color: #38b2ac; }

.hover_text-teal-500:hover {
  color: #38b2ac; }

.focus_text-teal-500:focus {
  color: #38b2ac; }

.text-teal-600 {
  color: #319795; }

.hover_text-teal-600:hover {
  color: #319795; }

.focus_text-teal-600:focus {
  color: #319795; }

.text-teal-700 {
  color: #2c7a7b; }

.hover_text-teal-700:hover {
  color: #2c7a7b; }

.focus_text-teal-700:focus {
  color: #2c7a7b; }

.text-teal-800 {
  color: #285e61; }

.hover_text-teal-800:hover {
  color: #285e61; }

.focus_text-teal-800:focus {
  color: #285e61; }

.text-teal-900 {
  color: #234e52; }

.hover_text-teal-900:hover {
  color: #234e52; }

.focus_text-teal-900:focus {
  color: #234e52; }

.text-blue-100 {
  color: #ebf8ff; }

.hover_text-blue-100:hover {
  color: #ebf8ff; }

.focus_text-blue-100:focus {
  color: #ebf8ff; }

.text-blue-200 {
  color: #bee3f8; }

.hover_text-blue-200:hover {
  color: #bee3f8; }

.focus_text-blue-200:focus {
  color: #bee3f8; }

.text-blue-300 {
  color: #90cdf4; }

.hover_text-blue-300:hover {
  color: #90cdf4; }

.focus_text-blue-300:focus {
  color: #90cdf4; }

.text-blue-400 {
  color: #63b3ed; }

.hover_text-blue-400:hover {
  color: #63b3ed; }

.focus_text-blue-400:focus {
  color: #63b3ed; }

.text-blue-500 {
  color: #4299e1; }

.hover_text-blue-500:hover {
  color: #4299e1; }

.focus_text-blue-500:focus {
  color: #4299e1; }

.text-blue-600 {
  color: #3182ce; }

.hover_text-blue-600:hover {
  color: #3182ce; }

.focus_text-blue-600:focus {
  color: #3182ce; }

.text-blue-700 {
  color: #2b6cb0; }

.hover_text-blue-700:hover {
  color: #2b6cb0; }

.focus_text-blue-700:focus {
  color: #2b6cb0; }

.text-blue-800 {
  color: #2c5282; }

.hover_text-blue-800:hover {
  color: #2c5282; }

.focus_text-blue-800:focus {
  color: #2c5282; }

.text-blue-900 {
  color: #2a4365; }

.hover_text-blue-900:hover {
  color: #2a4365; }

.focus_text-blue-900:focus {
  color: #2a4365; }

.text-indigo-100 {
  color: #ebf4ff; }

.hover_text-indigo-100:hover {
  color: #ebf4ff; }

.focus_text-indigo-100:focus {
  color: #ebf4ff; }

.text-indigo-200 {
  color: #c3dafe; }

.hover_text-indigo-200:hover {
  color: #c3dafe; }

.focus_text-indigo-200:focus {
  color: #c3dafe; }

.text-indigo-300 {
  color: #a3bffa; }

.hover_text-indigo-300:hover {
  color: #a3bffa; }

.focus_text-indigo-300:focus {
  color: #a3bffa; }

.text-indigo-400 {
  color: #7f9cf5; }

.hover_text-indigo-400:hover {
  color: #7f9cf5; }

.focus_text-indigo-400:focus {
  color: #7f9cf5; }

.text-indigo-500 {
  color: #667eea; }

.hover_text-indigo-500:hover {
  color: #667eea; }

.focus_text-indigo-500:focus {
  color: #667eea; }

.text-indigo-600 {
  color: #5a67d8; }

.hover_text-indigo-600:hover {
  color: #5a67d8; }

.focus_text-indigo-600:focus {
  color: #5a67d8; }

.text-indigo-700 {
  color: #4c51bf; }

.hover_text-indigo-700:hover {
  color: #4c51bf; }

.focus_text-indigo-700:focus {
  color: #4c51bf; }

.text-indigo-800 {
  color: #434190; }

.hover_text-indigo-800:hover {
  color: #434190; }

.focus_text-indigo-800:focus {
  color: #434190; }

.text-indigo-900 {
  color: #3c366b; }

.hover_text-indigo-900:hover {
  color: #3c366b; }

.focus_text-indigo-900:focus {
  color: #3c366b; }

.text-purple-100 {
  color: #faf5ff; }

.hover_text-purple-100:hover {
  color: #faf5ff; }

.focus_text-purple-100:focus {
  color: #faf5ff; }

.text-purple-200 {
  color: #e9d8fd; }

.hover_text-purple-200:hover {
  color: #e9d8fd; }

.focus_text-purple-200:focus {
  color: #e9d8fd; }

.text-purple-300 {
  color: #d6bcfa; }

.hover_text-purple-300:hover {
  color: #d6bcfa; }

.focus_text-purple-300:focus {
  color: #d6bcfa; }

.text-purple-400 {
  color: #b794f4; }

.hover_text-purple-400:hover {
  color: #b794f4; }

.focus_text-purple-400:focus {
  color: #b794f4; }

.text-purple-500 {
  color: #9f7aea; }

.hover_text-purple-500:hover {
  color: #9f7aea; }

.focus_text-purple-500:focus {
  color: #9f7aea; }

.text-purple-600 {
  color: #805ad5; }

.hover_text-purple-600:hover {
  color: #805ad5; }

.focus_text-purple-600:focus {
  color: #805ad5; }

.text-purple-700 {
  color: #6b46c1; }

.hover_text-purple-700:hover {
  color: #6b46c1; }

.focus_text-purple-700:focus {
  color: #6b46c1; }

.text-purple-800 {
  color: #553c9a; }

.hover_text-purple-800:hover {
  color: #553c9a; }

.focus_text-purple-800:focus {
  color: #553c9a; }

.text-purple-900 {
  color: #44337a; }

.hover_text-purple-900:hover {
  color: #44337a; }

.focus_text-purple-900:focus {
  color: #44337a; }

.text-pink-100 {
  color: #fff5f7; }

.hover_text-pink-100:hover {
  color: #fff5f7; }

.focus_text-pink-100:focus {
  color: #fff5f7; }

.text-pink-200 {
  color: #fed7e2; }

.hover_text-pink-200:hover {
  color: #fed7e2; }

.focus_text-pink-200:focus {
  color: #fed7e2; }

.text-pink-300 {
  color: #fbb6ce; }

.hover_text-pink-300:hover {
  color: #fbb6ce; }

.focus_text-pink-300:focus {
  color: #fbb6ce; }

.text-pink-400 {
  color: #f687b3; }

.hover_text-pink-400:hover {
  color: #f687b3; }

.focus_text-pink-400:focus {
  color: #f687b3; }

.text-pink-500 {
  color: #ed64a6; }

.hover_text-pink-500:hover {
  color: #ed64a6; }

.focus_text-pink-500:focus {
  color: #ed64a6; }

.text-pink-600 {
  color: #d53f8c; }

.hover_text-pink-600:hover {
  color: #d53f8c; }

.focus_text-pink-600:focus {
  color: #d53f8c; }

.text-pink-700 {
  color: #b83280; }

.hover_text-pink-700:hover {
  color: #b83280; }

.focus_text-pink-700:focus {
  color: #b83280; }

.text-pink-800 {
  color: #97266d; }

.hover_text-pink-800:hover {
  color: #97266d; }

.focus_text-pink-800:focus {
  color: #97266d; }

.text-pink-900 {
  color: #702459; }

.hover_text-pink-900:hover {
  color: #702459; }

.focus_text-pink-900:focus {
  color: #702459; }

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

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

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

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

.align-text-top {
  vertical-align: text-top; }

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

.whitespace-normal {
  white-space: normal; }

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

.whitespace-pre {
  white-space: pre; }

.whitespace-pre-line {
  white-space: pre-line; }

.whitespace-pre-wrap {
  white-space: pre-wrap; }

.break-normal {
  word-break: normal;
  overflow-wrap: normal; }

.break-words {
  overflow-wrap: break-word; }

.break-all {
  word-break: normal; }

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.bg-fixed {
  background-attachment: fixed; }

.bg-local {
  background-attachment: local; }

.bg-scroll {
  background-attachment: scroll; }

.bg-bottom {
  background-position: bottom; }

.bg-center {
  background-position: center; }

.bg-left {
  background-position: left; }

.bg-left-bottom {
  background-position: left-bottom; }

.bg-left-top {
  background-position: left-top; }

.bg-right {
  background-position: right; }

.bg-right-bottom {
  background-position: right-bottom; }

.bg-right-top {
  background-position: right-top; }

.bg-top {
  background-position: top; }

.bg-repeat {
  background-repeat: repeat; }

.bg-no-repeat {
  background-repeat: no-repeat; }

.bg-repeat-x {
  background-repeat: repeat-x; }

.bg-repeat-y {
  background-repeat: repeat-y; }

.bg-repeat-round {
  background-repeat: round; }

.bg-repeat-space {
  background-repeat: space; }

.bg-auto {
  background-size: auto; }

.bg-cover {
  background-size: cover; }

.bg-contain {
  background-size: contain; }

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

.hover_bg-transparent:hover {
  background-color: transparent; }

.focus_bg-transparent:focus {
  background-color: transparent; }

.bg-black {
  background-color: #000; }

.hover_bg-black:hover {
  background-color: #000; }

.focus_bg-black:focus {
  background-color: #000; }

.bg-white {
  background-color: #fff; }

.hover_bg-white:hover {
  background-color: #fff; }

.focus_bg-white:focus {
  background-color: #fff; }

.bg-gray-100 {
  background-color: #f7fafc; }

.hover_bg-gray-100:hover {
  background-color: #f7fafc; }

.focus_bg-gray-100:focus {
  background-color: #f7fafc; }

.bg-gray-200 {
  background-color: #edf2f7; }

.hover_bg-gray-200:hover {
  background-color: #edf2f7; }

.focus_bg-gray-200:focus {
  background-color: #edf2f7; }

.bg-gray-300 {
  background-color: #e2e8f0; }

.hover_bg-gray-300:hover {
  background-color: #e2e8f0; }

.focus_bg-gray-300:focus {
  background-color: #e2e8f0; }

.bg-gray-400 {
  background-color: #cbd5e0; }

.hover_bg-gray-400:hover {
  background-color: #cbd5e0; }

.focus_bg-gray-400:focus {
  background-color: #cbd5e0; }

.bg-gray-500 {
  background-color: #a0aec0; }

.hover_bg-gray-500:hover {
  background-color: #a0aec0; }

.focus_bg-gray-500:focus {
  background-color: #a0aec0; }

.bg-gray-600 {
  background-color: #718096; }

.hover_bg-gray-600:hover {
  background-color: #718096; }

.focus_bg-gray-600:focus {
  background-color: #718096; }

.bg-gray-700 {
  background-color: #4a5568; }

.hover_bg-gray-700:hover {
  background-color: #4a5568; }

.focus_bg-gray-700:focus {
  background-color: #4a5568; }

.bg-gray-800 {
  background-color: #2d3748; }

.hover_bg-gray-800:hover {
  background-color: #2d3748; }

.focus_bg-gray-800:focus {
  background-color: #2d3748; }

.bg-gray-900 {
  background-color: #1a202c; }

.hover_bg-gray-900:hover {
  background-color: #1a202c; }

.focus_bg-gray-900:focus {
  background-color: #1a202c; }

.bg-red-100 {
  background-color: #fff5f5; }

.hover_bg-red-100:hover {
  background-color: #fff5f5; }

.focus_bg-red-100:focus {
  background-color: #fff5f5; }

.bg-red-200 {
  background-color: #fed7d7; }

.hover_bg-red-200:hover {
  background-color: #fed7d7; }

.focus_bg-red-200:focus {
  background-color: #fed7d7; }

.bg-red-300 {
  background-color: #feb2b2; }

.hover_bg-red-300:hover {
  background-color: #feb2b2; }

.focus_bg-red-300:focus {
  background-color: #feb2b2; }

.bg-red-400 {
  background-color: #fc8181; }

.hover_bg-red-400:hover {
  background-color: #fc8181; }

.focus_bg-red-400:focus {
  background-color: #fc8181; }

.bg-red-500 {
  background-color: #f56565; }

.hover_bg-red-500:hover {
  background-color: #f56565; }

.focus_bg-red-500:focus {
  background-color: #f56565; }

.bg-red-600 {
  background-color: #e53e3e; }

.hover_bg-red-600:hover {
  background-color: #e53e3e; }

.focus_bg-red-600:focus {
  background-color: #e53e3e; }

.bg-red-700 {
  background-color: #c53030; }

.hover_bg-red-700:hover {
  background-color: #c53030; }

.focus_bg-red-700:focus {
  background-color: #c53030; }

.bg-red-800 {
  background-color: #9b2c2c; }

.hover_bg-red-800:hover {
  background-color: #9b2c2c; }

.focus_bg-red-800:focus {
  background-color: #9b2c2c; }

.bg-red-900 {
  background-color: #742a2a; }

.hover_bg-red-900:hover {
  background-color: #742a2a; }

.focus_bg-red-900:focus {
  background-color: #742a2a; }

.bg-orange-100 {
  background-color: #fffaf0; }

.hover_bg-orange-100:hover {
  background-color: #fffaf0; }

.focus_bg-orange-100:focus {
  background-color: #fffaf0; }

.bg-orange-200 {
  background-color: #feebc8; }

.hover_bg-orange-200:hover {
  background-color: #feebc8; }

.focus_bg-orange-200:focus {
  background-color: #feebc8; }

.bg-orange-300 {
  background-color: #fbd38d; }

.hover_bg-orange-300:hover {
  background-color: #fbd38d; }

.focus_bg-orange-300:focus {
  background-color: #fbd38d; }

.bg-orange-400 {
  background-color: #f6ad55; }

.hover_bg-orange-400:hover {
  background-color: #f6ad55; }

.focus_bg-orange-400:focus {
  background-color: #f6ad55; }

.bg-orange-500 {
  background-color: #ed8936; }

.hover_bg-orange-500:hover {
  background-color: #ed8936; }

.focus_bg-orange-500:focus {
  background-color: #ed8936; }

.bg-orange-600 {
  background-color: #dd6b20; }

.hover_bg-orange-600:hover {
  background-color: #dd6b20; }

.focus_bg-orange-600:focus {
  background-color: #dd6b20; }

.bg-orange-700 {
  background-color: #c05621; }

.hover_bg-orange-700:hover {
  background-color: #c05621; }

.focus_bg-orange-700:focus {
  background-color: #c05621; }

.bg-orange-800 {
  background-color: #9c4221; }

.hover_bg-orange-800:hover {
  background-color: #9c4221; }

.focus_bg-orange-800:focus {
  background-color: #9c4221; }

.bg-orange-900 {
  background-color: #7b341e; }

.hover_bg-orange-900:hover {
  background-color: #7b341e; }

.focus_bg-orange-900:focus {
  background-color: #7b341e; }

.bg-yellow-100 {
  background-color: #fffff0; }

.hover_bg-yellow-100:hover {
  background-color: #fffff0; }

.focus_bg-yellow-100:focus {
  background-color: #fffff0; }

.bg-yellow-200 {
  background-color: #fefcbf; }

.hover_bg-yellow-200:hover {
  background-color: #fefcbf; }

.focus_bg-yellow-200:focus {
  background-color: #fefcbf; }

.bg-yellow-300 {
  background-color: #faf089; }

.hover_bg-yellow-300:hover {
  background-color: #faf089; }

.focus_bg-yellow-300:focus {
  background-color: #faf089; }

.bg-yellow-400 {
  background-color: #f6e05e; }

.hover_bg-yellow-400:hover {
  background-color: #f6e05e; }

.focus_bg-yellow-400:focus {
  background-color: #f6e05e; }

.bg-yellow-500 {
  background-color: #ecc94b; }

.hover_bg-yellow-500:hover {
  background-color: #ecc94b; }

.focus_bg-yellow-500:focus {
  background-color: #ecc94b; }

.bg-yellow-600 {
  background-color: #d69e2e; }

.hover_bg-yellow-600:hover {
  background-color: #d69e2e; }

.focus_bg-yellow-600:focus {
  background-color: #d69e2e; }

.bg-yellow-700 {
  background-color: #b7791f; }

.hover_bg-yellow-700:hover {
  background-color: #b7791f; }

.focus_bg-yellow-700:focus {
  background-color: #b7791f; }

.bg-yellow-800 {
  background-color: #975a16; }

.hover_bg-yellow-800:hover {
  background-color: #975a16; }

.focus_bg-yellow-800:focus {
  background-color: #975a16; }

.bg-yellow-900 {
  background-color: #744210; }

.hover_bg-yellow-900:hover {
  background-color: #744210; }

.focus_bg-yellow-900:focus {
  background-color: #744210; }

.bg-green-100 {
  background-color: #f0fff4; }

.hover_bg-green-100:hover {
  background-color: #f0fff4; }

.focus_bg-green-100:focus {
  background-color: #f0fff4; }

.bg-green-200 {
  background-color: #c6f6d5; }

.hover_bg-green-200:hover {
  background-color: #c6f6d5; }

.focus_bg-green-200:focus {
  background-color: #c6f6d5; }

.bg-green-300 {
  background-color: #9ae6b4; }

.hover_bg-green-300:hover {
  background-color: #9ae6b4; }

.focus_bg-green-300:focus {
  background-color: #9ae6b4; }

.bg-green-400 {
  background-color: #68d391; }

.hover_bg-green-400:hover {
  background-color: #68d391; }

.focus_bg-green-400:focus {
  background-color: #68d391; }

.bg-green-500 {
  background-color: #48bb78; }

.hover_bg-green-500:hover {
  background-color: #48bb78; }

.focus_bg-green-500:focus {
  background-color: #48bb78; }

.bg-green-600 {
  background-color: #38a169; }

.hover_bg-green-600:hover {
  background-color: #38a169; }

.focus_bg-green-600:focus {
  background-color: #38a169; }

.bg-green-700 {
  background-color: #2f855a; }

.hover_bg-green-700:hover {
  background-color: #2f855a; }

.focus_bg-green-700:focus {
  background-color: #2f855a; }

.bg-green-800 {
  background-color: #276749; }

.hover_bg-green-800:hover {
  background-color: #276749; }

.focus_bg-green-800:focus {
  background-color: #276749; }

.bg-green-900 {
  background-color: #22543d; }

.hover_bg-green-900:hover {
  background-color: #22543d; }

.focus_bg-green-900:focus {
  background-color: #22543d; }

.bg-teal-100 {
  background-color: #e6fffa; }

.hover_bg-teal-100:hover {
  background-color: #e6fffa; }

.focus_bg-teal-100:focus {
  background-color: #e6fffa; }

.bg-teal-200 {
  background-color: #b2f5ea; }

.hover_bg-teal-200:hover {
  background-color: #b2f5ea; }

.focus_bg-teal-200:focus {
  background-color: #b2f5ea; }

.bg-teal-300 {
  background-color: #81e6d9; }

.hover_bg-teal-300:hover {
  background-color: #81e6d9; }

.focus_bg-teal-300:focus {
  background-color: #81e6d9; }

.bg-teal-400 {
  background-color: #4fd1c5; }

.hover_bg-teal-400:hover {
  background-color: #4fd1c5; }

.focus_bg-teal-400:focus {
  background-color: #4fd1c5; }

.bg-teal-500 {
  background-color: #38b2ac; }

.hover_bg-teal-500:hover {
  background-color: #38b2ac; }

.focus_bg-teal-500:focus {
  background-color: #38b2ac; }

.bg-teal-600 {
  background-color: #319795; }

.hover_bg-teal-600:hover {
  background-color: #319795; }

.focus_bg-teal-600:focus {
  background-color: #319795; }

.bg-teal-700 {
  background-color: #2c7a7b; }

.hover_bg-teal-700:hover {
  background-color: #2c7a7b; }

.focus_bg-teal-700:focus {
  background-color: #2c7a7b; }

.bg-teal-800 {
  background-color: #285e61; }

.hover_bg-teal-800:hover {
  background-color: #285e61; }

.focus_bg-teal-800:focus {
  background-color: #285e61; }

.bg-teal-900 {
  background-color: #234e52; }

.hover_bg-teal-900:hover {
  background-color: #234e52; }

.focus_bg-teal-900:focus {
  background-color: #234e52; }

.bg-blue-100 {
  background-color: #ebf8ff; }

.hover_bg-blue-100:hover {
  background-color: #ebf8ff; }

.focus_bg-blue-100:focus {
  background-color: #ebf8ff; }

.bg-blue-200 {
  background-color: #bee3f8; }

.hover_bg-blue-200:hover {
  background-color: #bee3f8; }

.focus_bg-blue-200:focus {
  background-color: #bee3f8; }

.bg-blue-300 {
  background-color: #90cdf4; }

.hover_bg-blue-300:hover {
  background-color: #90cdf4; }

.focus_bg-blue-300:focus {
  background-color: #90cdf4; }

.bg-blue-400 {
  background-color: #63b3ed; }

.hover_bg-blue-400:hover {
  background-color: #63b3ed; }

.focus_bg-blue-400:focus {
  background-color: #63b3ed; }

.bg-blue-500 {
  background-color: #4299e1; }

.hover_bg-blue-500:hover {
  background-color: #4299e1; }

.focus_bg-blue-500:focus {
  background-color: #4299e1; }

.bg-blue-600 {
  background-color: #3182ce; }

.hover_bg-blue-600:hover {
  background-color: #3182ce; }

.focus_bg-blue-600:focus {
  background-color: #3182ce; }

.bg-blue-700 {
  background-color: #2b6cb0; }

.hover_bg-blue-700:hover {
  background-color: #2b6cb0; }

.focus_bg-blue-700:focus {
  background-color: #2b6cb0; }

.bg-blue-800 {
  background-color: #2c5282; }

.hover_bg-blue-800:hover {
  background-color: #2c5282; }

.focus_bg-blue-800:focus {
  background-color: #2c5282; }

.bg-blue-900 {
  background-color: #2a4365; }

.hover_bg-blue-900:hover {
  background-color: #2a4365; }

.focus_bg-blue-900:focus {
  background-color: #2a4365; }

.bg-indigo-100 {
  background-color: #ebf4ff; }

.hover_bg-indigo-100:hover {
  background-color: #ebf4ff; }

.focus_bg-indigo-100:focus {
  background-color: #ebf4ff; }

.bg-indigo-200 {
  background-color: #c3dafe; }

.hover_bg-indigo-200:hover {
  background-color: #c3dafe; }

.focus_bg-indigo-200:focus {
  background-color: #c3dafe; }

.bg-indigo-300 {
  background-color: #a3bffa; }

.hover_bg-indigo-300:hover {
  background-color: #a3bffa; }

.focus_bg-indigo-300:focus {
  background-color: #a3bffa; }

.bg-indigo-400 {
  background-color: #7f9cf5; }

.hover_bg-indigo-400:hover {
  background-color: #7f9cf5; }

.focus_bg-indigo-400:focus {
  background-color: #7f9cf5; }

.bg-indigo-500 {
  background-color: #667eea; }

.hover_bg-indigo-500:hover {
  background-color: #667eea; }

.focus_bg-indigo-500:focus {
  background-color: #667eea; }

.bg-indigo-600 {
  background-color: #5a67d8; }

.hover_bg-indigo-600:hover {
  background-color: #5a67d8; }

.focus_bg-indigo-600:focus {
  background-color: #5a67d8; }

.bg-indigo-700 {
  background-color: #4c51bf; }

.hover_bg-indigo-700:hover {
  background-color: #4c51bf; }

.focus_bg-indigo-700:focus {
  background-color: #4c51bf; }

.bg-indigo-800 {
  background-color: #434190; }

.hover_bg-indigo-800:hover {
  background-color: #434190; }

.focus_bg-indigo-800:focus {
  background-color: #434190; }

.bg-indigo-900 {
  background-color: #3c366b; }

.hover_bg-indigo-900:hover {
  background-color: #3c366b; }

.focus_bg-indigo-900:focus {
  background-color: #3c366b; }

.bg-purple-100 {
  background-color: #faf5ff; }

.hover_bg-purple-100:hover {
  background-color: #faf5ff; }

.focus_bg-purple-100:focus {
  background-color: #faf5ff; }

.bg-purple-200 {
  background-color: #e9d8fd; }

.hover_bg-purple-200:hover {
  background-color: #e9d8fd; }

.focus_bg-purple-200:focus {
  background-color: #e9d8fd; }

.bg-purple-300 {
  background-color: #d6bcfa; }

.hover_bg-purple-300:hover {
  background-color: #d6bcfa; }

.focus_bg-purple-300:focus {
  background-color: #d6bcfa; }

.bg-purple-400 {
  background-color: #b794f4; }

.hover_bg-purple-400:hover {
  background-color: #b794f4; }

.focus_bg-purple-400:focus {
  background-color: #b794f4; }

.bg-purple-500 {
  background-color: #9f7aea; }

.hover_bg-purple-500:hover {
  background-color: #9f7aea; }

.focus_bg-purple-500:focus {
  background-color: #9f7aea; }

.bg-purple-600 {
  background-color: #805ad5; }

.hover_bg-purple-600:hover {
  background-color: #805ad5; }

.focus_bg-purple-600:focus {
  background-color: #805ad5; }

.bg-purple-700 {
  background-color: #6b46c1; }

.hover_bg-purple-700:hover {
  background-color: #6b46c1; }

.focus_bg-purple-700:focus {
  background-color: #6b46c1; }

.bg-purple-800 {
  background-color: #553c9a; }

.hover_bg-purple-800:hover {
  background-color: #553c9a; }

.focus_bg-purple-800:focus {
  background-color: #553c9a; }

.bg-purple-900 {
  background-color: #44337a; }

.hover_bg-purple-900:hover {
  background-color: #44337a; }

.focus_bg-purple-900:focus {
  background-color: #44337a; }

.bg-pink-100 {
  background-color: #fff5f7; }

.hover_bg-pink-100:hover {
  background-color: #fff5f7; }

.focus_bg-pink-100:focus {
  background-color: #fff5f7; }

.bg-pink-200 {
  background-color: #fed7e2; }

.hover_bg-pink-200:hover {
  background-color: #fed7e2; }

.focus_bg-pink-200:focus {
  background-color: #fed7e2; }

.bg-pink-300 {
  background-color: #fbb6ce; }

.hover_bg-pink-300:hover {
  background-color: #fbb6ce; }

.focus_bg-pink-300:focus {
  background-color: #fbb6ce; }

.bg-pink-400 {
  background-color: #f687b3; }

.hover_bg-pink-400:hover {
  background-color: #f687b3; }

.focus_bg-pink-400:focus {
  background-color: #f687b3; }

.bg-pink-500 {
  background-color: #ed64a6; }

.hover_bg-pink-500:hover {
  background-color: #ed64a6; }

.focus_bg-pink-500:focus {
  background-color: #ed64a6; }

.bg-pink-600 {
  background-color: #d53f8c; }

.hover_bg-pink-600:hover {
  background-color: #d53f8c; }

.focus_bg-pink-600:focus {
  background-color: #d53f8c; }

.bg-pink-700 {
  background-color: #b83280; }

.hover_bg-pink-700:hover {
  background-color: #b83280; }

.focus_bg-pink-700:focus {
  background-color: #b83280; }

.bg-pink-800 {
  background-color: #97266d; }

.hover_bg-pink-800:hover {
  background-color: #97266d; }

.focus_bg-pink-800:focus {
  background-color: #97266d; }

.bg-pink-900 {
  background-color: #702459; }

.hover_bg-pink-900:hover {
  background-color: #702459; }

.focus_bg-pink-900:focus {
  background-color: #702459; }

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

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

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

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

.border {
  border-width: 1px; }

.border-0 {
  border-width: 0; }

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

.border-4 {
  border-width: 4px; }

.border-8 {
  border-width: 8px; }

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

.border-t-0 {
  border-top-width: 0; }

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

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

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

.border-r {
  border-right-width: 1px; }

.border-r-0 {
  border-right-width: 0; }

.border-r-2 {
  border-right-width: 2px; }

.border-r-4 {
  border-right-width: 4px; }

.border-r-8 {
  border-right-width: 8px; }

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

.border-b-0 {
  border-bottom-width: 0; }

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

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

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

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

.border-l-0 {
  border-left-width: 0; }

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

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

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

.rounded {
  border-radius: 0.25rem; }

.rounded-none {
  border-radius: 0; }

.rounded-sm {
  border-radius: 0.125rem; }

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

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

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

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

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

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

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px; }

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem; }

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px; }

.rounded-b {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.rounded-b-none {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.rounded-b-sm {
  border-bottom-left-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem; }

.rounded-b-lg {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.rounded-b-full {
  border-bottom-left-radius: 9999px;
  border-bottom-right-radius: 9999px; }

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

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

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

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px; }

.rounded-tl {
  border-top-left-radius: 0.25rem; }

.rounded-tl-none {
  border-top-left-radius: 0; }

.rounded-tl-sm {
  border-top-left-radius: 0.125rem; }

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

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

.rounded-tr {
  border-top-right-radius: 0.25rem; }

.rounded-tr-none {
  border-top-right-radius: 0; }

.rounded-tr-sm {
  border-top-right-radius: 0.125rem; }

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

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

.rounded-bl {
  border-bottom-left-radius: 0.25rem; }

.rounded-bl-none {
  border-bottom-left-radius: 0; }

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem; }

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

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

.rounded-br {
  border-bottom-right-radius: 0.25rem; }

.rounded-br-none {
  border-bottom-right-radius: 0; }

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem; }

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

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

.border-transparent {
  border-color: transparent; }

.hover_border-transparent:hover {
  border-color: transparent; }

.focus_border-transparent:focus {
  border-color: transparent; }

.border-black {
  border-color: #000; }

.hover_border-black:hover {
  border-color: #000; }

.focus_border-black:focus {
  border-color: #000; }

.border-white {
  border-color: #fff; }

.hover_border-white:hover {
  border-color: #fff; }

.focus_border-white:focus {
  border-color: #fff; }

.border-gray-100 {
  border-color: #f7fafc; }

.hover_border-gray-100:hover {
  border-color: #f7fafc; }

.focus_border-gray-100:focus {
  border-color: #f7fafc; }

.border-gray-200 {
  border-color: #edf2f7; }

.hover_border-gray-200:hover {
  border-color: #edf2f7; }

.focus_border-gray-200:focus {
  border-color: #edf2f7; }

.border-gray-300 {
  border-color: #e2e8f0; }

.hover_border-gray-300:hover {
  border-color: #e2e8f0; }

.focus_border-gray-300:focus {
  border-color: #e2e8f0; }

.border-gray-400 {
  border-color: #cbd5e0; }

.hover_border-gray-400:hover {
  border-color: #cbd5e0; }

.focus_border-gray-400:focus {
  border-color: #cbd5e0; }

.border-gray-500 {
  border-color: #a0aec0; }

.hover_border-gray-500:hover {
  border-color: #a0aec0; }

.focus_border-gray-500:focus {
  border-color: #a0aec0; }

.border-gray-600 {
  border-color: #718096; }

.hover_border-gray-600:hover {
  border-color: #718096; }

.focus_border-gray-600:focus {
  border-color: #718096; }

.border-gray-700 {
  border-color: #4a5568; }

.hover_border-gray-700:hover {
  border-color: #4a5568; }

.focus_border-gray-700:focus {
  border-color: #4a5568; }

.border-gray-800 {
  border-color: #2d3748; }

.hover_border-gray-800:hover {
  border-color: #2d3748; }

.focus_border-gray-800:focus {
  border-color: #2d3748; }

.border-gray-900 {
  border-color: #1a202c; }

.hover_border-gray-900:hover {
  border-color: #1a202c; }

.focus_border-gray-900:focus {
  border-color: #1a202c; }

.border-red-100 {
  border-color: #fff5f5; }

.hover_border-red-100:hover {
  border-color: #fff5f5; }

.focus_border-red-100:focus {
  border-color: #fff5f5; }

.border-red-200 {
  border-color: #fed7d7; }

.hover_border-red-200:hover {
  border-color: #fed7d7; }

.focus_border-red-200:focus {
  border-color: #fed7d7; }

.border-red-300 {
  border-color: #feb2b2; }

.hover_border-red-300:hover {
  border-color: #feb2b2; }

.focus_border-red-300:focus {
  border-color: #feb2b2; }

.border-red-400 {
  border-color: #fc8181; }

.hover_border-red-400:hover {
  border-color: #fc8181; }

.focus_border-red-400:focus {
  border-color: #fc8181; }

.border-red-500 {
  border-color: #f56565; }

.hover_border-red-500:hover {
  border-color: #f56565; }

.focus_border-red-500:focus {
  border-color: #f56565; }

.border-red-600 {
  border-color: #e53e3e; }

.hover_border-red-600:hover {
  border-color: #e53e3e; }

.focus_border-red-600:focus {
  border-color: #e53e3e; }

.border-red-700 {
  border-color: #c53030; }

.hover_border-red-700:hover {
  border-color: #c53030; }

.focus_border-red-700:focus {
  border-color: #c53030; }

.border-red-800 {
  border-color: #9b2c2c; }

.hover_border-red-800:hover {
  border-color: #9b2c2c; }

.focus_border-red-800:focus {
  border-color: #9b2c2c; }

.border-red-900 {
  border-color: #742a2a; }

.hover_border-red-900:hover {
  border-color: #742a2a; }

.focus_border-red-900:focus {
  border-color: #742a2a; }

.border-orange-100 {
  border-color: #fffaf0; }

.hover_border-orange-100:hover {
  border-color: #fffaf0; }

.focus_border-orange-100:focus {
  border-color: #fffaf0; }

.border-orange-200 {
  border-color: #feebc8; }

.hover_border-orange-200:hover {
  border-color: #feebc8; }

.focus_border-orange-200:focus {
  border-color: #feebc8; }

.border-orange-300 {
  border-color: #fbd38d; }

.hover_border-orange-300:hover {
  border-color: #fbd38d; }

.focus_border-orange-300:focus {
  border-color: #fbd38d; }

.border-orange-400 {
  border-color: #f6ad55; }

.hover_border-orange-400:hover {
  border-color: #f6ad55; }

.focus_border-orange-400:focus {
  border-color: #f6ad55; }

.border-orange-500 {
  border-color: #ed8936; }

.hover_border-orange-500:hover {
  border-color: #ed8936; }

.focus_border-orange-500:focus {
  border-color: #ed8936; }

.border-orange-600 {
  border-color: #dd6b20; }

.hover_border-orange-600:hover {
  border-color: #dd6b20; }

.focus_border-orange-600:focus {
  border-color: #dd6b20; }

.border-orange-700 {
  border-color: #c05621; }

.hover_border-orange-700:hover {
  border-color: #c05621; }

.focus_border-orange-700:focus {
  border-color: #c05621; }

.border-orange-800 {
  border-color: #9c4221; }

.hover_border-orange-800:hover {
  border-color: #9c4221; }

.focus_border-orange-800:focus {
  border-color: #9c4221; }

.border-orange-900 {
  border-color: #7b341e; }

.hover_border-orange-900:hover {
  border-color: #7b341e; }

.focus_border-orange-900:focus {
  border-color: #7b341e; }

.border-yellow-100 {
  border-color: #fffff0; }

.hover_border-yellow-100:hover {
  border-color: #fffff0; }

.focus_border-yellow-100:focus {
  border-color: #fffff0; }

.border-yellow-200 {
  border-color: #fefcbf; }

.hover_border-yellow-200:hover {
  border-color: #fefcbf; }

.focus_border-yellow-200:focus {
  border-color: #fefcbf; }

.border-yellow-300 {
  border-color: #faf089; }

.hover_border-yellow-300:hover {
  border-color: #faf089; }

.focus_border-yellow-300:focus {
  border-color: #faf089; }

.border-yellow-400 {
  border-color: #f6e05e; }

.hover_border-yellow-400:hover {
  border-color: #f6e05e; }

.focus_border-yellow-400:focus {
  border-color: #f6e05e; }

.border-yellow-500 {
  border-color: #ecc94b; }

.hover_border-yellow-500:hover {
  border-color: #ecc94b; }

.focus_border-yellow-500:focus {
  border-color: #ecc94b; }

.border-yellow-600 {
  border-color: #d69e2e; }

.hover_border-yellow-600:hover {
  border-color: #d69e2e; }

.focus_border-yellow-600:focus {
  border-color: #d69e2e; }

.border-yellow-700 {
  border-color: #b7791f; }

.hover_border-yellow-700:hover {
  border-color: #b7791f; }

.focus_border-yellow-700:focus {
  border-color: #b7791f; }

.border-yellow-800 {
  border-color: #975a16; }

.hover_border-yellow-800:hover {
  border-color: #975a16; }

.focus_border-yellow-800:focus {
  border-color: #975a16; }

.border-yellow-900 {
  border-color: #744210; }

.hover_border-yellow-900:hover {
  border-color: #744210; }

.focus_border-yellow-900:focus {
  border-color: #744210; }

.border-green-100 {
  border-color: #f0fff4; }

.hover_border-green-100:hover {
  border-color: #f0fff4; }

.focus_border-green-100:focus {
  border-color: #f0fff4; }

.border-green-200 {
  border-color: #c6f6d5; }

.hover_border-green-200:hover {
  border-color: #c6f6d5; }

.focus_border-green-200:focus {
  border-color: #c6f6d5; }

.border-green-300 {
  border-color: #9ae6b4; }

.hover_border-green-300:hover {
  border-color: #9ae6b4; }

.focus_border-green-300:focus {
  border-color: #9ae6b4; }

.border-green-400 {
  border-color: #68d391; }

.hover_border-green-400:hover {
  border-color: #68d391; }

.focus_border-green-400:focus {
  border-color: #68d391; }

.border-green-500 {
  border-color: #48bb78; }

.hover_border-green-500:hover {
  border-color: #48bb78; }

.focus_border-green-500:focus {
  border-color: #48bb78; }

.border-green-600 {
  border-color: #38a169; }

.hover_border-green-600:hover {
  border-color: #38a169; }

.focus_border-green-600:focus {
  border-color: #38a169; }

.border-green-700 {
  border-color: #2f855a; }

.hover_border-green-700:hover {
  border-color: #2f855a; }

.focus_border-green-700:focus {
  border-color: #2f855a; }

.border-green-800 {
  border-color: #276749; }

.hover_border-green-800:hover {
  border-color: #276749; }

.focus_border-green-800:focus {
  border-color: #276749; }

.border-green-900 {
  border-color: #22543d; }

.hover_border-green-900:hover {
  border-color: #22543d; }

.focus_border-green-900:focus {
  border-color: #22543d; }

.border-teal-100 {
  border-color: #e6fffa; }

.hover_border-teal-100:hover {
  border-color: #e6fffa; }

.focus_border-teal-100:focus {
  border-color: #e6fffa; }

.border-teal-200 {
  border-color: #b2f5ea; }

.hover_border-teal-200:hover {
  border-color: #b2f5ea; }

.focus_border-teal-200:focus {
  border-color: #b2f5ea; }

.border-teal-300 {
  border-color: #81e6d9; }

.hover_border-teal-300:hover {
  border-color: #81e6d9; }

.focus_border-teal-300:focus {
  border-color: #81e6d9; }

.border-teal-400 {
  border-color: #4fd1c5; }

.hover_border-teal-400:hover {
  border-color: #4fd1c5; }

.focus_border-teal-400:focus {
  border-color: #4fd1c5; }

.border-teal-500 {
  border-color: #38b2ac; }

.hover_border-teal-500:hover {
  border-color: #38b2ac; }

.focus_border-teal-500:focus {
  border-color: #38b2ac; }

.border-teal-600 {
  border-color: #319795; }

.hover_border-teal-600:hover {
  border-color: #319795; }

.focus_border-teal-600:focus {
  border-color: #319795; }

.border-teal-700 {
  border-color: #2c7a7b; }

.hover_border-teal-700:hover {
  border-color: #2c7a7b; }

.focus_border-teal-700:focus {
  border-color: #2c7a7b; }

.border-teal-800 {
  border-color: #285e61; }

.hover_border-teal-800:hover {
  border-color: #285e61; }

.focus_border-teal-800:focus {
  border-color: #285e61; }

.border-teal-900 {
  border-color: #234e52; }

.hover_border-teal-900:hover {
  border-color: #234e52; }

.focus_border-teal-900:focus {
  border-color: #234e52; }

.border-blue-100 {
  border-color: #ebf8ff; }

.hover_border-blue-100:hover {
  border-color: #ebf8ff; }

.focus_border-blue-100:focus {
  border-color: #ebf8ff; }

.border-blue-200 {
  border-color: #bee3f8; }

.hover_border-blue-200:hover {
  border-color: #bee3f8; }

.focus_border-blue-200:focus {
  border-color: #bee3f8; }

.border-blue-300 {
  border-color: #90cdf4; }

.hover_border-blue-300:hover {
  border-color: #90cdf4; }

.focus_border-blue-300:focus {
  border-color: #90cdf4; }

.border-blue-400 {
  border-color: #63b3ed; }

.hover_border-blue-400:hover {
  border-color: #63b3ed; }

.focus_border-blue-400:focus {
  border-color: #63b3ed; }

.border-blue-500 {
  border-color: #4299e1; }

.hover_border-blue-500:hover {
  border-color: #4299e1; }

.focus_border-blue-500:focus {
  border-color: #4299e1; }

.border-blue-600 {
  border-color: #3182ce; }

.hover_border-blue-600:hover {
  border-color: #3182ce; }

.focus_border-blue-600:focus {
  border-color: #3182ce; }

.border-blue-700 {
  border-color: #2b6cb0; }

.hover_border-blue-700:hover {
  border-color: #2b6cb0; }

.focus_border-blue-700:focus {
  border-color: #2b6cb0; }

.border-blue-800 {
  border-color: #2c5282; }

.hover_border-blue-800:hover {
  border-color: #2c5282; }

.focus_border-blue-800:focus {
  border-color: #2c5282; }

.border-blue-900 {
  border-color: #2a4365; }

.hover_border-blue-900:hover {
  border-color: #2a4365; }

.focus_border-blue-900:focus {
  border-color: #2a4365; }

.border-indigo-100 {
  border-color: #ebf4ff; }

.hover_border-indigo-100:hover {
  border-color: #ebf4ff; }

.focus_border-indigo-100:focus {
  border-color: #ebf4ff; }

.border-indigo-200 {
  border-color: #c3dafe; }

.hover_border-indigo-200:hover {
  border-color: #c3dafe; }

.focus_border-indigo-200:focus {
  border-color: #c3dafe; }

.border-indigo-300 {
  border-color: #a3bffa; }

.hover_border-indigo-300:hover {
  border-color: #a3bffa; }

.focus_border-indigo-300:focus {
  border-color: #a3bffa; }

.border-indigo-400 {
  border-color: #7f9cf5; }

.hover_border-indigo-400:hover {
  border-color: #7f9cf5; }

.focus_border-indigo-400:focus {
  border-color: #7f9cf5; }

.border-indigo-500 {
  border-color: #667eea; }

.hover_border-indigo-500:hover {
  border-color: #667eea; }

.focus_border-indigo-500:focus {
  border-color: #667eea; }

.border-indigo-600 {
  border-color: #5a67d8; }

.hover_border-indigo-600:hover {
  border-color: #5a67d8; }

.focus_border-indigo-600:focus {
  border-color: #5a67d8; }

.border-indigo-700 {
  border-color: #4c51bf; }

.hover_border-indigo-700:hover {
  border-color: #4c51bf; }

.focus_border-indigo-700:focus {
  border-color: #4c51bf; }

.border-indigo-800 {
  border-color: #434190; }

.hover_border-indigo-800:hover {
  border-color: #434190; }

.focus_border-indigo-800:focus {
  border-color: #434190; }

.border-indigo-900 {
  border-color: #3c366b; }

.hover_border-indigo-900:hover {
  border-color: #3c366b; }

.focus_border-indigo-900:focus {
  border-color: #3c366b; }

.border-purple-100 {
  border-color: #faf5ff; }

.hover_border-purple-100:hover {
  border-color: #faf5ff; }

.focus_border-purple-100:focus {
  border-color: #faf5ff; }

.border-purple-200 {
  border-color: #e9d8fd; }

.hover_border-purple-200:hover {
  border-color: #e9d8fd; }

.focus_border-purple-200:focus {
  border-color: #e9d8fd; }

.border-purple-300 {
  border-color: #d6bcfa; }

.hover_border-purple-300:hover {
  border-color: #d6bcfa; }

.focus_border-purple-300:focus {
  border-color: #d6bcfa; }

.border-purple-400 {
  border-color: #b794f4; }

.hover_border-purple-400:hover {
  border-color: #b794f4; }

.focus_border-purple-400:focus {
  border-color: #b794f4; }

.border-purple-500 {
  border-color: #9f7aea; }

.hover_border-purple-500:hover {
  border-color: #9f7aea; }

.focus_border-purple-500:focus {
  border-color: #9f7aea; }

.border-purple-600 {
  border-color: #805ad5; }

.hover_border-purple-600:hover {
  border-color: #805ad5; }

.focus_border-purple-600:focus {
  border-color: #805ad5; }

.border-purple-700 {
  border-color: #6b46c1; }

.hover_border-purple-700:hover {
  border-color: #6b46c1; }

.focus_border-purple-700:focus {
  border-color: #6b46c1; }

.border-purple-800 {
  border-color: #553c9a; }

.hover_border-purple-800:hover {
  border-color: #553c9a; }

.focus_border-purple-800:focus {
  border-color: #553c9a; }

.border-purple-900 {
  border-color: #44337a; }

.hover_border-purple-900:hover {
  border-color: #44337a; }

.focus_border-purple-900:focus {
  border-color: #44337a; }

.border-pink-100 {
  border-color: #fff5f7; }

.hover_border-pink-100:hover {
  border-color: #fff5f7; }

.focus_border-pink-100:focus {
  border-color: #fff5f7; }

.border-pink-200 {
  border-color: #fed7e2; }

.hover_border-pink-200:hover {
  border-color: #fed7e2; }

.focus_border-pink-200:focus {
  border-color: #fed7e2; }

.border-pink-300 {
  border-color: #fbb6ce; }

.hover_border-pink-300:hover {
  border-color: #fbb6ce; }

.focus_border-pink-300:focus {
  border-color: #fbb6ce; }

.border-pink-400 {
  border-color: #f687b3; }

.hover_border-pink-400:hover {
  border-color: #f687b3; }

.focus_border-pink-400:focus {
  border-color: #f687b3; }

.border-pink-500 {
  border-color: #ed64a6; }

.hover_border-pink-500:hover {
  border-color: #ed64a6; }

.focus_border-pink-500:focus {
  border-color: #ed64a6; }

.border-pink-600 {
  border-color: #d53f8c; }

.hover_border-pink-600:hover {
  border-color: #d53f8c; }

.focus_border-pink-600:focus {
  border-color: #d53f8c; }

.border-pink-700 {
  border-color: #b83280; }

.hover_border-pink-700:hover {
  border-color: #b83280; }

.focus_border-pink-700:focus {
  border-color: #b83280; }

.border-pink-800 {
  border-color: #97266d; }

.hover_border-pink-800:hover {
  border-color: #97266d; }

.focus_border-pink-800:focus {
  border-color: #97266d; }

.border-pink-900 {
  border-color: #702459; }

.hover_border-pink-900:hover {
  border-color: #702459; }

.focus_border-pink-900:focus {
  border-color: #702459; }

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

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

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

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

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

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

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

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

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

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

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

.content-around {
  align-content: space-around; }

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

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

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

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

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

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

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

.flex-auto {
  flex: auto; }

.flex-none {
  flex: 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-no-wrap {
  flex-wrap: nowrap; }

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

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

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

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

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

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

.justify-start {
  justify-content: flex-start; }

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

.justify-end {
  justify-content: flex-end; }

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

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

.order-first {
  order: -1; }

.order-last {
  order: 999; }

.order-none {
  order: 0; }

.order-1 {
  order: 1; }

.m-px {
  margin: 1px; }

.m-0 {
  margin: 0; }

.m-1 {
  margin: 0.25rem; }

.m-2 {
  margin: 0.5rem; }

.m-3 {
  margin: 0.75rem; }

.m-4 {
  margin: 1rem; }

.m-5 {
  margin: 1.25rem; }

.m-6 {
  margin: 1.5rem; }

.m-8 {
  margin: 2rem; }

.m-10 {
  margin: 2.5rem; }

.m-12 {
  margin: 3rem; }

.m-16 {
  margin: 4rem; }

.m-20 {
  margin: 5rem; }

.m-24 {
  margin: 6rem; }

.m-32 {
  margin: 8rem; }

.m-40 {
  margin: 10rem; }

.m-48 {
  margin: 12rem; }

.m-56 {
  margin: 14rem; }

.m-64 {
  margin: 16rem; }

.m-auto {
  margin: auto; }

.-m-px {
  margin: -1px; }

.-m-1 {
  margin: -0.25rem; }

.-m-2 {
  margin: -0.5rem; }

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

.-m-4 {
  margin: -1rem; }

.-m-5 {
  margin: -1.25rem; }

.-m-6 {
  margin: -1.5rem; }

.-m-8 {
  margin: -2rem; }

.-m-10 {
  margin: -2.5rem; }

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

.-m-16 {
  margin: -4rem; }

.-m-20 {
  margin: -5rem; }

.-m-24 {
  margin: -6rem; }

.-m-32 {
  margin: -8rem; }

.-m-40 {
  margin: -10rem; }

.-m-48 {
  margin: -12rem; }

.-m-56 {
  margin: -14rem; }

.-m-64 {
  margin: -16rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-56 {
  margin-top: 14rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-56 {
  margin-top: -14rem; }

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

.mr-px {
  margin-right: 1px; }

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

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

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

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

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

.mr-5 {
  margin-right: 1.25rem; }

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

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

.mr-10 {
  margin-right: 2.5rem; }

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

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

.mr-20 {
  margin-right: 5rem; }

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

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

.mr-40 {
  margin-right: 10rem; }

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

.mr-56 {
  margin-right: 14rem; }

.mr-64 {
  margin-right: 16rem; }

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

.-mr-px {
  margin-right: -1px; }

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

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

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

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

.-mr-5 {
  margin-right: -1.25rem; }

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

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

.-mr-10 {
  margin-right: -2.5rem; }

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

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

.-mr-20 {
  margin-right: -5rem; }

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

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

.-mr-40 {
  margin-right: -10rem; }

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

.-mr-56 {
  margin-right: -14rem; }

.-mr-64 {
  margin-right: -16rem; }

.mb-px {
  margin-bottom: 1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-56 {
  margin-bottom: 14rem; }

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

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

.-mb-px {
  margin-bottom: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mb-56 {
  margin-bottom: -14rem; }

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

.ml-px {
  margin-left: 1px; }

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

.ml-1 {
  margin-left: 0.25rem; }

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

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

.ml-4 {
  margin-left: 1rem; }

.ml-5 {
  margin-left: 1.25rem; }

.ml-6 {
  margin-left: 1.5rem; }

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

.ml-10 {
  margin-left: 2.5rem; }

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

.ml-16 {
  margin-left: 4rem; }

.ml-20 {
  margin-left: 5rem; }

.ml-24 {
  margin-left: 6rem; }

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

.ml-40 {
  margin-left: 10rem; }

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

.ml-56 {
  margin-left: 14rem; }

.ml-64 {
  margin-left: 16rem; }

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

.-ml-px {
  margin-left: -1px; }

.-ml-1 {
  margin-left: -0.25rem; }

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

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

.-ml-4 {
  margin-left: -1rem; }

.-ml-5 {
  margin-left: -1.25rem; }

.-ml-6 {
  margin-left: -1.5rem; }

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

.-ml-10 {
  margin-left: -2.5rem; }

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

.-ml-16 {
  margin-left: -4rem; }

.-ml-20 {
  margin-left: -5rem; }

.-ml-24 {
  margin-left: -6rem; }

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

.-ml-40 {
  margin-left: -10rem; }

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

.-ml-56 {
  margin-left: -14rem; }

.-ml-64 {
  margin-left: -16rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-px {
  padding: 1px; }

.p-0 {
  padding: 0; }

.p-1 {
  padding: 0.25rem; }

.p-2 {
  padding: 0.5rem; }

.p-3 {
  padding: 0.75rem; }

.p-4 {
  padding: 1rem; }

.p-5 {
  padding: 1.25rem; }

.p-6 {
  padding: 1.5rem; }

.p-8 {
  padding: 2rem; }

.p-10 {
  padding: 2.5rem; }

.p-12 {
  padding: 3rem; }

.p-16 {
  padding: 4rem; }

.p-20 {
  padding: 5rem; }

.p-24 {
  padding: 6rem; }

.p-32 {
  padding: 8rem; }

.p-40 {
  padding: 10rem; }

.p-48 {
  padding: 12rem; }

.p-56 {
  padding: 14rem; }

.p-64 {
  padding: 16rem; }

.pt-px {
  padding-top: 1px; }

.pt-0 {
  padding-top: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-56 {
  padding-top: 14rem; }

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

.pr-px {
  padding-right: 1px; }

.pr-0 {
  padding-right: 0; }

.pr-1 {
  padding-right: 0.25rem; }

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

.pr-3 {
  padding-right: 0.75rem; }

.pr-4 {
  padding-right: 1rem; }

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

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

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

.pr-10 {
  padding-right: 2.5rem; }

.pr-12 {
  padding-right: 3rem; }

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

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

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

.pr-32 {
  padding-right: 8rem; }

.pr-40 {
  padding-right: 10rem; }

.pr-48 {
  padding-right: 12rem; }

.pr-56 {
  padding-right: 14rem; }

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

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

.pb-0 {
  padding-bottom: 0; }

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

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

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

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

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

.pb-6 {
  padding-bottom: 1.5rem; }

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

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

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

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

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

.pb-24 {
  padding-bottom: 6rem; }

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

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

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

.pb-56 {
  padding-bottom: 14rem; }

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

.pl-px {
  padding-left: 1px; }

.pl-0 {
  padding-left: 0; }

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

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

.pl-3 {
  padding-left: 0.75rem; }

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

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

.pl-6 {
  padding-left: 1.5rem; }

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

.pl-10 {
  padding-left: 2.5rem; }

.pl-12 {
  padding-left: 3rem; }

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

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

.pl-24 {
  padding-left: 6rem; }

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

.pl-40 {
  padding-left: 10rem; }

.pl-48 {
  padding-left: 12rem; }

.pl-56 {
  padding-left: 14rem; }

.pl-64 {
  padding-left: 16rem; }

.px-px {
  padding-left: 1px;
  padding-right: 1px; }

.px-0 {
  padding-left: 0;
  padding-right: 0; }

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem; }

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem; }

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem; }

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem; }

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem; }

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

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem; }

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem; }

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem; }

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem; }

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem; }

.py-px {
  padding-top: 1px;
  padding-bottom: 1px; }

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

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

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

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

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem; }

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

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem; }

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem; }

.w-px {
  width: 1px; }

.w-0 {
  width: 0; }

.w-1 {
  width: 0.25rem; }

.w-2 {
  width: 0.5rem; }

.w-3 {
  width: 0.75rem; }

.w-4 {
  width: 1rem; }

.w-5 {
  width: 1.25rem; }

.w-6 {
  width: 1.5rem; }

.w-8 {
  width: 2rem; }

.w-10 {
  width: 2.5rem; }

.w-12 {
  width: 3rem; }

.w-16 {
  width: 4rem; }

.w-20 {
  width: 5rem; }

.w-24 {
  width: 6rem; }

.w-32 {
  width: 8rem; }

.w-40 {
  width: 10rem; }

.w-48 {
  width: 12rem; }

.w-56 {
  width: 14rem; }

.w-64 {
  width: 16rem; }

.w-auto {
  width: auto; }

.w-1_2 {
  width: 50%; }

.w-1_3 {
  width: 33.33333%; }

.w-2_3 {
  width: 66.66667%; }

.w-1_4 {
  width: 25%; }

.w-2_4 {
  width: 50%; }

.w-3_4 {
  width: 75%; }

.w-1_5 {
  width: 20%; }

.w-2_5 {
  width: 40%; }

.w-3_5 {
  width: 60%; }

.w-4_5 {
  width: 80%; }

.w-1_6 {
  width: 16.66667%; }

.w-2_6 {
  width: 33.33333%; }

.w-3_6 {
  width: 50%; }

.w-4_6 {
  width: 66.66667%; }

.w-5_6 {
  width: 83.33333%; }

.w-1_12 {
  width: 8.33333%; }

.w-2_12 {
  width: 16.66667%; }

.w-3_12 {
  width: 25%; }

.w-4_12 {
  width: 33.33333%; }

.w-5_12 {
  width: 41.66667%; }

.w-6_12 {
  width: 50%; }

.w-7_12 {
  width: 58.33333%; }

.w-8_12 {
  width: 66.66667%; }

.w-9_12 {
  width: 75%; }

.w-10_12 {
  width: 83.33333%; }

.w-11_12 {
  width: 91.66667%; }

.w-full {
  width: 100%; }

.w-screen {
  width: 100vw; }

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

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

.max-w-xs {
  max-width: 20rem; }

.max-w-sm {
  max-width: 24rem; }

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

.max-w-lg {
  max-width: 32rem; }

.max-w-xl {
  max-width: 36rem; }

.max-w-2xl {
  max-width: 42rem; }

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

.max-w-4xl {
  max-width: 56rem; }

.max-w-5xl {
  max-width: 64rem; }

.max-w-6xl {
  max-width: 72rem; }

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

.h-px {
  height: 1px; }

.h-0 {
  height: 0; }

.h-1 {
  height: 0.25rem; }

.h-2 {
  height: 0.5rem; }

.h-3 {
  height: 0.75rem; }

.h-4 {
  height: 1rem; }

.h-5 {
  height: 1.25rem; }

.h-6 {
  height: 1.5rem; }

.h-8 {
  height: 2rem; }

.h-10 {
  height: 2.5rem; }

.h-12 {
  height: 3rem; }

.h-16 {
  height: 4rem; }

.h-20 {
  height: 5rem; }

.h-24 {
  height: 6rem; }

.h-32 {
  height: 8rem; }

.h-40 {
  height: 10rem; }

.h-48 {
  height: 12rem; }

.h-56 {
  height: 14rem; }

.h-64 {
  height: 16rem; }

.h-auto {
  height: auto; }

.h-full {
  height: 100%; }

.h-screen {
  height: 100vh; }

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

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

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

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

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

.table-auto {
  table-layout: auto; }

.table-fixed {
  table-layout: fixed; }

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }

.hover_shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }

.focus_shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }

.hover_shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }

.focus_shadow-md:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }

.hover_shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }

.focus_shadow-lg:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }

.hover_shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }

.focus_shadow-xl:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }

.hover_shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }

.focus_shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }

.hover_shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }

.focus_shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }

.hover_shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }

.focus_shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }

.shadow-none {
  box-shadow: none; }

.hover_shadow-none:hover {
  box-shadow: none; }

.focus_shadow-none:focus {
  box-shadow: none; }

.opacity-0 {
  opacity: 0; }

.opacity-25 {
  opacity: 0.25; }

.opacity-50 {
  opacity: 0.5; }

.opacity-75 {
  opacity: 0.75; }

.opacity-100 {
  opacity: 1; }

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

.cursor-auto {
  cursor: auto; }

.cursor {
  cursor: default; }

.cursor-pointer {
  cursor: pointer; }

.cursor-wait {
  cursor: wait; }

.cursor-text {
  cursor: text; }

.cursor-move {
  cursor: move; }

.cursor-not-allowed {
  cursor: not-allowed; }

.outline-none {
  outline: 0; }

.focus_outline-none:focus {
  outline: 0; }

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

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

.resize {
  resize: both; }

.resize-none {
  resize: none; }

.resize-y {
  resize: vertical; }

.resize-x {
  resize: horizontal; }

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

.select-text {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all; }

.select-auto {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.fill-current {
  fill: currentColor; }

.stroke-current {
  stroke: currentColor; }

@media (min-width: 640px) {
  .sm_block {
    display: block; }
  .sm_inline-block {
    display: inline-block; }
  .sm_inline {
    display: inline; }
  .sm_flex {
    display: flex; }
  .sm_inline-flex {
    display: inline-flex; }
  .sm_table {
    display: table; }
  .sm_table-row {
    display: table-row; }
  .sm_table-cell {
    display: table-cell; }
  .sm_hidden {
    display: none; }
  .sm_float-right {
    float: right; }
  .sm_float-left {
    float: left; }
  .sm_float-none {
    float: none; }
  .sm_clearfix::after {
    content: "";
    display: table;
    clear: both; }
  .sm_object-contain {
    object-fit: contain; }
  .sm_object-cover {
    object-fit: cover; }
  .sm_object-fill {
    object-fit: fill; }
  .sm_object-none {
    object-fit: none; }
  .sm_object-scale-down {
    object-fit: scale-down; }
  .sm_object-bottom {
    object-position: bottom; }
  .sm_object-center {
    object-position: center; }
  .sm_object-left {
    object-position: left; }
  .sm_object-left-bottom {
    object-position: left bottom; }
  .sm_object-left-top {
    object-position: left top; }
  .sm_object-right {
    object-position: right; }
  .sm_object-right-bottom {
    object-position: right bottom; }
  .sm_object-right-top {
    object-position: right top; }
  .sm_object-top {
    object-position: top; }
  .sm_overflow-auto {
    overflow: auto; }
  .sm_overflow-hidden {
    overflow: hidden; }
  .sm_overflow-visible {
    overflow: visible; }
  .sm_overflow-scroll {
    overflow: scroll; }
  .sm_overflow-x-auto {
    overflow-x: auto; }
  .sm_overflow-x-hidden {
    overflow-x: hidden; }
  .sm_overflow-x-visible {
    overflow-x: visible; }
  .sm_overflow-x-scroll {
    overflow-x: scroll; }
  .sm_overflow-y-auto {
    overflow-y: auto; }
  .sm_overflow-y-hidden {
    overflow-y: hidden; }
  .sm_overflow-y-visible {
    overflow-y: visible; }
  .sm_overflow-y-scroll {
    overflow-y: scroll; }
  .sm_scrolling-touch {
    -webkit-overflow-scrolling: touch; }
  .sm_scrolling-auto {
    -webkit-overflow-scrolling: auto; }
  .sm_static {
    position: static; }
  .sm_fixed {
    position: fixed; }
  .sm_absolute {
    position: absolute; }
  .sm_relative {
    position: relative; }
  .sm_sticky {
    position: sticky; }
  .sm_inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .sm_inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .sm_inset-x-0 {
    right: 0;
    left: 0; }
  .sm_inset-x-auto {
    right: auto;
    left: auto; }
  .sm_inset-y-0 {
    top: 0;
    bottom: 0; }
  .sm_inset-y-auto {
    top: auto;
    bottom: auto; }
  .sm_top-0 {
    top: 0; }
  .sm_top-auto {
    top: auto; }
  .sm_right-0 {
    right: 0; }
  .sm_right-auto {
    right: auto; }
  .sm_bottom-0 {
    bottom: 0; }
  .sm_bottom-auto {
    bottom: auto; }
  .sm_left-0 {
    left: 0; }
  .sm_left-auto {
    left: auto; }
  .sm_visible {
    visibility: visible; }
  .sm_invisible {
    visibility: hidden; }
  .sm_z-auto {
    z-index: auto; }
  .sm_z-0 {
    z-index: 0; }
  .sm_z-10 {
    z-index: 10; }
  .sm_z-20 {
    z-index: 20; }
  .sm_z-30 {
    z-index: 30; }
  .sm_z-40 {
    z-index: 40; }
  .sm_z-50 {
    z-index: 50; }
  .sm_font-sans {
    font-family: -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"; }
  .sm_font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif; }
  .sm_font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  .sm_text-xs {
    font-size: 0.75rem; }
  .sm_text-sm {
    font-size: 0.875rem; }
  .sm_text-base {
    font-size: 1rem; }
  .sm_text-lg {
    font-size: 1.125rem; }
  .sm_text-xl {
    font-size: 1.25rem; }
  .sm_text-2xl {
    font-size: 1.5rem; }
  .sm_text-3xl {
    font-size: 1.875rem; }
  .sm_text-4xl {
    font-size: 2.25rem; }
  .sm_text-5xl {
    font-size: 3rem; }
  .sm_text-6xl {
    font-size: 4rem; }
  .sm_antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .sm_subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto; }
  .sm_italic {
    font-style: italic; }
  .sm_not-italic {
    font-style: normal; }
  .sm_font-hairline {
    font-weight: 100; }
  .sm_hover_font-hairline:hover {
    font-weight: 100; }
  .sm_focus_font-hairline:focus {
    font-weight: 100; }
  .sm_font-thin {
    font-weight: 200; }
  .sm_hover_font-thin:hover {
    font-weight: 200; }
  .sm_focus_font-thin:focus {
    font-weight: 200; }
  .sm_font-light {
    font-weight: 300; }
  .sm_hover_font-light:hover {
    font-weight: 300; }
  .sm_focus_font-light:focus {
    font-weight: 300; }
  .sm_font-normal {
    font-weight: 400; }
  .sm_hover_font-normal:hover {
    font-weight: 400; }
  .sm_focus_font-normal:focus {
    font-weight: 400; }
  .sm_font-medium {
    font-weight: 500; }
  .sm_hover_font-medium:hover {
    font-weight: 500; }
  .sm_focus_font-medium:focus {
    font-weight: 500; }
  .sm_font-semibold {
    font-weight: 600; }
  .sm_hover_font-semibold:hover {
    font-weight: 600; }
  .sm_focus_font-semibold:focus {
    font-weight: 600; }
  .sm_font-bold {
    font-weight: 700; }
  .sm_hover_font-bold:hover {
    font-weight: 700; }
  .sm_focus_font-bold:focus {
    font-weight: 700; }
  .sm_font-extrabold {
    font-weight: 800; }
  .sm_hover_font-extrabold:hover {
    font-weight: 800; }
  .sm_focus_font-extrabold:focus {
    font-weight: 800; }
  .sm_font-black {
    font-weight: 900; }
  .sm_hover_font-black:hover {
    font-weight: 900; }
  .sm_focus_font-black:focus {
    font-weight: 900; }
  .sm_tracking-tighter {
    letter-spacing: -0.05em; }
  .sm_tracking-tight {
    letter-spacing: -0.025em; }
  .sm_tracking-normal {
    letter-spacing: 0; }
  .sm_tracking-wide {
    letter-spacing: 0.025em; }
  .sm_tracking-wider {
    letter-spacing: 0.05em; }
  .sm_tracking-widest {
    letter-spacing: 0.1em; }
  .sm_leading-none {
    line-height: 1; }
  .sm_leading-tight {
    line-height: 1.25; }
  .sm_leading-snug {
    line-height: 1.375; }
  .sm_leading-normal {
    line-height: 1.5; }
  .sm_leading-relaxed {
    line-height: 1.625; }
  .sm_leading-loose {
    line-height: 2; }
  .sm_list-none {
    list-style-type: none; }
  .sm_list-disc {
    list-style-type: disc; }
  .sm_list-decimal {
    list-style-type: decimal; }
  .sm_list-inside {
    list-style-position: inside; }
  .sm_list-outside {
    list-style-position: outside; }
  .sm_text-left {
    text-align: left; }
  .sm_text-center {
    text-align: center; }
  .sm_text-right {
    text-align: right; }
  .sm_text-justify {
    text-align: justify; }
  .sm_underline {
    text-decoration: underline; }
  .sm_hover_underline:hover {
    text-decoration: underline; }
  .sm_focus_underline:focus {
    text-decoration: underline; }
  .sm_line-through {
    text-decoration: line-through; }
  .sm_hover_line-through:hover {
    text-decoration: line-through; }
  .sm_focus_line-through:focus {
    text-decoration: line-through; }
  .sm_no-underline {
    text-decoration: none; }
  .sm_hover_no-underline:hover {
    text-decoration: none; }
  .sm_focus_no-underline:focus {
    text-decoration: none; }
  .sm_uppercase {
    text-transform: uppercase; }
  .sm_lowercase {
    text-transform: lowercase; }
  .sm_capitalize {
    text-transform: capitalize; }
  .sm_normal-case {
    text-transform: none; }
  .sm_text-transparent {
    color: transparent; }
  .sm_hover_text-transparent:hover {
    color: transparent; }
  .sm_focus_text-transparent:focus {
    color: transparent; }
  .sm_text-black {
    color: #000; }
  .sm_hover_text-black:hover {
    color: #000; }
  .sm_focus_text-black:focus {
    color: #000; }
  .sm_text-white {
    color: #fff; }
  .sm_hover_text-white:hover {
    color: #fff; }
  .sm_focus_text-white:focus {
    color: #fff; }
  .sm_text-gray-100 {
    color: #f7fafc; }
  .sm_hover_text-gray-100:hover {
    color: #f7fafc; }
  .sm_focus_text-gray-100:focus {
    color: #f7fafc; }
  .sm_text-gray-200 {
    color: #edf2f7; }
  .sm_hover_text-gray-200:hover {
    color: #edf2f7; }
  .sm_focus_text-gray-200:focus {
    color: #edf2f7; }
  .sm_text-gray-300 {
    color: #e2e8f0; }
  .sm_hover_text-gray-300:hover {
    color: #e2e8f0; }
  .sm_focus_text-gray-300:focus {
    color: #e2e8f0; }
  .sm_text-gray-400 {
    color: #cbd5e0; }
  .sm_hover_text-gray-400:hover {
    color: #cbd5e0; }
  .sm_focus_text-gray-400:focus {
    color: #cbd5e0; }
  .sm_text-gray-500 {
    color: #a0aec0; }
  .sm_hover_text-gray-500:hover {
    color: #a0aec0; }
  .sm_focus_text-gray-500:focus {
    color: #a0aec0; }
  .sm_text-gray-600 {
    color: #718096; }
  .sm_hover_text-gray-600:hover {
    color: #718096; }
  .sm_focus_text-gray-600:focus {
    color: #718096; }
  .sm_text-gray-700 {
    color: #4a5568; }
  .sm_hover_text-gray-700:hover {
    color: #4a5568; }
  .sm_focus_text-gray-700:focus {
    color: #4a5568; }
  .sm_text-gray-800 {
    color: #2d3748; }
  .sm_hover_text-gray-800:hover {
    color: #2d3748; }
  .sm_focus_text-gray-800:focus {
    color: #2d3748; }
  .sm_text-gray-900 {
    color: #1a202c; }
  .sm_hover_text-gray-900:hover {
    color: #1a202c; }
  .sm_focus_text-gray-900:focus {
    color: #1a202c; }
  .sm_text-red-100 {
    color: #fff5f5; }
  .sm_hover_text-red-100:hover {
    color: #fff5f5; }
  .sm_focus_text-red-100:focus {
    color: #fff5f5; }
  .sm_text-red-200 {
    color: #fed7d7; }
  .sm_hover_text-red-200:hover {
    color: #fed7d7; }
  .sm_focus_text-red-200:focus {
    color: #fed7d7; }
  .sm_text-red-300 {
    color: #feb2b2; }
  .sm_hover_text-red-300:hover {
    color: #feb2b2; }
  .sm_focus_text-red-300:focus {
    color: #feb2b2; }
  .sm_text-red-400 {
    color: #fc8181; }
  .sm_hover_text-red-400:hover {
    color: #fc8181; }
  .sm_focus_text-red-400:focus {
    color: #fc8181; }
  .sm_text-red-500 {
    color: #f56565; }
  .sm_hover_text-red-500:hover {
    color: #f56565; }
  .sm_focus_text-red-500:focus {
    color: #f56565; }
  .sm_text-red-600 {
    color: #e53e3e; }
  .sm_hover_text-red-600:hover {
    color: #e53e3e; }
  .sm_focus_text-red-600:focus {
    color: #e53e3e; }
  .sm_text-red-700 {
    color: #c53030; }
  .sm_hover_text-red-700:hover {
    color: #c53030; }
  .sm_focus_text-red-700:focus {
    color: #c53030; }
  .sm_text-red-800 {
    color: #9b2c2c; }
  .sm_hover_text-red-800:hover {
    color: #9b2c2c; }
  .sm_focus_text-red-800:focus {
    color: #9b2c2c; }
  .sm_text-red-900 {
    color: #742a2a; }
  .sm_hover_text-red-900:hover {
    color: #742a2a; }
  .sm_focus_text-red-900:focus {
    color: #742a2a; }
  .sm_text-orange-100 {
    color: #fffaf0; }
  .sm_hover_text-orange-100:hover {
    color: #fffaf0; }
  .sm_focus_text-orange-100:focus {
    color: #fffaf0; }
  .sm_text-orange-200 {
    color: #feebc8; }
  .sm_hover_text-orange-200:hover {
    color: #feebc8; }
  .sm_focus_text-orange-200:focus {
    color: #feebc8; }
  .sm_text-orange-300 {
    color: #fbd38d; }
  .sm_hover_text-orange-300:hover {
    color: #fbd38d; }
  .sm_focus_text-orange-300:focus {
    color: #fbd38d; }
  .sm_text-orange-400 {
    color: #f6ad55; }
  .sm_hover_text-orange-400:hover {
    color: #f6ad55; }
  .sm_focus_text-orange-400:focus {
    color: #f6ad55; }
  .sm_text-orange-500 {
    color: #ed8936; }
  .sm_hover_text-orange-500:hover {
    color: #ed8936; }
  .sm_focus_text-orange-500:focus {
    color: #ed8936; }
  .sm_text-orange-600 {
    color: #dd6b20; }
  .sm_hover_text-orange-600:hover {
    color: #dd6b20; }
  .sm_focus_text-orange-600:focus {
    color: #dd6b20; }
  .sm_text-orange-700 {
    color: #c05621; }
  .sm_hover_text-orange-700:hover {
    color: #c05621; }
  .sm_focus_text-orange-700:focus {
    color: #c05621; }
  .sm_text-orange-800 {
    color: #9c4221; }
  .sm_hover_text-orange-800:hover {
    color: #9c4221; }
  .sm_focus_text-orange-800:focus {
    color: #9c4221; }
  .sm_text-orange-900 {
    color: #7b341e; }
  .sm_hover_text-orange-900:hover {
    color: #7b341e; }
  .sm_focus_text-orange-900:focus {
    color: #7b341e; }
  .sm_text-yellow-100 {
    color: #fffff0; }
  .sm_hover_text-yellow-100:hover {
    color: #fffff0; }
  .sm_focus_text-yellow-100:focus {
    color: #fffff0; }
  .sm_text-yellow-200 {
    color: #fefcbf; }
  .sm_hover_text-yellow-200:hover {
    color: #fefcbf; }
  .sm_focus_text-yellow-200:focus {
    color: #fefcbf; }
  .sm_text-yellow-300 {
    color: #faf089; }
  .sm_hover_text-yellow-300:hover {
    color: #faf089; }
  .sm_focus_text-yellow-300:focus {
    color: #faf089; }
  .sm_text-yellow-400 {
    color: #f6e05e; }
  .sm_hover_text-yellow-400:hover {
    color: #f6e05e; }
  .sm_focus_text-yellow-400:focus {
    color: #f6e05e; }
  .sm_text-yellow-500 {
    color: #ecc94b; }
  .sm_hover_text-yellow-500:hover {
    color: #ecc94b; }
  .sm_focus_text-yellow-500:focus {
    color: #ecc94b; }
  .sm_text-yellow-600 {
    color: #d69e2e; }
  .sm_hover_text-yellow-600:hover {
    color: #d69e2e; }
  .sm_focus_text-yellow-600:focus {
    color: #d69e2e; }
  .sm_text-yellow-700 {
    color: #b7791f; }
  .sm_hover_text-yellow-700:hover {
    color: #b7791f; }
  .sm_focus_text-yellow-700:focus {
    color: #b7791f; }
  .sm_text-yellow-800 {
    color: #975a16; }
  .sm_hover_text-yellow-800:hover {
    color: #975a16; }
  .sm_focus_text-yellow-800:focus {
    color: #975a16; }
  .sm_text-yellow-900 {
    color: #744210; }
  .sm_hover_text-yellow-900:hover {
    color: #744210; }
  .sm_focus_text-yellow-900:focus {
    color: #744210; }
  .sm_text-green-100 {
    color: #f0fff4; }
  .sm_hover_text-green-100:hover {
    color: #f0fff4; }
  .sm_focus_text-green-100:focus {
    color: #f0fff4; }
  .sm_text-green-200 {
    color: #c6f6d5; }
  .sm_hover_text-green-200:hover {
    color: #c6f6d5; }
  .sm_focus_text-green-200:focus {
    color: #c6f6d5; }
  .sm_text-green-300 {
    color: #9ae6b4; }
  .sm_hover_text-green-300:hover {
    color: #9ae6b4; }
  .sm_focus_text-green-300:focus {
    color: #9ae6b4; }
  .sm_text-green-400 {
    color: #68d391; }
  .sm_hover_text-green-400:hover {
    color: #68d391; }
  .sm_focus_text-green-400:focus {
    color: #68d391; }
  .sm_text-green-500 {
    color: #48bb78; }
  .sm_hover_text-green-500:hover {
    color: #48bb78; }
  .sm_focus_text-green-500:focus {
    color: #48bb78; }
  .sm_text-green-600 {
    color: #38a169; }
  .sm_hover_text-green-600:hover {
    color: #38a169; }
  .sm_focus_text-green-600:focus {
    color: #38a169; }
  .sm_text-green-700 {
    color: #2f855a; }
  .sm_hover_text-green-700:hover {
    color: #2f855a; }
  .sm_focus_text-green-700:focus {
    color: #2f855a; }
  .sm_text-green-800 {
    color: #276749; }
  .sm_hover_text-green-800:hover {
    color: #276749; }
  .sm_focus_text-green-800:focus {
    color: #276749; }
  .sm_text-green-900 {
    color: #22543d; }
  .sm_hover_text-green-900:hover {
    color: #22543d; }
  .sm_focus_text-green-900:focus {
    color: #22543d; }
  .sm_text-teal-100 {
    color: #e6fffa; }
  .sm_hover_text-teal-100:hover {
    color: #e6fffa; }
  .sm_focus_text-teal-100:focus {
    color: #e6fffa; }
  .sm_text-teal-200 {
    color: #b2f5ea; }
  .sm_hover_text-teal-200:hover {
    color: #b2f5ea; }
  .sm_focus_text-teal-200:focus {
    color: #b2f5ea; }
  .sm_text-teal-300 {
    color: #81e6d9; }
  .sm_hover_text-teal-300:hover {
    color: #81e6d9; }
  .sm_focus_text-teal-300:focus {
    color: #81e6d9; }
  .sm_text-teal-400 {
    color: #4fd1c5; }
  .sm_hover_text-teal-400:hover {
    color: #4fd1c5; }
  .sm_focus_text-teal-400:focus {
    color: #4fd1c5; }
  .sm_text-teal-500 {
    color: #38b2ac; }
  .sm_hover_text-teal-500:hover {
    color: #38b2ac; }
  .sm_focus_text-teal-500:focus {
    color: #38b2ac; }
  .sm_text-teal-600 {
    color: #319795; }
  .sm_hover_text-teal-600:hover {
    color: #319795; }
  .sm_focus_text-teal-600:focus {
    color: #319795; }
  .sm_text-teal-700 {
    color: #2c7a7b; }
  .sm_hover_text-teal-700:hover {
    color: #2c7a7b; }
  .sm_focus_text-teal-700:focus {
    color: #2c7a7b; }
  .sm_text-teal-800 {
    color: #285e61; }
  .sm_hover_text-teal-800:hover {
    color: #285e61; }
  .sm_focus_text-teal-800:focus {
    color: #285e61; }
  .sm_text-teal-900 {
    color: #234e52; }
  .sm_hover_text-teal-900:hover {
    color: #234e52; }
  .sm_focus_text-teal-900:focus {
    color: #234e52; }
  .sm_text-blue-100 {
    color: #ebf8ff; }
  .sm_hover_text-blue-100:hover {
    color: #ebf8ff; }
  .sm_focus_text-blue-100:focus {
    color: #ebf8ff; }
  .sm_text-blue-200 {
    color: #bee3f8; }
  .sm_hover_text-blue-200:hover {
    color: #bee3f8; }
  .sm_focus_text-blue-200:focus {
    color: #bee3f8; }
  .sm_text-blue-300 {
    color: #90cdf4; }
  .sm_hover_text-blue-300:hover {
    color: #90cdf4; }
  .sm_focus_text-blue-300:focus {
    color: #90cdf4; }
  .sm_text-blue-400 {
    color: #63b3ed; }
  .sm_hover_text-blue-400:hover {
    color: #63b3ed; }
  .sm_focus_text-blue-400:focus {
    color: #63b3ed; }
  .sm_text-blue-500 {
    color: #4299e1; }
  .sm_hover_text-blue-500:hover {
    color: #4299e1; }
  .sm_focus_text-blue-500:focus {
    color: #4299e1; }
  .sm_text-blue-600 {
    color: #3182ce; }
  .sm_hover_text-blue-600:hover {
    color: #3182ce; }
  .sm_focus_text-blue-600:focus {
    color: #3182ce; }
  .sm_text-blue-700 {
    color: #2b6cb0; }
  .sm_hover_text-blue-700:hover {
    color: #2b6cb0; }
  .sm_focus_text-blue-700:focus {
    color: #2b6cb0; }
  .sm_text-blue-800 {
    color: #2c5282; }
  .sm_hover_text-blue-800:hover {
    color: #2c5282; }
  .sm_focus_text-blue-800:focus {
    color: #2c5282; }
  .sm_text-blue-900 {
    color: #2a4365; }
  .sm_hover_text-blue-900:hover {
    color: #2a4365; }
  .sm_focus_text-blue-900:focus {
    color: #2a4365; }
  .sm_text-indigo-100 {
    color: #ebf4ff; }
  .sm_hover_text-indigo-100:hover {
    color: #ebf4ff; }
  .sm_focus_text-indigo-100:focus {
    color: #ebf4ff; }
  .sm_text-indigo-200 {
    color: #c3dafe; }
  .sm_hover_text-indigo-200:hover {
    color: #c3dafe; }
  .sm_focus_text-indigo-200:focus {
    color: #c3dafe; }
  .sm_text-indigo-300 {
    color: #a3bffa; }
  .sm_hover_text-indigo-300:hover {
    color: #a3bffa; }
  .sm_focus_text-indigo-300:focus {
    color: #a3bffa; }
  .sm_text-indigo-400 {
    color: #7f9cf5; }
  .sm_hover_text-indigo-400:hover {
    color: #7f9cf5; }
  .sm_focus_text-indigo-400:focus {
    color: #7f9cf5; }
  .sm_text-indigo-500 {
    color: #667eea; }
  .sm_hover_text-indigo-500:hover {
    color: #667eea; }
  .sm_focus_text-indigo-500:focus {
    color: #667eea; }
  .sm_text-indigo-600 {
    color: #5a67d8; }
  .sm_hover_text-indigo-600:hover {
    color: #5a67d8; }
  .sm_focus_text-indigo-600:focus {
    color: #5a67d8; }
  .sm_text-indigo-700 {
    color: #4c51bf; }
  .sm_hover_text-indigo-700:hover {
    color: #4c51bf; }
  .sm_focus_text-indigo-700:focus {
    color: #4c51bf; }
  .sm_text-indigo-800 {
    color: #434190; }
  .sm_hover_text-indigo-800:hover {
    color: #434190; }
  .sm_focus_text-indigo-800:focus {
    color: #434190; }
  .sm_text-indigo-900 {
    color: #3c366b; }
  .sm_hover_text-indigo-900:hover {
    color: #3c366b; }
  .sm_focus_text-indigo-900:focus {
    color: #3c366b; }
  .sm_text-purple-100 {
    color: #faf5ff; }
  .sm_hover_text-purple-100:hover {
    color: #faf5ff; }
  .sm_focus_text-purple-100:focus {
    color: #faf5ff; }
  .sm_text-purple-200 {
    color: #e9d8fd; }
  .sm_hover_text-purple-200:hover {
    color: #e9d8fd; }
  .sm_focus_text-purple-200:focus {
    color: #e9d8fd; }
  .sm_text-purple-300 {
    color: #d6bcfa; }
  .sm_hover_text-purple-300:hover {
    color: #d6bcfa; }
  .sm_focus_text-purple-300:focus {
    color: #d6bcfa; }
  .sm_text-purple-400 {
    color: #b794f4; }
  .sm_hover_text-purple-400:hover {
    color: #b794f4; }
  .sm_focus_text-purple-400:focus {
    color: #b794f4; }
  .sm_text-purple-500 {
    color: #9f7aea; }
  .sm_hover_text-purple-500:hover {
    color: #9f7aea; }
  .sm_focus_text-purple-500:focus {
    color: #9f7aea; }
  .sm_text-purple-600 {
    color: #805ad5; }
  .sm_hover_text-purple-600:hover {
    color: #805ad5; }
  .sm_focus_text-purple-600:focus {
    color: #805ad5; }
  .sm_text-purple-700 {
    color: #6b46c1; }
  .sm_hover_text-purple-700:hover {
    color: #6b46c1; }
  .sm_focus_text-purple-700:focus {
    color: #6b46c1; }
  .sm_text-purple-800 {
    color: #553c9a; }
  .sm_hover_text-purple-800:hover {
    color: #553c9a; }
  .sm_focus_text-purple-800:focus {
    color: #553c9a; }
  .sm_text-purple-900 {
    color: #44337a; }
  .sm_hover_text-purple-900:hover {
    color: #44337a; }
  .sm_focus_text-purple-900:focus {
    color: #44337a; }
  .sm_text-pink-100 {
    color: #fff5f7; }
  .sm_hover_text-pink-100:hover {
    color: #fff5f7; }
  .sm_focus_text-pink-100:focus {
    color: #fff5f7; }
  .sm_text-pink-200 {
    color: #fed7e2; }
  .sm_hover_text-pink-200:hover {
    color: #fed7e2; }
  .sm_focus_text-pink-200:focus {
    color: #fed7e2; }
  .sm_text-pink-300 {
    color: #fbb6ce; }
  .sm_hover_text-pink-300:hover {
    color: #fbb6ce; }
  .sm_focus_text-pink-300:focus {
    color: #fbb6ce; }
  .sm_text-pink-400 {
    color: #f687b3; }
  .sm_hover_text-pink-400:hover {
    color: #f687b3; }
  .sm_focus_text-pink-400:focus {
    color: #f687b3; }
  .sm_text-pink-500 {
    color: #ed64a6; }
  .sm_hover_text-pink-500:hover {
    color: #ed64a6; }
  .sm_focus_text-pink-500:focus {
    color: #ed64a6; }
  .sm_text-pink-600 {
    color: #d53f8c; }
  .sm_hover_text-pink-600:hover {
    color: #d53f8c; }
  .sm_focus_text-pink-600:focus {
    color: #d53f8c; }
  .sm_text-pink-700 {
    color: #b83280; }
  .sm_hover_text-pink-700:hover {
    color: #b83280; }
  .sm_focus_text-pink-700:focus {
    color: #b83280; }
  .sm_text-pink-800 {
    color: #97266d; }
  .sm_hover_text-pink-800:hover {
    color: #97266d; }
  .sm_focus_text-pink-800:focus {
    color: #97266d; }
  .sm_text-pink-900 {
    color: #702459; }
  .sm_hover_text-pink-900:hover {
    color: #702459; }
  .sm_focus_text-pink-900:focus {
    color: #702459; }
  .sm_align-baseline {
    vertical-align: baseline; }
  .sm_align-top {
    vertical-align: top; }
  .sm_align-middle {
    vertical-align: middle; }
  .sm_align-bottom {
    vertical-align: bottom; }
  .sm_align-text-top {
    vertical-align: text-top; }
  .sm_align-text-bottom {
    vertical-align: text-bottom; }
  .sm_whitespace-normal {
    white-space: normal; }
  .sm_whitespace-no-wrap {
    white-space: nowrap; }
  .sm_whitespace-pre {
    white-space: pre; }
  .sm_whitespace-pre-line {
    white-space: pre-line; }
  .sm_whitespace-pre-wrap {
    white-space: pre-wrap; }
  .sm_break-normal {
    word-break: normal;
    overflow-wrap: normal; }
  .sm_break-words {
    overflow-wrap: break-word; }
  .sm_break-all {
    word-break: normal; }
  .sm_truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .sm_bg-fixed {
    background-attachment: fixed; }
  .sm_bg-local {
    background-attachment: local; }
  .sm_bg-scroll {
    background-attachment: scroll; }
  .sm_bg-bottom {
    background-position: bottom; }
  .sm_bg-center {
    background-position: center; }
  .sm_bg-left {
    background-position: left; }
  .sm_bg-left-bottom {
    background-position: left-bottom; }
  .sm_bg-left-top {
    background-position: left-top; }
  .sm_bg-right {
    background-position: right; }
  .sm_bg-right-bottom {
    background-position: right-bottom; }
  .sm_bg-right-top {
    background-position: right-top; }
  .sm_bg-top {
    background-position: top; }
  .sm_bg-repeat {
    background-repeat: repeat; }
  .sm_bg-no-repeat {
    background-repeat: no-repeat; }
  .sm_bg-repeat-x {
    background-repeat: repeat-x; }
  .sm_bg-repeat-y {
    background-repeat: repeat-y; }
  .sm_bg-repeat-round {
    background-repeat: round; }
  .sm_bg-repeat-space {
    background-repeat: space; }
  .sm_bg-auto {
    background-size: auto; }
  .sm_bg-cover {
    background-size: cover; }
  .sm_bg-contain {
    background-size: contain; }
  .sm_bg-transparent {
    background-color: transparent; }
  .sm_hover_bg-transparent:hover {
    background-color: transparent; }
  .sm_focus_bg-transparent:focus {
    background-color: transparent; }
  .sm_bg-black {
    background-color: #000; }
  .sm_hover_bg-black:hover {
    background-color: #000; }
  .sm_focus_bg-black:focus {
    background-color: #000; }
  .sm_bg-white {
    background-color: #fff; }
  .sm_hover_bg-white:hover {
    background-color: #fff; }
  .sm_focus_bg-white:focus {
    background-color: #fff; }
  .sm_bg-gray-100 {
    background-color: #f7fafc; }
  .sm_hover_bg-gray-100:hover {
    background-color: #f7fafc; }
  .sm_focus_bg-gray-100:focus {
    background-color: #f7fafc; }
  .sm_bg-gray-200 {
    background-color: #edf2f7; }
  .sm_hover_bg-gray-200:hover {
    background-color: #edf2f7; }
  .sm_focus_bg-gray-200:focus {
    background-color: #edf2f7; }
  .sm_bg-gray-300 {
    background-color: #e2e8f0; }
  .sm_hover_bg-gray-300:hover {
    background-color: #e2e8f0; }
  .sm_focus_bg-gray-300:focus {
    background-color: #e2e8f0; }
  .sm_bg-gray-400 {
    background-color: #cbd5e0; }
  .sm_hover_bg-gray-400:hover {
    background-color: #cbd5e0; }
  .sm_focus_bg-gray-400:focus {
    background-color: #cbd5e0; }
  .sm_bg-gray-500 {
    background-color: #a0aec0; }
  .sm_hover_bg-gray-500:hover {
    background-color: #a0aec0; }
  .sm_focus_bg-gray-500:focus {
    background-color: #a0aec0; }
  .sm_bg-gray-600 {
    background-color: #718096; }
  .sm_hover_bg-gray-600:hover {
    background-color: #718096; }
  .sm_focus_bg-gray-600:focus {
    background-color: #718096; }
  .sm_bg-gray-700 {
    background-color: #4a5568; }
  .sm_hover_bg-gray-700:hover {
    background-color: #4a5568; }
  .sm_focus_bg-gray-700:focus {
    background-color: #4a5568; }
  .sm_bg-gray-800 {
    background-color: #2d3748; }
  .sm_hover_bg-gray-800:hover {
    background-color: #2d3748; }
  .sm_focus_bg-gray-800:focus {
    background-color: #2d3748; }
  .sm_bg-gray-900 {
    background-color: #1a202c; }
  .sm_hover_bg-gray-900:hover {
    background-color: #1a202c; }
  .sm_focus_bg-gray-900:focus {
    background-color: #1a202c; }
  .sm_bg-red-100 {
    background-color: #fff5f5; }
  .sm_hover_bg-red-100:hover {
    background-color: #fff5f5; }
  .sm_focus_bg-red-100:focus {
    background-color: #fff5f5; }
  .sm_bg-red-200 {
    background-color: #fed7d7; }
  .sm_hover_bg-red-200:hover {
    background-color: #fed7d7; }
  .sm_focus_bg-red-200:focus {
    background-color: #fed7d7; }
  .sm_bg-red-300 {
    background-color: #feb2b2; }
  .sm_hover_bg-red-300:hover {
    background-color: #feb2b2; }
  .sm_focus_bg-red-300:focus {
    background-color: #feb2b2; }
  .sm_bg-red-400 {
    background-color: #fc8181; }
  .sm_hover_bg-red-400:hover {
    background-color: #fc8181; }
  .sm_focus_bg-red-400:focus {
    background-color: #fc8181; }
  .sm_bg-red-500 {
    background-color: #f56565; }
  .sm_hover_bg-red-500:hover {
    background-color: #f56565; }
  .sm_focus_bg-red-500:focus {
    background-color: #f56565; }
  .sm_bg-red-600 {
    background-color: #e53e3e; }
  .sm_hover_bg-red-600:hover {
    background-color: #e53e3e; }
  .sm_focus_bg-red-600:focus {
    background-color: #e53e3e; }
  .sm_bg-red-700 {
    background-color: #c53030; }
  .sm_hover_bg-red-700:hover {
    background-color: #c53030; }
  .sm_focus_bg-red-700:focus {
    background-color: #c53030; }
  .sm_bg-red-800 {
    background-color: #9b2c2c; }
  .sm_hover_bg-red-800:hover {
    background-color: #9b2c2c; }
  .sm_focus_bg-red-800:focus {
    background-color: #9b2c2c; }
  .sm_bg-red-900 {
    background-color: #742a2a; }
  .sm_hover_bg-red-900:hover {
    background-color: #742a2a; }
  .sm_focus_bg-red-900:focus {
    background-color: #742a2a; }
  .sm_bg-orange-100 {
    background-color: #fffaf0; }
  .sm_hover_bg-orange-100:hover {
    background-color: #fffaf0; }
  .sm_focus_bg-orange-100:focus {
    background-color: #fffaf0; }
  .sm_bg-orange-200 {
    background-color: #feebc8; }
  .sm_hover_bg-orange-200:hover {
    background-color: #feebc8; }
  .sm_focus_bg-orange-200:focus {
    background-color: #feebc8; }
  .sm_bg-orange-300 {
    background-color: #fbd38d; }
  .sm_hover_bg-orange-300:hover {
    background-color: #fbd38d; }
  .sm_focus_bg-orange-300:focus {
    background-color: #fbd38d; }
  .sm_bg-orange-400 {
    background-color: #f6ad55; }
  .sm_hover_bg-orange-400:hover {
    background-color: #f6ad55; }
  .sm_focus_bg-orange-400:focus {
    background-color: #f6ad55; }
  .sm_bg-orange-500 {
    background-color: #ed8936; }
  .sm_hover_bg-orange-500:hover {
    background-color: #ed8936; }
  .sm_focus_bg-orange-500:focus {
    background-color: #ed8936; }
  .sm_bg-orange-600 {
    background-color: #dd6b20; }
  .sm_hover_bg-orange-600:hover {
    background-color: #dd6b20; }
  .sm_focus_bg-orange-600:focus {
    background-color: #dd6b20; }
  .sm_bg-orange-700 {
    background-color: #c05621; }
  .sm_hover_bg-orange-700:hover {
    background-color: #c05621; }
  .sm_focus_bg-orange-700:focus {
    background-color: #c05621; }
  .sm_bg-orange-800 {
    background-color: #9c4221; }
  .sm_hover_bg-orange-800:hover {
    background-color: #9c4221; }
  .sm_focus_bg-orange-800:focus {
    background-color: #9c4221; }
  .sm_bg-orange-900 {
    background-color: #7b341e; }
  .sm_hover_bg-orange-900:hover {
    background-color: #7b341e; }
  .sm_focus_bg-orange-900:focus {
    background-color: #7b341e; }
  .sm_bg-yellow-100 {
    background-color: #fffff0; }
  .sm_hover_bg-yellow-100:hover {
    background-color: #fffff0; }
  .sm_focus_bg-yellow-100:focus {
    background-color: #fffff0; }
  .sm_bg-yellow-200 {
    background-color: #fefcbf; }
  .sm_hover_bg-yellow-200:hover {
    background-color: #fefcbf; }
  .sm_focus_bg-yellow-200:focus {
    background-color: #fefcbf; }
  .sm_bg-yellow-300 {
    background-color: #faf089; }
  .sm_hover_bg-yellow-300:hover {
    background-color: #faf089; }
  .sm_focus_bg-yellow-300:focus {
    background-color: #faf089; }
  .sm_bg-yellow-400 {
    background-color: #f6e05e; }
  .sm_hover_bg-yellow-400:hover {
    background-color: #f6e05e; }
  .sm_focus_bg-yellow-400:focus {
    background-color: #f6e05e; }
  .sm_bg-yellow-500 {
    background-color: #ecc94b; }
  .sm_hover_bg-yellow-500:hover {
    background-color: #ecc94b; }
  .sm_focus_bg-yellow-500:focus {
    background-color: #ecc94b; }
  .sm_bg-yellow-600 {
    background-color: #d69e2e; }
  .sm_hover_bg-yellow-600:hover {
    background-color: #d69e2e; }
  .sm_focus_bg-yellow-600:focus {
    background-color: #d69e2e; }
  .sm_bg-yellow-700 {
    background-color: #b7791f; }
  .sm_hover_bg-yellow-700:hover {
    background-color: #b7791f; }
  .sm_focus_bg-yellow-700:focus {
    background-color: #b7791f; }
  .sm_bg-yellow-800 {
    background-color: #975a16; }
  .sm_hover_bg-yellow-800:hover {
    background-color: #975a16; }
  .sm_focus_bg-yellow-800:focus {
    background-color: #975a16; }
  .sm_bg-yellow-900 {
    background-color: #744210; }
  .sm_hover_bg-yellow-900:hover {
    background-color: #744210; }
  .sm_focus_bg-yellow-900:focus {
    background-color: #744210; }
  .sm_bg-green-100 {
    background-color: #f0fff4; }
  .sm_hover_bg-green-100:hover {
    background-color: #f0fff4; }
  .sm_focus_bg-green-100:focus {
    background-color: #f0fff4; }
  .sm_bg-green-200 {
    background-color: #c6f6d5; }
  .sm_hover_bg-green-200:hover {
    background-color: #c6f6d5; }
  .sm_focus_bg-green-200:focus {
    background-color: #c6f6d5; }
  .sm_bg-green-300 {
    background-color: #9ae6b4; }
  .sm_hover_bg-green-300:hover {
    background-color: #9ae6b4; }
  .sm_focus_bg-green-300:focus {
    background-color: #9ae6b4; }
  .sm_bg-green-400 {
    background-color: #68d391; }
  .sm_hover_bg-green-400:hover {
    background-color: #68d391; }
  .sm_focus_bg-green-400:focus {
    background-color: #68d391; }
  .sm_bg-green-500 {
    background-color: #48bb78; }
  .sm_hover_bg-green-500:hover {
    background-color: #48bb78; }
  .sm_focus_bg-green-500:focus {
    background-color: #48bb78; }
  .sm_bg-green-600 {
    background-color: #38a169; }
  .sm_hover_bg-green-600:hover {
    background-color: #38a169; }
  .sm_focus_bg-green-600:focus {
    background-color: #38a169; }
  .sm_bg-green-700 {
    background-color: #2f855a; }
  .sm_hover_bg-green-700:hover {
    background-color: #2f855a; }
  .sm_focus_bg-green-700:focus {
    background-color: #2f855a; }
  .sm_bg-green-800 {
    background-color: #276749; }
  .sm_hover_bg-green-800:hover {
    background-color: #276749; }
  .sm_focus_bg-green-800:focus {
    background-color: #276749; }
  .sm_bg-green-900 {
    background-color: #22543d; }
  .sm_hover_bg-green-900:hover {
    background-color: #22543d; }
  .sm_focus_bg-green-900:focus {
    background-color: #22543d; }
  .sm_bg-teal-100 {
    background-color: #e6fffa; }
  .sm_hover_bg-teal-100:hover {
    background-color: #e6fffa; }
  .sm_focus_bg-teal-100:focus {
    background-color: #e6fffa; }
  .sm_bg-teal-200 {
    background-color: #b2f5ea; }
  .sm_hover_bg-teal-200:hover {
    background-color: #b2f5ea; }
  .sm_focus_bg-teal-200:focus {
    background-color: #b2f5ea; }
  .sm_bg-teal-300 {
    background-color: #81e6d9; }
  .sm_hover_bg-teal-300:hover {
    background-color: #81e6d9; }
  .sm_focus_bg-teal-300:focus {
    background-color: #81e6d9; }
  .sm_bg-teal-400 {
    background-color: #4fd1c5; }
  .sm_hover_bg-teal-400:hover {
    background-color: #4fd1c5; }
  .sm_focus_bg-teal-400:focus {
    background-color: #4fd1c5; }
  .sm_bg-teal-500 {
    background-color: #38b2ac; }
  .sm_hover_bg-teal-500:hover {
    background-color: #38b2ac; }
  .sm_focus_bg-teal-500:focus {
    background-color: #38b2ac; }
  .sm_bg-teal-600 {
    background-color: #319795; }
  .sm_hover_bg-teal-600:hover {
    background-color: #319795; }
  .sm_focus_bg-teal-600:focus {
    background-color: #319795; }
  .sm_bg-teal-700 {
    background-color: #2c7a7b; }
  .sm_hover_bg-teal-700:hover {
    background-color: #2c7a7b; }
  .sm_focus_bg-teal-700:focus {
    background-color: #2c7a7b; }
  .sm_bg-teal-800 {
    background-color: #285e61; }
  .sm_hover_bg-teal-800:hover {
    background-color: #285e61; }
  .sm_focus_bg-teal-800:focus {
    background-color: #285e61; }
  .sm_bg-teal-900 {
    background-color: #234e52; }
  .sm_hover_bg-teal-900:hover {
    background-color: #234e52; }
  .sm_focus_bg-teal-900:focus {
    background-color: #234e52; }
  .sm_bg-blue-100 {
    background-color: #ebf8ff; }
  .sm_hover_bg-blue-100:hover {
    background-color: #ebf8ff; }
  .sm_focus_bg-blue-100:focus {
    background-color: #ebf8ff; }
  .sm_bg-blue-200 {
    background-color: #bee3f8; }
  .sm_hover_bg-blue-200:hover {
    background-color: #bee3f8; }
  .sm_focus_bg-blue-200:focus {
    background-color: #bee3f8; }
  .sm_bg-blue-300 {
    background-color: #90cdf4; }
  .sm_hover_bg-blue-300:hover {
    background-color: #90cdf4; }
  .sm_focus_bg-blue-300:focus {
    background-color: #90cdf4; }
  .sm_bg-blue-400 {
    background-color: #63b3ed; }
  .sm_hover_bg-blue-400:hover {
    background-color: #63b3ed; }
  .sm_focus_bg-blue-400:focus {
    background-color: #63b3ed; }
  .sm_bg-blue-500 {
    background-color: #4299e1; }
  .sm_hover_bg-blue-500:hover {
    background-color: #4299e1; }
  .sm_focus_bg-blue-500:focus {
    background-color: #4299e1; }
  .sm_bg-blue-600 {
    background-color: #3182ce; }
  .sm_hover_bg-blue-600:hover {
    background-color: #3182ce; }
  .sm_focus_bg-blue-600:focus {
    background-color: #3182ce; }
  .sm_bg-blue-700 {
    background-color: #2b6cb0; }
  .sm_hover_bg-blue-700:hover {
    background-color: #2b6cb0; }
  .sm_focus_bg-blue-700:focus {
    background-color: #2b6cb0; }
  .sm_bg-blue-800 {
    background-color: #2c5282; }
  .sm_hover_bg-blue-800:hover {
    background-color: #2c5282; }
  .sm_focus_bg-blue-800:focus {
    background-color: #2c5282; }
  .sm_bg-blue-900 {
    background-color: #2a4365; }
  .sm_hover_bg-blue-900:hover {
    background-color: #2a4365; }
  .sm_focus_bg-blue-900:focus {
    background-color: #2a4365; }
  .sm_bg-indigo-100 {
    background-color: #ebf4ff; }
  .sm_hover_bg-indigo-100:hover {
    background-color: #ebf4ff; }
  .sm_focus_bg-indigo-100:focus {
    background-color: #ebf4ff; }
  .sm_bg-indigo-200 {
    background-color: #c3dafe; }
  .sm_hover_bg-indigo-200:hover {
    background-color: #c3dafe; }
  .sm_focus_bg-indigo-200:focus {
    background-color: #c3dafe; }
  .sm_bg-indigo-300 {
    background-color: #a3bffa; }
  .sm_hover_bg-indigo-300:hover {
    background-color: #a3bffa; }
  .sm_focus_bg-indigo-300:focus {
    background-color: #a3bffa; }
  .sm_bg-indigo-400 {
    background-color: #7f9cf5; }
  .sm_hover_bg-indigo-400:hover {
    background-color: #7f9cf5; }
  .sm_focus_bg-indigo-400:focus {
    background-color: #7f9cf5; }
  .sm_bg-indigo-500 {
    background-color: #667eea; }
  .sm_hover_bg-indigo-500:hover {
    background-color: #667eea; }
  .sm_focus_bg-indigo-500:focus {
    background-color: #667eea; }
  .sm_bg-indigo-600 {
    background-color: #5a67d8; }
  .sm_hover_bg-indigo-600:hover {
    background-color: #5a67d8; }
  .sm_focus_bg-indigo-600:focus {
    background-color: #5a67d8; }
  .sm_bg-indigo-700 {
    background-color: #4c51bf; }
  .sm_hover_bg-indigo-700:hover {
    background-color: #4c51bf; }
  .sm_focus_bg-indigo-700:focus {
    background-color: #4c51bf; }
  .sm_bg-indigo-800 {
    background-color: #434190; }
  .sm_hover_bg-indigo-800:hover {
    background-color: #434190; }
  .sm_focus_bg-indigo-800:focus {
    background-color: #434190; }
  .sm_bg-indigo-900 {
    background-color: #3c366b; }
  .sm_hover_bg-indigo-900:hover {
    background-color: #3c366b; }
  .sm_focus_bg-indigo-900:focus {
    background-color: #3c366b; }
  .sm_bg-purple-100 {
    background-color: #faf5ff; }
  .sm_hover_bg-purple-100:hover {
    background-color: #faf5ff; }
  .sm_focus_bg-purple-100:focus {
    background-color: #faf5ff; }
  .sm_bg-purple-200 {
    background-color: #e9d8fd; }
  .sm_hover_bg-purple-200:hover {
    background-color: #e9d8fd; }
  .sm_focus_bg-purple-200:focus {
    background-color: #e9d8fd; }
  .sm_bg-purple-300 {
    background-color: #d6bcfa; }
  .sm_hover_bg-purple-300:hover {
    background-color: #d6bcfa; }
  .sm_focus_bg-purple-300:focus {
    background-color: #d6bcfa; }
  .sm_bg-purple-400 {
    background-color: #b794f4; }
  .sm_hover_bg-purple-400:hover {
    background-color: #b794f4; }
  .sm_focus_bg-purple-400:focus {
    background-color: #b794f4; }
  .sm_bg-purple-500 {
    background-color: #9f7aea; }
  .sm_hover_bg-purple-500:hover {
    background-color: #9f7aea; }
  .sm_focus_bg-purple-500:focus {
    background-color: #9f7aea; }
  .sm_bg-purple-600 {
    background-color: #805ad5; }
  .sm_hover_bg-purple-600:hover {
    background-color: #805ad5; }
  .sm_focus_bg-purple-600:focus {
    background-color: #805ad5; }
  .sm_bg-purple-700 {
    background-color: #6b46c1; }
  .sm_hover_bg-purple-700:hover {
    background-color: #6b46c1; }
  .sm_focus_bg-purple-700:focus {
    background-color: #6b46c1; }
  .sm_bg-purple-800 {
    background-color: #553c9a; }
  .sm_hover_bg-purple-800:hover {
    background-color: #553c9a; }
  .sm_focus_bg-purple-800:focus {
    background-color: #553c9a; }
  .sm_bg-purple-900 {
    background-color: #44337a; }
  .sm_hover_bg-purple-900:hover {
    background-color: #44337a; }
  .sm_focus_bg-purple-900:focus {
    background-color: #44337a; }
  .sm_bg-pink-100 {
    background-color: #fff5f7; }
  .sm_hover_bg-pink-100:hover {
    background-color: #fff5f7; }
  .sm_focus_bg-pink-100:focus {
    background-color: #fff5f7; }
  .sm_bg-pink-200 {
    background-color: #fed7e2; }
  .sm_hover_bg-pink-200:hover {
    background-color: #fed7e2; }
  .sm_focus_bg-pink-200:focus {
    background-color: #fed7e2; }
  .sm_bg-pink-300 {
    background-color: #fbb6ce; }
  .sm_hover_bg-pink-300:hover {
    background-color: #fbb6ce; }
  .sm_focus_bg-pink-300:focus {
    background-color: #fbb6ce; }
  .sm_bg-pink-400 {
    background-color: #f687b3; }
  .sm_hover_bg-pink-400:hover {
    background-color: #f687b3; }
  .sm_focus_bg-pink-400:focus {
    background-color: #f687b3; }
  .sm_bg-pink-500 {
    background-color: #ed64a6; }
  .sm_hover_bg-pink-500:hover {
    background-color: #ed64a6; }
  .sm_focus_bg-pink-500:focus {
    background-color: #ed64a6; }
  .sm_bg-pink-600 {
    background-color: #d53f8c; }
  .sm_hover_bg-pink-600:hover {
    background-color: #d53f8c; }
  .sm_focus_bg-pink-600:focus {
    background-color: #d53f8c; }
  .sm_bg-pink-700 {
    background-color: #b83280; }
  .sm_hover_bg-pink-700:hover {
    background-color: #b83280; }
  .sm_focus_bg-pink-700:focus {
    background-color: #b83280; }
  .sm_bg-pink-800 {
    background-color: #97266d; }
  .sm_hover_bg-pink-800:hover {
    background-color: #97266d; }
  .sm_focus_bg-pink-800:focus {
    background-color: #97266d; }
  .sm_bg-pink-900 {
    background-color: #702459; }
  .sm_hover_bg-pink-900:hover {
    background-color: #702459; }
  .sm_focus_bg-pink-900:focus {
    background-color: #702459; }
  .sm_border-solid {
    border-style: solid; }
  .sm_border-dashed {
    border-style: dashed; }
  .sm_border-dotted {
    border-style: dotted; }
  .sm_border-none {
    border-style: none; }
  .sm_border {
    border-width: 1px; }
  .sm_border-0 {
    border-width: 0; }
  .sm_border-2 {
    border-width: 2px; }
  .sm_border-4 {
    border-width: 4px; }
  .sm_border-8 {
    border-width: 8px; }
  .sm_border-t {
    border-top-width: 1px; }
  .sm_border-t-0 {
    border-top-width: 0; }
  .sm_border-t-2 {
    border-top-width: 2px; }
  .sm_border-t-4 {
    border-top-width: 4px; }
  .sm_border-t-8 {
    border-top-width: 8px; }
  .sm_border-r {
    border-right-width: 1px; }
  .sm_border-r-0 {
    border-right-width: 0; }
  .sm_border-r-2 {
    border-right-width: 2px; }
  .sm_border-r-4 {
    border-right-width: 4px; }
  .sm_border-r-8 {
    border-right-width: 8px; }
  .sm_border-b {
    border-bottom-width: 1px; }
  .sm_border-b-0 {
    border-bottom-width: 0; }
  .sm_border-b-2 {
    border-bottom-width: 2px; }
  .sm_border-b-4 {
    border-bottom-width: 4px; }
  .sm_border-b-8 {
    border-bottom-width: 8px; }
  .sm_border-l {
    border-left-width: 1px; }
  .sm_border-l-0 {
    border-left-width: 0; }
  .sm_border-l-2 {
    border-left-width: 2px; }
  .sm_border-l-4 {
    border-left-width: 4px; }
  .sm_border-l-8 {
    border-left-width: 8px; }
  .sm_rounded {
    border-radius: 0.25rem; }
  .sm_rounded-none {
    border-radius: 0; }
  .sm_rounded-sm {
    border-radius: 0.125rem; }
  .sm_rounded-lg {
    border-radius: 0.5rem; }
  .sm_rounded-full {
    border-radius: 9999px; }
  .sm_rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .sm_rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .sm_rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem; }
  .sm_rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
  .sm_rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px; }
  .sm_rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .sm_rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .sm_rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem; }
  .sm_rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
  .sm_rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px; }
  .sm_rounded-b {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .sm_rounded-b-none {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .sm_rounded-b-sm {
    border-bottom-left-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem; }
  .sm_rounded-b-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
  .sm_rounded-b-full {
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px; }
  .sm_rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .sm_rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .sm_rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem; }
  .sm_rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; }
  .sm_rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px; }
  .sm_rounded-tl {
    border-top-left-radius: 0.25rem; }
  .sm_rounded-tl-none {
    border-top-left-radius: 0; }
  .sm_rounded-tl-sm {
    border-top-left-radius: 0.125rem; }
  .sm_rounded-tl-lg {
    border-top-left-radius: 0.5rem; }
  .sm_rounded-tl-full {
    border-top-left-radius: 9999px; }
  .sm_rounded-tr {
    border-top-right-radius: 0.25rem; }
  .sm_rounded-tr-none {
    border-top-right-radius: 0; }
  .sm_rounded-tr-sm {
    border-top-right-radius: 0.125rem; }
  .sm_rounded-tr-lg {
    border-top-right-radius: 0.5rem; }
  .sm_rounded-tr-full {
    border-top-right-radius: 9999px; }
  .sm_rounded-bl {
    border-bottom-left-radius: 0.25rem; }
  .sm_rounded-bl-none {
    border-bottom-left-radius: 0; }
  .sm_rounded-bl-sm {
    border-bottom-left-radius: 0.125rem; }
  .sm_rounded-bl-lg {
    border-bottom-left-radius: 0.5rem; }
  .sm_rounded-bl-full {
    border-bottom-left-radius: 9999px; }
  .sm_rounded-br {
    border-bottom-right-radius: 0.25rem; }
  .sm_rounded-br-none {
    border-bottom-right-radius: 0; }
  .sm_rounded-br-sm {
    border-bottom-right-radius: 0.125rem; }
  .sm_rounded-br-lg {
    border-bottom-right-radius: 0.5rem; }
  .sm_rounded-br-full {
    border-bottom-right-radius: 9999px; }
  .sm_border-transparent {
    border-color: transparent; }
  .sm_hover_border-transparent:hover {
    border-color: transparent; }
  .sm_focus_border-transparent:focus {
    border-color: transparent; }
  .sm_border-black {
    border-color: #000; }
  .sm_hover_border-black:hover {
    border-color: #000; }
  .sm_focus_border-black:focus {
    border-color: #000; }
  .sm_border-white {
    border-color: #fff; }
  .sm_hover_border-white:hover {
    border-color: #fff; }
  .sm_focus_border-white:focus {
    border-color: #fff; }
  .sm_border-gray-100 {
    border-color: #f7fafc; }
  .sm_hover_border-gray-100:hover {
    border-color: #f7fafc; }
  .sm_focus_border-gray-100:focus {
    border-color: #f7fafc; }
  .sm_border-gray-200 {
    border-color: #edf2f7; }
  .sm_hover_border-gray-200:hover {
    border-color: #edf2f7; }
  .sm_focus_border-gray-200:focus {
    border-color: #edf2f7; }
  .sm_border-gray-300 {
    border-color: #e2e8f0; }
  .sm_hover_border-gray-300:hover {
    border-color: #e2e8f0; }
  .sm_focus_border-gray-300:focus {
    border-color: #e2e8f0; }
  .sm_border-gray-400 {
    border-color: #cbd5e0; }
  .sm_hover_border-gray-400:hover {
    border-color: #cbd5e0; }
  .sm_focus_border-gray-400:focus {
    border-color: #cbd5e0; }
  .sm_border-gray-500 {
    border-color: #a0aec0; }
  .sm_hover_border-gray-500:hover {
    border-color: #a0aec0; }
  .sm_focus_border-gray-500:focus {
    border-color: #a0aec0; }
  .sm_border-gray-600 {
    border-color: #718096; }
  .sm_hover_border-gray-600:hover {
    border-color: #718096; }
  .sm_focus_border-gray-600:focus {
    border-color: #718096; }
  .sm_border-gray-700 {
    border-color: #4a5568; }
  .sm_hover_border-gray-700:hover {
    border-color: #4a5568; }
  .sm_focus_border-gray-700:focus {
    border-color: #4a5568; }
  .sm_border-gray-800 {
    border-color: #2d3748; }
  .sm_hover_border-gray-800:hover {
    border-color: #2d3748; }
  .sm_focus_border-gray-800:focus {
    border-color: #2d3748; }
  .sm_border-gray-900 {
    border-color: #1a202c; }
  .sm_hover_border-gray-900:hover {
    border-color: #1a202c; }
  .sm_focus_border-gray-900:focus {
    border-color: #1a202c; }
  .sm_border-red-100 {
    border-color: #fff5f5; }
  .sm_hover_border-red-100:hover {
    border-color: #fff5f5; }
  .sm_focus_border-red-100:focus {
    border-color: #fff5f5; }
  .sm_border-red-200 {
    border-color: #fed7d7; }
  .sm_hover_border-red-200:hover {
    border-color: #fed7d7; }
  .sm_focus_border-red-200:focus {
    border-color: #fed7d7; }
  .sm_border-red-300 {
    border-color: #feb2b2; }
  .sm_hover_border-red-300:hover {
    border-color: #feb2b2; }
  .sm_focus_border-red-300:focus {
    border-color: #feb2b2; }
  .sm_border-red-400 {
    border-color: #fc8181; }
  .sm_hover_border-red-400:hover {
    border-color: #fc8181; }
  .sm_focus_border-red-400:focus {
    border-color: #fc8181; }
  .sm_border-red-500 {
    border-color: #f56565; }
  .sm_hover_border-red-500:hover {
    border-color: #f56565; }
  .sm_focus_border-red-500:focus {
    border-color: #f56565; }
  .sm_border-red-600 {
    border-color: #e53e3e; }
  .sm_hover_border-red-600:hover {
    border-color: #e53e3e; }
  .sm_focus_border-red-600:focus {
    border-color: #e53e3e; }
  .sm_border-red-700 {
    border-color: #c53030; }
  .sm_hover_border-red-700:hover {
    border-color: #c53030; }
  .sm_focus_border-red-700:focus {
    border-color: #c53030; }
  .sm_border-red-800 {
    border-color: #9b2c2c; }
  .sm_hover_border-red-800:hover {
    border-color: #9b2c2c; }
  .sm_focus_border-red-800:focus {
    border-color: #9b2c2c; }
  .sm_border-red-900 {
    border-color: #742a2a; }
  .sm_hover_border-red-900:hover {
    border-color: #742a2a; }
  .sm_focus_border-red-900:focus {
    border-color: #742a2a; }
  .sm_border-orange-100 {
    border-color: #fffaf0; }
  .sm_hover_border-orange-100:hover {
    border-color: #fffaf0; }
  .sm_focus_border-orange-100:focus {
    border-color: #fffaf0; }
  .sm_border-orange-200 {
    border-color: #feebc8; }
  .sm_hover_border-orange-200:hover {
    border-color: #feebc8; }
  .sm_focus_border-orange-200:focus {
    border-color: #feebc8; }
  .sm_border-orange-300 {
    border-color: #fbd38d; }
  .sm_hover_border-orange-300:hover {
    border-color: #fbd38d; }
  .sm_focus_border-orange-300:focus {
    border-color: #fbd38d; }
  .sm_border-orange-400 {
    border-color: #f6ad55; }
  .sm_hover_border-orange-400:hover {
    border-color: #f6ad55; }
  .sm_focus_border-orange-400:focus {
    border-color: #f6ad55; }
  .sm_border-orange-500 {
    border-color: #ed8936; }
  .sm_hover_border-orange-500:hover {
    border-color: #ed8936; }
  .sm_focus_border-orange-500:focus {
    border-color: #ed8936; }
  .sm_border-orange-600 {
    border-color: #dd6b20; }
  .sm_hover_border-orange-600:hover {
    border-color: #dd6b20; }
  .sm_focus_border-orange-600:focus {
    border-color: #dd6b20; }
  .sm_border-orange-700 {
    border-color: #c05621; }
  .sm_hover_border-orange-700:hover {
    border-color: #c05621; }
  .sm_focus_border-orange-700:focus {
    border-color: #c05621; }
  .sm_border-orange-800 {
    border-color: #9c4221; }
  .sm_hover_border-orange-800:hover {
    border-color: #9c4221; }
  .sm_focus_border-orange-800:focus {
    border-color: #9c4221; }
  .sm_border-orange-900 {
    border-color: #7b341e; }
  .sm_hover_border-orange-900:hover {
    border-color: #7b341e; }
  .sm_focus_border-orange-900:focus {
    border-color: #7b341e; }
  .sm_border-yellow-100 {
    border-color: #fffff0; }
  .sm_hover_border-yellow-100:hover {
    border-color: #fffff0; }
  .sm_focus_border-yellow-100:focus {
    border-color: #fffff0; }
  .sm_border-yellow-200 {
    border-color: #fefcbf; }
  .sm_hover_border-yellow-200:hover {
    border-color: #fefcbf; }
  .sm_focus_border-yellow-200:focus {
    border-color: #fefcbf; }
  .sm_border-yellow-300 {
    border-color: #faf089; }
  .sm_hover_border-yellow-300:hover {
    border-color: #faf089; }
  .sm_focus_border-yellow-300:focus {
    border-color: #faf089; }
  .sm_border-yellow-400 {
    border-color: #f6e05e; }
  .sm_hover_border-yellow-400:hover {
    border-color: #f6e05e; }
  .sm_focus_border-yellow-400:focus {
    border-color: #f6e05e; }
  .sm_border-yellow-500 {
    border-color: #ecc94b; }
  .sm_hover_border-yellow-500:hover {
    border-color: #ecc94b; }
  .sm_focus_border-yellow-500:focus {
    border-color: #ecc94b; }
  .sm_border-yellow-600 {
    border-color: #d69e2e; }
  .sm_hover_border-yellow-600:hover {
    border-color: #d69e2e; }
  .sm_focus_border-yellow-600:focus {
    border-color: #d69e2e; }
  .sm_border-yellow-700 {
    border-color: #b7791f; }
  .sm_hover_border-yellow-700:hover {
    border-color: #b7791f; }
  .sm_focus_border-yellow-700:focus {
    border-color: #b7791f; }
  .sm_border-yellow-800 {
    border-color: #975a16; }
  .sm_hover_border-yellow-800:hover {
    border-color: #975a16; }
  .sm_focus_border-yellow-800:focus {
    border-color: #975a16; }
  .sm_border-yellow-900 {
    border-color: #744210; }
  .sm_hover_border-yellow-900:hover {
    border-color: #744210; }
  .sm_focus_border-yellow-900:focus {
    border-color: #744210; }
  .sm_border-green-100 {
    border-color: #f0fff4; }
  .sm_hover_border-green-100:hover {
    border-color: #f0fff4; }
  .sm_focus_border-green-100:focus {
    border-color: #f0fff4; }
  .sm_border-green-200 {
    border-color: #c6f6d5; }
  .sm_hover_border-green-200:hover {
    border-color: #c6f6d5; }
  .sm_focus_border-green-200:focus {
    border-color: #c6f6d5; }
  .sm_border-green-300 {
    border-color: #9ae6b4; }
  .sm_hover_border-green-300:hover {
    border-color: #9ae6b4; }
  .sm_focus_border-green-300:focus {
    border-color: #9ae6b4; }
  .sm_border-green-400 {
    border-color: #68d391; }
  .sm_hover_border-green-400:hover {
    border-color: #68d391; }
  .sm_focus_border-green-400:focus {
    border-color: #68d391; }
  .sm_border-green-500 {
    border-color: #48bb78; }
  .sm_hover_border-green-500:hover {
    border-color: #48bb78; }
  .sm_focus_border-green-500:focus {
    border-color: #48bb78; }
  .sm_border-green-600 {
    border-color: #38a169; }
  .sm_hover_border-green-600:hover {
    border-color: #38a169; }
  .sm_focus_border-green-600:focus {
    border-color: #38a169; }
  .sm_border-green-700 {
    border-color: #2f855a; }
  .sm_hover_border-green-700:hover {
    border-color: #2f855a; }
  .sm_focus_border-green-700:focus {
    border-color: #2f855a; }
  .sm_border-green-800 {
    border-color: #276749; }
  .sm_hover_border-green-800:hover {
    border-color: #276749; }
  .sm_focus_border-green-800:focus {
    border-color: #276749; }
  .sm_border-green-900 {
    border-color: #22543d; }
  .sm_hover_border-green-900:hover {
    border-color: #22543d; }
  .sm_focus_border-green-900:focus {
    border-color: #22543d; }
  .sm_border-teal-100 {
    border-color: #e6fffa; }
  .sm_hover_border-teal-100:hover {
    border-color: #e6fffa; }
  .sm_focus_border-teal-100:focus {
    border-color: #e6fffa; }
  .sm_border-teal-200 {
    border-color: #b2f5ea; }
  .sm_hover_border-teal-200:hover {
    border-color: #b2f5ea; }
  .sm_focus_border-teal-200:focus {
    border-color: #b2f5ea; }
  .sm_border-teal-300 {
    border-color: #81e6d9; }
  .sm_hover_border-teal-300:hover {
    border-color: #81e6d9; }
  .sm_focus_border-teal-300:focus {
    border-color: #81e6d9; }
  .sm_border-teal-400 {
    border-color: #4fd1c5; }
  .sm_hover_border-teal-400:hover {
    border-color: #4fd1c5; }
  .sm_focus_border-teal-400:focus {
    border-color: #4fd1c5; }
  .sm_border-teal-500 {
    border-color: #38b2ac; }
  .sm_hover_border-teal-500:hover {
    border-color: #38b2ac; }
  .sm_focus_border-teal-500:focus {
    border-color: #38b2ac; }
  .sm_border-teal-600 {
    border-color: #319795; }
  .sm_hover_border-teal-600:hover {
    border-color: #319795; }
  .sm_focus_border-teal-600:focus {
    border-color: #319795; }
  .sm_border-teal-700 {
    border-color: #2c7a7b; }
  .sm_hover_border-teal-700:hover {
    border-color: #2c7a7b; }
  .sm_focus_border-teal-700:focus {
    border-color: #2c7a7b; }
  .sm_border-teal-800 {
    border-color: #285e61; }
  .sm_hover_border-teal-800:hover {
    border-color: #285e61; }
  .sm_focus_border-teal-800:focus {
    border-color: #285e61; }
  .sm_border-teal-900 {
    border-color: #234e52; }
  .sm_hover_border-teal-900:hover {
    border-color: #234e52; }
  .sm_focus_border-teal-900:focus {
    border-color: #234e52; }
  .sm_border-blue-100 {
    border-color: #ebf8ff; }
  .sm_hover_border-blue-100:hover {
    border-color: #ebf8ff; }
  .sm_focus_border-blue-100:focus {
    border-color: #ebf8ff; }
  .sm_border-blue-200 {
    border-color: #bee3f8; }
  .sm_hover_border-blue-200:hover {
    border-color: #bee3f8; }
  .sm_focus_border-blue-200:focus {
    border-color: #bee3f8; }
  .sm_border-blue-300 {
    border-color: #90cdf4; }
  .sm_hover_border-blue-300:hover {
    border-color: #90cdf4; }
  .sm_focus_border-blue-300:focus {
    border-color: #90cdf4; }
  .sm_border-blue-400 {
    border-color: #63b3ed; }
  .sm_hover_border-blue-400:hover {
    border-color: #63b3ed; }
  .sm_focus_border-blue-400:focus {
    border-color: #63b3ed; }
  .sm_border-blue-500 {
    border-color: #4299e1; }
  .sm_hover_border-blue-500:hover {
    border-color: #4299e1; }
  .sm_focus_border-blue-500:focus {
    border-color: #4299e1; }
  .sm_border-blue-600 {
    border-color: #3182ce; }
  .sm_hover_border-blue-600:hover {
    border-color: #3182ce; }
  .sm_focus_border-blue-600:focus {
    border-color: #3182ce; }
  .sm_border-blue-700 {
    border-color: #2b6cb0; }
  .sm_hover_border-blue-700:hover {
    border-color: #2b6cb0; }
  .sm_focus_border-blue-700:focus {
    border-color: #2b6cb0; }
  .sm_border-blue-800 {
    border-color: #2c5282; }
  .sm_hover_border-blue-800:hover {
    border-color: #2c5282; }
  .sm_focus_border-blue-800:focus {
    border-color: #2c5282; }
  .sm_border-blue-900 {
    border-color: #2a4365; }
  .sm_hover_border-blue-900:hover {
    border-color: #2a4365; }
  .sm_focus_border-blue-900:focus {
    border-color: #2a4365; }
  .sm_border-indigo-100 {
    border-color: #ebf4ff; }
  .sm_hover_border-indigo-100:hover {
    border-color: #ebf4ff; }
  .sm_focus_border-indigo-100:focus {
    border-color: #ebf4ff; }
  .sm_border-indigo-200 {
    border-color: #c3dafe; }
  .sm_hover_border-indigo-200:hover {
    border-color: #c3dafe; }
  .sm_focus_border-indigo-200:focus {
    border-color: #c3dafe; }
  .sm_border-indigo-300 {
    border-color: #a3bffa; }
  .sm_hover_border-indigo-300:hover {
    border-color: #a3bffa; }
  .sm_focus_border-indigo-300:focus {
    border-color: #a3bffa; }
  .sm_border-indigo-400 {
    border-color: #7f9cf5; }
  .sm_hover_border-indigo-400:hover {
    border-color: #7f9cf5; }
  .sm_focus_border-indigo-400:focus {
    border-color: #7f9cf5; }
  .sm_border-indigo-500 {
    border-color: #667eea; }
  .sm_hover_border-indigo-500:hover {
    border-color: #667eea; }
  .sm_focus_border-indigo-500:focus {
    border-color: #667eea; }
  .sm_border-indigo-600 {
    border-color: #5a67d8; }
  .sm_hover_border-indigo-600:hover {
    border-color: #5a67d8; }
  .sm_focus_border-indigo-600:focus {
    border-color: #5a67d8; }
  .sm_border-indigo-700 {
    border-color: #4c51bf; }
  .sm_hover_border-indigo-700:hover {
    border-color: #4c51bf; }
  .sm_focus_border-indigo-700:focus {
    border-color: #4c51bf; }
  .sm_border-indigo-800 {
    border-color: #434190; }
  .sm_hover_border-indigo-800:hover {
    border-color: #434190; }
  .sm_focus_border-indigo-800:focus {
    border-color: #434190; }
  .sm_border-indigo-900 {
    border-color: #3c366b; }
  .sm_hover_border-indigo-900:hover {
    border-color: #3c366b; }
  .sm_focus_border-indigo-900:focus {
    border-color: #3c366b; }
  .sm_border-purple-100 {
    border-color: #faf5ff; }
  .sm_hover_border-purple-100:hover {
    border-color: #faf5ff; }
  .sm_focus_border-purple-100:focus {
    border-color: #faf5ff; }
  .sm_border-purple-200 {
    border-color: #e9d8fd; }
  .sm_hover_border-purple-200:hover {
    border-color: #e9d8fd; }
  .sm_focus_border-purple-200:focus {
    border-color: #e9d8fd; }
  .sm_border-purple-300 {
    border-color: #d6bcfa; }
  .sm_hover_border-purple-300:hover {
    border-color: #d6bcfa; }
  .sm_focus_border-purple-300:focus {
    border-color: #d6bcfa; }
  .sm_border-purple-400 {
    border-color: #b794f4; }
  .sm_hover_border-purple-400:hover {
    border-color: #b794f4; }
  .sm_focus_border-purple-400:focus {
    border-color: #b794f4; }
  .sm_border-purple-500 {
    border-color: #9f7aea; }
  .sm_hover_border-purple-500:hover {
    border-color: #9f7aea; }
  .sm_focus_border-purple-500:focus {
    border-color: #9f7aea; }
  .sm_border-purple-600 {
    border-color: #805ad5; }
  .sm_hover_border-purple-600:hover {
    border-color: #805ad5; }
  .sm_focus_border-purple-600:focus {
    border-color: #805ad5; }
  .sm_border-purple-700 {
    border-color: #6b46c1; }
  .sm_hover_border-purple-700:hover {
    border-color: #6b46c1; }
  .sm_focus_border-purple-700:focus {
    border-color: #6b46c1; }
  .sm_border-purple-800 {
    border-color: #553c9a; }
  .sm_hover_border-purple-800:hover {
    border-color: #553c9a; }
  .sm_focus_border-purple-800:focus {
    border-color: #553c9a; }
  .sm_border-purple-900 {
    border-color: #44337a; }
  .sm_hover_border-purple-900:hover {
    border-color: #44337a; }
  .sm_focus_border-purple-900:focus {
    border-color: #44337a; }
  .sm_border-pink-100 {
    border-color: #fff5f7; }
  .sm_hover_border-pink-100:hover {
    border-color: #fff5f7; }
  .sm_focus_border-pink-100:focus {
    border-color: #fff5f7; }
  .sm_border-pink-200 {
    border-color: #fed7e2; }
  .sm_hover_border-pink-200:hover {
    border-color: #fed7e2; }
  .sm_focus_border-pink-200:focus {
    border-color: #fed7e2; }
  .sm_border-pink-300 {
    border-color: #fbb6ce; }
  .sm_hover_border-pink-300:hover {
    border-color: #fbb6ce; }
  .sm_focus_border-pink-300:focus {
    border-color: #fbb6ce; }
  .sm_border-pink-400 {
    border-color: #f687b3; }
  .sm_hover_border-pink-400:hover {
    border-color: #f687b3; }
  .sm_focus_border-pink-400:focus {
    border-color: #f687b3; }
  .sm_border-pink-500 {
    border-color: #ed64a6; }
  .sm_hover_border-pink-500:hover {
    border-color: #ed64a6; }
  .sm_focus_border-pink-500:focus {
    border-color: #ed64a6; }
  .sm_border-pink-600 {
    border-color: #d53f8c; }
  .sm_hover_border-pink-600:hover {
    border-color: #d53f8c; }
  .sm_focus_border-pink-600:focus {
    border-color: #d53f8c; }
  .sm_border-pink-700 {
    border-color: #b83280; }
  .sm_hover_border-pink-700:hover {
    border-color: #b83280; }
  .sm_focus_border-pink-700:focus {
    border-color: #b83280; }
  .sm_border-pink-800 {
    border-color: #97266d; }
  .sm_hover_border-pink-800:hover {
    border-color: #97266d; }
  .sm_focus_border-pink-800:focus {
    border-color: #97266d; }
  .sm_border-pink-900 {
    border-color: #702459; }
  .sm_hover_border-pink-900:hover {
    border-color: #702459; }
  .sm_focus_border-pink-900:focus {
    border-color: #702459; }
  .sm_border-collapse {
    border-collapse: collapse; }
  .sm_border-separate {
    border-collapse: separate; }
  .sm_items-stretch {
    align-items: stretch; }
  .sm_items-start {
    align-items: flex-start; }
  .sm_items-center {
    align-items: center; }
  .sm_items-end {
    align-items: flex-end; }
  .sm_items-baseline {
    align-items: baseline; }
  .sm_content-start {
    align-content: flex-start; }
  .sm_content-center {
    align-content: center; }
  .sm_content-end {
    align-content: flex-end; }
  .sm_content-between {
    align-content: space-between; }
  .sm_content-around {
    align-content: space-around; }
  .sm_self-auto {
    align-self: auto; }
  .sm_self-start {
    align-self: flex-start; }
  .sm_self-center {
    align-self: center; }
  .sm_self-end {
    align-self: flex-end; }
  .sm_self-stretch {
    align-self: stretch; }
  .sm_flex-initial {
    flex: 0 1 auto; }
  .sm_flex-1 {
    flex: 1 1 0%; }
  .sm_flex-auto {
    flex: auto; }
  .sm_flex-none {
    flex: none; }
  .sm_flex-row {
    flex-direction: row; }
  .sm_flex-row-reverse {
    flex-direction: row-reverse; }
  .sm_flex-col {
    flex-direction: column; }
  .sm_flex-col-reverse {
    flex-direction: column-reverse; }
  .sm_flex-no-wrap {
    flex-wrap: nowrap; }
  .sm_flex-wrap {
    flex-wrap: wrap; }
  .sm_flex-wrap-reverse {
    flex-wrap: wrap-reverse; }
  .sm_flex-grow-0 {
    flex-grow: 0; }
  .sm_flex-grow {
    flex-grow: 1; }
  .sm_flex-shrink-0 {
    flex-shrink: 0; }
  .sm_flex-shrink {
    flex-shrink: 1; }
  .sm_justify-start {
    justify-content: flex-start; }
  .sm_justify-center {
    justify-content: center; }
  .sm_justify-end {
    justify-content: flex-end; }
  .sm_justify-between {
    justify-content: space-between; }
  .sm_justify-around {
    justify-content: space-around; }
  .sm_order-first {
    order: -1; }
  .sm_order-last {
    order: 999; }
  .sm_order-none {
    order: 0; }
  .sm_order-1 {
    order: 1; }
  .sm_m-px {
    margin: 1px; }
  .sm_m-0 {
    margin: 0; }
  .sm_m-1 {
    margin: 0.25rem; }
  .sm_m-2 {
    margin: 0.5rem; }
  .sm_m-3 {
    margin: 0.75rem; }
  .sm_m-4 {
    margin: 1rem; }
  .sm_m-5 {
    margin: 1.25rem; }
  .sm_m-6 {
    margin: 1.5rem; }
  .sm_m-8 {
    margin: 2rem; }
  .sm_m-10 {
    margin: 2.5rem; }
  .sm_m-12 {
    margin: 3rem; }
  .sm_m-16 {
    margin: 4rem; }
  .sm_m-20 {
    margin: 5rem; }
  .sm_m-24 {
    margin: 6rem; }
  .sm_m-32 {
    margin: 8rem; }
  .sm_m-40 {
    margin: 10rem; }
  .sm_m-48 {
    margin: 12rem; }
  .sm_m-56 {
    margin: 14rem; }
  .sm_m-64 {
    margin: 16rem; }
  .sm_m-auto {
    margin: auto; }
  .sm_-m-px {
    margin: -1px; }
  .sm_-m-1 {
    margin: -0.25rem; }
  .sm_-m-2 {
    margin: -0.5rem; }
  .sm_-m-3 {
    margin: -0.75rem; }
  .sm_-m-4 {
    margin: -1rem; }
  .sm_-m-5 {
    margin: -1.25rem; }
  .sm_-m-6 {
    margin: -1.5rem; }
  .sm_-m-8 {
    margin: -2rem; }
  .sm_-m-10 {
    margin: -2.5rem; }
  .sm_-m-12 {
    margin: -3rem; }
  .sm_-m-16 {
    margin: -4rem; }
  .sm_-m-20 {
    margin: -5rem; }
  .sm_-m-24 {
    margin: -6rem; }
  .sm_-m-32 {
    margin: -8rem; }
  .sm_-m-40 {
    margin: -10rem; }
  .sm_-m-48 {
    margin: -12rem; }
  .sm_-m-56 {
    margin: -14rem; }
  .sm_-m-64 {
    margin: -16rem; }
  .sm_mt-px {
    margin-top: 1px; }
  .sm_mt-0 {
    margin-top: 0; }
  .sm_mt-1 {
    margin-top: 0.25rem; }
  .sm_mt-2 {
    margin-top: 0.5rem; }
  .sm_mt-3 {
    margin-top: 0.75rem; }
  .sm_mt-4 {
    margin-top: 1rem; }
  .sm_mt-5 {
    margin-top: 1.25rem; }
  .sm_mt-6 {
    margin-top: 1.5rem; }
  .sm_mt-8 {
    margin-top: 2rem; }
  .sm_mt-10 {
    margin-top: 2.5rem; }
  .sm_mt-12 {
    margin-top: 3rem; }
  .sm_mt-16 {
    margin-top: 4rem; }
  .sm_mt-20 {
    margin-top: 5rem; }
  .sm_mt-24 {
    margin-top: 6rem; }
  .sm_mt-32 {
    margin-top: 8rem; }
  .sm_mt-40 {
    margin-top: 10rem; }
  .sm_mt-48 {
    margin-top: 12rem; }
  .sm_mt-56 {
    margin-top: 14rem; }
  .sm_mt-64 {
    margin-top: 16rem; }
  .sm_mt-auto {
    margin-top: auto; }
  .sm_-mt-px {
    margin-top: -1px; }
  .sm_-mt-1 {
    margin-top: -0.25rem; }
  .sm_-mt-2 {
    margin-top: -0.5rem; }
  .sm_-mt-3 {
    margin-top: -0.75rem; }
  .sm_-mt-4 {
    margin-top: -1rem; }
  .sm_-mt-5 {
    margin-top: -1.25rem; }
  .sm_-mt-6 {
    margin-top: -1.5rem; }
  .sm_-mt-8 {
    margin-top: -2rem; }
  .sm_-mt-10 {
    margin-top: -2.5rem; }
  .sm_-mt-12 {
    margin-top: -3rem; }
  .sm_-mt-16 {
    margin-top: -4rem; }
  .sm_-mt-20 {
    margin-top: -5rem; }
  .sm_-mt-24 {
    margin-top: -6rem; }
  .sm_-mt-32 {
    margin-top: -8rem; }
  .sm_-mt-40 {
    margin-top: -10rem; }
  .sm_-mt-48 {
    margin-top: -12rem; }
  .sm_-mt-56 {
    margin-top: -14rem; }
  .sm_-mt-64 {
    margin-top: -16rem; }
  .sm_mr-px {
    margin-right: 1px; }
  .sm_mr-0 {
    margin-right: 0; }
  .sm_mr-1 {
    margin-right: 0.25rem; }
  .sm_mr-2 {
    margin-right: 0.5rem; }
  .sm_mr-3 {
    margin-right: 0.75rem; }
  .sm_mr-4 {
    margin-right: 1rem; }
  .sm_mr-5 {
    margin-right: 1.25rem; }
  .sm_mr-6 {
    margin-right: 1.5rem; }
  .sm_mr-8 {
    margin-right: 2rem; }
  .sm_mr-10 {
    margin-right: 2.5rem; }
  .sm_mr-12 {
    margin-right: 3rem; }
  .sm_mr-16 {
    margin-right: 4rem; }
  .sm_mr-20 {
    margin-right: 5rem; }
  .sm_mr-24 {
    margin-right: 6rem; }
  .sm_mr-32 {
    margin-right: 8rem; }
  .sm_mr-40 {
    margin-right: 10rem; }
  .sm_mr-48 {
    margin-right: 12rem; }
  .sm_mr-56 {
    margin-right: 14rem; }
  .sm_mr-64 {
    margin-right: 16rem; }
  .sm_mr-auto {
    margin-right: auto; }
  .sm_-mr-px {
    margin-right: -1px; }
  .sm_-mr-1 {
    margin-right: -0.25rem; }
  .sm_-mr-2 {
    margin-right: -0.5rem; }
  .sm_-mr-3 {
    margin-right: -0.75rem; }
  .sm_-mr-4 {
    margin-right: -1rem; }
  .sm_-mr-5 {
    margin-right: -1.25rem; }
  .sm_-mr-6 {
    margin-right: -1.5rem; }
  .sm_-mr-8 {
    margin-right: -2rem; }
  .sm_-mr-10 {
    margin-right: -2.5rem; }
  .sm_-mr-12 {
    margin-right: -3rem; }
  .sm_-mr-16 {
    margin-right: -4rem; }
  .sm_-mr-20 {
    margin-right: -5rem; }
  .sm_-mr-24 {
    margin-right: -6rem; }
  .sm_-mr-32 {
    margin-right: -8rem; }
  .sm_-mr-40 {
    margin-right: -10rem; }
  .sm_-mr-48 {
    margin-right: -12rem; }
  .sm_-mr-56 {
    margin-right: -14rem; }
  .sm_-mr-64 {
    margin-right: -16rem; }
  .sm_mb-px {
    margin-bottom: 1px; }
  .sm_mb-0 {
    margin-bottom: 0; }
  .sm_mb-1 {
    margin-bottom: 0.25rem; }
  .sm_mb-2 {
    margin-bottom: 0.5rem; }
  .sm_mb-3 {
    margin-bottom: 0.75rem; }
  .sm_mb-4 {
    margin-bottom: 1rem; }
  .sm_mb-5 {
    margin-bottom: 1.25rem; }
  .sm_mb-6 {
    margin-bottom: 1.5rem; }
  .sm_mb-8 {
    margin-bottom: 2rem; }
  .sm_mb-10 {
    margin-bottom: 2.5rem; }
  .sm_mb-12 {
    margin-bottom: 3rem; }
  .sm_mb-16 {
    margin-bottom: 4rem; }
  .sm_mb-20 {
    margin-bottom: 5rem; }
  .sm_mb-24 {
    margin-bottom: 6rem; }
  .sm_mb-32 {
    margin-bottom: 8rem; }
  .sm_mb-40 {
    margin-bottom: 10rem; }
  .sm_mb-48 {
    margin-bottom: 12rem; }
  .sm_mb-56 {
    margin-bottom: 14rem; }
  .sm_mb-64 {
    margin-bottom: 16rem; }
  .sm_mb-auto {
    margin-bottom: auto; }
  .sm_-mb-px {
    margin-bottom: -1px; }
  .sm_-mb-1 {
    margin-bottom: -0.25rem; }
  .sm_-mb-2 {
    margin-bottom: -0.5rem; }
  .sm_-mb-3 {
    margin-bottom: -0.75rem; }
  .sm_-mb-4 {
    margin-bottom: -1rem; }
  .sm_-mb-5 {
    margin-bottom: -1.25rem; }
  .sm_-mb-6 {
    margin-bottom: -1.5rem; }
  .sm_-mb-8 {
    margin-bottom: -2rem; }
  .sm_-mb-10 {
    margin-bottom: -2.5rem; }
  .sm_-mb-12 {
    margin-bottom: -3rem; }
  .sm_-mb-16 {
    margin-bottom: -4rem; }
  .sm_-mb-20 {
    margin-bottom: -5rem; }
  .sm_-mb-24 {
    margin-bottom: -6rem; }
  .sm_-mb-32 {
    margin-bottom: -8rem; }
  .sm_-mb-40 {
    margin-bottom: -10rem; }
  .sm_-mb-48 {
    margin-bottom: -12rem; }
  .sm_-mb-56 {
    margin-bottom: -14rem; }
  .sm_-mb-64 {
    margin-bottom: -16rem; }
  .sm_ml-px {
    margin-left: 1px; }
  .sm_ml-0 {
    margin-left: 0; }
  .sm_ml-1 {
    margin-left: 0.25rem; }
  .sm_ml-2 {
    margin-left: 0.5rem; }
  .sm_ml-3 {
    margin-left: 0.75rem; }
  .sm_ml-4 {
    margin-left: 1rem; }
  .sm_ml-5 {
    margin-left: 1.25rem; }
  .sm_ml-6 {
    margin-left: 1.5rem; }
  .sm_ml-8 {
    margin-left: 2rem; }
  .sm_ml-10 {
    margin-left: 2.5rem; }
  .sm_ml-12 {
    margin-left: 3rem; }
  .sm_ml-16 {
    margin-left: 4rem; }
  .sm_ml-20 {
    margin-left: 5rem; }
  .sm_ml-24 {
    margin-left: 6rem; }
  .sm_ml-32 {
    margin-left: 8rem; }
  .sm_ml-40 {
    margin-left: 10rem; }
  .sm_ml-48 {
    margin-left: 12rem; }
  .sm_ml-56 {
    margin-left: 14rem; }
  .sm_ml-64 {
    margin-left: 16rem; }
  .sm_ml-auto {
    margin-left: auto; }
  .sm_-ml-px {
    margin-left: -1px; }
  .sm_-ml-1 {
    margin-left: -0.25rem; }
  .sm_-ml-2 {
    margin-left: -0.5rem; }
  .sm_-ml-3 {
    margin-left: -0.75rem; }
  .sm_-ml-4 {
    margin-left: -1rem; }
  .sm_-ml-5 {
    margin-left: -1.25rem; }
  .sm_-ml-6 {
    margin-left: -1.5rem; }
  .sm_-ml-8 {
    margin-left: -2rem; }
  .sm_-ml-10 {
    margin-left: -2.5rem; }
  .sm_-ml-12 {
    margin-left: -3rem; }
  .sm_-ml-16 {
    margin-left: -4rem; }
  .sm_-ml-20 {
    margin-left: -5rem; }
  .sm_-ml-24 {
    margin-left: -6rem; }
  .sm_-ml-32 {
    margin-left: -8rem; }
  .sm_-ml-40 {
    margin-left: -10rem; }
  .sm_-ml-48 {
    margin-left: -12rem; }
  .sm_-ml-56 {
    margin-left: -14rem; }
  .sm_-ml-64 {
    margin-left: -16rem; }
  .sm_mx-px {
    margin-left: 1px;
    margin-right: 1px; }
  .sm_mx-0 {
    margin-left: 0;
    margin-right: 0; }
  .sm_mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  .sm_mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .sm_mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem; }
  .sm_mx-4 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .sm_mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem; }
  .sm_mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .sm_mx-8 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .sm_mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .sm_mx-12 {
    margin-left: 3rem;
    margin-right: 3rem; }
  .sm_mx-16 {
    margin-left: 4rem;
    margin-right: 4rem; }
  .sm_mx-20 {
    margin-left: 5rem;
    margin-right: 5rem; }
  .sm_mx-24 {
    margin-left: 6rem;
    margin-right: 6rem; }
  .sm_mx-32 {
    margin-left: 8rem;
    margin-right: 8rem; }
  .sm_mx-40 {
    margin-left: 10rem;
    margin-right: 10rem; }
  .sm_mx-48 {
    margin-left: 12rem;
    margin-right: 12rem; }
  .sm_mx-56 {
    margin-left: 14rem;
    margin-right: 14rem; }
  .sm_mx-64 {
    margin-left: 16rem;
    margin-right: 16rem; }
  .sm_mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .sm_-mx-px {
    margin-left: -1px;
    margin-right: -1px; }
  .sm_-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }
  .sm_-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .sm_-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }
  .sm_-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .sm_-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem; }
  .sm_-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .sm_-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .sm_-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem; }
  .sm_-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem; }
  .sm_-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem; }
  .sm_-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem; }
  .sm_-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem; }
  .sm_-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem; }
  .sm_-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem; }
  .sm_-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem; }
  .sm_-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem; }
  .sm_-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem; }
  .sm_my-px {
    margin-top: 1px;
    margin-bottom: 1px; }
  .sm_my-0 {
    margin-top: 0;
    margin-bottom: 0; }
  .sm_my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
  .sm_my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .sm_my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }
  .sm_my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .sm_my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  .sm_my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .sm_my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .sm_my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .sm_my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .sm_my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .sm_my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  .sm_my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem; }
  .sm_my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem; }
  .sm_my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem; }
  .sm_my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem; }
  .sm_my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem; }
  .sm_my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem; }
  .sm_my-auto {
    margin-top: auto;
    margin-bottom: auto; }
  .sm_-my-px {
    margin-top: -1px;
    margin-bottom: -1px; }
  .sm_-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; }
  .sm_-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; }
  .sm_-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem; }
  .sm_-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem; }
  .sm_-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem; }
  .sm_-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; }
  .sm_-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem; }
  .sm_-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem; }
  .sm_-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem; }
  .sm_-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem; }
  .sm_-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem; }
  .sm_-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem; }
  .sm_-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem; }
  .sm_-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem; }
  .sm_-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem; }
  .sm_-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem; }
  .sm_-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem; }
  .sm_p-px {
    padding: 1px; }
  .sm_p-0 {
    padding: 0; }
  .sm_p-1 {
    padding: 0.25rem; }
  .sm_p-2 {
    padding: 0.5rem; }
  .sm_p-3 {
    padding: 0.75rem; }
  .sm_p-4 {
    padding: 1rem; }
  .sm_p-5 {
    padding: 1.25rem; }
  .sm_p-6 {
    padding: 1.5rem; }
  .sm_p-8 {
    padding: 2rem; }
  .sm_p-10 {
    padding: 2.5rem; }
  .sm_p-12 {
    padding: 3rem; }
  .sm_p-16 {
    padding: 4rem; }
  .sm_p-20 {
    padding: 5rem; }
  .sm_p-24 {
    padding: 6rem; }
  .sm_p-32 {
    padding: 8rem; }
  .sm_p-40 {
    padding: 10rem; }
  .sm_p-48 {
    padding: 12rem; }
  .sm_p-56 {
    padding: 14rem; }
  .sm_p-64 {
    padding: 16rem; }
  .sm_pt-px {
    padding-top: 1px; }
  .sm_pt-0 {
    padding-top: 0; }
  .sm_pt-1 {
    padding-top: 0.25rem; }
  .sm_pt-2 {
    padding-top: 0.5rem; }
  .sm_pt-3 {
    padding-top: 0.75rem; }
  .sm_pt-4 {
    padding-top: 1rem; }
  .sm_pt-5 {
    padding-top: 1.25rem; }
  .sm_pt-6 {
    padding-top: 1.5rem; }
  .sm_pt-8 {
    padding-top: 2rem; }
  .sm_pt-10 {
    padding-top: 2.5rem; }
  .sm_pt-12 {
    padding-top: 3rem; }
  .sm_pt-16 {
    padding-top: 4rem; }
  .sm_pt-20 {
    padding-top: 5rem; }
  .sm_pt-24 {
    padding-top: 6rem; }
  .sm_pt-32 {
    padding-top: 8rem; }
  .sm_pt-40 {
    padding-top: 10rem; }
  .sm_pt-48 {
    padding-top: 12rem; }
  .sm_pt-56 {
    padding-top: 14rem; }
  .sm_pt-64 {
    padding-top: 16rem; }
  .sm_pr-px {
    padding-right: 1px; }
  .sm_pr-0 {
    padding-right: 0; }
  .sm_pr-1 {
    padding-right: 0.25rem; }
  .sm_pr-2 {
    padding-right: 0.5rem; }
  .sm_pr-3 {
    padding-right: 0.75rem; }
  .sm_pr-4 {
    padding-right: 1rem; }
  .sm_pr-5 {
    padding-right: 1.25rem; }
  .sm_pr-6 {
    padding-right: 1.5rem; }
  .sm_pr-8 {
    padding-right: 2rem; }
  .sm_pr-10 {
    padding-right: 2.5rem; }
  .sm_pr-12 {
    padding-right: 3rem; }
  .sm_pr-16 {
    padding-right: 4rem; }
  .sm_pr-20 {
    padding-right: 5rem; }
  .sm_pr-24 {
    padding-right: 6rem; }
  .sm_pr-32 {
    padding-right: 8rem; }
  .sm_pr-40 {
    padding-right: 10rem; }
  .sm_pr-48 {
    padding-right: 12rem; }
  .sm_pr-56 {
    padding-right: 14rem; }
  .sm_pr-64 {
    padding-right: 16rem; }
  .sm_pb-px {
    padding-bottom: 1px; }
  .sm_pb-0 {
    padding-bottom: 0; }
  .sm_pb-1 {
    padding-bottom: 0.25rem; }
  .sm_pb-2 {
    padding-bottom: 0.5rem; }
  .sm_pb-3 {
    padding-bottom: 0.75rem; }
  .sm_pb-4 {
    padding-bottom: 1rem; }
  .sm_pb-5 {
    padding-bottom: 1.25rem; }
  .sm_pb-6 {
    padding-bottom: 1.5rem; }
  .sm_pb-8 {
    padding-bottom: 2rem; }
  .sm_pb-10 {
    padding-bottom: 2.5rem; }
  .sm_pb-12 {
    padding-bottom: 3rem; }
  .sm_pb-16 {
    padding-bottom: 4rem; }
  .sm_pb-20 {
    padding-bottom: 5rem; }
  .sm_pb-24 {
    padding-bottom: 6rem; }
  .sm_pb-32 {
    padding-bottom: 8rem; }
  .sm_pb-40 {
    padding-bottom: 10rem; }
  .sm_pb-48 {
    padding-bottom: 12rem; }
  .sm_pb-56 {
    padding-bottom: 14rem; }
  .sm_pb-64 {
    padding-bottom: 16rem; }
  .sm_pl-px {
    padding-left: 1px; }
  .sm_pl-0 {
    padding-left: 0; }
  .sm_pl-1 {
    padding-left: 0.25rem; }
  .sm_pl-2 {
    padding-left: 0.5rem; }
  .sm_pl-3 {
    padding-left: 0.75rem; }
  .sm_pl-4 {
    padding-left: 1rem; }
  .sm_pl-5 {
    padding-left: 1.25rem; }
  .sm_pl-6 {
    padding-left: 1.5rem; }
  .sm_pl-8 {
    padding-left: 2rem; }
  .sm_pl-10 {
    padding-left: 2.5rem; }
  .sm_pl-12 {
    padding-left: 3rem; }
  .sm_pl-16 {
    padding-left: 4rem; }
  .sm_pl-20 {
    padding-left: 5rem; }
  .sm_pl-24 {
    padding-left: 6rem; }
  .sm_pl-32 {
    padding-left: 8rem; }
  .sm_pl-40 {
    padding-left: 10rem; }
  .sm_pl-48 {
    padding-left: 12rem; }
  .sm_pl-56 {
    padding-left: 14rem; }
  .sm_pl-64 {
    padding-left: 16rem; }
  .sm_px-px {
    padding-left: 1px;
    padding-right: 1px; }
  .sm_px-0 {
    padding-left: 0;
    padding-right: 0; }
  .sm_px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .sm_px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .sm_px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .sm_px-4 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .sm_px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .sm_px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .sm_px-8 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .sm_px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .sm_px-12 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .sm_px-16 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .sm_px-20 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .sm_px-24 {
    padding-left: 6rem;
    padding-right: 6rem; }
  .sm_px-32 {
    padding-left: 8rem;
    padding-right: 8rem; }
  .sm_px-40 {
    padding-left: 10rem;
    padding-right: 10rem; }
  .sm_px-48 {
    padding-left: 12rem;
    padding-right: 12rem; }
  .sm_px-56 {
    padding-left: 14rem;
    padding-right: 14rem; }
  .sm_px-64 {
    padding-left: 16rem;
    padding-right: 16rem; }
  .sm_py-px {
    padding-top: 1px;
    padding-bottom: 1px; }
  .sm_py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .sm_py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  .sm_py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .sm_py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .sm_py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .sm_py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .sm_py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .sm_py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .sm_py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .sm_py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .sm_py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .sm_py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .sm_py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  .sm_py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem; }
  .sm_py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem; }
  .sm_py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem; }
  .sm_py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem; }
  .sm_py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem; }
  .sm_w-px {
    width: 1px; }
  .sm_w-0 {
    width: 0; }
  .sm_w-1 {
    width: 0.25rem; }
  .sm_w-2 {
    width: 0.5rem; }
  .sm_w-3 {
    width: 0.75rem; }
  .sm_w-4 {
    width: 1rem; }
  .sm_w-5 {
    width: 1.25rem; }
  .sm_w-6 {
    width: 1.5rem; }
  .sm_w-8 {
    width: 2rem; }
  .sm_w-10 {
    width: 2.5rem; }
  .sm_w-12 {
    width: 3rem; }
  .sm_w-16 {
    width: 4rem; }
  .sm_w-20 {
    width: 5rem; }
  .sm_w-24 {
    width: 6rem; }
  .sm_w-32 {
    width: 8rem; }
  .sm_w-40 {
    width: 10rem; }
  .sm_w-48 {
    width: 12rem; }
  .sm_w-56 {
    width: 14rem; }
  .sm_w-64 {
    width: 16rem; }
  .sm_w-auto {
    width: auto; }
  .sm_w-1_2 {
    width: 50%; }
  .sm_w-1_3 {
    width: 33.33333%; }
  .sm_w-2_3 {
    width: 66.66667%; }
  .sm_w-1_4 {
    width: 25%; }
  .sm_w-2_4 {
    width: 50%; }
  .sm_w-3_4 {
    width: 75%; }
  .sm_w-1_5 {
    width: 20%; }
  .sm_w-2_5 {
    width: 40%; }
  .sm_w-3_5 {
    width: 60%; }
  .sm_w-4_5 {
    width: 80%; }
  .sm_w-1_6 {
    width: 16.66667%; }
  .sm_w-2_6 {
    width: 33.33333%; }
  .sm_w-3_6 {
    width: 50%; }
  .sm_w-4_6 {
    width: 66.66667%; }
  .sm_w-5_6 {
    width: 83.33333%; }
  .sm_w-1_12 {
    width: 8.33333%; }
  .sm_w-2_12 {
    width: 16.66667%; }
  .sm_w-3_12 {
    width: 25%; }
  .sm_w-4_12 {
    width: 33.33333%; }
  .sm_w-5_12 {
    width: 41.66667%; }
  .sm_w-6_12 {
    width: 50%; }
  .sm_w-7_12 {
    width: 58.33333%; }
  .sm_w-8_12 {
    width: 66.66667%; }
  .sm_w-9_12 {
    width: 75%; }
  .sm_w-10_12 {
    width: 83.33333%; }
  .sm_w-11_12 {
    width: 91.66667%; }
  .sm_w-full {
    width: 100%; }
  .sm_w-screen {
    width: 100vw; }
  .sm_min-w-0 {
    min-width: 0; }
  .sm_min-w-full {
    min-width: 100%; }
  .sm_max-w-xs {
    max-width: 20rem; }
  .sm_max-w-sm {
    max-width: 24rem; }
  .sm_max-w-md {
    max-width: 28rem; }
  .sm_max-w-lg {
    max-width: 32rem; }
  .sm_max-w-xl {
    max-width: 36rem; }
  .sm_max-w-2xl {
    max-width: 42rem; }
  .sm_max-w-3xl {
    max-width: 48rem; }
  .sm_max-w-4xl {
    max-width: 56rem; }
  .sm_max-w-5xl {
    max-width: 64rem; }
  .sm_max-w-6xl {
    max-width: 72rem; }
  .sm_max-w-full {
    max-width: 100%; }
  .sm_h-px {
    height: 1px; }
  .sm_h-0 {
    height: 0; }
  .sm_h-1 {
    height: 0.25rem; }
  .sm_h-2 {
    height: 0.5rem; }
  .sm_h-3 {
    height: 0.75rem; }
  .sm_h-4 {
    height: 1rem; }
  .sm_h-5 {
    height: 1.25rem; }
  .sm_h-6 {
    height: 1.5rem; }
  .sm_h-8 {
    height: 2rem; }
  .sm_h-10 {
    height: 2.5rem; }
  .sm_h-12 {
    height: 3rem; }
  .sm_h-16 {
    height: 4rem; }
  .sm_h-20 {
    height: 5rem; }
  .sm_h-24 {
    height: 6rem; }
  .sm_h-32 {
    height: 8rem; }
  .sm_h-40 {
    height: 10rem; }
  .sm_h-48 {
    height: 12rem; }
  .sm_h-56 {
    height: 14rem; }
  .sm_h-64 {
    height: 16rem; }
  .sm_h-auto {
    height: auto; }
  .sm_h-full {
    height: 100%; }
  .sm_h-screen {
    height: 100vh; }
  .sm_min-h-0 {
    min-height: 0; }
  .sm_min-h-full {
    min-height: 100%; }
  .sm_min-h-screen {
    min-height: 100vh; }
  .sm_max-h-full {
    max-height: 100%; }
  .sm_max-h-screen {
    max-height: 100vh; }
  .sm_table-auto {
    table-layout: auto; }
  .sm_table-fixed {
    table-layout: fixed; }
  .sm_shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .sm_hover_shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .sm_focus_shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .sm_shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .sm_hover_shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .sm_focus_shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .sm_shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .sm_hover_shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .sm_focus_shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .sm_shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .sm_hover_shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .sm_focus_shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .sm_shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .sm_hover_shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .sm_focus_shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .sm_shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
  .sm_hover_shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
  .sm_focus_shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
  .sm_shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }
  .sm_hover_shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }
  .sm_focus_shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }
  .sm_shadow-none {
    box-shadow: none; }
  .sm_hover_shadow-none:hover {
    box-shadow: none; }
  .sm_focus_shadow-none:focus {
    box-shadow: none; }
  .sm_opacity-0 {
    opacity: 0; }
  .sm_opacity-25 {
    opacity: 0.25; }
  .sm_opacity-50 {
    opacity: 0.5; }
  .sm_opacity-75 {
    opacity: 0.75; }
  .sm_opacity-100 {
    opacity: 1; }
  .sm_appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .sm_cursor-auto {
    cursor: auto; }
  .sm_cursor {
    cursor: default; }
  .sm_cursor-pointer {
    cursor: pointer; }
  .sm_cursor-wait {
    cursor: wait; }
  .sm_cursor-text {
    cursor: text; }
  .sm_cursor-move {
    cursor: move; }
  .sm_cursor-not-allowed {
    cursor: not-allowed; }
  .sm_outline-none {
    outline: 0; }
  .sm_focus_outline-none:focus {
    outline: 0; }
  .sm_pointer-events-none {
    pointer-events: none; }
  .sm_pointer-events-auto {
    pointer-events: auto; }
  .sm_resize {
    resize: both; }
  .sm_resize-none {
    resize: none; }
  .sm_resize-y {
    resize: vertical; }
  .sm_resize-x {
    resize: horizontal; }
  .sm_select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .sm_select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text; }
  .sm_select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all; }
  .sm_select-auto {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto; }
  .sm_fill-current {
    fill: currentColor; }
  .sm_stroke-current {
    stroke: currentColor; } }

@media (min-width: 768px) {
  .md_block {
    display: block; }
  .md_inline-block {
    display: inline-block; }
  .md_inline {
    display: inline; }
  .md_flex {
    display: flex; }
  .md_inline-flex {
    display: inline-flex; }
  .md_table {
    display: table; }
  .md_table-row {
    display: table-row; }
  .md_table-cell {
    display: table-cell; }
  .md_hidden {
    display: none; }
  .md_float-right {
    float: right; }
  .md_float-left {
    float: left; }
  .md_float-none {
    float: none; }
  .md_clearfix::after {
    content: "";
    display: table;
    clear: both; }
  .md_object-contain {
    object-fit: contain; }
  .md_object-cover {
    object-fit: cover; }
  .md_object-fill {
    object-fit: fill; }
  .md_object-none {
    object-fit: none; }
  .md_object-scale-down {
    object-fit: scale-down; }
  .md_object-bottom {
    object-position: bottom; }
  .md_object-center {
    object-position: center; }
  .md_object-left {
    object-position: left; }
  .md_object-left-bottom {
    object-position: left bottom; }
  .md_object-left-top {
    object-position: left top; }
  .md_object-right {
    object-position: right; }
  .md_object-right-bottom {
    object-position: right bottom; }
  .md_object-right-top {
    object-position: right top; }
  .md_object-top {
    object-position: top; }
  .md_overflow-auto {
    overflow: auto; }
  .md_overflow-hidden {
    overflow: hidden; }
  .md_overflow-visible {
    overflow: visible; }
  .md_overflow-scroll {
    overflow: scroll; }
  .md_overflow-x-auto {
    overflow-x: auto; }
  .md_overflow-x-hidden {
    overflow-x: hidden; }
  .md_overflow-x-visible {
    overflow-x: visible; }
  .md_overflow-x-scroll {
    overflow-x: scroll; }
  .md_overflow-y-auto {
    overflow-y: auto; }
  .md_overflow-y-hidden {
    overflow-y: hidden; }
  .md_overflow-y-visible {
    overflow-y: visible; }
  .md_overflow-y-scroll {
    overflow-y: scroll; }
  .md_scrolling-touch {
    -webkit-overflow-scrolling: touch; }
  .md_scrolling-auto {
    -webkit-overflow-scrolling: auto; }
  .md_static {
    position: static; }
  .md_fixed {
    position: fixed; }
  .md_absolute {
    position: absolute; }
  .md_relative {
    position: relative; }
  .md_sticky {
    position: sticky; }
  .md_inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .md_inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .md_inset-x-0 {
    right: 0;
    left: 0; }
  .md_inset-x-auto {
    right: auto;
    left: auto; }
  .md_inset-y-0 {
    top: 0;
    bottom: 0; }
  .md_inset-y-auto {
    top: auto;
    bottom: auto; }
  .md_top-0 {
    top: 0; }
  .md_top-auto {
    top: auto; }
  .md_right-0 {
    right: 0; }
  .md_right-auto {
    right: auto; }
  .md_bottom-0 {
    bottom: 0; }
  .md_bottom-auto {
    bottom: auto; }
  .md_left-0 {
    left: 0; }
  .md_left-auto {
    left: auto; }
  .md_visible {
    visibility: visible; }
  .md_invisible {
    visibility: hidden; }
  .md_z-auto {
    z-index: auto; }
  .md_z-0 {
    z-index: 0; }
  .md_z-10 {
    z-index: 10; }
  .md_z-20 {
    z-index: 20; }
  .md_z-30 {
    z-index: 30; }
  .md_z-40 {
    z-index: 40; }
  .md_z-50 {
    z-index: 50; }
  .md_font-sans {
    font-family: -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"; }
  .md_font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif; }
  .md_font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  .md_text-xs {
    font-size: 0.75rem; }
  .md_text-sm {
    font-size: 0.875rem; }
  .md_text-base {
    font-size: 1rem; }
  .md_text-lg {
    font-size: 1.125rem; }
  .md_text-xl {
    font-size: 1.25rem; }
  .md_text-2xl {
    font-size: 1.5rem; }
  .md_text-3xl {
    font-size: 1.875rem; }
  .md_text-4xl {
    font-size: 2.25rem; }
  .md_text-5xl {
    font-size: 3rem; }
  .md_text-6xl {
    font-size: 4rem; }
  .md_antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .md_subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto; }
  .md_italic {
    font-style: italic; }
  .md_not-italic {
    font-style: normal; }
  .md_font-hairline {
    font-weight: 100; }
  .md_hover_font-hairline:hover {
    font-weight: 100; }
  .md_focus_font-hairline:focus {
    font-weight: 100; }
  .md_font-thin {
    font-weight: 200; }
  .md_hover_font-thin:hover {
    font-weight: 200; }
  .md_focus_font-thin:focus {
    font-weight: 200; }
  .md_font-light {
    font-weight: 300; }
  .md_hover_font-light:hover {
    font-weight: 300; }
  .md_focus_font-light:focus {
    font-weight: 300; }
  .md_font-normal {
    font-weight: 400; }
  .md_hover_font-normal:hover {
    font-weight: 400; }
  .md_focus_font-normal:focus {
    font-weight: 400; }
  .md_font-medium {
    font-weight: 500; }
  .md_hover_font-medium:hover {
    font-weight: 500; }
  .md_focus_font-medium:focus {
    font-weight: 500; }
  .md_font-semibold {
    font-weight: 600; }
  .md_hover_font-semibold:hover {
    font-weight: 600; }
  .md_focus_font-semibold:focus {
    font-weight: 600; }
  .md_font-bold {
    font-weight: 700; }
  .md_hover_font-bold:hover {
    font-weight: 700; }
  .md_focus_font-bold:focus {
    font-weight: 700; }
  .md_font-extrabold {
    font-weight: 800; }
  .md_hover_font-extrabold:hover {
    font-weight: 800; }
  .md_focus_font-extrabold:focus {
    font-weight: 800; }
  .md_font-black {
    font-weight: 900; }
  .md_hover_font-black:hover {
    font-weight: 900; }
  .md_focus_font-black:focus {
    font-weight: 900; }
  .md_tracking-tighter {
    letter-spacing: -0.05em; }
  .md_tracking-tight {
    letter-spacing: -0.025em; }
  .md_tracking-normal {
    letter-spacing: 0; }
  .md_tracking-wide {
    letter-spacing: 0.025em; }
  .md_tracking-wider {
    letter-spacing: 0.05em; }
  .md_tracking-widest {
    letter-spacing: 0.1em; }
  .md_leading-none {
    line-height: 1; }
  .md_leading-tight {
    line-height: 1.25; }
  .md_leading-snug {
    line-height: 1.375; }
  .md_leading-normal {
    line-height: 1.5; }
  .md_leading-relaxed {
    line-height: 1.625; }
  .md_leading-loose {
    line-height: 2; }
  .md_list-none {
    list-style-type: none; }
  .md_list-disc {
    list-style-type: disc; }
  .md_list-decimal {
    list-style-type: decimal; }
  .md_list-inside {
    list-style-position: inside; }
  .md_list-outside {
    list-style-position: outside; }
  .md_text-left {
    text-align: left; }
  .md_text-center {
    text-align: center; }
  .md_text-right {
    text-align: right; }
  .md_text-justify {
    text-align: justify; }
  .md_underline {
    text-decoration: underline; }
  .md_hover_underline:hover {
    text-decoration: underline; }
  .md_focus_underline:focus {
    text-decoration: underline; }
  .md_line-through {
    text-decoration: line-through; }
  .md_hover_line-through:hover {
    text-decoration: line-through; }
  .md_focus_line-through:focus {
    text-decoration: line-through; }
  .md_no-underline {
    text-decoration: none; }
  .md_hover_no-underline:hover {
    text-decoration: none; }
  .md_focus_no-underline:focus {
    text-decoration: none; }
  .md_uppercase {
    text-transform: uppercase; }
  .md_lowercase {
    text-transform: lowercase; }
  .md_capitalize {
    text-transform: capitalize; }
  .md_normal-case {
    text-transform: none; }
  .md_text-transparent {
    color: transparent; }
  .md_hover_text-transparent:hover {
    color: transparent; }
  .md_focus_text-transparent:focus {
    color: transparent; }
  .md_text-black {
    color: #000; }
  .md_hover_text-black:hover {
    color: #000; }
  .md_focus_text-black:focus {
    color: #000; }
  .md_text-white {
    color: #fff; }
  .md_hover_text-white:hover {
    color: #fff; }
  .md_focus_text-white:focus {
    color: #fff; }
  .md_text-gray-100 {
    color: #f7fafc; }
  .md_hover_text-gray-100:hover {
    color: #f7fafc; }
  .md_focus_text-gray-100:focus {
    color: #f7fafc; }
  .md_text-gray-200 {
    color: #edf2f7; }
  .md_hover_text-gray-200:hover {
    color: #edf2f7; }
  .md_focus_text-gray-200:focus {
    color: #edf2f7; }
  .md_text-gray-300 {
    color: #e2e8f0; }
  .md_hover_text-gray-300:hover {
    color: #e2e8f0; }
  .md_focus_text-gray-300:focus {
    color: #e2e8f0; }
  .md_text-gray-400 {
    color: #cbd5e0; }
  .md_hover_text-gray-400:hover {
    color: #cbd5e0; }
  .md_focus_text-gray-400:focus {
    color: #cbd5e0; }
  .md_text-gray-500 {
    color: #a0aec0; }
  .md_hover_text-gray-500:hover {
    color: #a0aec0; }
  .md_focus_text-gray-500:focus {
    color: #a0aec0; }
  .md_text-gray-600 {
    color: #718096; }
  .md_hover_text-gray-600:hover {
    color: #718096; }
  .md_focus_text-gray-600:focus {
    color: #718096; }
  .md_text-gray-700 {
    color: #4a5568; }
  .md_hover_text-gray-700:hover {
    color: #4a5568; }
  .md_focus_text-gray-700:focus {
    color: #4a5568; }
  .md_text-gray-800 {
    color: #2d3748; }
  .md_hover_text-gray-800:hover {
    color: #2d3748; }
  .md_focus_text-gray-800:focus {
    color: #2d3748; }
  .md_text-gray-900 {
    color: #1a202c; }
  .md_hover_text-gray-900:hover {
    color: #1a202c; }
  .md_focus_text-gray-900:focus {
    color: #1a202c; }
  .md_text-red-100 {
    color: #fff5f5; }
  .md_hover_text-red-100:hover {
    color: #fff5f5; }
  .md_focus_text-red-100:focus {
    color: #fff5f5; }
  .md_text-red-200 {
    color: #fed7d7; }
  .md_hover_text-red-200:hover {
    color: #fed7d7; }
  .md_focus_text-red-200:focus {
    color: #fed7d7; }
  .md_text-red-300 {
    color: #feb2b2; }
  .md_hover_text-red-300:hover {
    color: #feb2b2; }
  .md_focus_text-red-300:focus {
    color: #feb2b2; }
  .md_text-red-400 {
    color: #fc8181; }
  .md_hover_text-red-400:hover {
    color: #fc8181; }
  .md_focus_text-red-400:focus {
    color: #fc8181; }
  .md_text-red-500 {
    color: #f56565; }
  .md_hover_text-red-500:hover {
    color: #f56565; }
  .md_focus_text-red-500:focus {
    color: #f56565; }
  .md_text-red-600 {
    color: #e53e3e; }
  .md_hover_text-red-600:hover {
    color: #e53e3e; }
  .md_focus_text-red-600:focus {
    color: #e53e3e; }
  .md_text-red-700 {
    color: #c53030; }
  .md_hover_text-red-700:hover {
    color: #c53030; }
  .md_focus_text-red-700:focus {
    color: #c53030; }
  .md_text-red-800 {
    color: #9b2c2c; }
  .md_hover_text-red-800:hover {
    color: #9b2c2c; }
  .md_focus_text-red-800:focus {
    color: #9b2c2c; }
  .md_text-red-900 {
    color: #742a2a; }
  .md_hover_text-red-900:hover {
    color: #742a2a; }
  .md_focus_text-red-900:focus {
    color: #742a2a; }
  .md_text-orange-100 {
    color: #fffaf0; }
  .md_hover_text-orange-100:hover {
    color: #fffaf0; }
  .md_focus_text-orange-100:focus {
    color: #fffaf0; }
  .md_text-orange-200 {
    color: #feebc8; }
  .md_hover_text-orange-200:hover {
    color: #feebc8; }
  .md_focus_text-orange-200:focus {
    color: #feebc8; }
  .md_text-orange-300 {
    color: #fbd38d; }
  .md_hover_text-orange-300:hover {
    color: #fbd38d; }
  .md_focus_text-orange-300:focus {
    color: #fbd38d; }
  .md_text-orange-400 {
    color: #f6ad55; }
  .md_hover_text-orange-400:hover {
    color: #f6ad55; }
  .md_focus_text-orange-400:focus {
    color: #f6ad55; }
  .md_text-orange-500 {
    color: #ed8936; }
  .md_hover_text-orange-500:hover {
    color: #ed8936; }
  .md_focus_text-orange-500:focus {
    color: #ed8936; }
  .md_text-orange-600 {
    color: #dd6b20; }
  .md_hover_text-orange-600:hover {
    color: #dd6b20; }
  .md_focus_text-orange-600:focus {
    color: #dd6b20; }
  .md_text-orange-700 {
    color: #c05621; }
  .md_hover_text-orange-700:hover {
    color: #c05621; }
  .md_focus_text-orange-700:focus {
    color: #c05621; }
  .md_text-orange-800 {
    color: #9c4221; }
  .md_hover_text-orange-800:hover {
    color: #9c4221; }
  .md_focus_text-orange-800:focus {
    color: #9c4221; }
  .md_text-orange-900 {
    color: #7b341e; }
  .md_hover_text-orange-900:hover {
    color: #7b341e; }
  .md_focus_text-orange-900:focus {
    color: #7b341e; }
  .md_text-yellow-100 {
    color: #fffff0; }
  .md_hover_text-yellow-100:hover {
    color: #fffff0; }
  .md_focus_text-yellow-100:focus {
    color: #fffff0; }
  .md_text-yellow-200 {
    color: #fefcbf; }
  .md_hover_text-yellow-200:hover {
    color: #fefcbf; }
  .md_focus_text-yellow-200:focus {
    color: #fefcbf; }
  .md_text-yellow-300 {
    color: #faf089; }
  .md_hover_text-yellow-300:hover {
    color: #faf089; }
  .md_focus_text-yellow-300:focus {
    color: #faf089; }
  .md_text-yellow-400 {
    color: #f6e05e; }
  .md_hover_text-yellow-400:hover {
    color: #f6e05e; }
  .md_focus_text-yellow-400:focus {
    color: #f6e05e; }
  .md_text-yellow-500 {
    color: #ecc94b; }
  .md_hover_text-yellow-500:hover {
    color: #ecc94b; }
  .md_focus_text-yellow-500:focus {
    color: #ecc94b; }
  .md_text-yellow-600 {
    color: #d69e2e; }
  .md_hover_text-yellow-600:hover {
    color: #d69e2e; }
  .md_focus_text-yellow-600:focus {
    color: #d69e2e; }
  .md_text-yellow-700 {
    color: #b7791f; }
  .md_hover_text-yellow-700:hover {
    color: #b7791f; }
  .md_focus_text-yellow-700:focus {
    color: #b7791f; }
  .md_text-yellow-800 {
    color: #975a16; }
  .md_hover_text-yellow-800:hover {
    color: #975a16; }
  .md_focus_text-yellow-800:focus {
    color: #975a16; }
  .md_text-yellow-900 {
    color: #744210; }
  .md_hover_text-yellow-900:hover {
    color: #744210; }
  .md_focus_text-yellow-900:focus {
    color: #744210; }
  .md_text-green-100 {
    color: #f0fff4; }
  .md_hover_text-green-100:hover {
    color: #f0fff4; }
  .md_focus_text-green-100:focus {
    color: #f0fff4; }
  .md_text-green-200 {
    color: #c6f6d5; }
  .md_hover_text-green-200:hover {
    color: #c6f6d5; }
  .md_focus_text-green-200:focus {
    color: #c6f6d5; }
  .md_text-green-300 {
    color: #9ae6b4; }
  .md_hover_text-green-300:hover {
    color: #9ae6b4; }
  .md_focus_text-green-300:focus {
    color: #9ae6b4; }
  .md_text-green-400 {
    color: #68d391; }
  .md_hover_text-green-400:hover {
    color: #68d391; }
  .md_focus_text-green-400:focus {
    color: #68d391; }
  .md_text-green-500 {
    color: #48bb78; }
  .md_hover_text-green-500:hover {
    color: #48bb78; }
  .md_focus_text-green-500:focus {
    color: #48bb78; }
  .md_text-green-600 {
    color: #38a169; }
  .md_hover_text-green-600:hover {
    color: #38a169; }
  .md_focus_text-green-600:focus {
    color: #38a169; }
  .md_text-green-700 {
    color: #2f855a; }
  .md_hover_text-green-700:hover {
    color: #2f855a; }
  .md_focus_text-green-700:focus {
    color: #2f855a; }
  .md_text-green-800 {
    color: #276749; }
  .md_hover_text-green-800:hover {
    color: #276749; }
  .md_focus_text-green-800:focus {
    color: #276749; }
  .md_text-green-900 {
    color: #22543d; }
  .md_hover_text-green-900:hover {
    color: #22543d; }
  .md_focus_text-green-900:focus {
    color: #22543d; }
  .md_text-teal-100 {
    color: #e6fffa; }
  .md_hover_text-teal-100:hover {
    color: #e6fffa; }
  .md_focus_text-teal-100:focus {
    color: #e6fffa; }
  .md_text-teal-200 {
    color: #b2f5ea; }
  .md_hover_text-teal-200:hover {
    color: #b2f5ea; }
  .md_focus_text-teal-200:focus {
    color: #b2f5ea; }
  .md_text-teal-300 {
    color: #81e6d9; }
  .md_hover_text-teal-300:hover {
    color: #81e6d9; }
  .md_focus_text-teal-300:focus {
    color: #81e6d9; }
  .md_text-teal-400 {
    color: #4fd1c5; }
  .md_hover_text-teal-400:hover {
    color: #4fd1c5; }
  .md_focus_text-teal-400:focus {
    color: #4fd1c5; }
  .md_text-teal-500 {
    color: #38b2ac; }
  .md_hover_text-teal-500:hover {
    color: #38b2ac; }
  .md_focus_text-teal-500:focus {
    color: #38b2ac; }
  .md_text-teal-600 {
    color: #319795; }
  .md_hover_text-teal-600:hover {
    color: #319795; }
  .md_focus_text-teal-600:focus {
    color: #319795; }
  .md_text-teal-700 {
    color: #2c7a7b; }
  .md_hover_text-teal-700:hover {
    color: #2c7a7b; }
  .md_focus_text-teal-700:focus {
    color: #2c7a7b; }
  .md_text-teal-800 {
    color: #285e61; }
  .md_hover_text-teal-800:hover {
    color: #285e61; }
  .md_focus_text-teal-800:focus {
    color: #285e61; }
  .md_text-teal-900 {
    color: #234e52; }
  .md_hover_text-teal-900:hover {
    color: #234e52; }
  .md_focus_text-teal-900:focus {
    color: #234e52; }
  .md_text-blue-100 {
    color: #ebf8ff; }
  .md_hover_text-blue-100:hover {
    color: #ebf8ff; }
  .md_focus_text-blue-100:focus {
    color: #ebf8ff; }
  .md_text-blue-200 {
    color: #bee3f8; }
  .md_hover_text-blue-200:hover {
    color: #bee3f8; }
  .md_focus_text-blue-200:focus {
    color: #bee3f8; }
  .md_text-blue-300 {
    color: #90cdf4; }
  .md_hover_text-blue-300:hover {
    color: #90cdf4; }
  .md_focus_text-blue-300:focus {
    color: #90cdf4; }
  .md_text-blue-400 {
    color: #63b3ed; }
  .md_hover_text-blue-400:hover {
    color: #63b3ed; }
  .md_focus_text-blue-400:focus {
    color: #63b3ed; }
  .md_text-blue-500 {
    color: #4299e1; }
  .md_hover_text-blue-500:hover {
    color: #4299e1; }
  .md_focus_text-blue-500:focus {
    color: #4299e1; }
  .md_text-blue-600 {
    color: #3182ce; }
  .md_hover_text-blue-600:hover {
    color: #3182ce; }
  .md_focus_text-blue-600:focus {
    color: #3182ce; }
  .md_text-blue-700 {
    color: #2b6cb0; }
  .md_hover_text-blue-700:hover {
    color: #2b6cb0; }
  .md_focus_text-blue-700:focus {
    color: #2b6cb0; }
  .md_text-blue-800 {
    color: #2c5282; }
  .md_hover_text-blue-800:hover {
    color: #2c5282; }
  .md_focus_text-blue-800:focus {
    color: #2c5282; }
  .md_text-blue-900 {
    color: #2a4365; }
  .md_hover_text-blue-900:hover {
    color: #2a4365; }
  .md_focus_text-blue-900:focus {
    color: #2a4365; }
  .md_text-indigo-100 {
    color: #ebf4ff; }
  .md_hover_text-indigo-100:hover {
    color: #ebf4ff; }
  .md_focus_text-indigo-100:focus {
    color: #ebf4ff; }
  .md_text-indigo-200 {
    color: #c3dafe; }
  .md_hover_text-indigo-200:hover {
    color: #c3dafe; }
  .md_focus_text-indigo-200:focus {
    color: #c3dafe; }
  .md_text-indigo-300 {
    color: #a3bffa; }
  .md_hover_text-indigo-300:hover {
    color: #a3bffa; }
  .md_focus_text-indigo-300:focus {
    color: #a3bffa; }
  .md_text-indigo-400 {
    color: #7f9cf5; }
  .md_hover_text-indigo-400:hover {
    color: #7f9cf5; }
  .md_focus_text-indigo-400:focus {
    color: #7f9cf5; }
  .md_text-indigo-500 {
    color: #667eea; }
  .md_hover_text-indigo-500:hover {
    color: #667eea; }
  .md_focus_text-indigo-500:focus {
    color: #667eea; }
  .md_text-indigo-600 {
    color: #5a67d8; }
  .md_hover_text-indigo-600:hover {
    color: #5a67d8; }
  .md_focus_text-indigo-600:focus {
    color: #5a67d8; }
  .md_text-indigo-700 {
    color: #4c51bf; }
  .md_hover_text-indigo-700:hover {
    color: #4c51bf; }
  .md_focus_text-indigo-700:focus {
    color: #4c51bf; }
  .md_text-indigo-800 {
    color: #434190; }
  .md_hover_text-indigo-800:hover {
    color: #434190; }
  .md_focus_text-indigo-800:focus {
    color: #434190; }
  .md_text-indigo-900 {
    color: #3c366b; }
  .md_hover_text-indigo-900:hover {
    color: #3c366b; }
  .md_focus_text-indigo-900:focus {
    color: #3c366b; }
  .md_text-purple-100 {
    color: #faf5ff; }
  .md_hover_text-purple-100:hover {
    color: #faf5ff; }
  .md_focus_text-purple-100:focus {
    color: #faf5ff; }
  .md_text-purple-200 {
    color: #e9d8fd; }
  .md_hover_text-purple-200:hover {
    color: #e9d8fd; }
  .md_focus_text-purple-200:focus {
    color: #e9d8fd; }
  .md_text-purple-300 {
    color: #d6bcfa; }
  .md_hover_text-purple-300:hover {
    color: #d6bcfa; }
  .md_focus_text-purple-300:focus {
    color: #d6bcfa; }
  .md_text-purple-400 {
    color: #b794f4; }
  .md_hover_text-purple-400:hover {
    color: #b794f4; }
  .md_focus_text-purple-400:focus {
    color: #b794f4; }
  .md_text-purple-500 {
    color: #9f7aea; }
  .md_hover_text-purple-500:hover {
    color: #9f7aea; }
  .md_focus_text-purple-500:focus {
    color: #9f7aea; }
  .md_text-purple-600 {
    color: #805ad5; }
  .md_hover_text-purple-600:hover {
    color: #805ad5; }
  .md_focus_text-purple-600:focus {
    color: #805ad5; }
  .md_text-purple-700 {
    color: #6b46c1; }
  .md_hover_text-purple-700:hover {
    color: #6b46c1; }
  .md_focus_text-purple-700:focus {
    color: #6b46c1; }
  .md_text-purple-800 {
    color: #553c9a; }
  .md_hover_text-purple-800:hover {
    color: #553c9a; }
  .md_focus_text-purple-800:focus {
    color: #553c9a; }
  .md_text-purple-900 {
    color: #44337a; }
  .md_hover_text-purple-900:hover {
    color: #44337a; }
  .md_focus_text-purple-900:focus {
    color: #44337a; }
  .md_text-pink-100 {
    color: #fff5f7; }
  .md_hover_text-pink-100:hover {
    color: #fff5f7; }
  .md_focus_text-pink-100:focus {
    color: #fff5f7; }
  .md_text-pink-200 {
    color: #fed7e2; }
  .md_hover_text-pink-200:hover {
    color: #fed7e2; }
  .md_focus_text-pink-200:focus {
    color: #fed7e2; }
  .md_text-pink-300 {
    color: #fbb6ce; }
  .md_hover_text-pink-300:hover {
    color: #fbb6ce; }
  .md_focus_text-pink-300:focus {
    color: #fbb6ce; }
  .md_text-pink-400 {
    color: #f687b3; }
  .md_hover_text-pink-400:hover {
    color: #f687b3; }
  .md_focus_text-pink-400:focus {
    color: #f687b3; }
  .md_text-pink-500 {
    color: #ed64a6; }
  .md_hover_text-pink-500:hover {
    color: #ed64a6; }
  .md_focus_text-pink-500:focus {
    color: #ed64a6; }
  .md_text-pink-600 {
    color: #d53f8c; }
  .md_hover_text-pink-600:hover {
    color: #d53f8c; }
  .md_focus_text-pink-600:focus {
    color: #d53f8c; }
  .md_text-pink-700 {
    color: #b83280; }
  .md_hover_text-pink-700:hover {
    color: #b83280; }
  .md_focus_text-pink-700:focus {
    color: #b83280; }
  .md_text-pink-800 {
    color: #97266d; }
  .md_hover_text-pink-800:hover {
    color: #97266d; }
  .md_focus_text-pink-800:focus {
    color: #97266d; }
  .md_text-pink-900 {
    color: #702459; }
  .md_hover_text-pink-900:hover {
    color: #702459; }
  .md_focus_text-pink-900:focus {
    color: #702459; }
  .md_align-baseline {
    vertical-align: baseline; }
  .md_align-top {
    vertical-align: top; }
  .md_align-middle {
    vertical-align: middle; }
  .md_align-bottom {
    vertical-align: bottom; }
  .md_align-text-top {
    vertical-align: text-top; }
  .md_align-text-bottom {
    vertical-align: text-bottom; }
  .md_whitespace-normal {
    white-space: normal; }
  .md_whitespace-no-wrap {
    white-space: nowrap; }
  .md_whitespace-pre {
    white-space: pre; }
  .md_whitespace-pre-line {
    white-space: pre-line; }
  .md_whitespace-pre-wrap {
    white-space: pre-wrap; }
  .md_break-normal {
    word-break: normal;
    overflow-wrap: normal; }
  .md_break-words {
    overflow-wrap: break-word; }
  .md_break-all {
    word-break: normal; }
  .md_truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .md_bg-fixed {
    background-attachment: fixed; }
  .md_bg-local {
    background-attachment: local; }
  .md_bg-scroll {
    background-attachment: scroll; }
  .md_bg-bottom {
    background-position: bottom; }
  .md_bg-center {
    background-position: center; }
  .md_bg-left {
    background-position: left; }
  .md_bg-left-bottom {
    background-position: left-bottom; }
  .md_bg-left-top {
    background-position: left-top; }
  .md_bg-right {
    background-position: right; }
  .md_bg-right-bottom {
    background-position: right-bottom; }
  .md_bg-right-top {
    background-position: right-top; }
  .md_bg-top {
    background-position: top; }
  .md_bg-repeat {
    background-repeat: repeat; }
  .md_bg-no-repeat {
    background-repeat: no-repeat; }
  .md_bg-repeat-x {
    background-repeat: repeat-x; }
  .md_bg-repeat-y {
    background-repeat: repeat-y; }
  .md_bg-repeat-round {
    background-repeat: round; }
  .md_bg-repeat-space {
    background-repeat: space; }
  .md_bg-auto {
    background-size: auto; }
  .md_bg-cover {
    background-size: cover; }
  .md_bg-contain {
    background-size: contain; }
  .md_bg-transparent {
    background-color: transparent; }
  .md_hover_bg-transparent:hover {
    background-color: transparent; }
  .md_focus_bg-transparent:focus {
    background-color: transparent; }
  .md_bg-black {
    background-color: #000; }
  .md_hover_bg-black:hover {
    background-color: #000; }
  .md_focus_bg-black:focus {
    background-color: #000; }
  .md_bg-white {
    background-color: #fff; }
  .md_hover_bg-white:hover {
    background-color: #fff; }
  .md_focus_bg-white:focus {
    background-color: #fff; }
  .md_bg-gray-100 {
    background-color: #f7fafc; }
  .md_hover_bg-gray-100:hover {
    background-color: #f7fafc; }
  .md_focus_bg-gray-100:focus {
    background-color: #f7fafc; }
  .md_bg-gray-200 {
    background-color: #edf2f7; }
  .md_hover_bg-gray-200:hover {
    background-color: #edf2f7; }
  .md_focus_bg-gray-200:focus {
    background-color: #edf2f7; }
  .md_bg-gray-300 {
    background-color: #e2e8f0; }
  .md_hover_bg-gray-300:hover {
    background-color: #e2e8f0; }
  .md_focus_bg-gray-300:focus {
    background-color: #e2e8f0; }
  .md_bg-gray-400 {
    background-color: #cbd5e0; }
  .md_hover_bg-gray-400:hover {
    background-color: #cbd5e0; }
  .md_focus_bg-gray-400:focus {
    background-color: #cbd5e0; }
  .md_bg-gray-500 {
    background-color: #a0aec0; }
  .md_hover_bg-gray-500:hover {
    background-color: #a0aec0; }
  .md_focus_bg-gray-500:focus {
    background-color: #a0aec0; }
  .md_bg-gray-600 {
    background-color: #718096; }
  .md_hover_bg-gray-600:hover {
    background-color: #718096; }
  .md_focus_bg-gray-600:focus {
    background-color: #718096; }
  .md_bg-gray-700 {
    background-color: #4a5568; }
  .md_hover_bg-gray-700:hover {
    background-color: #4a5568; }
  .md_focus_bg-gray-700:focus {
    background-color: #4a5568; }
  .md_bg-gray-800 {
    background-color: #2d3748; }
  .md_hover_bg-gray-800:hover {
    background-color: #2d3748; }
  .md_focus_bg-gray-800:focus {
    background-color: #2d3748; }
  .md_bg-gray-900 {
    background-color: #1a202c; }
  .md_hover_bg-gray-900:hover {
    background-color: #1a202c; }
  .md_focus_bg-gray-900:focus {
    background-color: #1a202c; }
  .md_bg-red-100 {
    background-color: #fff5f5; }
  .md_hover_bg-red-100:hover {
    background-color: #fff5f5; }
  .md_focus_bg-red-100:focus {
    background-color: #fff5f5; }
  .md_bg-red-200 {
    background-color: #fed7d7; }
  .md_hover_bg-red-200:hover {
    background-color: #fed7d7; }
  .md_focus_bg-red-200:focus {
    background-color: #fed7d7; }
  .md_bg-red-300 {
    background-color: #feb2b2; }
  .md_hover_bg-red-300:hover {
    background-color: #feb2b2; }
  .md_focus_bg-red-300:focus {
    background-color: #feb2b2; }
  .md_bg-red-400 {
    background-color: #fc8181; }
  .md_hover_bg-red-400:hover {
    background-color: #fc8181; }
  .md_focus_bg-red-400:focus {
    background-color: #fc8181; }
  .md_bg-red-500 {
    background-color: #f56565; }
  .md_hover_bg-red-500:hover {
    background-color: #f56565; }
  .md_focus_bg-red-500:focus {
    background-color: #f56565; }
  .md_bg-red-600 {
    background-color: #e53e3e; }
  .md_hover_bg-red-600:hover {
    background-color: #e53e3e; }
  .md_focus_bg-red-600:focus {
    background-color: #e53e3e; }
  .md_bg-red-700 {
    background-color: #c53030; }
  .md_hover_bg-red-700:hover {
    background-color: #c53030; }
  .md_focus_bg-red-700:focus {
    background-color: #c53030; }
  .md_bg-red-800 {
    background-color: #9b2c2c; }
  .md_hover_bg-red-800:hover {
    background-color: #9b2c2c; }
  .md_focus_bg-red-800:focus {
    background-color: #9b2c2c; }
  .md_bg-red-900 {
    background-color: #742a2a; }
  .md_hover_bg-red-900:hover {
    background-color: #742a2a; }
  .md_focus_bg-red-900:focus {
    background-color: #742a2a; }
  .md_bg-orange-100 {
    background-color: #fffaf0; }
  .md_hover_bg-orange-100:hover {
    background-color: #fffaf0; }
  .md_focus_bg-orange-100:focus {
    background-color: #fffaf0; }
  .md_bg-orange-200 {
    background-color: #feebc8; }
  .md_hover_bg-orange-200:hover {
    background-color: #feebc8; }
  .md_focus_bg-orange-200:focus {
    background-color: #feebc8; }
  .md_bg-orange-300 {
    background-color: #fbd38d; }
  .md_hover_bg-orange-300:hover {
    background-color: #fbd38d; }
  .md_focus_bg-orange-300:focus {
    background-color: #fbd38d; }
  .md_bg-orange-400 {
    background-color: #f6ad55; }
  .md_hover_bg-orange-400:hover {
    background-color: #f6ad55; }
  .md_focus_bg-orange-400:focus {
    background-color: #f6ad55; }
  .md_bg-orange-500 {
    background-color: #ed8936; }
  .md_hover_bg-orange-500:hover {
    background-color: #ed8936; }
  .md_focus_bg-orange-500:focus {
    background-color: #ed8936; }
  .md_bg-orange-600 {
    background-color: #dd6b20; }
  .md_hover_bg-orange-600:hover {
    background-color: #dd6b20; }
  .md_focus_bg-orange-600:focus {
    background-color: #dd6b20; }
  .md_bg-orange-700 {
    background-color: #c05621; }
  .md_hover_bg-orange-700:hover {
    background-color: #c05621; }
  .md_focus_bg-orange-700:focus {
    background-color: #c05621; }
  .md_bg-orange-800 {
    background-color: #9c4221; }
  .md_hover_bg-orange-800:hover {
    background-color: #9c4221; }
  .md_focus_bg-orange-800:focus {
    background-color: #9c4221; }
  .md_bg-orange-900 {
    background-color: #7b341e; }
  .md_hover_bg-orange-900:hover {
    background-color: #7b341e; }
  .md_focus_bg-orange-900:focus {
    background-color: #7b341e; }
  .md_bg-yellow-100 {
    background-color: #fffff0; }
  .md_hover_bg-yellow-100:hover {
    background-color: #fffff0; }
  .md_focus_bg-yellow-100:focus {
    background-color: #fffff0; }
  .md_bg-yellow-200 {
    background-color: #fefcbf; }
  .md_hover_bg-yellow-200:hover {
    background-color: #fefcbf; }
  .md_focus_bg-yellow-200:focus {
    background-color: #fefcbf; }
  .md_bg-yellow-300 {
    background-color: #faf089; }
  .md_hover_bg-yellow-300:hover {
    background-color: #faf089; }
  .md_focus_bg-yellow-300:focus {
    background-color: #faf089; }
  .md_bg-yellow-400 {
    background-color: #f6e05e; }
  .md_hover_bg-yellow-400:hover {
    background-color: #f6e05e; }
  .md_focus_bg-yellow-400:focus {
    background-color: #f6e05e; }
  .md_bg-yellow-500 {
    background-color: #ecc94b; }
  .md_hover_bg-yellow-500:hover {
    background-color: #ecc94b; }
  .md_focus_bg-yellow-500:focus {
    background-color: #ecc94b; }
  .md_bg-yellow-600 {
    background-color: #d69e2e; }
  .md_hover_bg-yellow-600:hover {
    background-color: #d69e2e; }
  .md_focus_bg-yellow-600:focus {
    background-color: #d69e2e; }
  .md_bg-yellow-700 {
    background-color: #b7791f; }
  .md_hover_bg-yellow-700:hover {
    background-color: #b7791f; }
  .md_focus_bg-yellow-700:focus {
    background-color: #b7791f; }
  .md_bg-yellow-800 {
    background-color: #975a16; }
  .md_hover_bg-yellow-800:hover {
    background-color: #975a16; }
  .md_focus_bg-yellow-800:focus {
    background-color: #975a16; }
  .md_bg-yellow-900 {
    background-color: #744210; }
  .md_hover_bg-yellow-900:hover {
    background-color: #744210; }
  .md_focus_bg-yellow-900:focus {
    background-color: #744210; }
  .md_bg-green-100 {
    background-color: #f0fff4; }
  .md_hover_bg-green-100:hover {
    background-color: #f0fff4; }
  .md_focus_bg-green-100:focus {
    background-color: #f0fff4; }
  .md_bg-green-200 {
    background-color: #c6f6d5; }
  .md_hover_bg-green-200:hover {
    background-color: #c6f6d5; }
  .md_focus_bg-green-200:focus {
    background-color: #c6f6d5; }
  .md_bg-green-300 {
    background-color: #9ae6b4; }
  .md_hover_bg-green-300:hover {
    background-color: #9ae6b4; }
  .md_focus_bg-green-300:focus {
    background-color: #9ae6b4; }
  .md_bg-green-400 {
    background-color: #68d391; }
  .md_hover_bg-green-400:hover {
    background-color: #68d391; }
  .md_focus_bg-green-400:focus {
    background-color: #68d391; }
  .md_bg-green-500 {
    background-color: #48bb78; }
  .md_hover_bg-green-500:hover {
    background-color: #48bb78; }
  .md_focus_bg-green-500:focus {
    background-color: #48bb78; }
  .md_bg-green-600 {
    background-color: #38a169; }
  .md_hover_bg-green-600:hover {
    background-color: #38a169; }
  .md_focus_bg-green-600:focus {
    background-color: #38a169; }
  .md_bg-green-700 {
    background-color: #2f855a; }
  .md_hover_bg-green-700:hover {
    background-color: #2f855a; }
  .md_focus_bg-green-700:focus {
    background-color: #2f855a; }
  .md_bg-green-800 {
    background-color: #276749; }
  .md_hover_bg-green-800:hover {
    background-color: #276749; }
  .md_focus_bg-green-800:focus {
    background-color: #276749; }
  .md_bg-green-900 {
    background-color: #22543d; }
  .md_hover_bg-green-900:hover {
    background-color: #22543d; }
  .md_focus_bg-green-900:focus {
    background-color: #22543d; }
  .md_bg-teal-100 {
    background-color: #e6fffa; }
  .md_hover_bg-teal-100:hover {
    background-color: #e6fffa; }
  .md_focus_bg-teal-100:focus {
    background-color: #e6fffa; }
  .md_bg-teal-200 {
    background-color: #b2f5ea; }
  .md_hover_bg-teal-200:hover {
    background-color: #b2f5ea; }
  .md_focus_bg-teal-200:focus {
    background-color: #b2f5ea; }
  .md_bg-teal-300 {
    background-color: #81e6d9; }
  .md_hover_bg-teal-300:hover {
    background-color: #81e6d9; }
  .md_focus_bg-teal-300:focus {
    background-color: #81e6d9; }
  .md_bg-teal-400 {
    background-color: #4fd1c5; }
  .md_hover_bg-teal-400:hover {
    background-color: #4fd1c5; }
  .md_focus_bg-teal-400:focus {
    background-color: #4fd1c5; }
  .md_bg-teal-500 {
    background-color: #38b2ac; }
  .md_hover_bg-teal-500:hover {
    background-color: #38b2ac; }
  .md_focus_bg-teal-500:focus {
    background-color: #38b2ac; }
  .md_bg-teal-600 {
    background-color: #319795; }
  .md_hover_bg-teal-600:hover {
    background-color: #319795; }
  .md_focus_bg-teal-600:focus {
    background-color: #319795; }
  .md_bg-teal-700 {
    background-color: #2c7a7b; }
  .md_hover_bg-teal-700:hover {
    background-color: #2c7a7b; }
  .md_focus_bg-teal-700:focus {
    background-color: #2c7a7b; }
  .md_bg-teal-800 {
    background-color: #285e61; }
  .md_hover_bg-teal-800:hover {
    background-color: #285e61; }
  .md_focus_bg-teal-800:focus {
    background-color: #285e61; }
  .md_bg-teal-900 {
    background-color: #234e52; }
  .md_hover_bg-teal-900:hover {
    background-color: #234e52; }
  .md_focus_bg-teal-900:focus {
    background-color: #234e52; }
  .md_bg-blue-100 {
    background-color: #ebf8ff; }
  .md_hover_bg-blue-100:hover {
    background-color: #ebf8ff; }
  .md_focus_bg-blue-100:focus {
    background-color: #ebf8ff; }
  .md_bg-blue-200 {
    background-color: #bee3f8; }
  .md_hover_bg-blue-200:hover {
    background-color: #bee3f8; }
  .md_focus_bg-blue-200:focus {
    background-color: #bee3f8; }
  .md_bg-blue-300 {
    background-color: #90cdf4; }
  .md_hover_bg-blue-300:hover {
    background-color: #90cdf4; }
  .md_focus_bg-blue-300:focus {
    background-color: #90cdf4; }
  .md_bg-blue-400 {
    background-color: #63b3ed; }
  .md_hover_bg-blue-400:hover {
    background-color: #63b3ed; }
  .md_focus_bg-blue-400:focus {
    background-color: #63b3ed; }
  .md_bg-blue-500 {
    background-color: #4299e1; }
  .md_hover_bg-blue-500:hover {
    background-color: #4299e1; }
  .md_focus_bg-blue-500:focus {
    background-color: #4299e1; }
  .md_bg-blue-600 {
    background-color: #3182ce; }
  .md_hover_bg-blue-600:hover {
    background-color: #3182ce; }
  .md_focus_bg-blue-600:focus {
    background-color: #3182ce; }
  .md_bg-blue-700 {
    background-color: #2b6cb0; }
  .md_hover_bg-blue-700:hover {
    background-color: #2b6cb0; }
  .md_focus_bg-blue-700:focus {
    background-color: #2b6cb0; }
  .md_bg-blue-800 {
    background-color: #2c5282; }
  .md_hover_bg-blue-800:hover {
    background-color: #2c5282; }
  .md_focus_bg-blue-800:focus {
    background-color: #2c5282; }
  .md_bg-blue-900 {
    background-color: #2a4365; }
  .md_hover_bg-blue-900:hover {
    background-color: #2a4365; }
  .md_focus_bg-blue-900:focus {
    background-color: #2a4365; }
  .md_bg-indigo-100 {
    background-color: #ebf4ff; }
  .md_hover_bg-indigo-100:hover {
    background-color: #ebf4ff; }
  .md_focus_bg-indigo-100:focus {
    background-color: #ebf4ff; }
  .md_bg-indigo-200 {
    background-color: #c3dafe; }
  .md_hover_bg-indigo-200:hover {
    background-color: #c3dafe; }
  .md_focus_bg-indigo-200:focus {
    background-color: #c3dafe; }
  .md_bg-indigo-300 {
    background-color: #a3bffa; }
  .md_hover_bg-indigo-300:hover {
    background-color: #a3bffa; }
  .md_focus_bg-indigo-300:focus {
    background-color: #a3bffa; }
  .md_bg-indigo-400 {
    background-color: #7f9cf5; }
  .md_hover_bg-indigo-400:hover {
    background-color: #7f9cf5; }
  .md_focus_bg-indigo-400:focus {
    background-color: #7f9cf5; }
  .md_bg-indigo-500 {
    background-color: #667eea; }
  .md_hover_bg-indigo-500:hover {
    background-color: #667eea; }
  .md_focus_bg-indigo-500:focus {
    background-color: #667eea; }
  .md_bg-indigo-600 {
    background-color: #5a67d8; }
  .md_hover_bg-indigo-600:hover {
    background-color: #5a67d8; }
  .md_focus_bg-indigo-600:focus {
    background-color: #5a67d8; }
  .md_bg-indigo-700 {
    background-color: #4c51bf; }
  .md_hover_bg-indigo-700:hover {
    background-color: #4c51bf; }
  .md_focus_bg-indigo-700:focus {
    background-color: #4c51bf; }
  .md_bg-indigo-800 {
    background-color: #434190; }
  .md_hover_bg-indigo-800:hover {
    background-color: #434190; }
  .md_focus_bg-indigo-800:focus {
    background-color: #434190; }
  .md_bg-indigo-900 {
    background-color: #3c366b; }
  .md_hover_bg-indigo-900:hover {
    background-color: #3c366b; }
  .md_focus_bg-indigo-900:focus {
    background-color: #3c366b; }
  .md_bg-purple-100 {
    background-color: #faf5ff; }
  .md_hover_bg-purple-100:hover {
    background-color: #faf5ff; }
  .md_focus_bg-purple-100:focus {
    background-color: #faf5ff; }
  .md_bg-purple-200 {
    background-color: #e9d8fd; }
  .md_hover_bg-purple-200:hover {
    background-color: #e9d8fd; }
  .md_focus_bg-purple-200:focus {
    background-color: #e9d8fd; }
  .md_bg-purple-300 {
    background-color: #d6bcfa; }
  .md_hover_bg-purple-300:hover {
    background-color: #d6bcfa; }
  .md_focus_bg-purple-300:focus {
    background-color: #d6bcfa; }
  .md_bg-purple-400 {
    background-color: #b794f4; }
  .md_hover_bg-purple-400:hover {
    background-color: #b794f4; }
  .md_focus_bg-purple-400:focus {
    background-color: #b794f4; }
  .md_bg-purple-500 {
    background-color: #9f7aea; }
  .md_hover_bg-purple-500:hover {
    background-color: #9f7aea; }
  .md_focus_bg-purple-500:focus {
    background-color: #9f7aea; }
  .md_bg-purple-600 {
    background-color: #805ad5; }
  .md_hover_bg-purple-600:hover {
    background-color: #805ad5; }
  .md_focus_bg-purple-600:focus {
    background-color: #805ad5; }
  .md_bg-purple-700 {
    background-color: #6b46c1; }
  .md_hover_bg-purple-700:hover {
    background-color: #6b46c1; }
  .md_focus_bg-purple-700:focus {
    background-color: #6b46c1; }
  .md_bg-purple-800 {
    background-color: #553c9a; }
  .md_hover_bg-purple-800:hover {
    background-color: #553c9a; }
  .md_focus_bg-purple-800:focus {
    background-color: #553c9a; }
  .md_bg-purple-900 {
    background-color: #44337a; }
  .md_hover_bg-purple-900:hover {
    background-color: #44337a; }
  .md_focus_bg-purple-900:focus {
    background-color: #44337a; }
  .md_bg-pink-100 {
    background-color: #fff5f7; }
  .md_hover_bg-pink-100:hover {
    background-color: #fff5f7; }
  .md_focus_bg-pink-100:focus {
    background-color: #fff5f7; }
  .md_bg-pink-200 {
    background-color: #fed7e2; }
  .md_hover_bg-pink-200:hover {
    background-color: #fed7e2; }
  .md_focus_bg-pink-200:focus {
    background-color: #fed7e2; }
  .md_bg-pink-300 {
    background-color: #fbb6ce; }
  .md_hover_bg-pink-300:hover {
    background-color: #fbb6ce; }
  .md_focus_bg-pink-300:focus {
    background-color: #fbb6ce; }
  .md_bg-pink-400 {
    background-color: #f687b3; }
  .md_hover_bg-pink-400:hover {
    background-color: #f687b3; }
  .md_focus_bg-pink-400:focus {
    background-color: #f687b3; }
  .md_bg-pink-500 {
    background-color: #ed64a6; }
  .md_hover_bg-pink-500:hover {
    background-color: #ed64a6; }
  .md_focus_bg-pink-500:focus {
    background-color: #ed64a6; }
  .md_bg-pink-600 {
    background-color: #d53f8c; }
  .md_hover_bg-pink-600:hover {
    background-color: #d53f8c; }
  .md_focus_bg-pink-600:focus {
    background-color: #d53f8c; }
  .md_bg-pink-700 {
    background-color: #b83280; }
  .md_hover_bg-pink-700:hover {
    background-color: #b83280; }
  .md_focus_bg-pink-700:focus {
    background-color: #b83280; }
  .md_bg-pink-800 {
    background-color: #97266d; }
  .md_hover_bg-pink-800:hover {
    background-color: #97266d; }
  .md_focus_bg-pink-800:focus {
    background-color: #97266d; }
  .md_bg-pink-900 {
    background-color: #702459; }
  .md_hover_bg-pink-900:hover {
    background-color: #702459; }
  .md_focus_bg-pink-900:focus {
    background-color: #702459; }
  .md_border-solid {
    border-style: solid; }
  .md_border-dashed {
    border-style: dashed; }
  .md_border-dotted {
    border-style: dotted; }
  .md_border-none {
    border-style: none; }
  .md_border {
    border-width: 1px; }
  .md_border-0 {
    border-width: 0; }
  .md_border-2 {
    border-width: 2px; }
  .md_border-4 {
    border-width: 4px; }
  .md_border-8 {
    border-width: 8px; }
  .md_border-t {
    border-top-width: 1px; }
  .md_border-t-0 {
    border-top-width: 0; }
  .md_border-t-2 {
    border-top-width: 2px; }
  .md_border-t-4 {
    border-top-width: 4px; }
  .md_border-t-8 {
    border-top-width: 8px; }
  .md_border-r {
    border-right-width: 1px; }
  .md_border-r-0 {
    border-right-width: 0; }
  .md_border-r-2 {
    border-right-width: 2px; }
  .md_border-r-4 {
    border-right-width: 4px; }
  .md_border-r-8 {
    border-right-width: 8px; }
  .md_border-b {
    border-bottom-width: 1px; }
  .md_border-b-0 {
    border-bottom-width: 0; }
  .md_border-b-2 {
    border-bottom-width: 2px; }
  .md_border-b-4 {
    border-bottom-width: 4px; }
  .md_border-b-8 {
    border-bottom-width: 8px; }
  .md_border-l {
    border-left-width: 1px; }
  .md_border-l-0 {
    border-left-width: 0; }
  .md_border-l-2 {
    border-left-width: 2px; }
  .md_border-l-4 {
    border-left-width: 4px; }
  .md_border-l-8 {
    border-left-width: 8px; }
  .md_rounded {
    border-radius: 0.25rem; }
  .md_rounded-none {
    border-radius: 0; }
  .md_rounded-sm {
    border-radius: 0.125rem; }
  .md_rounded-lg {
    border-radius: 0.5rem; }
  .md_rounded-full {
    border-radius: 9999px; }
  .md_rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .md_rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .md_rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem; }
  .md_rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
  .md_rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px; }
  .md_rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .md_rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .md_rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem; }
  .md_rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
  .md_rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px; }
  .md_rounded-b {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .md_rounded-b-none {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .md_rounded-b-sm {
    border-bottom-left-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem; }
  .md_rounded-b-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
  .md_rounded-b-full {
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px; }
  .md_rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .md_rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .md_rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem; }
  .md_rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; }
  .md_rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px; }
  .md_rounded-tl {
    border-top-left-radius: 0.25rem; }
  .md_rounded-tl-none {
    border-top-left-radius: 0; }
  .md_rounded-tl-sm {
    border-top-left-radius: 0.125rem; }
  .md_rounded-tl-lg {
    border-top-left-radius: 0.5rem; }
  .md_rounded-tl-full {
    border-top-left-radius: 9999px; }
  .md_rounded-tr {
    border-top-right-radius: 0.25rem; }
  .md_rounded-tr-none {
    border-top-right-radius: 0; }
  .md_rounded-tr-sm {
    border-top-right-radius: 0.125rem; }
  .md_rounded-tr-lg {
    border-top-right-radius: 0.5rem; }
  .md_rounded-tr-full {
    border-top-right-radius: 9999px; }
  .md_rounded-bl {
    border-bottom-left-radius: 0.25rem; }
  .md_rounded-bl-none {
    border-bottom-left-radius: 0; }
  .md_rounded-bl-sm {
    border-bottom-left-radius: 0.125rem; }
  .md_rounded-bl-lg {
    border-bottom-left-radius: 0.5rem; }
  .md_rounded-bl-full {
    border-bottom-left-radius: 9999px; }
  .md_rounded-br {
    border-bottom-right-radius: 0.25rem; }
  .md_rounded-br-none {
    border-bottom-right-radius: 0; }
  .md_rounded-br-sm {
    border-bottom-right-radius: 0.125rem; }
  .md_rounded-br-lg {
    border-bottom-right-radius: 0.5rem; }
  .md_rounded-br-full {
    border-bottom-right-radius: 9999px; }
  .md_border-transparent {
    border-color: transparent; }
  .md_hover_border-transparent:hover {
    border-color: transparent; }
  .md_focus_border-transparent:focus {
    border-color: transparent; }
  .md_border-black {
    border-color: #000; }
  .md_hover_border-black:hover {
    border-color: #000; }
  .md_focus_border-black:focus {
    border-color: #000; }
  .md_border-white {
    border-color: #fff; }
  .md_hover_border-white:hover {
    border-color: #fff; }
  .md_focus_border-white:focus {
    border-color: #fff; }
  .md_border-gray-100 {
    border-color: #f7fafc; }
  .md_hover_border-gray-100:hover {
    border-color: #f7fafc; }
  .md_focus_border-gray-100:focus {
    border-color: #f7fafc; }
  .md_border-gray-200 {
    border-color: #edf2f7; }
  .md_hover_border-gray-200:hover {
    border-color: #edf2f7; }
  .md_focus_border-gray-200:focus {
    border-color: #edf2f7; }
  .md_border-gray-300 {
    border-color: #e2e8f0; }
  .md_hover_border-gray-300:hover {
    border-color: #e2e8f0; }
  .md_focus_border-gray-300:focus {
    border-color: #e2e8f0; }
  .md_border-gray-400 {
    border-color: #cbd5e0; }
  .md_hover_border-gray-400:hover {
    border-color: #cbd5e0; }
  .md_focus_border-gray-400:focus {
    border-color: #cbd5e0; }
  .md_border-gray-500 {
    border-color: #a0aec0; }
  .md_hover_border-gray-500:hover {
    border-color: #a0aec0; }
  .md_focus_border-gray-500:focus {
    border-color: #a0aec0; }
  .md_border-gray-600 {
    border-color: #718096; }
  .md_hover_border-gray-600:hover {
    border-color: #718096; }
  .md_focus_border-gray-600:focus {
    border-color: #718096; }
  .md_border-gray-700 {
    border-color: #4a5568; }
  .md_hover_border-gray-700:hover {
    border-color: #4a5568; }
  .md_focus_border-gray-700:focus {
    border-color: #4a5568; }
  .md_border-gray-800 {
    border-color: #2d3748; }
  .md_hover_border-gray-800:hover {
    border-color: #2d3748; }
  .md_focus_border-gray-800:focus {
    border-color: #2d3748; }
  .md_border-gray-900 {
    border-color: #1a202c; }
  .md_hover_border-gray-900:hover {
    border-color: #1a202c; }
  .md_focus_border-gray-900:focus {
    border-color: #1a202c; }
  .md_border-red-100 {
    border-color: #fff5f5; }
  .md_hover_border-red-100:hover {
    border-color: #fff5f5; }
  .md_focus_border-red-100:focus {
    border-color: #fff5f5; }
  .md_border-red-200 {
    border-color: #fed7d7; }
  .md_hover_border-red-200:hover {
    border-color: #fed7d7; }
  .md_focus_border-red-200:focus {
    border-color: #fed7d7; }
  .md_border-red-300 {
    border-color: #feb2b2; }
  .md_hover_border-red-300:hover {
    border-color: #feb2b2; }
  .md_focus_border-red-300:focus {
    border-color: #feb2b2; }
  .md_border-red-400 {
    border-color: #fc8181; }
  .md_hover_border-red-400:hover {
    border-color: #fc8181; }
  .md_focus_border-red-400:focus {
    border-color: #fc8181; }
  .md_border-red-500 {
    border-color: #f56565; }
  .md_hover_border-red-500:hover {
    border-color: #f56565; }
  .md_focus_border-red-500:focus {
    border-color: #f56565; }
  .md_border-red-600 {
    border-color: #e53e3e; }
  .md_hover_border-red-600:hover {
    border-color: #e53e3e; }
  .md_focus_border-red-600:focus {
    border-color: #e53e3e; }
  .md_border-red-700 {
    border-color: #c53030; }
  .md_hover_border-red-700:hover {
    border-color: #c53030; }
  .md_focus_border-red-700:focus {
    border-color: #c53030; }
  .md_border-red-800 {
    border-color: #9b2c2c; }
  .md_hover_border-red-800:hover {
    border-color: #9b2c2c; }
  .md_focus_border-red-800:focus {
    border-color: #9b2c2c; }
  .md_border-red-900 {
    border-color: #742a2a; }
  .md_hover_border-red-900:hover {
    border-color: #742a2a; }
  .md_focus_border-red-900:focus {
    border-color: #742a2a; }
  .md_border-orange-100 {
    border-color: #fffaf0; }
  .md_hover_border-orange-100:hover {
    border-color: #fffaf0; }
  .md_focus_border-orange-100:focus {
    border-color: #fffaf0; }
  .md_border-orange-200 {
    border-color: #feebc8; }
  .md_hover_border-orange-200:hover {
    border-color: #feebc8; }
  .md_focus_border-orange-200:focus {
    border-color: #feebc8; }
  .md_border-orange-300 {
    border-color: #fbd38d; }
  .md_hover_border-orange-300:hover {
    border-color: #fbd38d; }
  .md_focus_border-orange-300:focus {
    border-color: #fbd38d; }
  .md_border-orange-400 {
    border-color: #f6ad55; }
  .md_hover_border-orange-400:hover {
    border-color: #f6ad55; }
  .md_focus_border-orange-400:focus {
    border-color: #f6ad55; }
  .md_border-orange-500 {
    border-color: #ed8936; }
  .md_hover_border-orange-500:hover {
    border-color: #ed8936; }
  .md_focus_border-orange-500:focus {
    border-color: #ed8936; }
  .md_border-orange-600 {
    border-color: #dd6b20; }
  .md_hover_border-orange-600:hover {
    border-color: #dd6b20; }
  .md_focus_border-orange-600:focus {
    border-color: #dd6b20; }
  .md_border-orange-700 {
    border-color: #c05621; }
  .md_hover_border-orange-700:hover {
    border-color: #c05621; }
  .md_focus_border-orange-700:focus {
    border-color: #c05621; }
  .md_border-orange-800 {
    border-color: #9c4221; }
  .md_hover_border-orange-800:hover {
    border-color: #9c4221; }
  .md_focus_border-orange-800:focus {
    border-color: #9c4221; }
  .md_border-orange-900 {
    border-color: #7b341e; }
  .md_hover_border-orange-900:hover {
    border-color: #7b341e; }
  .md_focus_border-orange-900:focus {
    border-color: #7b341e; }
  .md_border-yellow-100 {
    border-color: #fffff0; }
  .md_hover_border-yellow-100:hover {
    border-color: #fffff0; }
  .md_focus_border-yellow-100:focus {
    border-color: #fffff0; }
  .md_border-yellow-200 {
    border-color: #fefcbf; }
  .md_hover_border-yellow-200:hover {
    border-color: #fefcbf; }
  .md_focus_border-yellow-200:focus {
    border-color: #fefcbf; }
  .md_border-yellow-300 {
    border-color: #faf089; }
  .md_hover_border-yellow-300:hover {
    border-color: #faf089; }
  .md_focus_border-yellow-300:focus {
    border-color: #faf089; }
  .md_border-yellow-400 {
    border-color: #f6e05e; }
  .md_hover_border-yellow-400:hover {
    border-color: #f6e05e; }
  .md_focus_border-yellow-400:focus {
    border-color: #f6e05e; }
  .md_border-yellow-500 {
    border-color: #ecc94b; }
  .md_hover_border-yellow-500:hover {
    border-color: #ecc94b; }
  .md_focus_border-yellow-500:focus {
    border-color: #ecc94b; }
  .md_border-yellow-600 {
    border-color: #d69e2e; }
  .md_hover_border-yellow-600:hover {
    border-color: #d69e2e; }
  .md_focus_border-yellow-600:focus {
    border-color: #d69e2e; }
  .md_border-yellow-700 {
    border-color: #b7791f; }
  .md_hover_border-yellow-700:hover {
    border-color: #b7791f; }
  .md_focus_border-yellow-700:focus {
    border-color: #b7791f; }
  .md_border-yellow-800 {
    border-color: #975a16; }
  .md_hover_border-yellow-800:hover {
    border-color: #975a16; }
  .md_focus_border-yellow-800:focus {
    border-color: #975a16; }
  .md_border-yellow-900 {
    border-color: #744210; }
  .md_hover_border-yellow-900:hover {
    border-color: #744210; }
  .md_focus_border-yellow-900:focus {
    border-color: #744210; }
  .md_border-green-100 {
    border-color: #f0fff4; }
  .md_hover_border-green-100:hover {
    border-color: #f0fff4; }
  .md_focus_border-green-100:focus {
    border-color: #f0fff4; }
  .md_border-green-200 {
    border-color: #c6f6d5; }
  .md_hover_border-green-200:hover {
    border-color: #c6f6d5; }
  .md_focus_border-green-200:focus {
    border-color: #c6f6d5; }
  .md_border-green-300 {
    border-color: #9ae6b4; }
  .md_hover_border-green-300:hover {
    border-color: #9ae6b4; }
  .md_focus_border-green-300:focus {
    border-color: #9ae6b4; }
  .md_border-green-400 {
    border-color: #68d391; }
  .md_hover_border-green-400:hover {
    border-color: #68d391; }
  .md_focus_border-green-400:focus {
    border-color: #68d391; }
  .md_border-green-500 {
    border-color: #48bb78; }
  .md_hover_border-green-500:hover {
    border-color: #48bb78; }
  .md_focus_border-green-500:focus {
    border-color: #48bb78; }
  .md_border-green-600 {
    border-color: #38a169; }
  .md_hover_border-green-600:hover {
    border-color: #38a169; }
  .md_focus_border-green-600:focus {
    border-color: #38a169; }
  .md_border-green-700 {
    border-color: #2f855a; }
  .md_hover_border-green-700:hover {
    border-color: #2f855a; }
  .md_focus_border-green-700:focus {
    border-color: #2f855a; }
  .md_border-green-800 {
    border-color: #276749; }
  .md_hover_border-green-800:hover {
    border-color: #276749; }
  .md_focus_border-green-800:focus {
    border-color: #276749; }
  .md_border-green-900 {
    border-color: #22543d; }
  .md_hover_border-green-900:hover {
    border-color: #22543d; }
  .md_focus_border-green-900:focus {
    border-color: #22543d; }
  .md_border-teal-100 {
    border-color: #e6fffa; }
  .md_hover_border-teal-100:hover {
    border-color: #e6fffa; }
  .md_focus_border-teal-100:focus {
    border-color: #e6fffa; }
  .md_border-teal-200 {
    border-color: #b2f5ea; }
  .md_hover_border-teal-200:hover {
    border-color: #b2f5ea; }
  .md_focus_border-teal-200:focus {
    border-color: #b2f5ea; }
  .md_border-teal-300 {
    border-color: #81e6d9; }
  .md_hover_border-teal-300:hover {
    border-color: #81e6d9; }
  .md_focus_border-teal-300:focus {
    border-color: #81e6d9; }
  .md_border-teal-400 {
    border-color: #4fd1c5; }
  .md_hover_border-teal-400:hover {
    border-color: #4fd1c5; }
  .md_focus_border-teal-400:focus {
    border-color: #4fd1c5; }
  .md_border-teal-500 {
    border-color: #38b2ac; }
  .md_hover_border-teal-500:hover {
    border-color: #38b2ac; }
  .md_focus_border-teal-500:focus {
    border-color: #38b2ac; }
  .md_border-teal-600 {
    border-color: #319795; }
  .md_hover_border-teal-600:hover {
    border-color: #319795; }
  .md_focus_border-teal-600:focus {
    border-color: #319795; }
  .md_border-teal-700 {
    border-color: #2c7a7b; }
  .md_hover_border-teal-700:hover {
    border-color: #2c7a7b; }
  .md_focus_border-teal-700:focus {
    border-color: #2c7a7b; }
  .md_border-teal-800 {
    border-color: #285e61; }
  .md_hover_border-teal-800:hover {
    border-color: #285e61; }
  .md_focus_border-teal-800:focus {
    border-color: #285e61; }
  .md_border-teal-900 {
    border-color: #234e52; }
  .md_hover_border-teal-900:hover {
    border-color: #234e52; }
  .md_focus_border-teal-900:focus {
    border-color: #234e52; }
  .md_border-blue-100 {
    border-color: #ebf8ff; }
  .md_hover_border-blue-100:hover {
    border-color: #ebf8ff; }
  .md_focus_border-blue-100:focus {
    border-color: #ebf8ff; }
  .md_border-blue-200 {
    border-color: #bee3f8; }
  .md_hover_border-blue-200:hover {
    border-color: #bee3f8; }
  .md_focus_border-blue-200:focus {
    border-color: #bee3f8; }
  .md_border-blue-300 {
    border-color: #90cdf4; }
  .md_hover_border-blue-300:hover {
    border-color: #90cdf4; }
  .md_focus_border-blue-300:focus {
    border-color: #90cdf4; }
  .md_border-blue-400 {
    border-color: #63b3ed; }
  .md_hover_border-blue-400:hover {
    border-color: #63b3ed; }
  .md_focus_border-blue-400:focus {
    border-color: #63b3ed; }
  .md_border-blue-500 {
    border-color: #4299e1; }
  .md_hover_border-blue-500:hover {
    border-color: #4299e1; }
  .md_focus_border-blue-500:focus {
    border-color: #4299e1; }
  .md_border-blue-600 {
    border-color: #3182ce; }
  .md_hover_border-blue-600:hover {
    border-color: #3182ce; }
  .md_focus_border-blue-600:focus {
    border-color: #3182ce; }
  .md_border-blue-700 {
    border-color: #2b6cb0; }
  .md_hover_border-blue-700:hover {
    border-color: #2b6cb0; }
  .md_focus_border-blue-700:focus {
    border-color: #2b6cb0; }
  .md_border-blue-800 {
    border-color: #2c5282; }
  .md_hover_border-blue-800:hover {
    border-color: #2c5282; }
  .md_focus_border-blue-800:focus {
    border-color: #2c5282; }
  .md_border-blue-900 {
    border-color: #2a4365; }
  .md_hover_border-blue-900:hover {
    border-color: #2a4365; }
  .md_focus_border-blue-900:focus {
    border-color: #2a4365; }
  .md_border-indigo-100 {
    border-color: #ebf4ff; }
  .md_hover_border-indigo-100:hover {
    border-color: #ebf4ff; }
  .md_focus_border-indigo-100:focus {
    border-color: #ebf4ff; }
  .md_border-indigo-200 {
    border-color: #c3dafe; }
  .md_hover_border-indigo-200:hover {
    border-color: #c3dafe; }
  .md_focus_border-indigo-200:focus {
    border-color: #c3dafe; }
  .md_border-indigo-300 {
    border-color: #a3bffa; }
  .md_hover_border-indigo-300:hover {
    border-color: #a3bffa; }
  .md_focus_border-indigo-300:focus {
    border-color: #a3bffa; }
  .md_border-indigo-400 {
    border-color: #7f9cf5; }
  .md_hover_border-indigo-400:hover {
    border-color: #7f9cf5; }
  .md_focus_border-indigo-400:focus {
    border-color: #7f9cf5; }
  .md_border-indigo-500 {
    border-color: #667eea; }
  .md_hover_border-indigo-500:hover {
    border-color: #667eea; }
  .md_focus_border-indigo-500:focus {
    border-color: #667eea; }
  .md_border-indigo-600 {
    border-color: #5a67d8; }
  .md_hover_border-indigo-600:hover {
    border-color: #5a67d8; }
  .md_focus_border-indigo-600:focus {
    border-color: #5a67d8; }
  .md_border-indigo-700 {
    border-color: #4c51bf; }
  .md_hover_border-indigo-700:hover {
    border-color: #4c51bf; }
  .md_focus_border-indigo-700:focus {
    border-color: #4c51bf; }
  .md_border-indigo-800 {
    border-color: #434190; }
  .md_hover_border-indigo-800:hover {
    border-color: #434190; }
  .md_focus_border-indigo-800:focus {
    border-color: #434190; }
  .md_border-indigo-900 {
    border-color: #3c366b; }
  .md_hover_border-indigo-900:hover {
    border-color: #3c366b; }
  .md_focus_border-indigo-900:focus {
    border-color: #3c366b; }
  .md_border-purple-100 {
    border-color: #faf5ff; }
  .md_hover_border-purple-100:hover {
    border-color: #faf5ff; }
  .md_focus_border-purple-100:focus {
    border-color: #faf5ff; }
  .md_border-purple-200 {
    border-color: #e9d8fd; }
  .md_hover_border-purple-200:hover {
    border-color: #e9d8fd; }
  .md_focus_border-purple-200:focus {
    border-color: #e9d8fd; }
  .md_border-purple-300 {
    border-color: #d6bcfa; }
  .md_hover_border-purple-300:hover {
    border-color: #d6bcfa; }
  .md_focus_border-purple-300:focus {
    border-color: #d6bcfa; }
  .md_border-purple-400 {
    border-color: #b794f4; }
  .md_hover_border-purple-400:hover {
    border-color: #b794f4; }
  .md_focus_border-purple-400:focus {
    border-color: #b794f4; }
  .md_border-purple-500 {
    border-color: #9f7aea; }
  .md_hover_border-purple-500:hover {
    border-color: #9f7aea; }
  .md_focus_border-purple-500:focus {
    border-color: #9f7aea; }
  .md_border-purple-600 {
    border-color: #805ad5; }
  .md_hover_border-purple-600:hover {
    border-color: #805ad5; }
  .md_focus_border-purple-600:focus {
    border-color: #805ad5; }
  .md_border-purple-700 {
    border-color: #6b46c1; }
  .md_hover_border-purple-700:hover {
    border-color: #6b46c1; }
  .md_focus_border-purple-700:focus {
    border-color: #6b46c1; }
  .md_border-purple-800 {
    border-color: #553c9a; }
  .md_hover_border-purple-800:hover {
    border-color: #553c9a; }
  .md_focus_border-purple-800:focus {
    border-color: #553c9a; }
  .md_border-purple-900 {
    border-color: #44337a; }
  .md_hover_border-purple-900:hover {
    border-color: #44337a; }
  .md_focus_border-purple-900:focus {
    border-color: #44337a; }
  .md_border-pink-100 {
    border-color: #fff5f7; }
  .md_hover_border-pink-100:hover {
    border-color: #fff5f7; }
  .md_focus_border-pink-100:focus {
    border-color: #fff5f7; }
  .md_border-pink-200 {
    border-color: #fed7e2; }
  .md_hover_border-pink-200:hover {
    border-color: #fed7e2; }
  .md_focus_border-pink-200:focus {
    border-color: #fed7e2; }
  .md_border-pink-300 {
    border-color: #fbb6ce; }
  .md_hover_border-pink-300:hover {
    border-color: #fbb6ce; }
  .md_focus_border-pink-300:focus {
    border-color: #fbb6ce; }
  .md_border-pink-400 {
    border-color: #f687b3; }
  .md_hover_border-pink-400:hover {
    border-color: #f687b3; }
  .md_focus_border-pink-400:focus {
    border-color: #f687b3; }
  .md_border-pink-500 {
    border-color: #ed64a6; }
  .md_hover_border-pink-500:hover {
    border-color: #ed64a6; }
  .md_focus_border-pink-500:focus {
    border-color: #ed64a6; }
  .md_border-pink-600 {
    border-color: #d53f8c; }
  .md_hover_border-pink-600:hover {
    border-color: #d53f8c; }
  .md_focus_border-pink-600:focus {
    border-color: #d53f8c; }
  .md_border-pink-700 {
    border-color: #b83280; }
  .md_hover_border-pink-700:hover {
    border-color: #b83280; }
  .md_focus_border-pink-700:focus {
    border-color: #b83280; }
  .md_border-pink-800 {
    border-color: #97266d; }
  .md_hover_border-pink-800:hover {
    border-color: #97266d; }
  .md_focus_border-pink-800:focus {
    border-color: #97266d; }
  .md_border-pink-900 {
    border-color: #702459; }
  .md_hover_border-pink-900:hover {
    border-color: #702459; }
  .md_focus_border-pink-900:focus {
    border-color: #702459; }
  .md_border-collapse {
    border-collapse: collapse; }
  .md_border-separate {
    border-collapse: separate; }
  .md_items-stretch {
    align-items: stretch; }
  .md_items-start {
    align-items: flex-start; }
  .md_items-center {
    align-items: center; }
  .md_items-end {
    align-items: flex-end; }
  .md_items-baseline {
    align-items: baseline; }
  .md_content-start {
    align-content: flex-start; }
  .md_content-center {
    align-content: center; }
  .md_content-end {
    align-content: flex-end; }
  .md_content-between {
    align-content: space-between; }
  .md_content-around {
    align-content: space-around; }
  .md_self-auto {
    align-self: auto; }
  .md_self-start {
    align-self: flex-start; }
  .md_self-center {
    align-self: center; }
  .md_self-end {
    align-self: flex-end; }
  .md_self-stretch {
    align-self: stretch; }
  .md_flex-initial {
    flex: 0 1 auto; }
  .md_flex-1 {
    flex: 1 1 0%; }
  .md_flex-auto {
    flex: auto; }
  .md_flex-none {
    flex: none; }
  .md_flex-row {
    flex-direction: row; }
  .md_flex-row-reverse {
    flex-direction: row-reverse; }
  .md_flex-col {
    flex-direction: column; }
  .md_flex-col-reverse {
    flex-direction: column-reverse; }
  .md_flex-no-wrap {
    flex-wrap: nowrap; }
  .md_flex-wrap {
    flex-wrap: wrap; }
  .md_flex-wrap-reverse {
    flex-wrap: wrap-reverse; }
  .md_flex-grow-0 {
    flex-grow: 0; }
  .md_flex-grow {
    flex-grow: 1; }
  .md_flex-shrink-0 {
    flex-shrink: 0; }
  .md_flex-shrink {
    flex-shrink: 1; }
  .md_justify-start {
    justify-content: flex-start; }
  .md_justify-center {
    justify-content: center; }
  .md_justify-end {
    justify-content: flex-end; }
  .md_justify-between {
    justify-content: space-between; }
  .md_justify-around {
    justify-content: space-around; }
  .md_order-first {
    order: -1; }
  .md_order-last {
    order: 999; }
  .md_order-none {
    order: 0; }
  .md_order-1 {
    order: 1; }
  .md_m-px {
    margin: 1px; }
  .md_m-0 {
    margin: 0; }
  .md_m-1 {
    margin: 0.25rem; }
  .md_m-2 {
    margin: 0.5rem; }
  .md_m-3 {
    margin: 0.75rem; }
  .md_m-4 {
    margin: 1rem; }
  .md_m-5 {
    margin: 1.25rem; }
  .md_m-6 {
    margin: 1.5rem; }
  .md_m-8 {
    margin: 2rem; }
  .md_m-10 {
    margin: 2.5rem; }
  .md_m-12 {
    margin: 3rem; }
  .md_m-16 {
    margin: 4rem; }
  .md_m-20 {
    margin: 5rem; }
  .md_m-24 {
    margin: 6rem; }
  .md_m-32 {
    margin: 8rem; }
  .md_m-40 {
    margin: 10rem; }
  .md_m-48 {
    margin: 12rem; }
  .md_m-56 {
    margin: 14rem; }
  .md_m-64 {
    margin: 16rem; }
  .md_m-auto {
    margin: auto; }
  .md_-m-px {
    margin: -1px; }
  .md_-m-1 {
    margin: -0.25rem; }
  .md_-m-2 {
    margin: -0.5rem; }
  .md_-m-3 {
    margin: -0.75rem; }
  .md_-m-4 {
    margin: -1rem; }
  .md_-m-5 {
    margin: -1.25rem; }
  .md_-m-6 {
    margin: -1.5rem; }
  .md_-m-8 {
    margin: -2rem; }
  .md_-m-10 {
    margin: -2.5rem; }
  .md_-m-12 {
    margin: -3rem; }
  .md_-m-16 {
    margin: -4rem; }
  .md_-m-20 {
    margin: -5rem; }
  .md_-m-24 {
    margin: -6rem; }
  .md_-m-32 {
    margin: -8rem; }
  .md_-m-40 {
    margin: -10rem; }
  .md_-m-48 {
    margin: -12rem; }
  .md_-m-56 {
    margin: -14rem; }
  .md_-m-64 {
    margin: -16rem; }
  .md_mt-px {
    margin-top: 1px; }
  .md_mt-0 {
    margin-top: 0; }
  .md_mt-1 {
    margin-top: 0.25rem; }
  .md_mt-2 {
    margin-top: 0.5rem; }
  .md_mt-3 {
    margin-top: 0.75rem; }
  .md_mt-4 {
    margin-top: 1rem; }
  .md_mt-5 {
    margin-top: 1.25rem; }
  .md_mt-6 {
    margin-top: 1.5rem; }
  .md_mt-8 {
    margin-top: 2rem; }
  .md_mt-10 {
    margin-top: 2.5rem; }
  .md_mt-12 {
    margin-top: 3rem; }
  .md_mt-16 {
    margin-top: 4rem; }
  .md_mt-20 {
    margin-top: 5rem; }
  .md_mt-24 {
    margin-top: 6rem; }
  .md_mt-32 {
    margin-top: 8rem; }
  .md_mt-40 {
    margin-top: 10rem; }
  .md_mt-48 {
    margin-top: 12rem; }
  .md_mt-56 {
    margin-top: 14rem; }
  .md_mt-64 {
    margin-top: 16rem; }
  .md_mt-auto {
    margin-top: auto; }
  .md_-mt-px {
    margin-top: -1px; }
  .md_-mt-1 {
    margin-top: -0.25rem; }
  .md_-mt-2 {
    margin-top: -0.5rem; }
  .md_-mt-3 {
    margin-top: -0.75rem; }
  .md_-mt-4 {
    margin-top: -1rem; }
  .md_-mt-5 {
    margin-top: -1.25rem; }
  .md_-mt-6 {
    margin-top: -1.5rem; }
  .md_-mt-8 {
    margin-top: -2rem; }
  .md_-mt-10 {
    margin-top: -2.5rem; }
  .md_-mt-12 {
    margin-top: -3rem; }
  .md_-mt-16 {
    margin-top: -4rem; }
  .md_-mt-20 {
    margin-top: -5rem; }
  .md_-mt-24 {
    margin-top: -6rem; }
  .md_-mt-32 {
    margin-top: -8rem; }
  .md_-mt-40 {
    margin-top: -10rem; }
  .md_-mt-48 {
    margin-top: -12rem; }
  .md_-mt-56 {
    margin-top: -14rem; }
  .md_-mt-64 {
    margin-top: -16rem; }
  .md_mr-px {
    margin-right: 1px; }
  .md_mr-0 {
    margin-right: 0; }
  .md_mr-1 {
    margin-right: 0.25rem; }
  .md_mr-2 {
    margin-right: 0.5rem; }
  .md_mr-3 {
    margin-right: 0.75rem; }
  .md_mr-4 {
    margin-right: 1rem; }
  .md_mr-5 {
    margin-right: 1.25rem; }
  .md_mr-6 {
    margin-right: 1.5rem; }
  .md_mr-8 {
    margin-right: 2rem; }
  .md_mr-10 {
    margin-right: 2.5rem; }
  .md_mr-12 {
    margin-right: 3rem; }
  .md_mr-16 {
    margin-right: 4rem; }
  .md_mr-20 {
    margin-right: 5rem; }
  .md_mr-24 {
    margin-right: 6rem; }
  .md_mr-32 {
    margin-right: 8rem; }
  .md_mr-40 {
    margin-right: 10rem; }
  .md_mr-48 {
    margin-right: 12rem; }
  .md_mr-56 {
    margin-right: 14rem; }
  .md_mr-64 {
    margin-right: 16rem; }
  .md_mr-auto {
    margin-right: auto; }
  .md_-mr-px {
    margin-right: -1px; }
  .md_-mr-1 {
    margin-right: -0.25rem; }
  .md_-mr-2 {
    margin-right: -0.5rem; }
  .md_-mr-3 {
    margin-right: -0.75rem; }
  .md_-mr-4 {
    margin-right: -1rem; }
  .md_-mr-5 {
    margin-right: -1.25rem; }
  .md_-mr-6 {
    margin-right: -1.5rem; }
  .md_-mr-8 {
    margin-right: -2rem; }
  .md_-mr-10 {
    margin-right: -2.5rem; }
  .md_-mr-12 {
    margin-right: -3rem; }
  .md_-mr-16 {
    margin-right: -4rem; }
  .md_-mr-20 {
    margin-right: -5rem; }
  .md_-mr-24 {
    margin-right: -6rem; }
  .md_-mr-32 {
    margin-right: -8rem; }
  .md_-mr-40 {
    margin-right: -10rem; }
  .md_-mr-48 {
    margin-right: -12rem; }
  .md_-mr-56 {
    margin-right: -14rem; }
  .md_-mr-64 {
    margin-right: -16rem; }
  .md_mb-px {
    margin-bottom: 1px; }
  .md_mb-0 {
    margin-bottom: 0; }
  .md_mb-1 {
    margin-bottom: 0.25rem; }
  .md_mb-2 {
    margin-bottom: 0.5rem; }
  .md_mb-3 {
    margin-bottom: 0.75rem; }
  .md_mb-4 {
    margin-bottom: 1rem; }
  .md_mb-5 {
    margin-bottom: 1.25rem; }
  .md_mb-6 {
    margin-bottom: 1.5rem; }
  .md_mb-8 {
    margin-bottom: 2rem; }
  .md_mb-10 {
    margin-bottom: 2.5rem; }
  .md_mb-12 {
    margin-bottom: 3rem; }
  .md_mb-16 {
    margin-bottom: 4rem; }
  .md_mb-20 {
    margin-bottom: 5rem; }
  .md_mb-24 {
    margin-bottom: 6rem; }
  .md_mb-32 {
    margin-bottom: 8rem; }
  .md_mb-40 {
    margin-bottom: 10rem; }
  .md_mb-48 {
    margin-bottom: 12rem; }
  .md_mb-56 {
    margin-bottom: 14rem; }
  .md_mb-64 {
    margin-bottom: 16rem; }
  .md_mb-auto {
    margin-bottom: auto; }
  .md_-mb-px {
    margin-bottom: -1px; }
  .md_-mb-1 {
    margin-bottom: -0.25rem; }
  .md_-mb-2 {
    margin-bottom: -0.5rem; }
  .md_-mb-3 {
    margin-bottom: -0.75rem; }
  .md_-mb-4 {
    margin-bottom: -1rem; }
  .md_-mb-5 {
    margin-bottom: -1.25rem; }
  .md_-mb-6 {
    margin-bottom: -1.5rem; }
  .md_-mb-8 {
    margin-bottom: -2rem; }
  .md_-mb-10 {
    margin-bottom: -2.5rem; }
  .md_-mb-12 {
    margin-bottom: -3rem; }
  .md_-mb-16 {
    margin-bottom: -4rem; }
  .md_-mb-20 {
    margin-bottom: -5rem; }
  .md_-mb-24 {
    margin-bottom: -6rem; }
  .md_-mb-32 {
    margin-bottom: -8rem; }
  .md_-mb-40 {
    margin-bottom: -10rem; }
  .md_-mb-48 {
    margin-bottom: -12rem; }
  .md_-mb-56 {
    margin-bottom: -14rem; }
  .md_-mb-64 {
    margin-bottom: -16rem; }
  .md_ml-px {
    margin-left: 1px; }
  .md_ml-0 {
    margin-left: 0; }
  .md_ml-1 {
    margin-left: 0.25rem; }
  .md_ml-2 {
    margin-left: 0.5rem; }
  .md_ml-3 {
    margin-left: 0.75rem; }
  .md_ml-4 {
    margin-left: 1rem; }
  .md_ml-5 {
    margin-left: 1.25rem; }
  .md_ml-6 {
    margin-left: 1.5rem; }
  .md_ml-8 {
    margin-left: 2rem; }
  .md_ml-10 {
    margin-left: 2.5rem; }
  .md_ml-12 {
    margin-left: 3rem; }
  .md_ml-16 {
    margin-left: 4rem; }
  .md_ml-20 {
    margin-left: 5rem; }
  .md_ml-24 {
    margin-left: 6rem; }
  .md_ml-32 {
    margin-left: 8rem; }
  .md_ml-40 {
    margin-left: 10rem; }
  .md_ml-48 {
    margin-left: 12rem; }
  .md_ml-56 {
    margin-left: 14rem; }
  .md_ml-64 {
    margin-left: 16rem; }
  .md_ml-auto {
    margin-left: auto; }
  .md_-ml-px {
    margin-left: -1px; }
  .md_-ml-1 {
    margin-left: -0.25rem; }
  .md_-ml-2 {
    margin-left: -0.5rem; }
  .md_-ml-3 {
    margin-left: -0.75rem; }
  .md_-ml-4 {
    margin-left: -1rem; }
  .md_-ml-5 {
    margin-left: -1.25rem; }
  .md_-ml-6 {
    margin-left: -1.5rem; }
  .md_-ml-8 {
    margin-left: -2rem; }
  .md_-ml-10 {
    margin-left: -2.5rem; }
  .md_-ml-12 {
    margin-left: -3rem; }
  .md_-ml-16 {
    margin-left: -4rem; }
  .md_-ml-20 {
    margin-left: -5rem; }
  .md_-ml-24 {
    margin-left: -6rem; }
  .md_-ml-32 {
    margin-left: -8rem; }
  .md_-ml-40 {
    margin-left: -10rem; }
  .md_-ml-48 {
    margin-left: -12rem; }
  .md_-ml-56 {
    margin-left: -14rem; }
  .md_-ml-64 {
    margin-left: -16rem; }
  .md_mx-px {
    margin-left: 1px;
    margin-right: 1px; }
  .md_mx-0 {
    margin-left: 0;
    margin-right: 0; }
  .md_mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  .md_mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .md_mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem; }
  .md_mx-4 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .md_mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem; }
  .md_mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .md_mx-8 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .md_mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .md_mx-12 {
    margin-left: 3rem;
    margin-right: 3rem; }
  .md_mx-16 {
    margin-left: 4rem;
    margin-right: 4rem; }
  .md_mx-20 {
    margin-left: 5rem;
    margin-right: 5rem; }
  .md_mx-24 {
    margin-left: 6rem;
    margin-right: 6rem; }
  .md_mx-32 {
    margin-left: 8rem;
    margin-right: 8rem; }
  .md_mx-40 {
    margin-left: 10rem;
    margin-right: 10rem; }
  .md_mx-48 {
    margin-left: 12rem;
    margin-right: 12rem; }
  .md_mx-56 {
    margin-left: 14rem;
    margin-right: 14rem; }
  .md_mx-64 {
    margin-left: 16rem;
    margin-right: 16rem; }
  .md_mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .md_-mx-px {
    margin-left: -1px;
    margin-right: -1px; }
  .md_-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }
  .md_-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .md_-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }
  .md_-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .md_-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem; }
  .md_-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .md_-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .md_-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem; }
  .md_-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem; }
  .md_-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem; }
  .md_-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem; }
  .md_-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem; }
  .md_-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem; }
  .md_-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem; }
  .md_-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem; }
  .md_-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem; }
  .md_-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem; }
  .md_my-px {
    margin-top: 1px;
    margin-bottom: 1px; }
  .md_my-0 {
    margin-top: 0;
    margin-bottom: 0; }
  .md_my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
  .md_my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .md_my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }
  .md_my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .md_my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  .md_my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .md_my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .md_my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .md_my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .md_my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .md_my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  .md_my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem; }
  .md_my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem; }
  .md_my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem; }
  .md_my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem; }
  .md_my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem; }
  .md_my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem; }
  .md_my-auto {
    margin-top: auto;
    margin-bottom: auto; }
  .md_-my-px {
    margin-top: -1px;
    margin-bottom: -1px; }
  .md_-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; }
  .md_-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; }
  .md_-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem; }
  .md_-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem; }
  .md_-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem; }
  .md_-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; }
  .md_-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem; }
  .md_-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem; }
  .md_-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem; }
  .md_-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem; }
  .md_-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem; }
  .md_-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem; }
  .md_-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem; }
  .md_-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem; }
  .md_-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem; }
  .md_-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem; }
  .md_-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem; }
  .md_p-px {
    padding: 1px; }
  .md_p-0 {
    padding: 0; }
  .md_p-1 {
    padding: 0.25rem; }
  .md_p-2 {
    padding: 0.5rem; }
  .md_p-3 {
    padding: 0.75rem; }
  .md_p-4 {
    padding: 1rem; }
  .md_p-5 {
    padding: 1.25rem; }
  .md_p-6 {
    padding: 1.5rem; }
  .md_p-8 {
    padding: 2rem; }
  .md_p-10 {
    padding: 2.5rem; }
  .md_p-12 {
    padding: 3rem; }
  .md_p-16 {
    padding: 4rem; }
  .md_p-20 {
    padding: 5rem; }
  .md_p-24 {
    padding: 6rem; }
  .md_p-32 {
    padding: 8rem; }
  .md_p-40 {
    padding: 10rem; }
  .md_p-48 {
    padding: 12rem; }
  .md_p-56 {
    padding: 14rem; }
  .md_p-64 {
    padding: 16rem; }
  .md_pt-px {
    padding-top: 1px; }
  .md_pt-0 {
    padding-top: 0; }
  .md_pt-1 {
    padding-top: 0.25rem; }
  .md_pt-2 {
    padding-top: 0.5rem; }
  .md_pt-3 {
    padding-top: 0.75rem; }
  .md_pt-4 {
    padding-top: 1rem; }
  .md_pt-5 {
    padding-top: 1.25rem; }
  .md_pt-6 {
    padding-top: 1.5rem; }
  .md_pt-8 {
    padding-top: 2rem; }
  .md_pt-10 {
    padding-top: 2.5rem; }
  .md_pt-12 {
    padding-top: 3rem; }
  .md_pt-16 {
    padding-top: 4rem; }
  .md_pt-20 {
    padding-top: 5rem; }
  .md_pt-24 {
    padding-top: 6rem; }
  .md_pt-32 {
    padding-top: 8rem; }
  .md_pt-40 {
    padding-top: 10rem; }
  .md_pt-48 {
    padding-top: 12rem; }
  .md_pt-56 {
    padding-top: 14rem; }
  .md_pt-64 {
    padding-top: 16rem; }
  .md_pr-px {
    padding-right: 1px; }
  .md_pr-0 {
    padding-right: 0; }
  .md_pr-1 {
    padding-right: 0.25rem; }
  .md_pr-2 {
    padding-right: 0.5rem; }
  .md_pr-3 {
    padding-right: 0.75rem; }
  .md_pr-4 {
    padding-right: 1rem; }
  .md_pr-5 {
    padding-right: 1.25rem; }
  .md_pr-6 {
    padding-right: 1.5rem; }
  .md_pr-8 {
    padding-right: 2rem; }
  .md_pr-10 {
    padding-right: 2.5rem; }
  .md_pr-12 {
    padding-right: 3rem; }
  .md_pr-16 {
    padding-right: 4rem; }
  .md_pr-20 {
    padding-right: 5rem; }
  .md_pr-24 {
    padding-right: 6rem; }
  .md_pr-32 {
    padding-right: 8rem; }
  .md_pr-40 {
    padding-right: 10rem; }
  .md_pr-48 {
    padding-right: 12rem; }
  .md_pr-56 {
    padding-right: 14rem; }
  .md_pr-64 {
    padding-right: 16rem; }
  .md_pb-px {
    padding-bottom: 1px; }
  .md_pb-0 {
    padding-bottom: 0; }
  .md_pb-1 {
    padding-bottom: 0.25rem; }
  .md_pb-2 {
    padding-bottom: 0.5rem; }
  .md_pb-3 {
    padding-bottom: 0.75rem; }
  .md_pb-4 {
    padding-bottom: 1rem; }
  .md_pb-5 {
    padding-bottom: 1.25rem; }
  .md_pb-6 {
    padding-bottom: 1.5rem; }
  .md_pb-8 {
    padding-bottom: 2rem; }
  .md_pb-10 {
    padding-bottom: 2.5rem; }
  .md_pb-12 {
    padding-bottom: 3rem; }
  .md_pb-16 {
    padding-bottom: 4rem; }
  .md_pb-20 {
    padding-bottom: 5rem; }
  .md_pb-24 {
    padding-bottom: 6rem; }
  .md_pb-32 {
    padding-bottom: 8rem; }
  .md_pb-40 {
    padding-bottom: 10rem; }
  .md_pb-48 {
    padding-bottom: 12rem; }
  .md_pb-56 {
    padding-bottom: 14rem; }
  .md_pb-64 {
    padding-bottom: 16rem; }
  .md_pl-px {
    padding-left: 1px; }
  .md_pl-0 {
    padding-left: 0; }
  .md_pl-1 {
    padding-left: 0.25rem; }
  .md_pl-2 {
    padding-left: 0.5rem; }
  .md_pl-3 {
    padding-left: 0.75rem; }
  .md_pl-4 {
    padding-left: 1rem; }
  .md_pl-5 {
    padding-left: 1.25rem; }
  .md_pl-6 {
    padding-left: 1.5rem; }
  .md_pl-8 {
    padding-left: 2rem; }
  .md_pl-10 {
    padding-left: 2.5rem; }
  .md_pl-12 {
    padding-left: 3rem; }
  .md_pl-16 {
    padding-left: 4rem; }
  .md_pl-20 {
    padding-left: 5rem; }
  .md_pl-24 {
    padding-left: 6rem; }
  .md_pl-32 {
    padding-left: 8rem; }
  .md_pl-40 {
    padding-left: 10rem; }
  .md_pl-48 {
    padding-left: 12rem; }
  .md_pl-56 {
    padding-left: 14rem; }
  .md_pl-64 {
    padding-left: 16rem; }
  .md_px-px {
    padding-left: 1px;
    padding-right: 1px; }
  .md_px-0 {
    padding-left: 0;
    padding-right: 0; }
  .md_px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .md_px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .md_px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .md_px-4 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .md_px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .md_px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .md_px-8 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .md_px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .md_px-12 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .md_px-16 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .md_px-20 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .md_px-24 {
    padding-left: 6rem;
    padding-right: 6rem; }
  .md_px-32 {
    padding-left: 8rem;
    padding-right: 8rem; }
  .md_px-40 {
    padding-left: 10rem;
    padding-right: 10rem; }
  .md_px-48 {
    padding-left: 12rem;
    padding-right: 12rem; }
  .md_px-56 {
    padding-left: 14rem;
    padding-right: 14rem; }
  .md_px-64 {
    padding-left: 16rem;
    padding-right: 16rem; }
  .md_py-px {
    padding-top: 1px;
    padding-bottom: 1px; }
  .md_py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .md_py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  .md_py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .md_py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .md_py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .md_py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .md_py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .md_py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .md_py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .md_py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .md_py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .md_py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .md_py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  .md_py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem; }
  .md_py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem; }
  .md_py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem; }
  .md_py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem; }
  .md_py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem; }
  .md_w-px {
    width: 1px; }
  .md_w-0 {
    width: 0; }
  .md_w-1 {
    width: 0.25rem; }
  .md_w-2 {
    width: 0.5rem; }
  .md_w-3 {
    width: 0.75rem; }
  .md_w-4 {
    width: 1rem; }
  .md_w-5 {
    width: 1.25rem; }
  .md_w-6 {
    width: 1.5rem; }
  .md_w-8 {
    width: 2rem; }
  .md_w-10 {
    width: 2.5rem; }
  .md_w-12 {
    width: 3rem; }
  .md_w-16 {
    width: 4rem; }
  .md_w-20 {
    width: 5rem; }
  .md_w-24 {
    width: 6rem; }
  .md_w-32 {
    width: 8rem; }
  .md_w-40 {
    width: 10rem; }
  .md_w-48 {
    width: 12rem; }
  .md_w-56 {
    width: 14rem; }
  .md_w-64 {
    width: 16rem; }
  .md_w-auto {
    width: auto; }
  .md_w-1_2 {
    width: 50%; }
  .md_w-1_3 {
    width: 33.33333%; }
  .md_w-2_3 {
    width: 66.66667%; }
  .md_w-1_4 {
    width: 25%; }
  .md_w-2_4 {
    width: 50%; }
  .md_w-3_4 {
    width: 75%; }
  .md_w-1_5 {
    width: 20%; }
  .md_w-2_5 {
    width: 40%; }
  .md_w-3_5 {
    width: 60%; }
  .md_w-4_5 {
    width: 80%; }
  .md_w-1_6 {
    width: 16.66667%; }
  .md_w-2_6 {
    width: 33.33333%; }
  .md_w-3_6 {
    width: 50%; }
  .md_w-4_6 {
    width: 66.66667%; }
  .md_w-5_6 {
    width: 83.33333%; }
  .md_w-1_12 {
    width: 8.33333%; }
  .md_w-2_12 {
    width: 16.66667%; }
  .md_w-3_12 {
    width: 25%; }
  .md_w-4_12 {
    width: 33.33333%; }
  .md_w-5_12 {
    width: 41.66667%; }
  .md_w-6_12 {
    width: 50%; }
  .md_w-7_12 {
    width: 58.33333%; }
  .md_w-8_12 {
    width: 66.66667%; }
  .md_w-9_12 {
    width: 75%; }
  .md_w-10_12 {
    width: 83.33333%; }
  .md_w-11_12 {
    width: 91.66667%; }
  .md_w-full {
    width: 100%; }
  .md_w-screen {
    width: 100vw; }
  .md_min-w-0 {
    min-width: 0; }
  .md_min-w-full {
    min-width: 100%; }
  .md_max-w-xs {
    max-width: 20rem; }
  .md_max-w-sm {
    max-width: 24rem; }
  .md_max-w-md {
    max-width: 28rem; }
  .md_max-w-lg {
    max-width: 32rem; }
  .md_max-w-xl {
    max-width: 36rem; }
  .md_max-w-2xl {
    max-width: 42rem; }
  .md_max-w-3xl {
    max-width: 48rem; }
  .md_max-w-4xl {
    max-width: 56rem; }
  .md_max-w-5xl {
    max-width: 64rem; }
  .md_max-w-6xl {
    max-width: 72rem; }
  .md_max-w-full {
    max-width: 100%; }
  .md_h-px {
    height: 1px; }
  .md_h-0 {
    height: 0; }
  .md_h-1 {
    height: 0.25rem; }
  .md_h-2 {
    height: 0.5rem; }
  .md_h-3 {
    height: 0.75rem; }
  .md_h-4 {
    height: 1rem; }
  .md_h-5 {
    height: 1.25rem; }
  .md_h-6 {
    height: 1.5rem; }
  .md_h-8 {
    height: 2rem; }
  .md_h-10 {
    height: 2.5rem; }
  .md_h-12 {
    height: 3rem; }
  .md_h-16 {
    height: 4rem; }
  .md_h-20 {
    height: 5rem; }
  .md_h-24 {
    height: 6rem; }
  .md_h-32 {
    height: 8rem; }
  .md_h-40 {
    height: 10rem; }
  .md_h-48 {
    height: 12rem; }
  .md_h-56 {
    height: 14rem; }
  .md_h-64 {
    height: 16rem; }
  .md_h-auto {
    height: auto; }
  .md_h-full {
    height: 100%; }
  .md_h-screen {
    height: 100vh; }
  .md_min-h-0 {
    min-height: 0; }
  .md_min-h-full {
    min-height: 100%; }
  .md_min-h-screen {
    min-height: 100vh; }
  .md_max-h-full {
    max-height: 100%; }
  .md_max-h-screen {
    max-height: 100vh; }
  .md_table-auto {
    table-layout: auto; }
  .md_table-fixed {
    table-layout: fixed; }
  .md_shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .md_hover_shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .md_focus_shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .md_shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .md_hover_shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .md_focus_shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .md_shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .md_hover_shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .md_focus_shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .md_shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .md_hover_shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .md_focus_shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .md_shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .md_hover_shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .md_focus_shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .md_shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
  .md_hover_shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
  .md_focus_shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
  .md_shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }
  .md_hover_shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }
  .md_focus_shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }
  .md_shadow-none {
    box-shadow: none; }
  .md_hover_shadow-none:hover {
    box-shadow: none; }
  .md_focus_shadow-none:focus {
    box-shadow: none; }
  .md_opacity-0 {
    opacity: 0; }
  .md_opacity-25 {
    opacity: 0.25; }
  .md_opacity-50 {
    opacity: 0.5; }
  .md_opacity-75 {
    opacity: 0.75; }
  .md_opacity-100 {
    opacity: 1; }
  .md_appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .md_cursor-auto {
    cursor: auto; }
  .md_cursor {
    cursor: default; }
  .md_cursor-pointer {
    cursor: pointer; }
  .md_cursor-wait {
    cursor: wait; }
  .md_cursor-text {
    cursor: text; }
  .md_cursor-move {
    cursor: move; }
  .md_cursor-not-allowed {
    cursor: not-allowed; }
  .md_outline-none {
    outline: 0; }
  .md_focus_outline-none:focus {
    outline: 0; }
  .md_pointer-events-none {
    pointer-events: none; }
  .md_pointer-events-auto {
    pointer-events: auto; }
  .md_resize {
    resize: both; }
  .md_resize-none {
    resize: none; }
  .md_resize-y {
    resize: vertical; }
  .md_resize-x {
    resize: horizontal; }
  .md_select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .md_select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text; }
  .md_select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all; }
  .md_select-auto {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto; }
  .md_fill-current {
    fill: currentColor; }
  .md_stroke-current {
    stroke: currentColor; } }

@media (min-width: 1024px) {
  .lg_block {
    display: block; }
  .lg_inline-block {
    display: inline-block; }
  .lg_inline {
    display: inline; }
  .lg_flex {
    display: flex; }
  .lg_inline-flex {
    display: inline-flex; }
  .lg_table {
    display: table; }
  .lg_table-row {
    display: table-row; }
  .lg_table-cell {
    display: table-cell; }
  .lg_hidden {
    display: none; }
  .lg_float-right {
    float: right; }
  .lg_float-left {
    float: left; }
  .lg_float-none {
    float: none; }
  .lg_clearfix::after {
    content: "";
    display: table;
    clear: both; }
  .lg_object-contain {
    object-fit: contain; }
  .lg_object-cover {
    object-fit: cover; }
  .lg_object-fill {
    object-fit: fill; }
  .lg_object-none {
    object-fit: none; }
  .lg_object-scale-down {
    object-fit: scale-down; }
  .lg_object-bottom {
    object-position: bottom; }
  .lg_object-center {
    object-position: center; }
  .lg_object-left {
    object-position: left; }
  .lg_object-left-bottom {
    object-position: left bottom; }
  .lg_object-left-top {
    object-position: left top; }
  .lg_object-right {
    object-position: right; }
  .lg_object-right-bottom {
    object-position: right bottom; }
  .lg_object-right-top {
    object-position: right top; }
  .lg_object-top {
    object-position: top; }
  .lg_overflow-auto {
    overflow: auto; }
  .lg_overflow-hidden {
    overflow: hidden; }
  .lg_overflow-visible {
    overflow: visible; }
  .lg_overflow-scroll {
    overflow: scroll; }
  .lg_overflow-x-auto {
    overflow-x: auto; }
  .lg_overflow-x-hidden {
    overflow-x: hidden; }
  .lg_overflow-x-visible {
    overflow-x: visible; }
  .lg_overflow-x-scroll {
    overflow-x: scroll; }
  .lg_overflow-y-auto {
    overflow-y: auto; }
  .lg_overflow-y-hidden {
    overflow-y: hidden; }
  .lg_overflow-y-visible {
    overflow-y: visible; }
  .lg_overflow-y-scroll {
    overflow-y: scroll; }
  .lg_scrolling-touch {
    -webkit-overflow-scrolling: touch; }
  .lg_scrolling-auto {
    -webkit-overflow-scrolling: auto; }
  .lg_static {
    position: static; }
  .lg_fixed {
    position: fixed; }
  .lg_absolute {
    position: absolute; }
  .lg_relative {
    position: relative; }
  .lg_sticky {
    position: sticky; }
  .lg_inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .lg_inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .lg_inset-x-0 {
    right: 0;
    left: 0; }
  .lg_inset-x-auto {
    right: auto;
    left: auto; }
  .lg_inset-y-0 {
    top: 0;
    bottom: 0; }
  .lg_inset-y-auto {
    top: auto;
    bottom: auto; }
  .lg_top-0 {
    top: 0; }
  .lg_top-auto {
    top: auto; }
  .lg_right-0 {
    right: 0; }
  .lg_right-auto {
    right: auto; }
  .lg_bottom-0 {
    bottom: 0; }
  .lg_bottom-auto {
    bottom: auto; }
  .lg_left-0 {
    left: 0; }
  .lg_left-auto {
    left: auto; }
  .lg_visible {
    visibility: visible; }
  .lg_invisible {
    visibility: hidden; }
  .lg_z-auto {
    z-index: auto; }
  .lg_z-0 {
    z-index: 0; }
  .lg_z-10 {
    z-index: 10; }
  .lg_z-20 {
    z-index: 20; }
  .lg_z-30 {
    z-index: 30; }
  .lg_z-40 {
    z-index: 40; }
  .lg_z-50 {
    z-index: 50; }
  .lg_font-sans {
    font-family: -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"; }
  .lg_font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif; }
  .lg_font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  .lg_text-xs {
    font-size: 0.75rem; }
  .lg_text-sm {
    font-size: 0.875rem; }
  .lg_text-base {
    font-size: 1rem; }
  .lg_text-lg {
    font-size: 1.125rem; }
  .lg_text-xl {
    font-size: 1.25rem; }
  .lg_text-2xl {
    font-size: 1.5rem; }
  .lg_text-3xl {
    font-size: 1.875rem; }
  .lg_text-4xl {
    font-size: 2.25rem; }
  .lg_text-5xl {
    font-size: 3rem; }
  .lg_text-6xl {
    font-size: 4rem; }
  .lg_antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .lg_subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto; }
  .lg_italic {
    font-style: italic; }
  .lg_not-italic {
    font-style: normal; }
  .lg_font-hairline {
    font-weight: 100; }
  .lg_hover_font-hairline:hover {
    font-weight: 100; }
  .lg_focus_font-hairline:focus {
    font-weight: 100; }
  .lg_font-thin {
    font-weight: 200; }
  .lg_hover_font-thin:hover {
    font-weight: 200; }
  .lg_focus_font-thin:focus {
    font-weight: 200; }
  .lg_font-light {
    font-weight: 300; }
  .lg_hover_font-light:hover {
    font-weight: 300; }
  .lg_focus_font-light:focus {
    font-weight: 300; }
  .lg_font-normal {
    font-weight: 400; }
  .lg_hover_font-normal:hover {
    font-weight: 400; }
  .lg_focus_font-normal:focus {
    font-weight: 400; }
  .lg_font-medium {
    font-weight: 500; }
  .lg_hover_font-medium:hover {
    font-weight: 500; }
  .lg_focus_font-medium:focus {
    font-weight: 500; }
  .lg_font-semibold {
    font-weight: 600; }
  .lg_hover_font-semibold:hover {
    font-weight: 600; }
  .lg_focus_font-semibold:focus {
    font-weight: 600; }
  .lg_font-bold {
    font-weight: 700; }
  .lg_hover_font-bold:hover {
    font-weight: 700; }
  .lg_focus_font-bold:focus {
    font-weight: 700; }
  .lg_font-extrabold {
    font-weight: 800; }
  .lg_hover_font-extrabold:hover {
    font-weight: 800; }
  .lg_focus_font-extrabold:focus {
    font-weight: 800; }
  .lg_font-black {
    font-weight: 900; }
  .lg_hover_font-black:hover {
    font-weight: 900; }
  .lg_focus_font-black:focus {
    font-weight: 900; }
  .lg_tracking-tighter {
    letter-spacing: -0.05em; }
  .lg_tracking-tight {
    letter-spacing: -0.025em; }
  .lg_tracking-normal {
    letter-spacing: 0; }
  .lg_tracking-wide {
    letter-spacing: 0.025em; }
  .lg_tracking-wider {
    letter-spacing: 0.05em; }
  .lg_tracking-widest {
    letter-spacing: 0.1em; }
  .lg_leading-none {
    line-height: 1; }
  .lg_leading-tight {
    line-height: 1.25; }
  .lg_leading-snug {
    line-height: 1.375; }
  .lg_leading-normal {
    line-height: 1.5; }
  .lg_leading-relaxed {
    line-height: 1.625; }
  .lg_leading-loose {
    line-height: 2; }
  .lg_list-none {
    list-style-type: none; }
  .lg_list-disc {
    list-style-type: disc; }
  .lg_list-decimal {
    list-style-type: decimal; }
  .lg_list-inside {
    list-style-position: inside; }
  .lg_list-outside {
    list-style-position: outside; }
  .lg_text-left {
    text-align: left; }
  .lg_text-center {
    text-align: center; }
  .lg_text-right {
    text-align: right; }
  .lg_text-justify {
    text-align: justify; }
  .lg_underline {
    text-decoration: underline; }
  .lg_hover_underline:hover {
    text-decoration: underline; }
  .lg_focus_underline:focus {
    text-decoration: underline; }
  .lg_line-through {
    text-decoration: line-through; }
  .lg_hover_line-through:hover {
    text-decoration: line-through; }
  .lg_focus_line-through:focus {
    text-decoration: line-through; }
  .lg_no-underline {
    text-decoration: none; }
  .lg_hover_no-underline:hover {
    text-decoration: none; }
  .lg_focus_no-underline:focus {
    text-decoration: none; }
  .lg_uppercase {
    text-transform: uppercase; }
  .lg_lowercase {
    text-transform: lowercase; }
  .lg_capitalize {
    text-transform: capitalize; }
  .lg_normal-case {
    text-transform: none; }
  .lg_text-transparent {
    color: transparent; }
  .lg_hover_text-transparent:hover {
    color: transparent; }
  .lg_focus_text-transparent:focus {
    color: transparent; }
  .lg_text-black {
    color: #000; }
  .lg_hover_text-black:hover {
    color: #000; }
  .lg_focus_text-black:focus {
    color: #000; }
  .lg_text-white {
    color: #fff; }
  .lg_hover_text-white:hover {
    color: #fff; }
  .lg_focus_text-white:focus {
    color: #fff; }
  .lg_text-gray-100 {
    color: #f7fafc; }
  .lg_hover_text-gray-100:hover {
    color: #f7fafc; }
  .lg_focus_text-gray-100:focus {
    color: #f7fafc; }
  .lg_text-gray-200 {
    color: #edf2f7; }
  .lg_hover_text-gray-200:hover {
    color: #edf2f7; }
  .lg_focus_text-gray-200:focus {
    color: #edf2f7; }
  .lg_text-gray-300 {
    color: #e2e8f0; }
  .lg_hover_text-gray-300:hover {
    color: #e2e8f0; }
  .lg_focus_text-gray-300:focus {
    color: #e2e8f0; }
  .lg_text-gray-400 {
    color: #cbd5e0; }
  .lg_hover_text-gray-400:hover {
    color: #cbd5e0; }
  .lg_focus_text-gray-400:focus {
    color: #cbd5e0; }
  .lg_text-gray-500 {
    color: #a0aec0; }
  .lg_hover_text-gray-500:hover {
    color: #a0aec0; }
  .lg_focus_text-gray-500:focus {
    color: #a0aec0; }
  .lg_text-gray-600 {
    color: #718096; }
  .lg_hover_text-gray-600:hover {
    color: #718096; }
  .lg_focus_text-gray-600:focus {
    color: #718096; }
  .lg_text-gray-700 {
    color: #4a5568; }
  .lg_hover_text-gray-700:hover {
    color: #4a5568; }
  .lg_focus_text-gray-700:focus {
    color: #4a5568; }
  .lg_text-gray-800 {
    color: #2d3748; }
  .lg_hover_text-gray-800:hover {
    color: #2d3748; }
  .lg_focus_text-gray-800:focus {
    color: #2d3748; }
  .lg_text-gray-900 {
    color: #1a202c; }
  .lg_hover_text-gray-900:hover {
    color: #1a202c; }
  .lg_focus_text-gray-900:focus {
    color: #1a202c; }
  .lg_text-red-100 {
    color: #fff5f5; }
  .lg_hover_text-red-100:hover {
    color: #fff5f5; }
  .lg_focus_text-red-100:focus {
    color: #fff5f5; }
  .lg_text-red-200 {
    color: #fed7d7; }
  .lg_hover_text-red-200:hover {
    color: #fed7d7; }
  .lg_focus_text-red-200:focus {
    color: #fed7d7; }
  .lg_text-red-300 {
    color: #feb2b2; }
  .lg_hover_text-red-300:hover {
    color: #feb2b2; }
  .lg_focus_text-red-300:focus {
    color: #feb2b2; }
  .lg_text-red-400 {
    color: #fc8181; }
  .lg_hover_text-red-400:hover {
    color: #fc8181; }
  .lg_focus_text-red-400:focus {
    color: #fc8181; }
  .lg_text-red-500 {
    color: #f56565; }
  .lg_hover_text-red-500:hover {
    color: #f56565; }
  .lg_focus_text-red-500:focus {
    color: #f56565; }
  .lg_text-red-600 {
    color: #e53e3e; }
  .lg_hover_text-red-600:hover {
    color: #e53e3e; }
  .lg_focus_text-red-600:focus {
    color: #e53e3e; }
  .lg_text-red-700 {
    color: #c53030; }
  .lg_hover_text-red-700:hover {
    color: #c53030; }
  .lg_focus_text-red-700:focus {
    color: #c53030; }
  .lg_text-red-800 {
    color: #9b2c2c; }
  .lg_hover_text-red-800:hover {
    color: #9b2c2c; }
  .lg_focus_text-red-800:focus {
    color: #9b2c2c; }
  .lg_text-red-900 {
    color: #742a2a; }
  .lg_hover_text-red-900:hover {
    color: #742a2a; }
  .lg_focus_text-red-900:focus {
    color: #742a2a; }
  .lg_text-orange-100 {
    color: #fffaf0; }
  .lg_hover_text-orange-100:hover {
    color: #fffaf0; }
  .lg_focus_text-orange-100:focus {
    color: #fffaf0; }
  .lg_text-orange-200 {
    color: #feebc8; }
  .lg_hover_text-orange-200:hover {
    color: #feebc8; }
  .lg_focus_text-orange-200:focus {
    color: #feebc8; }
  .lg_text-orange-300 {
    color: #fbd38d; }
  .lg_hover_text-orange-300:hover {
    color: #fbd38d; }
  .lg_focus_text-orange-300:focus {
    color: #fbd38d; }
  .lg_text-orange-400 {
    color: #f6ad55; }
  .lg_hover_text-orange-400:hover {
    color: #f6ad55; }
  .lg_focus_text-orange-400:focus {
    color: #f6ad55; }
  .lg_text-orange-500 {
    color: #ed8936; }
  .lg_hover_text-orange-500:hover {
    color: #ed8936; }
  .lg_focus_text-orange-500:focus {
    color: #ed8936; }
  .lg_text-orange-600 {
    color: #dd6b20; }
  .lg_hover_text-orange-600:hover {
    color: #dd6b20; }
  .lg_focus_text-orange-600:focus {
    color: #dd6b20; }
  .lg_text-orange-700 {
    color: #c05621; }
  .lg_hover_text-orange-700:hover {
    color: #c05621; }
  .lg_focus_text-orange-700:focus {
    color: #c05621; }
  .lg_text-orange-800 {
    color: #9c4221; }
  .lg_hover_text-orange-800:hover {
    color: #9c4221; }
  .lg_focus_text-orange-800:focus {
    color: #9c4221; }
  .lg_text-orange-900 {
    color: #7b341e; }
  .lg_hover_text-orange-900:hover {
    color: #7b341e; }
  .lg_focus_text-orange-900:focus {
    color: #7b341e; }
  .lg_text-yellow-100 {
    color: #fffff0; }
  .lg_hover_text-yellow-100:hover {
    color: #fffff0; }
  .lg_focus_text-yellow-100:focus {
    color: #fffff0; }
  .lg_text-yellow-200 {
    color: #fefcbf; }
  .lg_hover_text-yellow-200:hover {
    color: #fefcbf; }
  .lg_focus_text-yellow-200:focus {
    color: #fefcbf; }
  .lg_text-yellow-300 {
    color: #faf089; }
  .lg_hover_text-yellow-300:hover {
    color: #faf089; }
  .lg_focus_text-yellow-300:focus {
    color: #faf089; }
  .lg_text-yellow-400 {
    color: #f6e05e; }
  .lg_hover_text-yellow-400:hover {
    color: #f6e05e; }
  .lg_focus_text-yellow-400:focus {
    color: #f6e05e; }
  .lg_text-yellow-500 {
    color: #ecc94b; }
  .lg_hover_text-yellow-500:hover {
    color: #ecc94b; }
  .lg_focus_text-yellow-500:focus {
    color: #ecc94b; }
  .lg_text-yellow-600 {
    color: #d69e2e; }
  .lg_hover_text-yellow-600:hover {
    color: #d69e2e; }
  .lg_focus_text-yellow-600:focus {
    color: #d69e2e; }
  .lg_text-yellow-700 {
    color: #b7791f; }
  .lg_hover_text-yellow-700:hover {
    color: #b7791f; }
  .lg_focus_text-yellow-700:focus {
    color: #b7791f; }
  .lg_text-yellow-800 {
    color: #975a16; }
  .lg_hover_text-yellow-800:hover {
    color: #975a16; }
  .lg_focus_text-yellow-800:focus {
    color: #975a16; }
  .lg_text-yellow-900 {
    color: #744210; }
  .lg_hover_text-yellow-900:hover {
    color: #744210; }
  .lg_focus_text-yellow-900:focus {
    color: #744210; }
  .lg_text-green-100 {
    color: #f0fff4; }
  .lg_hover_text-green-100:hover {
    color: #f0fff4; }
  .lg_focus_text-green-100:focus {
    color: #f0fff4; }
  .lg_text-green-200 {
    color: #c6f6d5; }
  .lg_hover_text-green-200:hover {
    color: #c6f6d5; }
  .lg_focus_text-green-200:focus {
    color: #c6f6d5; }
  .lg_text-green-300 {
    color: #9ae6b4; }
  .lg_hover_text-green-300:hover {
    color: #9ae6b4; }
  .lg_focus_text-green-300:focus {
    color: #9ae6b4; }
  .lg_text-green-400 {
    color: #68d391; }
  .lg_hover_text-green-400:hover {
    color: #68d391; }
  .lg_focus_text-green-400:focus {
    color: #68d391; }
  .lg_text-green-500 {
    color: #48bb78; }
  .lg_hover_text-green-500:hover {
    color: #48bb78; }
  .lg_focus_text-green-500:focus {
    color: #48bb78; }
  .lg_text-green-600 {
    color: #38a169; }
  .lg_hover_text-green-600:hover {
    color: #38a169; }
  .lg_focus_text-green-600:focus {
    color: #38a169; }
  .lg_text-green-700 {
    color: #2f855a; }
  .lg_hover_text-green-700:hover {
    color: #2f855a; }
  .lg_focus_text-green-700:focus {
    color: #2f855a; }
  .lg_text-green-800 {
    color: #276749; }
  .lg_hover_text-green-800:hover {
    color: #276749; }
  .lg_focus_text-green-800:focus {
    color: #276749; }
  .lg_text-green-900 {
    color: #22543d; }
  .lg_hover_text-green-900:hover {
    color: #22543d; }
  .lg_focus_text-green-900:focus {
    color: #22543d; }
  .lg_text-teal-100 {
    color: #e6fffa; }
  .lg_hover_text-teal-100:hover {
    color: #e6fffa; }
  .lg_focus_text-teal-100:focus {
    color: #e6fffa; }
  .lg_text-teal-200 {
    color: #b2f5ea; }
  .lg_hover_text-teal-200:hover {
    color: #b2f5ea; }
  .lg_focus_text-teal-200:focus {
    color: #b2f5ea; }
  .lg_text-teal-300 {
    color: #81e6d9; }
  .lg_hover_text-teal-300:hover {
    color: #81e6d9; }
  .lg_focus_text-teal-300:focus {
    color: #81e6d9; }
  .lg_text-teal-400 {
    color: #4fd1c5; }
  .lg_hover_text-teal-400:hover {
    color: #4fd1c5; }
  .lg_focus_text-teal-400:focus {
    color: #4fd1c5; }
  .lg_text-teal-500 {
    color: #38b2ac; }
  .lg_hover_text-teal-500:hover {
    color: #38b2ac; }
  .lg_focus_text-teal-500:focus {
    color: #38b2ac; }
  .lg_text-teal-600 {
    color: #319795; }
  .lg_hover_text-teal-600:hover {
    color: #319795; }
  .lg_focus_text-teal-600:focus {
    color: #319795; }
  .lg_text-teal-700 {
    color: #2c7a7b; }
  .lg_hover_text-teal-700:hover {
    color: #2c7a7b; }
  .lg_focus_text-teal-700:focus {
    color: #2c7a7b; }
  .lg_text-teal-800 {
    color: #285e61; }
  .lg_hover_text-teal-800:hover {
    color: #285e61; }
  .lg_focus_text-teal-800:focus {
    color: #285e61; }
  .lg_text-teal-900 {
    color: #234e52; }
  .lg_hover_text-teal-900:hover {
    color: #234e52; }
  .lg_focus_text-teal-900:focus {
    color: #234e52; }
  .lg_text-blue-100 {
    color: #ebf8ff; }
  .lg_hover_text-blue-100:hover {
    color: #ebf8ff; }
  .lg_focus_text-blue-100:focus {
    color: #ebf8ff; }
  .lg_text-blue-200 {
    color: #bee3f8; }
  .lg_hover_text-blue-200:hover {
    color: #bee3f8; }
  .lg_focus_text-blue-200:focus {
    color: #bee3f8; }
  .lg_text-blue-300 {
    color: #90cdf4; }
  .lg_hover_text-blue-300:hover {
    color: #90cdf4; }
  .lg_focus_text-blue-300:focus {
    color: #90cdf4; }
  .lg_text-blue-400 {
    color: #63b3ed; }
  .lg_hover_text-blue-400:hover {
    color: #63b3ed; }
  .lg_focus_text-blue-400:focus {
    color: #63b3ed; }
  .lg_text-blue-500 {
    color: #4299e1; }
  .lg_hover_text-blue-500:hover {
    color: #4299e1; }
  .lg_focus_text-blue-500:focus {
    color: #4299e1; }
  .lg_text-blue-600 {
    color: #3182ce; }
  .lg_hover_text-blue-600:hover {
    color: #3182ce; }
  .lg_focus_text-blue-600:focus {
    color: #3182ce; }
  .lg_text-blue-700 {
    color: #2b6cb0; }
  .lg_hover_text-blue-700:hover {
    color: #2b6cb0; }
  .lg_focus_text-blue-700:focus {
    color: #2b6cb0; }
  .lg_text-blue-800 {
    color: #2c5282; }
  .lg_hover_text-blue-800:hover {
    color: #2c5282; }
  .lg_focus_text-blue-800:focus {
    color: #2c5282; }
  .lg_text-blue-900 {
    color: #2a4365; }
  .lg_hover_text-blue-900:hover {
    color: #2a4365; }
  .lg_focus_text-blue-900:focus {
    color: #2a4365; }
  .lg_text-indigo-100 {
    color: #ebf4ff; }
  .lg_hover_text-indigo-100:hover {
    color: #ebf4ff; }
  .lg_focus_text-indigo-100:focus {
    color: #ebf4ff; }
  .lg_text-indigo-200 {
    color: #c3dafe; }
  .lg_hover_text-indigo-200:hover {
    color: #c3dafe; }
  .lg_focus_text-indigo-200:focus {
    color: #c3dafe; }
  .lg_text-indigo-300 {
    color: #a3bffa; }
  .lg_hover_text-indigo-300:hover {
    color: #a3bffa; }
  .lg_focus_text-indigo-300:focus {
    color: #a3bffa; }
  .lg_text-indigo-400 {
    color: #7f9cf5; }
  .lg_hover_text-indigo-400:hover {
    color: #7f9cf5; }
  .lg_focus_text-indigo-400:focus {
    color: #7f9cf5; }
  .lg_text-indigo-500 {
    color: #667eea; }
  .lg_hover_text-indigo-500:hover {
    color: #667eea; }
  .lg_focus_text-indigo-500:focus {
    color: #667eea; }
  .lg_text-indigo-600 {
    color: #5a67d8; }
  .lg_hover_text-indigo-600:hover {
    color: #5a67d8; }
  .lg_focus_text-indigo-600:focus {
    color: #5a67d8; }
  .lg_text-indigo-700 {
    color: #4c51bf; }
  .lg_hover_text-indigo-700:hover {
    color: #4c51bf; }
  .lg_focus_text-indigo-700:focus {
    color: #4c51bf; }
  .lg_text-indigo-800 {
    color: #434190; }
  .lg_hover_text-indigo-800:hover {
    color: #434190; }
  .lg_focus_text-indigo-800:focus {
    color: #434190; }
  .lg_text-indigo-900 {
    color: #3c366b; }
  .lg_hover_text-indigo-900:hover {
    color: #3c366b; }
  .lg_focus_text-indigo-900:focus {
    color: #3c366b; }
  .lg_text-purple-100 {
    color: #faf5ff; }
  .lg_hover_text-purple-100:hover {
    color: #faf5ff; }
  .lg_focus_text-purple-100:focus {
    color: #faf5ff; }
  .lg_text-purple-200 {
    color: #e9d8fd; }
  .lg_hover_text-purple-200:hover {
    color: #e9d8fd; }
  .lg_focus_text-purple-200:focus {
    color: #e9d8fd; }
  .lg_text-purple-300 {
    color: #d6bcfa; }
  .lg_hover_text-purple-300:hover {
    color: #d6bcfa; }
  .lg_focus_text-purple-300:focus {
    color: #d6bcfa; }
  .lg_text-purple-400 {
    color: #b794f4; }
  .lg_hover_text-purple-400:hover {
    color: #b794f4; }
  .lg_focus_text-purple-400:focus {
    color: #b794f4; }
  .lg_text-purple-500 {
    color: #9f7aea; }
  .lg_hover_text-purple-500:hover {
    color: #9f7aea; }
  .lg_focus_text-purple-500:focus {
    color: #9f7aea; }
  .lg_text-purple-600 {
    color: #805ad5; }
  .lg_hover_text-purple-600:hover {
    color: #805ad5; }
  .lg_focus_text-purple-600:focus {
    color: #805ad5; }
  .lg_text-purple-700 {
    color: #6b46c1; }
  .lg_hover_text-purple-700:hover {
    color: #6b46c1; }
  .lg_focus_text-purple-700:focus {
    color: #6b46c1; }
  .lg_text-purple-800 {
    color: #553c9a; }
  .lg_hover_text-purple-800:hover {
    color: #553c9a; }
  .lg_focus_text-purple-800:focus {
    color: #553c9a; }
  .lg_text-purple-900 {
    color: #44337a; }
  .lg_hover_text-purple-900:hover {
    color: #44337a; }
  .lg_focus_text-purple-900:focus {
    color: #44337a; }
  .lg_text-pink-100 {
    color: #fff5f7; }
  .lg_hover_text-pink-100:hover {
    color: #fff5f7; }
  .lg_focus_text-pink-100:focus {
    color: #fff5f7; }
  .lg_text-pink-200 {
    color: #fed7e2; }
  .lg_hover_text-pink-200:hover {
    color: #fed7e2; }
  .lg_focus_text-pink-200:focus {
    color: #fed7e2; }
  .lg_text-pink-300 {
    color: #fbb6ce; }
  .lg_hover_text-pink-300:hover {
    color: #fbb6ce; }
  .lg_focus_text-pink-300:focus {
    color: #fbb6ce; }
  .lg_text-pink-400 {
    color: #f687b3; }
  .lg_hover_text-pink-400:hover {
    color: #f687b3; }
  .lg_focus_text-pink-400:focus {
    color: #f687b3; }
  .lg_text-pink-500 {
    color: #ed64a6; }
  .lg_hover_text-pink-500:hover {
    color: #ed64a6; }
  .lg_focus_text-pink-500:focus {
    color: #ed64a6; }
  .lg_text-pink-600 {
    color: #d53f8c; }
  .lg_hover_text-pink-600:hover {
    color: #d53f8c; }
  .lg_focus_text-pink-600:focus {
    color: #d53f8c; }
  .lg_text-pink-700 {
    color: #b83280; }
  .lg_hover_text-pink-700:hover {
    color: #b83280; }
  .lg_focus_text-pink-700:focus {
    color: #b83280; }
  .lg_text-pink-800 {
    color: #97266d; }
  .lg_hover_text-pink-800:hover {
    color: #97266d; }
  .lg_focus_text-pink-800:focus {
    color: #97266d; }
  .lg_text-pink-900 {
    color: #702459; }
  .lg_hover_text-pink-900:hover {
    color: #702459; }
  .lg_focus_text-pink-900:focus {
    color: #702459; }
  .lg_align-baseline {
    vertical-align: baseline; }
  .lg_align-top {
    vertical-align: top; }
  .lg_align-middle {
    vertical-align: middle; }
  .lg_align-bottom {
    vertical-align: bottom; }
  .lg_align-text-top {
    vertical-align: text-top; }
  .lg_align-text-bottom {
    vertical-align: text-bottom; }
  .lg_whitespace-normal {
    white-space: normal; }
  .lg_whitespace-no-wrap {
    white-space: nowrap; }
  .lg_whitespace-pre {
    white-space: pre; }
  .lg_whitespace-pre-line {
    white-space: pre-line; }
  .lg_whitespace-pre-wrap {
    white-space: pre-wrap; }
  .lg_break-normal {
    word-break: normal;
    overflow-wrap: normal; }
  .lg_break-words {
    overflow-wrap: break-word; }
  .lg_break-all {
    word-break: normal; }
  .lg_truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .lg_bg-fixed {
    background-attachment: fixed; }
  .lg_bg-local {
    background-attachment: local; }
  .lg_bg-scroll {
    background-attachment: scroll; }
  .lg_bg-bottom {
    background-position: bottom; }
  .lg_bg-center {
    background-position: center; }
  .lg_bg-left {
    background-position: left; }
  .lg_bg-left-bottom {
    background-position: left-bottom; }
  .lg_bg-left-top {
    background-position: left-top; }
  .lg_bg-right {
    background-position: right; }
  .lg_bg-right-bottom {
    background-position: right-bottom; }
  .lg_bg-right-top {
    background-position: right-top; }
  .lg_bg-top {
    background-position: top; }
  .lg_bg-repeat {
    background-repeat: repeat; }
  .lg_bg-no-repeat {
    background-repeat: no-repeat; }
  .lg_bg-repeat-x {
    background-repeat: repeat-x; }
  .lg_bg-repeat-y {
    background-repeat: repeat-y; }
  .lg_bg-repeat-round {
    background-repeat: round; }
  .lg_bg-repeat-space {
    background-repeat: space; }
  .lg_bg-auto {
    background-size: auto; }
  .lg_bg-cover {
    background-size: cover; }
  .lg_bg-contain {
    background-size: contain; }
  .lg_bg-transparent {
    background-color: transparent; }
  .lg_hover_bg-transparent:hover {
    background-color: transparent; }
  .lg_focus_bg-transparent:focus {
    background-color: transparent; }
  .lg_bg-black {
    background-color: #000; }
  .lg_hover_bg-black:hover {
    background-color: #000; }
  .lg_focus_bg-black:focus {
    background-color: #000; }
  .lg_bg-white {
    background-color: #fff; }
  .lg_hover_bg-white:hover {
    background-color: #fff; }
  .lg_focus_bg-white:focus {
    background-color: #fff; }
  .lg_bg-gray-100 {
    background-color: #f7fafc; }
  .lg_hover_bg-gray-100:hover {
    background-color: #f7fafc; }
  .lg_focus_bg-gray-100:focus {
    background-color: #f7fafc; }
  .lg_bg-gray-200 {
    background-color: #edf2f7; }
  .lg_hover_bg-gray-200:hover {
    background-color: #edf2f7; }
  .lg_focus_bg-gray-200:focus {
    background-color: #edf2f7; }
  .lg_bg-gray-300 {
    background-color: #e2e8f0; }
  .lg_hover_bg-gray-300:hover {
    background-color: #e2e8f0; }
  .lg_focus_bg-gray-300:focus {
    background-color: #e2e8f0; }
  .lg_bg-gray-400 {
    background-color: #cbd5e0; }
  .lg_hover_bg-gray-400:hover {
    background-color: #cbd5e0; }
  .lg_focus_bg-gray-400:focus {
    background-color: #cbd5e0; }
  .lg_bg-gray-500 {
    background-color: #a0aec0; }
  .lg_hover_bg-gray-500:hover {
    background-color: #a0aec0; }
  .lg_focus_bg-gray-500:focus {
    background-color: #a0aec0; }
  .lg_bg-gray-600 {
    background-color: #718096; }
  .lg_hover_bg-gray-600:hover {
    background-color: #718096; }
  .lg_focus_bg-gray-600:focus {
    background-color: #718096; }
  .lg_bg-gray-700 {
    background-color: #4a5568; }
  .lg_hover_bg-gray-700:hover {
    background-color: #4a5568; }
  .lg_focus_bg-gray-700:focus {
    background-color: #4a5568; }
  .lg_bg-gray-800 {
    background-color: #2d3748; }
  .lg_hover_bg-gray-800:hover {
    background-color: #2d3748; }
  .lg_focus_bg-gray-800:focus {
    background-color: #2d3748; }
  .lg_bg-gray-900 {
    background-color: #1a202c; }
  .lg_hover_bg-gray-900:hover {
    background-color: #1a202c; }
  .lg_focus_bg-gray-900:focus {
    background-color: #1a202c; }
  .lg_bg-red-100 {
    background-color: #fff5f5; }
  .lg_hover_bg-red-100:hover {
    background-color: #fff5f5; }
  .lg_focus_bg-red-100:focus {
    background-color: #fff5f5; }
  .lg_bg-red-200 {
    background-color: #fed7d7; }
  .lg_hover_bg-red-200:hover {
    background-color: #fed7d7; }
  .lg_focus_bg-red-200:focus {
    background-color: #fed7d7; }
  .lg_bg-red-300 {
    background-color: #feb2b2; }
  .lg_hover_bg-red-300:hover {
    background-color: #feb2b2; }
  .lg_focus_bg-red-300:focus {
    background-color: #feb2b2; }
  .lg_bg-red-400 {
    background-color: #fc8181; }
  .lg_hover_bg-red-400:hover {
    background-color: #fc8181; }
  .lg_focus_bg-red-400:focus {
    background-color: #fc8181; }
  .lg_bg-red-500 {
    background-color: #f56565; }
  .lg_hover_bg-red-500:hover {
    background-color: #f56565; }
  .lg_focus_bg-red-500:focus {
    background-color: #f56565; }
  .lg_bg-red-600 {
    background-color: #e53e3e; }
  .lg_hover_bg-red-600:hover {
    background-color: #e53e3e; }
  .lg_focus_bg-red-600:focus {
    background-color: #e53e3e; }
  .lg_bg-red-700 {
    background-color: #c53030; }
  .lg_hover_bg-red-700:hover {
    background-color: #c53030; }
  .lg_focus_bg-red-700:focus {
    background-color: #c53030; }
  .lg_bg-red-800 {
    background-color: #9b2c2c; }
  .lg_hover_bg-red-800:hover {
    background-color: #9b2c2c; }
  .lg_focus_bg-red-800:focus {
    background-color: #9b2c2c; }
  .lg_bg-red-900 {
    background-color: #742a2a; }
  .lg_hover_bg-red-900:hover {
    background-color: #742a2a; }
  .lg_focus_bg-red-900:focus {
    background-color: #742a2a; }
  .lg_bg-orange-100 {
    background-color: #fffaf0; }
  .lg_hover_bg-orange-100:hover {
    background-color: #fffaf0; }
  .lg_focus_bg-orange-100:focus {
    background-color: #fffaf0; }
  .lg_bg-orange-200 {
    background-color: #feebc8; }
  .lg_hover_bg-orange-200:hover {
    background-color: #feebc8; }
  .lg_focus_bg-orange-200:focus {
    background-color: #feebc8; }
  .lg_bg-orange-300 {
    background-color: #fbd38d; }
  .lg_hover_bg-orange-300:hover {
    background-color: #fbd38d; }
  .lg_focus_bg-orange-300:focus {
    background-color: #fbd38d; }
  .lg_bg-orange-400 {
    background-color: #f6ad55; }
  .lg_hover_bg-orange-400:hover {
    background-color: #f6ad55; }
  .lg_focus_bg-orange-400:focus {
    background-color: #f6ad55; }
  .lg_bg-orange-500 {
    background-color: #ed8936; }
  .lg_hover_bg-orange-500:hover {
    background-color: #ed8936; }
  .lg_focus_bg-orange-500:focus {
    background-color: #ed8936; }
  .lg_bg-orange-600 {
    background-color: #dd6b20; }
  .lg_hover_bg-orange-600:hover {
    background-color: #dd6b20; }
  .lg_focus_bg-orange-600:focus {
    background-color: #dd6b20; }
  .lg_bg-orange-700 {
    background-color: #c05621; }
  .lg_hover_bg-orange-700:hover {
    background-color: #c05621; }
  .lg_focus_bg-orange-700:focus {
    background-color: #c05621; }
  .lg_bg-orange-800 {
    background-color: #9c4221; }
  .lg_hover_bg-orange-800:hover {
    background-color: #9c4221; }
  .lg_focus_bg-orange-800:focus {
    background-color: #9c4221; }
  .lg_bg-orange-900 {
    background-color: #7b341e; }
  .lg_hover_bg-orange-900:hover {
    background-color: #7b341e; }
  .lg_focus_bg-orange-900:focus {
    background-color: #7b341e; }
  .lg_bg-yellow-100 {
    background-color: #fffff0; }
  .lg_hover_bg-yellow-100:hover {
    background-color: #fffff0; }
  .lg_focus_bg-yellow-100:focus {
    background-color: #fffff0; }
  .lg_bg-yellow-200 {
    background-color: #fefcbf; }
  .lg_hover_bg-yellow-200:hover {
    background-color: #fefcbf; }
  .lg_focus_bg-yellow-200:focus {
    background-color: #fefcbf; }
  .lg_bg-yellow-300 {
    background-color: #faf089; }
  .lg_hover_bg-yellow-300:hover {
    background-color: #faf089; }
  .lg_focus_bg-yellow-300:focus {
    background-color: #faf089; }
  .lg_bg-yellow-400 {
    background-color: #f6e05e; }
  .lg_hover_bg-yellow-400:hover {
    background-color: #f6e05e; }
  .lg_focus_bg-yellow-400:focus {
    background-color: #f6e05e; }
  .lg_bg-yellow-500 {
    background-color: #ecc94b; }
  .lg_hover_bg-yellow-500:hover {
    background-color: #ecc94b; }
  .lg_focus_bg-yellow-500:focus {
    background-color: #ecc94b; }
  .lg_bg-yellow-600 {
    background-color: #d69e2e; }
  .lg_hover_bg-yellow-600:hover {
    background-color: #d69e2e; }
  .lg_focus_bg-yellow-600:focus {
    background-color: #d69e2e; }
  .lg_bg-yellow-700 {
    background-color: #b7791f; }
  .lg_hover_bg-yellow-700:hover {
    background-color: #b7791f; }
  .lg_focus_bg-yellow-700:focus {
    background-color: #b7791f; }
  .lg_bg-yellow-800 {
    background-color: #975a16; }
  .lg_hover_bg-yellow-800:hover {
    background-color: #975a16; }
  .lg_focus_bg-yellow-800:focus {
    background-color: #975a16; }
  .lg_bg-yellow-900 {
    background-color: #744210; }
  .lg_hover_bg-yellow-900:hover {
    background-color: #744210; }
  .lg_focus_bg-yellow-900:focus {
    background-color: #744210; }
  .lg_bg-green-100 {
    background-color: #f0fff4; }
  .lg_hover_bg-green-100:hover {
    background-color: #f0fff4; }
  .lg_focus_bg-green-100:focus {
    background-color: #f0fff4; }
  .lg_bg-green-200 {
    background-color: #c6f6d5; }
  .lg_hover_bg-green-200:hover {
    background-color: #c6f6d5; }
  .lg_focus_bg-green-200:focus {
    background-color: #c6f6d5; }
  .lg_bg-green-300 {
    background-color: #9ae6b4; }
  .lg_hover_bg-green-300:hover {
    background-color: #9ae6b4; }
  .lg_focus_bg-green-300:focus {
    background-color: #9ae6b4; }
  .lg_bg-green-400 {
    background-color: #68d391; }
  .lg_hover_bg-green-400:hover {
    background-color: #68d391; }
  .lg_focus_bg-green-400:focus {
    background-color: #68d391; }
  .lg_bg-green-500 {
    background-color: #48bb78; }
  .lg_hover_bg-green-500:hover {
    background-color: #48bb78; }
  .lg_focus_bg-green-500:focus {
    background-color: #48bb78; }
  .lg_bg-green-600 {
    background-color: #38a169; }
  .lg_hover_bg-green-600:hover {
    background-color: #38a169; }
  .lg_focus_bg-green-600:focus {
    background-color: #38a169; }
  .lg_bg-green-700 {
    background-color: #2f855a; }
  .lg_hover_bg-green-700:hover {
    background-color: #2f855a; }
  .lg_focus_bg-green-700:focus {
    background-color: #2f855a; }
  .lg_bg-green-800 {
    background-color: #276749; }
  .lg_hover_bg-green-800:hover {
    background-color: #276749; }
  .lg_focus_bg-green-800:focus {
    background-color: #276749; }
  .lg_bg-green-900 {
    background-color: #22543d; }
  .lg_hover_bg-green-900:hover {
    background-color: #22543d; }
  .lg_focus_bg-green-900:focus {
    background-color: #22543d; }
  .lg_bg-teal-100 {
    background-color: #e6fffa; }
  .lg_hover_bg-teal-100:hover {
    background-color: #e6fffa; }
  .lg_focus_bg-teal-100:focus {
    background-color: #e6fffa; }
  .lg_bg-teal-200 {
    background-color: #b2f5ea; }
  .lg_hover_bg-teal-200:hover {
    background-color: #b2f5ea; }
  .lg_focus_bg-teal-200:focus {
    background-color: #b2f5ea; }
  .lg_bg-teal-300 {
    background-color: #81e6d9; }
  .lg_hover_bg-teal-300:hover {
    background-color: #81e6d9; }
  .lg_focus_bg-teal-300:focus {
    background-color: #81e6d9; }
  .lg_bg-teal-400 {
    background-color: #4fd1c5; }
  .lg_hover_bg-teal-400:hover {
    background-color: #4fd1c5; }
  .lg_focus_bg-teal-400:focus {
    background-color: #4fd1c5; }
  .lg_bg-teal-500 {
    background-color: #38b2ac; }
  .lg_hover_bg-teal-500:hover {
    background-color: #38b2ac; }
  .lg_focus_bg-teal-500:focus {
    background-color: #38b2ac; }
  .lg_bg-teal-600 {
    background-color: #319795; }
  .lg_hover_bg-teal-600:hover {
    background-color: #319795; }
  .lg_focus_bg-teal-600:focus {
    background-color: #319795; }
  .lg_bg-teal-700 {
    background-color: #2c7a7b; }
  .lg_hover_bg-teal-700:hover {
    background-color: #2c7a7b; }
  .lg_focus_bg-teal-700:focus {
    background-color: #2c7a7b; }
  .lg_bg-teal-800 {
    background-color: #285e61; }
  .lg_hover_bg-teal-800:hover {
    background-color: #285e61; }
  .lg_focus_bg-teal-800:focus {
    background-color: #285e61; }
  .lg_bg-teal-900 {
    background-color: #234e52; }
  .lg_hover_bg-teal-900:hover {
    background-color: #234e52; }
  .lg_focus_bg-teal-900:focus {
    background-color: #234e52; }
  .lg_bg-blue-100 {
    background-color: #ebf8ff; }
  .lg_hover_bg-blue-100:hover {
    background-color: #ebf8ff; }
  .lg_focus_bg-blue-100:focus {
    background-color: #ebf8ff; }
  .lg_bg-blue-200 {
    background-color: #bee3f8; }
  .lg_hover_bg-blue-200:hover {
    background-color: #bee3f8; }
  .lg_focus_bg-blue-200:focus {
    background-color: #bee3f8; }
  .lg_bg-blue-300 {
    background-color: #90cdf4; }
  .lg_hover_bg-blue-300:hover {
    background-color: #90cdf4; }
  .lg_focus_bg-blue-300:focus {
    background-color: #90cdf4; }
  .lg_bg-blue-400 {
    background-color: #63b3ed; }
  .lg_hover_bg-blue-400:hover {
    background-color: #63b3ed; }
  .lg_focus_bg-blue-400:focus {
    background-color: #63b3ed; }
  .lg_bg-blue-500 {
    background-color: #4299e1; }
  .lg_hover_bg-blue-500:hover {
    background-color: #4299e1; }
  .lg_focus_bg-blue-500:focus {
    background-color: #4299e1; }
  .lg_bg-blue-600 {
    background-color: #3182ce; }
  .lg_hover_bg-blue-600:hover {
    background-color: #3182ce; }
  .lg_focus_bg-blue-600:focus {
    background-color: #3182ce; }
  .lg_bg-blue-700 {
    background-color: #2b6cb0; }
  .lg_hover_bg-blue-700:hover {
    background-color: #2b6cb0; }
  .lg_focus_bg-blue-700:focus {
    background-color: #2b6cb0; }
  .lg_bg-blue-800 {
    background-color: #2c5282; }
  .lg_hover_bg-blue-800:hover {
    background-color: #2c5282; }
  .lg_focus_bg-blue-800:focus {
    background-color: #2c5282; }
  .lg_bg-blue-900 {
    background-color: #2a4365; }
  .lg_hover_bg-blue-900:hover {
    background-color: #2a4365; }
  .lg_focus_bg-blue-900:focus {
    background-color: #2a4365; }
  .lg_bg-indigo-100 {
    background-color: #ebf4ff; }
  .lg_hover_bg-indigo-100:hover {
    background-color: #ebf4ff; }
  .lg_focus_bg-indigo-100:focus {
    background-color: #ebf4ff; }
  .lg_bg-indigo-200 {
    background-color: #c3dafe; }
  .lg_hover_bg-indigo-200:hover {
    background-color: #c3dafe; }
  .lg_focus_bg-indigo-200:focus {
    background-color: #c3dafe; }
  .lg_bg-indigo-300 {
    background-color: #a3bffa; }
  .lg_hover_bg-indigo-300:hover {
    background-color: #a3bffa; }
  .lg_focus_bg-indigo-300:focus {
    background-color: #a3bffa; }
  .lg_bg-indigo-400 {
    background-color: #7f9cf5; }
  .lg_hover_bg-indigo-400:hover {
    background-color: #7f9cf5; }
  .lg_focus_bg-indigo-400:focus {
    background-color: #7f9cf5; }
  .lg_bg-indigo-500 {
    background-color: #667eea; }
  .lg_hover_bg-indigo-500:hover {
    background-color: #667eea; }
  .lg_focus_bg-indigo-500:focus {
    background-color: #667eea; }
  .lg_bg-indigo-600 {
    background-color: #5a67d8; }
  .lg_hover_bg-indigo-600:hover {
    background-color: #5a67d8; }
  .lg_focus_bg-indigo-600:focus {
    background-color: #5a67d8; }
  .lg_bg-indigo-700 {
    background-color: #4c51bf; }
  .lg_hover_bg-indigo-700:hover {
    background-color: #4c51bf; }
  .lg_focus_bg-indigo-700:focus {
    background-color: #4c51bf; }
  .lg_bg-indigo-800 {
    background-color: #434190; }
  .lg_hover_bg-indigo-800:hover {
    background-color: #434190; }
  .lg_focus_bg-indigo-800:focus {
    background-color: #434190; }
  .lg_bg-indigo-900 {
    background-color: #3c366b; }
  .lg_hover_bg-indigo-900:hover {
    background-color: #3c366b; }
  .lg_focus_bg-indigo-900:focus {
    background-color: #3c366b; }
  .lg_bg-purple-100 {
    background-color: #faf5ff; }
  .lg_hover_bg-purple-100:hover {
    background-color: #faf5ff; }
  .lg_focus_bg-purple-100:focus {
    background-color: #faf5ff; }
  .lg_bg-purple-200 {
    background-color: #e9d8fd; }
  .lg_hover_bg-purple-200:hover {
    background-color: #e9d8fd; }
  .lg_focus_bg-purple-200:focus {
    background-color: #e9d8fd; }
  .lg_bg-purple-300 {
    background-color: #d6bcfa; }
  .lg_hover_bg-purple-300:hover {
    background-color: #d6bcfa; }
  .lg_focus_bg-purple-300:focus {
    background-color: #d6bcfa; }
  .lg_bg-purple-400 {
    background-color: #b794f4; }
  .lg_hover_bg-purple-400:hover {
    background-color: #b794f4; }
  .lg_focus_bg-purple-400:focus {
    background-color: #b794f4; }
  .lg_bg-purple-500 {
    background-color: #9f7aea; }
  .lg_hover_bg-purple-500:hover {
    background-color: #9f7aea; }
  .lg_focus_bg-purple-500:focus {
    background-color: #9f7aea; }
  .lg_bg-purple-600 {
    background-color: #805ad5; }
  .lg_hover_bg-purple-600:hover {
    background-color: #805ad5; }
  .lg_focus_bg-purple-600:focus {
    background-color: #805ad5; }
  .lg_bg-purple-700 {
    background-color: #6b46c1; }
  .lg_hover_bg-purple-700:hover {
    background-color: #6b46c1; }
  .lg_focus_bg-purple-700:focus {
    background-color: #6b46c1; }
  .lg_bg-purple-800 {
    background-color: #553c9a; }
  .lg_hover_bg-purple-800:hover {
    background-color: #553c9a; }
  .lg_focus_bg-purple-800:focus {
    background-color: #553c9a; }
  .lg_bg-purple-900 {
    background-color: #44337a; }
  .lg_hover_bg-purple-900:hover {
    background-color: #44337a; }
  .lg_focus_bg-purple-900:focus {
    background-color: #44337a; }
  .lg_bg-pink-100 {
    background-color: #fff5f7; }
  .lg_hover_bg-pink-100:hover {
    background-color: #fff5f7; }
  .lg_focus_bg-pink-100:focus {
    background-color: #fff5f7; }
  .lg_bg-pink-200 {
    background-color: #fed7e2; }
  .lg_hover_bg-pink-200:hover {
    background-color: #fed7e2; }
  .lg_focus_bg-pink-200:focus {
    background-color: #fed7e2; }
  .lg_bg-pink-300 {
    background-color: #fbb6ce; }
  .lg_hover_bg-pink-300:hover {
    background-color: #fbb6ce; }
  .lg_focus_bg-pink-300:focus {
    background-color: #fbb6ce; }
  .lg_bg-pink-400 {
    background-color: #f687b3; }
  .lg_hover_bg-pink-400:hover {
    background-color: #f687b3; }
  .lg_focus_bg-pink-400:focus {
    background-color: #f687b3; }
  .lg_bg-pink-500 {
    background-color: #ed64a6; }
  .lg_hover_bg-pink-500:hover {
    background-color: #ed64a6; }
  .lg_focus_bg-pink-500:focus {
    background-color: #ed64a6; }
  .lg_bg-pink-600 {
    background-color: #d53f8c; }
  .lg_hover_bg-pink-600:hover {
    background-color: #d53f8c; }
  .lg_focus_bg-pink-600:focus {
    background-color: #d53f8c; }
  .lg_bg-pink-700 {
    background-color: #b83280; }
  .lg_hover_bg-pink-700:hover {
    background-color: #b83280; }
  .lg_focus_bg-pink-700:focus {
    background-color: #b83280; }
  .lg_bg-pink-800 {
    background-color: #97266d; }
  .lg_hover_bg-pink-800:hover {
    background-color: #97266d; }
  .lg_focus_bg-pink-800:focus {
    background-color: #97266d; }
  .lg_bg-pink-900 {
    background-color: #702459; }
  .lg_hover_bg-pink-900:hover {
    background-color: #702459; }
  .lg_focus_bg-pink-900:focus {
    background-color: #702459; }
  .lg_border-solid {
    border-style: solid; }
  .lg_border-dashed {
    border-style: dashed; }
  .lg_border-dotted {
    border-style: dotted; }
  .lg_border-none {
    border-style: none; }
  .lg_border {
    border-width: 1px; }
  .lg_border-0 {
    border-width: 0; }
  .lg_border-2 {
    border-width: 2px; }
  .lg_border-4 {
    border-width: 4px; }
  .lg_border-8 {
    border-width: 8px; }
  .lg_border-t {
    border-top-width: 1px; }
  .lg_border-t-0 {
    border-top-width: 0; }
  .lg_border-t-2 {
    border-top-width: 2px; }
  .lg_border-t-4 {
    border-top-width: 4px; }
  .lg_border-t-8 {
    border-top-width: 8px; }
  .lg_border-r {
    border-right-width: 1px; }
  .lg_border-r-0 {
    border-right-width: 0; }
  .lg_border-r-2 {
    border-right-width: 2px; }
  .lg_border-r-4 {
    border-right-width: 4px; }
  .lg_border-r-8 {
    border-right-width: 8px; }
  .lg_border-b {
    border-bottom-width: 1px; }
  .lg_border-b-0 {
    border-bottom-width: 0; }
  .lg_border-b-2 {
    border-bottom-width: 2px; }
  .lg_border-b-4 {
    border-bottom-width: 4px; }
  .lg_border-b-8 {
    border-bottom-width: 8px; }
  .lg_border-l {
    border-left-width: 1px; }
  .lg_border-l-0 {
    border-left-width: 0; }
  .lg_border-l-2 {
    border-left-width: 2px; }
  .lg_border-l-4 {
    border-left-width: 4px; }
  .lg_border-l-8 {
    border-left-width: 8px; }
  .lg_rounded {
    border-radius: 0.25rem; }
  .lg_rounded-none {
    border-radius: 0; }
  .lg_rounded-sm {
    border-radius: 0.125rem; }
  .lg_rounded-lg {
    border-radius: 0.5rem; }
  .lg_rounded-full {
    border-radius: 9999px; }
  .lg_rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .lg_rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .lg_rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem; }
  .lg_rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
  .lg_rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px; }
  .lg_rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .lg_rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .lg_rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem; }
  .lg_rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
  .lg_rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px; }
  .lg_rounded-b {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .lg_rounded-b-none {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .lg_rounded-b-sm {
    border-bottom-left-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem; }
  .lg_rounded-b-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
  .lg_rounded-b-full {
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px; }
  .lg_rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .lg_rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .lg_rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem; }
  .lg_rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; }
  .lg_rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px; }
  .lg_rounded-tl {
    border-top-left-radius: 0.25rem; }
  .lg_rounded-tl-none {
    border-top-left-radius: 0; }
  .lg_rounded-tl-sm {
    border-top-left-radius: 0.125rem; }
  .lg_rounded-tl-lg {
    border-top-left-radius: 0.5rem; }
  .lg_rounded-tl-full {
    border-top-left-radius: 9999px; }
  .lg_rounded-tr {
    border-top-right-radius: 0.25rem; }
  .lg_rounded-tr-none {
    border-top-right-radius: 0; }
  .lg_rounded-tr-sm {
    border-top-right-radius: 0.125rem; }
  .lg_rounded-tr-lg {
    border-top-right-radius: 0.5rem; }
  .lg_rounded-tr-full {
    border-top-right-radius: 9999px; }
  .lg_rounded-bl {
    border-bottom-left-radius: 0.25rem; }
  .lg_rounded-bl-none {
    border-bottom-left-radius: 0; }
  .lg_rounded-bl-sm {
    border-bottom-left-radius: 0.125rem; }
  .lg_rounded-bl-lg {
    border-bottom-left-radius: 0.5rem; }
  .lg_rounded-bl-full {
    border-bottom-left-radius: 9999px; }
  .lg_rounded-br {
    border-bottom-right-radius: 0.25rem; }
  .lg_rounded-br-none {
    border-bottom-right-radius: 0; }
  .lg_rounded-br-sm {
    border-bottom-right-radius: 0.125rem; }
  .lg_rounded-br-lg {
    border-bottom-right-radius: 0.5rem; }
  .lg_rounded-br-full {
    border-bottom-right-radius: 9999px; }
  .lg_border-transparent {
    border-color: transparent; }
  .lg_hover_border-transparent:hover {
    border-color: transparent; }
  .lg_focus_border-transparent:focus {
    border-color: transparent; }
  .lg_border-black {
    border-color: #000; }
  .lg_hover_border-black:hover {
    border-color: #000; }
  .lg_focus_border-black:focus {
    border-color: #000; }
  .lg_border-white {
    border-color: #fff; }
  .lg_hover_border-white:hover {
    border-color: #fff; }
  .lg_focus_border-white:focus {
    border-color: #fff; }
  .lg_border-gray-100 {
    border-color: #f7fafc; }
  .lg_hover_border-gray-100:hover {
    border-color: #f7fafc; }
  .lg_focus_border-gray-100:focus {
    border-color: #f7fafc; }
  .lg_border-gray-200 {
    border-color: #edf2f7; }
  .lg_hover_border-gray-200:hover {
    border-color: #edf2f7; }
  .lg_focus_border-gray-200:focus {
    border-color: #edf2f7; }
  .lg_border-gray-300 {
    border-color: #e2e8f0; }
  .lg_hover_border-gray-300:hover {
    border-color: #e2e8f0; }
  .lg_focus_border-gray-300:focus {
    border-color: #e2e8f0; }
  .lg_border-gray-400 {
    border-color: #cbd5e0; }
  .lg_hover_border-gray-400:hover {
    border-color: #cbd5e0; }
  .lg_focus_border-gray-400:focus {
    border-color: #cbd5e0; }
  .lg_border-gray-500 {
    border-color: #a0aec0; }
  .lg_hover_border-gray-500:hover {
    border-color: #a0aec0; }
  .lg_focus_border-gray-500:focus {
    border-color: #a0aec0; }
  .lg_border-gray-600 {
    border-color: #718096; }
  .lg_hover_border-gray-600:hover {
    border-color: #718096; }
  .lg_focus_border-gray-600:focus {
    border-color: #718096; }
  .lg_border-gray-700 {
    border-color: #4a5568; }
  .lg_hover_border-gray-700:hover {
    border-color: #4a5568; }
  .lg_focus_border-gray-700:focus {
    border-color: #4a5568; }
  .lg_border-gray-800 {
    border-color: #2d3748; }
  .lg_hover_border-gray-800:hover {
    border-color: #2d3748; }
  .lg_focus_border-gray-800:focus {
    border-color: #2d3748; }
  .lg_border-gray-900 {
    border-color: #1a202c; }
  .lg_hover_border-gray-900:hover {
    border-color: #1a202c; }
  .lg_focus_border-gray-900:focus {
    border-color: #1a202c; }
  .lg_border-red-100 {
    border-color: #fff5f5; }
  .lg_hover_border-red-100:hover {
    border-color: #fff5f5; }
  .lg_focus_border-red-100:focus {
    border-color: #fff5f5; }
  .lg_border-red-200 {
    border-color: #fed7d7; }
  .lg_hover_border-red-200:hover {
    border-color: #fed7d7; }
  .lg_focus_border-red-200:focus {
    border-color: #fed7d7; }
  .lg_border-red-300 {
    border-color: #feb2b2; }
  .lg_hover_border-red-300:hover {
    border-color: #feb2b2; }
  .lg_focus_border-red-300:focus {
    border-color: #feb2b2; }
  .lg_border-red-400 {
    border-color: #fc8181; }
  .lg_hover_border-red-400:hover {
    border-color: #fc8181; }
  .lg_focus_border-red-400:focus {
    border-color: #fc8181; }
  .lg_border-red-500 {
    border-color: #f56565; }
  .lg_hover_border-red-500:hover {
    border-color: #f56565; }
  .lg_focus_border-red-500:focus {
    border-color: #f56565; }
  .lg_border-red-600 {
    border-color: #e53e3e; }
  .lg_hover_border-red-600:hover {
    border-color: #e53e3e; }
  .lg_focus_border-red-600:focus {
    border-color: #e53e3e; }
  .lg_border-red-700 {
    border-color: #c53030; }
  .lg_hover_border-red-700:hover {
    border-color: #c53030; }
  .lg_focus_border-red-700:focus {
    border-color: #c53030; }
  .lg_border-red-800 {
    border-color: #9b2c2c; }
  .lg_hover_border-red-800:hover {
    border-color: #9b2c2c; }
  .lg_focus_border-red-800:focus {
    border-color: #9b2c2c; }
  .lg_border-red-900 {
    border-color: #742a2a; }
  .lg_hover_border-red-900:hover {
    border-color: #742a2a; }
  .lg_focus_border-red-900:focus {
    border-color: #742a2a; }
  .lg_border-orange-100 {
    border-color: #fffaf0; }
  .lg_hover_border-orange-100:hover {
    border-color: #fffaf0; }
  .lg_focus_border-orange-100:focus {
    border-color: #fffaf0; }
  .lg_border-orange-200 {
    border-color: #feebc8; }
  .lg_hover_border-orange-200:hover {
    border-color: #feebc8; }
  .lg_focus_border-orange-200:focus {
    border-color: #feebc8; }
  .lg_border-orange-300 {
    border-color: #fbd38d; }
  .lg_hover_border-orange-300:hover {
    border-color: #fbd38d; }
  .lg_focus_border-orange-300:focus {
    border-color: #fbd38d; }
  .lg_border-orange-400 {
    border-color: #f6ad55; }
  .lg_hover_border-orange-400:hover {
    border-color: #f6ad55; }
  .lg_focus_border-orange-400:focus {
    border-color: #f6ad55; }
  .lg_border-orange-500 {
    border-color: #ed8936; }
  .lg_hover_border-orange-500:hover {
    border-color: #ed8936; }
  .lg_focus_border-orange-500:focus {
    border-color: #ed8936; }
  .lg_border-orange-600 {
    border-color: #dd6b20; }
  .lg_hover_border-orange-600:hover {
    border-color: #dd6b20; }
  .lg_focus_border-orange-600:focus {
    border-color: #dd6b20; }
  .lg_border-orange-700 {
    border-color: #c05621; }
  .lg_hover_border-orange-700:hover {
    border-color: #c05621; }
  .lg_focus_border-orange-700:focus {
    border-color: #c05621; }
  .lg_border-orange-800 {
    border-color: #9c4221; }
  .lg_hover_border-orange-800:hover {
    border-color: #9c4221; }
  .lg_focus_border-orange-800:focus {
    border-color: #9c4221; }
  .lg_border-orange-900 {
    border-color: #7b341e; }
  .lg_hover_border-orange-900:hover {
    border-color: #7b341e; }
  .lg_focus_border-orange-900:focus {
    border-color: #7b341e; }
  .lg_border-yellow-100 {
    border-color: #fffff0; }
  .lg_hover_border-yellow-100:hover {
    border-color: #fffff0; }
  .lg_focus_border-yellow-100:focus {
    border-color: #fffff0; }
  .lg_border-yellow-200 {
    border-color: #fefcbf; }
  .lg_hover_border-yellow-200:hover {
    border-color: #fefcbf; }
  .lg_focus_border-yellow-200:focus {
    border-color: #fefcbf; }
  .lg_border-yellow-300 {
    border-color: #faf089; }
  .lg_hover_border-yellow-300:hover {
    border-color: #faf089; }
  .lg_focus_border-yellow-300:focus {
    border-color: #faf089; }
  .lg_border-yellow-400 {
    border-color: #f6e05e; }
  .lg_hover_border-yellow-400:hover {
    border-color: #f6e05e; }
  .lg_focus_border-yellow-400:focus {
    border-color: #f6e05e; }
  .lg_border-yellow-500 {
    border-color: #ecc94b; }
  .lg_hover_border-yellow-500:hover {
    border-color: #ecc94b; }
  .lg_focus_border-yellow-500:focus {
    border-color: #ecc94b; }
  .lg_border-yellow-600 {
    border-color: #d69e2e; }
  .lg_hover_border-yellow-600:hover {
    border-color: #d69e2e; }
  .lg_focus_border-yellow-600:focus {
    border-color: #d69e2e; }
  .lg_border-yellow-700 {
    border-color: #b7791f; }
  .lg_hover_border-yellow-700:hover {
    border-color: #b7791f; }
  .lg_focus_border-yellow-700:focus {
    border-color: #b7791f; }
  .lg_border-yellow-800 {
    border-color: #975a16; }
  .lg_hover_border-yellow-800:hover {
    border-color: #975a16; }
  .lg_focus_border-yellow-800:focus {
    border-color: #975a16; }
  .lg_border-yellow-900 {
    border-color: #744210; }
  .lg_hover_border-yellow-900:hover {
    border-color: #744210; }
  .lg_focus_border-yellow-900:focus {
    border-color: #744210; }
  .lg_border-green-100 {
    border-color: #f0fff4; }
  .lg_hover_border-green-100:hover {
    border-color: #f0fff4; }
  .lg_focus_border-green-100:focus {
    border-color: #f0fff4; }
  .lg_border-green-200 {
    border-color: #c6f6d5; }
  .lg_hover_border-green-200:hover {
    border-color: #c6f6d5; }
  .lg_focus_border-green-200:focus {
    border-color: #c6f6d5; }
  .lg_border-green-300 {
    border-color: #9ae6b4; }
  .lg_hover_border-green-300:hover {
    border-color: #9ae6b4; }
  .lg_focus_border-green-300:focus {
    border-color: #9ae6b4; }
  .lg_border-green-400 {
    border-color: #68d391; }
  .lg_hover_border-green-400:hover {
    border-color: #68d391; }
  .lg_focus_border-green-400:focus {
    border-color: #68d391; }
  .lg_border-green-500 {
    border-color: #48bb78; }
  .lg_hover_border-green-500:hover {
    border-color: #48bb78; }
  .lg_focus_border-green-500:focus {
    border-color: #48bb78; }
  .lg_border-green-600 {
    border-color: #38a169; }
  .lg_hover_border-green-600:hover {
    border-color: #38a169; }
  .lg_focus_border-green-600:focus {
    border-color: #38a169; }
  .lg_border-green-700 {
    border-color: #2f855a; }
  .lg_hover_border-green-700:hover {
    border-color: #2f855a; }
  .lg_focus_border-green-700:focus {
    border-color: #2f855a; }
  .lg_border-green-800 {
    border-color: #276749; }
  .lg_hover_border-green-800:hover {
    border-color: #276749; }
  .lg_focus_border-green-800:focus {
    border-color: #276749; }
  .lg_border-green-900 {
    border-color: #22543d; }
  .lg_hover_border-green-900:hover {
    border-color: #22543d; }
  .lg_focus_border-green-900:focus {
    border-color: #22543d; }
  .lg_border-teal-100 {
    border-color: #e6fffa; }
  .lg_hover_border-teal-100:hover {
    border-color: #e6fffa; }
  .lg_focus_border-teal-100:focus {
    border-color: #e6fffa; }
  .lg_border-teal-200 {
    border-color: #b2f5ea; }
  .lg_hover_border-teal-200:hover {
    border-color: #b2f5ea; }
  .lg_focus_border-teal-200:focus {
    border-color: #b2f5ea; }
  .lg_border-teal-300 {
    border-color: #81e6d9; }
  .lg_hover_border-teal-300:hover {
    border-color: #81e6d9; }
  .lg_focus_border-teal-300:focus {
    border-color: #81e6d9; }
  .lg_border-teal-400 {
    border-color: #4fd1c5; }
  .lg_hover_border-teal-400:hover {
    border-color: #4fd1c5; }
  .lg_focus_border-teal-400:focus {
    border-color: #4fd1c5; }
  .lg_border-teal-500 {
    border-color: #38b2ac; }
  .lg_hover_border-teal-500:hover {
    border-color: #38b2ac; }
  .lg_focus_border-teal-500:focus {
    border-color: #38b2ac; }
  .lg_border-teal-600 {
    border-color: #319795; }
  .lg_hover_border-teal-600:hover {
    border-color: #319795; }
  .lg_focus_border-teal-600:focus {
    border-color: #319795; }
  .lg_border-teal-700 {
    border-color: #2c7a7b; }
  .lg_hover_border-teal-700:hover {
    border-color: #2c7a7b; }
  .lg_focus_border-teal-700:focus {
    border-color: #2c7a7b; }
  .lg_border-teal-800 {
    border-color: #285e61; }
  .lg_hover_border-teal-800:hover {
    border-color: #285e61; }
  .lg_focus_border-teal-800:focus {
    border-color: #285e61; }
  .lg_border-teal-900 {
    border-color: #234e52; }
  .lg_hover_border-teal-900:hover {
    border-color: #234e52; }
  .lg_focus_border-teal-900:focus {
    border-color: #234e52; }
  .lg_border-blue-100 {
    border-color: #ebf8ff; }
  .lg_hover_border-blue-100:hover {
    border-color: #ebf8ff; }
  .lg_focus_border-blue-100:focus {
    border-color: #ebf8ff; }
  .lg_border-blue-200 {
    border-color: #bee3f8; }
  .lg_hover_border-blue-200:hover {
    border-color: #bee3f8; }
  .lg_focus_border-blue-200:focus {
    border-color: #bee3f8; }
  .lg_border-blue-300 {
    border-color: #90cdf4; }
  .lg_hover_border-blue-300:hover {
    border-color: #90cdf4; }
  .lg_focus_border-blue-300:focus {
    border-color: #90cdf4; }
  .lg_border-blue-400 {
    border-color: #63b3ed; }
  .lg_hover_border-blue-400:hover {
    border-color: #63b3ed; }
  .lg_focus_border-blue-400:focus {
    border-color: #63b3ed; }
  .lg_border-blue-500 {
    border-color: #4299e1; }
  .lg_hover_border-blue-500:hover {
    border-color: #4299e1; }
  .lg_focus_border-blue-500:focus {
    border-color: #4299e1; }
  .lg_border-blue-600 {
    border-color: #3182ce; }
  .lg_hover_border-blue-600:hover {
    border-color: #3182ce; }
  .lg_focus_border-blue-600:focus {
    border-color: #3182ce; }
  .lg_border-blue-700 {
    border-color: #2b6cb0; }
  .lg_hover_border-blue-700:hover {
    border-color: #2b6cb0; }
  .lg_focus_border-blue-700:focus {
    border-color: #2b6cb0; }
  .lg_border-blue-800 {
    border-color: #2c5282; }
  .lg_hover_border-blue-800:hover {
    border-color: #2c5282; }
  .lg_focus_border-blue-800:focus {
    border-color: #2c5282; }
  .lg_border-blue-900 {
    border-color: #2a4365; }
  .lg_hover_border-blue-900:hover {
    border-color: #2a4365; }
  .lg_focus_border-blue-900:focus {
    border-color: #2a4365; }
  .lg_border-indigo-100 {
    border-color: #ebf4ff; }
  .lg_hover_border-indigo-100:hover {
    border-color: #ebf4ff; }
  .lg_focus_border-indigo-100:focus {
    border-color: #ebf4ff; }
  .lg_border-indigo-200 {
    border-color: #c3dafe; }
  .lg_hover_border-indigo-200:hover {
    border-color: #c3dafe; }
  .lg_focus_border-indigo-200:focus {
    border-color: #c3dafe; }
  .lg_border-indigo-300 {
    border-color: #a3bffa; }
  .lg_hover_border-indigo-300:hover {
    border-color: #a3bffa; }
  .lg_focus_border-indigo-300:focus {
    border-color: #a3bffa; }
  .lg_border-indigo-400 {
    border-color: #7f9cf5; }
  .lg_hover_border-indigo-400:hover {
    border-color: #7f9cf5; }
  .lg_focus_border-indigo-400:focus {
    border-color: #7f9cf5; }
  .lg_border-indigo-500 {
    border-color: #667eea; }
  .lg_hover_border-indigo-500:hover {
    border-color: #667eea; }
  .lg_focus_border-indigo-500:focus {
    border-color: #667eea; }
  .lg_border-indigo-600 {
    border-color: #5a67d8; }
  .lg_hover_border-indigo-600:hover {
    border-color: #5a67d8; }
  .lg_focus_border-indigo-600:focus {
    border-color: #5a67d8; }
  .lg_border-indigo-700 {
    border-color: #4c51bf; }
  .lg_hover_border-indigo-700:hover {
    border-color: #4c51bf; }
  .lg_focus_border-indigo-700:focus {
    border-color: #4c51bf; }
  .lg_border-indigo-800 {
    border-color: #434190; }
  .lg_hover_border-indigo-800:hover {
    border-color: #434190; }
  .lg_focus_border-indigo-800:focus {
    border-color: #434190; }
  .lg_border-indigo-900 {
    border-color: #3c366b; }
  .lg_hover_border-indigo-900:hover {
    border-color: #3c366b; }
  .lg_focus_border-indigo-900:focus {
    border-color: #3c366b; }
  .lg_border-purple-100 {
    border-color: #faf5ff; }
  .lg_hover_border-purple-100:hover {
    border-color: #faf5ff; }
  .lg_focus_border-purple-100:focus {
    border-color: #faf5ff; }
  .lg_border-purple-200 {
    border-color: #e9d8fd; }
  .lg_hover_border-purple-200:hover {
    border-color: #e9d8fd; }
  .lg_focus_border-purple-200:focus {
    border-color: #e9d8fd; }
  .lg_border-purple-300 {
    border-color: #d6bcfa; }
  .lg_hover_border-purple-300:hover {
    border-color: #d6bcfa; }
  .lg_focus_border-purple-300:focus {
    border-color: #d6bcfa; }
  .lg_border-purple-400 {
    border-color: #b794f4; }
  .lg_hover_border-purple-400:hover {
    border-color: #b794f4; }
  .lg_focus_border-purple-400:focus {
    border-color: #b794f4; }
  .lg_border-purple-500 {
    border-color: #9f7aea; }
  .lg_hover_border-purple-500:hover {
    border-color: #9f7aea; }
  .lg_focus_border-purple-500:focus {
    border-color: #9f7aea; }
  .lg_border-purple-600 {
    border-color: #805ad5; }
  .lg_hover_border-purple-600:hover {
    border-color: #805ad5; }
  .lg_focus_border-purple-600:focus {
    border-color: #805ad5; }
  .lg_border-purple-700 {
    border-color: #6b46c1; }
  .lg_hover_border-purple-700:hover {
    border-color: #6b46c1; }
  .lg_focus_border-purple-700:focus {
    border-color: #6b46c1; }
  .lg_border-purple-800 {
    border-color: #553c9a; }
  .lg_hover_border-purple-800:hover {
    border-color: #553c9a; }
  .lg_focus_border-purple-800:focus {
    border-color: #553c9a; }
  .lg_border-purple-900 {
    border-color: #44337a; }
  .lg_hover_border-purple-900:hover {
    border-color: #44337a; }
  .lg_focus_border-purple-900:focus {
    border-color: #44337a; }
  .lg_border-pink-100 {
    border-color: #fff5f7; }
  .lg_hover_border-pink-100:hover {
    border-color: #fff5f7; }
  .lg_focus_border-pink-100:focus {
    border-color: #fff5f7; }
  .lg_border-pink-200 {
    border-color: #fed7e2; }
  .lg_hover_border-pink-200:hover {
    border-color: #fed7e2; }
  .lg_focus_border-pink-200:focus {
    border-color: #fed7e2; }
  .lg_border-pink-300 {
    border-color: #fbb6ce; }
  .lg_hover_border-pink-300:hover {
    border-color: #fbb6ce; }
  .lg_focus_border-pink-300:focus {
    border-color: #fbb6ce; }
  .lg_border-pink-400 {
    border-color: #f687b3; }
  .lg_hover_border-pink-400:hover {
    border-color: #f687b3; }
  .lg_focus_border-pink-400:focus {
    border-color: #f687b3; }
  .lg_border-pink-500 {
    border-color: #ed64a6; }
  .lg_hover_border-pink-500:hover {
    border-color: #ed64a6; }
  .lg_focus_border-pink-500:focus {
    border-color: #ed64a6; }
  .lg_border-pink-600 {
    border-color: #d53f8c; }
  .lg_hover_border-pink-600:hover {
    border-color: #d53f8c; }
  .lg_focus_border-pink-600:focus {
    border-color: #d53f8c; }
  .lg_border-pink-700 {
    border-color: #b83280; }
  .lg_hover_border-pink-700:hover {
    border-color: #b83280; }
  .lg_focus_border-pink-700:focus {
    border-color: #b83280; }
  .lg_border-pink-800 {
    border-color: #97266d; }
  .lg_hover_border-pink-800:hover {
    border-color: #97266d; }
  .lg_focus_border-pink-800:focus {
    border-color: #97266d; }
  .lg_border-pink-900 {
    border-color: #702459; }
  .lg_hover_border-pink-900:hover {
    border-color: #702459; }
  .lg_focus_border-pink-900:focus {
    border-color: #702459; }
  .lg_border-collapse {
    border-collapse: collapse; }
  .lg_border-separate {
    border-collapse: separate; }
  .lg_items-stretch {
    align-items: stretch; }
  .lg_items-start {
    align-items: flex-start; }
  .lg_items-center {
    align-items: center; }
  .lg_items-end {
    align-items: flex-end; }
  .lg_items-baseline {
    align-items: baseline; }
  .lg_content-start {
    align-content: flex-start; }
  .lg_content-center {
    align-content: center; }
  .lg_content-end {
    align-content: flex-end; }
  .lg_content-between {
    align-content: space-between; }
  .lg_content-around {
    align-content: space-around; }
  .lg_self-auto {
    align-self: auto; }
  .lg_self-start {
    align-self: flex-start; }
  .lg_self-center {
    align-self: center; }
  .lg_self-end {
    align-self: flex-end; }
  .lg_self-stretch {
    align-self: stretch; }
  .lg_flex-initial {
    flex: 0 1 auto; }
  .lg_flex-1 {
    flex: 1 1 0%; }
  .lg_flex-auto {
    flex: auto; }
  .lg_flex-none {
    flex: none; }
  .lg_flex-row {
    flex-direction: row; }
  .lg_flex-row-reverse {
    flex-direction: row-reverse; }
  .lg_flex-col {
    flex-direction: column; }
  .lg_flex-col-reverse {
    flex-direction: column-reverse; }
  .lg_flex-no-wrap {
    flex-wrap: nowrap; }
  .lg_flex-wrap {
    flex-wrap: wrap; }
  .lg_flex-wrap-reverse {
    flex-wrap: wrap-reverse; }
  .lg_flex-grow-0 {
    flex-grow: 0; }
  .lg_flex-grow {
    flex-grow: 1; }
  .lg_flex-shrink-0 {
    flex-shrink: 0; }
  .lg_flex-shrink {
    flex-shrink: 1; }
  .lg_justify-start {
    justify-content: flex-start; }
  .lg_justify-center {
    justify-content: center; }
  .lg_justify-end {
    justify-content: flex-end; }
  .lg_justify-between {
    justify-content: space-between; }
  .lg_justify-around {
    justify-content: space-around; }
  .lg_order-first {
    order: -1; }
  .lg_order-last {
    order: 999; }
  .lg_order-none {
    order: 0; }
  .lg_order-1 {
    order: 1; }
  .lg_m-px {
    margin: 1px; }
  .lg_m-0 {
    margin: 0; }
  .lg_m-1 {
    margin: 0.25rem; }
  .lg_m-2 {
    margin: 0.5rem; }
  .lg_m-3 {
    margin: 0.75rem; }
  .lg_m-4 {
    margin: 1rem; }
  .lg_m-5 {
    margin: 1.25rem; }
  .lg_m-6 {
    margin: 1.5rem; }
  .lg_m-8 {
    margin: 2rem; }
  .lg_m-10 {
    margin: 2.5rem; }
  .lg_m-12 {
    margin: 3rem; }
  .lg_m-16 {
    margin: 4rem; }
  .lg_m-20 {
    margin: 5rem; }
  .lg_m-24 {
    margin: 6rem; }
  .lg_m-32 {
    margin: 8rem; }
  .lg_m-40 {
    margin: 10rem; }
  .lg_m-48 {
    margin: 12rem; }
  .lg_m-56 {
    margin: 14rem; }
  .lg_m-64 {
    margin: 16rem; }
  .lg_m-auto {
    margin: auto; }
  .lg_-m-px {
    margin: -1px; }
  .lg_-m-1 {
    margin: -0.25rem; }
  .lg_-m-2 {
    margin: -0.5rem; }
  .lg_-m-3 {
    margin: -0.75rem; }
  .lg_-m-4 {
    margin: -1rem; }
  .lg_-m-5 {
    margin: -1.25rem; }
  .lg_-m-6 {
    margin: -1.5rem; }
  .lg_-m-8 {
    margin: -2rem; }
  .lg_-m-10 {
    margin: -2.5rem; }
  .lg_-m-12 {
    margin: -3rem; }
  .lg_-m-16 {
    margin: -4rem; }
  .lg_-m-20 {
    margin: -5rem; }
  .lg_-m-24 {
    margin: -6rem; }
  .lg_-m-32 {
    margin: -8rem; }
  .lg_-m-40 {
    margin: -10rem; }
  .lg_-m-48 {
    margin: -12rem; }
  .lg_-m-56 {
    margin: -14rem; }
  .lg_-m-64 {
    margin: -16rem; }
  .lg_mt-px {
    margin-top: 1px; }
  .lg_mt-0 {
    margin-top: 0; }
  .lg_mt-1 {
    margin-top: 0.25rem; }
  .lg_mt-2 {
    margin-top: 0.5rem; }
  .lg_mt-3 {
    margin-top: 0.75rem; }
  .lg_mt-4 {
    margin-top: 1rem; }
  .lg_mt-5 {
    margin-top: 1.25rem; }
  .lg_mt-6 {
    margin-top: 1.5rem; }
  .lg_mt-8 {
    margin-top: 2rem; }
  .lg_mt-10 {
    margin-top: 2.5rem; }
  .lg_mt-12 {
    margin-top: 3rem; }
  .lg_mt-16 {
    margin-top: 4rem; }
  .lg_mt-20 {
    margin-top: 5rem; }
  .lg_mt-24 {
    margin-top: 6rem; }
  .lg_mt-32 {
    margin-top: 8rem; }
  .lg_mt-40 {
    margin-top: 10rem; }
  .lg_mt-48 {
    margin-top: 12rem; }
  .lg_mt-56 {
    margin-top: 14rem; }
  .lg_mt-64 {
    margin-top: 16rem; }
  .lg_mt-auto {
    margin-top: auto; }
  .lg_-mt-px {
    margin-top: -1px; }
  .lg_-mt-1 {
    margin-top: -0.25rem; }
  .lg_-mt-2 {
    margin-top: -0.5rem; }
  .lg_-mt-3 {
    margin-top: -0.75rem; }
  .lg_-mt-4 {
    margin-top: -1rem; }
  .lg_-mt-5 {
    margin-top: -1.25rem; }
  .lg_-mt-6 {
    margin-top: -1.5rem; }
  .lg_-mt-8 {
    margin-top: -2rem; }
  .lg_-mt-10 {
    margin-top: -2.5rem; }
  .lg_-mt-12 {
    margin-top: -3rem; }
  .lg_-mt-16 {
    margin-top: -4rem; }
  .lg_-mt-20 {
    margin-top: -5rem; }
  .lg_-mt-24 {
    margin-top: -6rem; }
  .lg_-mt-32 {
    margin-top: -8rem; }
  .lg_-mt-40 {
    margin-top: -10rem; }
  .lg_-mt-48 {
    margin-top: -12rem; }
  .lg_-mt-56 {
    margin-top: -14rem; }
  .lg_-mt-64 {
    margin-top: -16rem; }
  .lg_mr-px {
    margin-right: 1px; }
  .lg_mr-0 {
    margin-right: 0; }
  .lg_mr-1 {
    margin-right: 0.25rem; }
  .lg_mr-2 {
    margin-right: 0.5rem; }
  .lg_mr-3 {
    margin-right: 0.75rem; }
  .lg_mr-4 {
    margin-right: 1rem; }
  .lg_mr-5 {
    margin-right: 1.25rem; }
  .lg_mr-6 {
    margin-right: 1.5rem; }
  .lg_mr-8 {
    margin-right: 2rem; }
  .lg_mr-10 {
    margin-right: 2.5rem; }
  .lg_mr-12 {
    margin-right: 3rem; }
  .lg_mr-16 {
    margin-right: 4rem; }
  .lg_mr-20 {
    margin-right: 5rem; }
  .lg_mr-24 {
    margin-right: 6rem; }
  .lg_mr-32 {
    margin-right: 8rem; }
  .lg_mr-40 {
    margin-right: 10rem; }
  .lg_mr-48 {
    margin-right: 12rem; }
  .lg_mr-56 {
    margin-right: 14rem; }
  .lg_mr-64 {
    margin-right: 16rem; }
  .lg_mr-auto {
    margin-right: auto; }
  .lg_-mr-px {
    margin-right: -1px; }
  .lg_-mr-1 {
    margin-right: -0.25rem; }
  .lg_-mr-2 {
    margin-right: -0.5rem; }
  .lg_-mr-3 {
    margin-right: -0.75rem; }
  .lg_-mr-4 {
    margin-right: -1rem; }
  .lg_-mr-5 {
    margin-right: -1.25rem; }
  .lg_-mr-6 {
    margin-right: -1.5rem; }
  .lg_-mr-8 {
    margin-right: -2rem; }
  .lg_-mr-10 {
    margin-right: -2.5rem; }
  .lg_-mr-12 {
    margin-right: -3rem; }
  .lg_-mr-16 {
    margin-right: -4rem; }
  .lg_-mr-20 {
    margin-right: -5rem; }
  .lg_-mr-24 {
    margin-right: -6rem; }
  .lg_-mr-32 {
    margin-right: -8rem; }
  .lg_-mr-40 {
    margin-right: -10rem; }
  .lg_-mr-48 {
    margin-right: -12rem; }
  .lg_-mr-56 {
    margin-right: -14rem; }
  .lg_-mr-64 {
    margin-right: -16rem; }
  .lg_mb-px {
    margin-bottom: 1px; }
  .lg_mb-0 {
    margin-bottom: 0; }
  .lg_mb-1 {
    margin-bottom: 0.25rem; }
  .lg_mb-2 {
    margin-bottom: 0.5rem; }
  .lg_mb-3 {
    margin-bottom: 0.75rem; }
  .lg_mb-4 {
    margin-bottom: 1rem; }
  .lg_mb-5 {
    margin-bottom: 1.25rem; }
  .lg_mb-6 {
    margin-bottom: 1.5rem; }
  .lg_mb-8 {
    margin-bottom: 2rem; }
  .lg_mb-10 {
    margin-bottom: 2.5rem; }
  .lg_mb-12 {
    margin-bottom: 3rem; }
  .lg_mb-16 {
    margin-bottom: 4rem; }
  .lg_mb-20 {
    margin-bottom: 5rem; }
  .lg_mb-24 {
    margin-bottom: 6rem; }
  .lg_mb-32 {
    margin-bottom: 8rem; }
  .lg_mb-40 {
    margin-bottom: 10rem; }
  .lg_mb-48 {
    margin-bottom: 12rem; }
  .lg_mb-56 {
    margin-bottom: 14rem; }
  .lg_mb-64 {
    margin-bottom: 16rem; }
  .lg_mb-auto {
    margin-bottom: auto; }
  .lg_-mb-px {
    margin-bottom: -1px; }
  .lg_-mb-1 {
    margin-bottom: -0.25rem; }
  .lg_-mb-2 {
    margin-bottom: -0.5rem; }
  .lg_-mb-3 {
    margin-bottom: -0.75rem; }
  .lg_-mb-4 {
    margin-bottom: -1rem; }
  .lg_-mb-5 {
    margin-bottom: -1.25rem; }
  .lg_-mb-6 {
    margin-bottom: -1.5rem; }
  .lg_-mb-8 {
    margin-bottom: -2rem; }
  .lg_-mb-10 {
    margin-bottom: -2.5rem; }
  .lg_-mb-12 {
    margin-bottom: -3rem; }
  .lg_-mb-16 {
    margin-bottom: -4rem; }
  .lg_-mb-20 {
    margin-bottom: -5rem; }
  .lg_-mb-24 {
    margin-bottom: -6rem; }
  .lg_-mb-32 {
    margin-bottom: -8rem; }
  .lg_-mb-40 {
    margin-bottom: -10rem; }
  .lg_-mb-48 {
    margin-bottom: -12rem; }
  .lg_-mb-56 {
    margin-bottom: -14rem; }
  .lg_-mb-64 {
    margin-bottom: -16rem; }
  .lg_ml-px {
    margin-left: 1px; }
  .lg_ml-0 {
    margin-left: 0; }
  .lg_ml-1 {
    margin-left: 0.25rem; }
  .lg_ml-2 {
    margin-left: 0.5rem; }
  .lg_ml-3 {
    margin-left: 0.75rem; }
  .lg_ml-4 {
    margin-left: 1rem; }
  .lg_ml-5 {
    margin-left: 1.25rem; }
  .lg_ml-6 {
    margin-left: 1.5rem; }
  .lg_ml-8 {
    margin-left: 2rem; }
  .lg_ml-10 {
    margin-left: 2.5rem; }
  .lg_ml-12 {
    margin-left: 3rem; }
  .lg_ml-16 {
    margin-left: 4rem; }
  .lg_ml-20 {
    margin-left: 5rem; }
  .lg_ml-24 {
    margin-left: 6rem; }
  .lg_ml-32 {
    margin-left: 8rem; }
  .lg_ml-40 {
    margin-left: 10rem; }
  .lg_ml-48 {
    margin-left: 12rem; }
  .lg_ml-56 {
    margin-left: 14rem; }
  .lg_ml-64 {
    margin-left: 16rem; }
  .lg_ml-auto {
    margin-left: auto; }
  .lg_-ml-px {
    margin-left: -1px; }
  .lg_-ml-1 {
    margin-left: -0.25rem; }
  .lg_-ml-2 {
    margin-left: -0.5rem; }
  .lg_-ml-3 {
    margin-left: -0.75rem; }
  .lg_-ml-4 {
    margin-left: -1rem; }
  .lg_-ml-5 {
    margin-left: -1.25rem; }
  .lg_-ml-6 {
    margin-left: -1.5rem; }
  .lg_-ml-8 {
    margin-left: -2rem; }
  .lg_-ml-10 {
    margin-left: -2.5rem; }
  .lg_-ml-12 {
    margin-left: -3rem; }
  .lg_-ml-16 {
    margin-left: -4rem; }
  .lg_-ml-20 {
    margin-left: -5rem; }
  .lg_-ml-24 {
    margin-left: -6rem; }
  .lg_-ml-32 {
    margin-left: -8rem; }
  .lg_-ml-40 {
    margin-left: -10rem; }
  .lg_-ml-48 {
    margin-left: -12rem; }
  .lg_-ml-56 {
    margin-left: -14rem; }
  .lg_-ml-64 {
    margin-left: -16rem; }
  .lg_mx-px {
    margin-left: 1px;
    margin-right: 1px; }
  .lg_mx-0 {
    margin-left: 0;
    margin-right: 0; }
  .lg_mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  .lg_mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .lg_mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem; }
  .lg_mx-4 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .lg_mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem; }
  .lg_mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .lg_mx-8 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .lg_mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .lg_mx-12 {
    margin-left: 3rem;
    margin-right: 3rem; }
  .lg_mx-16 {
    margin-left: 4rem;
    margin-right: 4rem; }
  .lg_mx-20 {
    margin-left: 5rem;
    margin-right: 5rem; }
  .lg_mx-24 {
    margin-left: 6rem;
    margin-right: 6rem; }
  .lg_mx-32 {
    margin-left: 8rem;
    margin-right: 8rem; }
  .lg_mx-40 {
    margin-left: 10rem;
    margin-right: 10rem; }
  .lg_mx-48 {
    margin-left: 12rem;
    margin-right: 12rem; }
  .lg_mx-56 {
    margin-left: 14rem;
    margin-right: 14rem; }
  .lg_mx-64 {
    margin-left: 16rem;
    margin-right: 16rem; }
  .lg_mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .lg_-mx-px {
    margin-left: -1px;
    margin-right: -1px; }
  .lg_-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }
  .lg_-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .lg_-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }
  .lg_-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .lg_-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem; }
  .lg_-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .lg_-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .lg_-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem; }
  .lg_-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem; }
  .lg_-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem; }
  .lg_-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem; }
  .lg_-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem; }
  .lg_-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem; }
  .lg_-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem; }
  .lg_-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem; }
  .lg_-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem; }
  .lg_-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem; }
  .lg_my-px {
    margin-top: 1px;
    margin-bottom: 1px; }
  .lg_my-0 {
    margin-top: 0;
    margin-bottom: 0; }
  .lg_my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
  .lg_my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .lg_my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }
  .lg_my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .lg_my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  .lg_my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .lg_my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .lg_my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .lg_my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .lg_my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .lg_my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  .lg_my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem; }
  .lg_my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem; }
  .lg_my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem; }
  .lg_my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem; }
  .lg_my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem; }
  .lg_my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem; }
  .lg_my-auto {
    margin-top: auto;
    margin-bottom: auto; }
  .lg_-my-px {
    margin-top: -1px;
    margin-bottom: -1px; }
  .lg_-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; }
  .lg_-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; }
  .lg_-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem; }
  .lg_-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem; }
  .lg_-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem; }
  .lg_-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; }
  .lg_-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem; }
  .lg_-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem; }
  .lg_-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem; }
  .lg_-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem; }
  .lg_-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem; }
  .lg_-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem; }
  .lg_-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem; }
  .lg_-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem; }
  .lg_-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem; }
  .lg_-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem; }
  .lg_-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem; }
  .lg_p-px {
    padding: 1px; }
  .lg_p-0 {
    padding: 0; }
  .lg_p-1 {
    padding: 0.25rem; }
  .lg_p-2 {
    padding: 0.5rem; }
  .lg_p-3 {
    padding: 0.75rem; }
  .lg_p-4 {
    padding: 1rem; }
  .lg_p-5 {
    padding: 1.25rem; }
  .lg_p-6 {
    padding: 1.5rem; }
  .lg_p-8 {
    padding: 2rem; }
  .lg_p-10 {
    padding: 2.5rem; }
  .lg_p-12 {
    padding: 3rem; }
  .lg_p-16 {
    padding: 4rem; }
  .lg_p-20 {
    padding: 5rem; }
  .lg_p-24 {
    padding: 6rem; }
  .lg_p-32 {
    padding: 8rem; }
  .lg_p-40 {
    padding: 10rem; }
  .lg_p-48 {
    padding: 12rem; }
  .lg_p-56 {
    padding: 14rem; }
  .lg_p-64 {
    padding: 16rem; }
  .lg_pt-px {
    padding-top: 1px; }
  .lg_pt-0 {
    padding-top: 0; }
  .lg_pt-1 {
    padding-top: 0.25rem; }
  .lg_pt-2 {
    padding-top: 0.5rem; }
  .lg_pt-3 {
    padding-top: 0.75rem; }
  .lg_pt-4 {
    padding-top: 1rem; }
  .lg_pt-5 {
    padding-top: 1.25rem; }
  .lg_pt-6 {
    padding-top: 1.5rem; }
  .lg_pt-8 {
    padding-top: 2rem; }
  .lg_pt-10 {
    padding-top: 2.5rem; }
  .lg_pt-12 {
    padding-top: 3rem; }
  .lg_pt-16 {
    padding-top: 4rem; }
  .lg_pt-20 {
    padding-top: 5rem; }
  .lg_pt-24 {
    padding-top: 6rem; }
  .lg_pt-32 {
    padding-top: 8rem; }
  .lg_pt-40 {
    padding-top: 10rem; }
  .lg_pt-48 {
    padding-top: 12rem; }
  .lg_pt-56 {
    padding-top: 14rem; }
  .lg_pt-64 {
    padding-top: 16rem; }
  .lg_pr-px {
    padding-right: 1px; }
  .lg_pr-0 {
    padding-right: 0; }
  .lg_pr-1 {
    padding-right: 0.25rem; }
  .lg_pr-2 {
    padding-right: 0.5rem; }
  .lg_pr-3 {
    padding-right: 0.75rem; }
  .lg_pr-4 {
    padding-right: 1rem; }
  .lg_pr-5 {
    padding-right: 1.25rem; }
  .lg_pr-6 {
    padding-right: 1.5rem; }
  .lg_pr-8 {
    padding-right: 2rem; }
  .lg_pr-10 {
    padding-right: 2.5rem; }
  .lg_pr-12 {
    padding-right: 3rem; }
  .lg_pr-16 {
    padding-right: 4rem; }
  .lg_pr-20 {
    padding-right: 5rem; }
  .lg_pr-24 {
    padding-right: 6rem; }
  .lg_pr-32 {
    padding-right: 8rem; }
  .lg_pr-40 {
    padding-right: 10rem; }
  .lg_pr-48 {
    padding-right: 12rem; }
  .lg_pr-56 {
    padding-right: 14rem; }
  .lg_pr-64 {
    padding-right: 16rem; }
  .lg_pb-px {
    padding-bottom: 1px; }
  .lg_pb-0 {
    padding-bottom: 0; }
  .lg_pb-1 {
    padding-bottom: 0.25rem; }
  .lg_pb-2 {
    padding-bottom: 0.5rem; }
  .lg_pb-3 {
    padding-bottom: 0.75rem; }
  .lg_pb-4 {
    padding-bottom: 1rem; }
  .lg_pb-5 {
    padding-bottom: 1.25rem; }
  .lg_pb-6 {
    padding-bottom: 1.5rem; }
  .lg_pb-8 {
    padding-bottom: 2rem; }
  .lg_pb-10 {
    padding-bottom: 2.5rem; }
  .lg_pb-12 {
    padding-bottom: 3rem; }
  .lg_pb-16 {
    padding-bottom: 4rem; }
  .lg_pb-20 {
    padding-bottom: 5rem; }
  .lg_pb-24 {
    padding-bottom: 6rem; }
  .lg_pb-32 {
    padding-bottom: 8rem; }
  .lg_pb-40 {
    padding-bottom: 10rem; }
  .lg_pb-48 {
    padding-bottom: 12rem; }
  .lg_pb-56 {
    padding-bottom: 14rem; }
  .lg_pb-64 {
    padding-bottom: 16rem; }
  .lg_pl-px {
    padding-left: 1px; }
  .lg_pl-0 {
    padding-left: 0; }
  .lg_pl-1 {
    padding-left: 0.25rem; }
  .lg_pl-2 {
    padding-left: 0.5rem; }
  .lg_pl-3 {
    padding-left: 0.75rem; }
  .lg_pl-4 {
    padding-left: 1rem; }
  .lg_pl-5 {
    padding-left: 1.25rem; }
  .lg_pl-6 {
    padding-left: 1.5rem; }
  .lg_pl-8 {
    padding-left: 2rem; }
  .lg_pl-10 {
    padding-left: 2.5rem; }
  .lg_pl-12 {
    padding-left: 3rem; }
  .lg_pl-16 {
    padding-left: 4rem; }
  .lg_pl-20 {
    padding-left: 5rem; }
  .lg_pl-24 {
    padding-left: 6rem; }
  .lg_pl-32 {
    padding-left: 8rem; }
  .lg_pl-40 {
    padding-left: 10rem; }
  .lg_pl-48 {
    padding-left: 12rem; }
  .lg_pl-56 {
    padding-left: 14rem; }
  .lg_pl-64 {
    padding-left: 16rem; }
  .lg_px-px {
    padding-left: 1px;
    padding-right: 1px; }
  .lg_px-0 {
    padding-left: 0;
    padding-right: 0; }
  .lg_px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .lg_px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .lg_px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .lg_px-4 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .lg_px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .lg_px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .lg_px-8 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .lg_px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .lg_px-12 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .lg_px-16 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .lg_px-20 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .lg_px-24 {
    padding-left: 6rem;
    padding-right: 6rem; }
  .lg_px-32 {
    padding-left: 8rem;
    padding-right: 8rem; }
  .lg_px-40 {
    padding-left: 10rem;
    padding-right: 10rem; }
  .lg_px-48 {
    padding-left: 12rem;
    padding-right: 12rem; }
  .lg_px-56 {
    padding-left: 14rem;
    padding-right: 14rem; }
  .lg_px-64 {
    padding-left: 16rem;
    padding-right: 16rem; }
  .lg_py-px {
    padding-top: 1px;
    padding-bottom: 1px; }
  .lg_py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .lg_py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  .lg_py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .lg_py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .lg_py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .lg_py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .lg_py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .lg_py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .lg_py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .lg_py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .lg_py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .lg_py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .lg_py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  .lg_py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem; }
  .lg_py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem; }
  .lg_py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem; }
  .lg_py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem; }
  .lg_py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem; }
  .lg_w-px {
    width: 1px; }
  .lg_w-0 {
    width: 0; }
  .lg_w-1 {
    width: 0.25rem; }
  .lg_w-2 {
    width: 0.5rem; }
  .lg_w-3 {
    width: 0.75rem; }
  .lg_w-4 {
    width: 1rem; }
  .lg_w-5 {
    width: 1.25rem; }
  .lg_w-6 {
    width: 1.5rem; }
  .lg_w-8 {
    width: 2rem; }
  .lg_w-10 {
    width: 2.5rem; }
  .lg_w-12 {
    width: 3rem; }
  .lg_w-16 {
    width: 4rem; }
  .lg_w-20 {
    width: 5rem; }
  .lg_w-24 {
    width: 6rem; }
  .lg_w-32 {
    width: 8rem; }
  .lg_w-40 {
    width: 10rem; }
  .lg_w-48 {
    width: 12rem; }
  .lg_w-56 {
    width: 14rem; }
  .lg_w-64 {
    width: 16rem; }
  .lg_w-auto {
    width: auto; }
  .lg_w-1_2 {
    width: 50%; }
  .lg_w-1_3 {
    width: 33.33333%; }
  .lg_w-2_3 {
    width: 66.66667%; }
  .lg_w-1_4 {
    width: 25%; }
  .lg_w-2_4 {
    width: 50%; }
  .lg_w-3_4 {
    width: 75%; }
  .lg_w-1_5 {
    width: 20%; }
  .lg_w-2_5 {
    width: 40%; }
  .lg_w-3_5 {
    width: 60%; }
  .lg_w-4_5 {
    width: 80%; }
  .lg_w-1_6 {
    width: 16.66667%; }
  .lg_w-2_6 {
    width: 33.33333%; }
  .lg_w-3_6 {
    width: 50%; }
  .lg_w-4_6 {
    width: 66.66667%; }
  .lg_w-5_6 {
    width: 83.33333%; }
  .lg_w-1_12 {
    width: 8.33333%; }
  .lg_w-2_12 {
    width: 16.66667%; }
  .lg_w-3_12 {
    width: 25%; }
  .lg_w-4_12 {
    width: 33.33333%; }
  .lg_w-5_12 {
    width: 41.66667%; }
  .lg_w-6_12 {
    width: 50%; }
  .lg_w-7_12 {
    width: 58.33333%; }
  .lg_w-8_12 {
    width: 66.66667%; }
  .lg_w-9_12 {
    width: 75%; }
  .lg_w-10_12 {
    width: 83.33333%; }
  .lg_w-11_12 {
    width: 91.66667%; }
  .lg_w-full {
    width: 100%; }
  .lg_w-screen {
    width: 100vw; }
  .lg_min-w-0 {
    min-width: 0; }
  .lg_min-w-full {
    min-width: 100%; }
  .lg_max-w-xs {
    max-width: 20rem; }
  .lg_max-w-sm {
    max-width: 24rem; }
  .lg_max-w-md {
    max-width: 28rem; }
  .lg_max-w-lg {
    max-width: 32rem; }
  .lg_max-w-xl {
    max-width: 36rem; }
  .lg_max-w-2xl {
    max-width: 42rem; }
  .lg_max-w-3xl {
    max-width: 48rem; }
  .lg_max-w-4xl {
    max-width: 56rem; }
  .lg_max-w-5xl {
    max-width: 64rem; }
  .lg_max-w-6xl {
    max-width: 72rem; }
  .lg_max-w-full {
    max-width: 100%; }
  .lg_h-px {
    height: 1px; }
  .lg_h-0 {
    height: 0; }
  .lg_h-1 {
    height: 0.25rem; }
  .lg_h-2 {
    height: 0.5rem; }
  .lg_h-3 {
    height: 0.75rem; }
  .lg_h-4 {
    height: 1rem; }
  .lg_h-5 {
    height: 1.25rem; }
  .lg_h-6 {
    height: 1.5rem; }
  .lg_h-8 {
    height: 2rem; }
  .lg_h-10 {
    height: 2.5rem; }
  .lg_h-12 {
    height: 3rem; }
  .lg_h-16 {
    height: 4rem; }
  .lg_h-20 {
    height: 5rem; }
  .lg_h-24 {
    height: 6rem; }
  .lg_h-32 {
    height: 8rem; }
  .lg_h-40 {
    height: 10rem; }
  .lg_h-48 {
    height: 12rem; }
  .lg_h-56 {
    height: 14rem; }
  .lg_h-64 {
    height: 16rem; }
  .lg_h-auto {
    height: auto; }
  .lg_h-full {
    height: 100%; }
  .lg_h-screen {
    height: 100vh; }
  .lg_min-h-0 {
    min-height: 0; }
  .lg_min-h-full {
    min-height: 100%; }
  .lg_min-h-screen {
    min-height: 100vh; }
  .lg_max-h-full {
    max-height: 100%; }
  .lg_max-h-screen {
    max-height: 100vh; }
  .lg_table-auto {
    table-layout: auto; }
  .lg_table-fixed {
    table-layout: fixed; }
  .lg_shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .lg_hover_shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .lg_focus_shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .lg_shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .lg_hover_shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .lg_focus_shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .lg_shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .lg_hover_shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .lg_focus_shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .lg_shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .lg_hover_shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .lg_focus_shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .lg_shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .lg_hover_shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .lg_focus_shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .lg_shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
  .lg_hover_shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
  .lg_focus_shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
  .lg_shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }
  .lg_hover_shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }
  .lg_focus_shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }
  .lg_shadow-none {
    box-shadow: none; }
  .lg_hover_shadow-none:hover {
    box-shadow: none; }
  .lg_focus_shadow-none:focus {
    box-shadow: none; }
  .lg_opacity-0 {
    opacity: 0; }
  .lg_opacity-25 {
    opacity: 0.25; }
  .lg_opacity-50 {
    opacity: 0.5; }
  .lg_opacity-75 {
    opacity: 0.75; }
  .lg_opacity-100 {
    opacity: 1; }
  .lg_appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .lg_cursor-auto {
    cursor: auto; }
  .lg_cursor {
    cursor: default; }
  .lg_cursor-pointer {
    cursor: pointer; }
  .lg_cursor-wait {
    cursor: wait; }
  .lg_cursor-text {
    cursor: text; }
  .lg_cursor-move {
    cursor: move; }
  .lg_cursor-not-allowed {
    cursor: not-allowed; }
  .lg_outline-none {
    outline: 0; }
  .lg_focus_outline-none:focus {
    outline: 0; }
  .lg_pointer-events-none {
    pointer-events: none; }
  .lg_pointer-events-auto {
    pointer-events: auto; }
  .lg_resize {
    resize: both; }
  .lg_resize-none {
    resize: none; }
  .lg_resize-y {
    resize: vertical; }
  .lg_resize-x {
    resize: horizontal; }
  .lg_select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .lg_select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text; }
  .lg_select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all; }
  .lg_select-auto {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto; }
  .lg_fill-current {
    fill: currentColor; }
  .lg_stroke-current {
    stroke: currentColor; } }

@media (min-width: 1280px) {
  .xl_block {
    display: block; }
  .xl_inline-block {
    display: inline-block; }
  .xl_inline {
    display: inline; }
  .xl_flex {
    display: flex; }
  .xl_inline-flex {
    display: inline-flex; }
  .xl_table {
    display: table; }
  .xl_table-row {
    display: table-row; }
  .xl_table-cell {
    display: table-cell; }
  .xl_hidden {
    display: none; }
  .xl_float-right {
    float: right; }
  .xl_float-left {
    float: left; }
  .xl_float-none {
    float: none; }
  .xl_clearfix::after {
    content: "";
    display: table;
    clear: both; }
  .xl_object-contain {
    object-fit: contain; }
  .xl_object-cover {
    object-fit: cover; }
  .xl_object-fill {
    object-fit: fill; }
  .xl_object-none {
    object-fit: none; }
  .xl_object-scale-down {
    object-fit: scale-down; }
  .xl_object-bottom {
    object-position: bottom; }
  .xl_object-center {
    object-position: center; }
  .xl_object-left {
    object-position: left; }
  .xl_object-left-bottom {
    object-position: left bottom; }
  .xl_object-left-top {
    object-position: left top; }
  .xl_object-right {
    object-position: right; }
  .xl_object-right-bottom {
    object-position: right bottom; }
  .xl_object-right-top {
    object-position: right top; }
  .xl_object-top {
    object-position: top; }
  .xl_overflow-auto {
    overflow: auto; }
  .xl_overflow-hidden {
    overflow: hidden; }
  .xl_overflow-visible {
    overflow: visible; }
  .xl_overflow-scroll {
    overflow: scroll; }
  .xl_overflow-x-auto {
    overflow-x: auto; }
  .xl_overflow-x-hidden {
    overflow-x: hidden; }
  .xl_overflow-x-visible {
    overflow-x: visible; }
  .xl_overflow-x-scroll {
    overflow-x: scroll; }
  .xl_overflow-y-auto {
    overflow-y: auto; }
  .xl_overflow-y-hidden {
    overflow-y: hidden; }
  .xl_overflow-y-visible {
    overflow-y: visible; }
  .xl_overflow-y-scroll {
    overflow-y: scroll; }
  .xl_scrolling-touch {
    -webkit-overflow-scrolling: touch; }
  .xl_scrolling-auto {
    -webkit-overflow-scrolling: auto; }
  .xl_static {
    position: static; }
  .xl_fixed {
    position: fixed; }
  .xl_absolute {
    position: absolute; }
  .xl_relative {
    position: relative; }
  .xl_sticky {
    position: sticky; }
  .xl_inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .xl_inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .xl_inset-x-0 {
    right: 0;
    left: 0; }
  .xl_inset-x-auto {
    right: auto;
    left: auto; }
  .xl_inset-y-0 {
    top: 0;
    bottom: 0; }
  .xl_inset-y-auto {
    top: auto;
    bottom: auto; }
  .xl_top-0 {
    top: 0; }
  .xl_top-auto {
    top: auto; }
  .xl_right-0 {
    right: 0; }
  .xl_right-auto {
    right: auto; }
  .xl_bottom-0 {
    bottom: 0; }
  .xl_bottom-auto {
    bottom: auto; }
  .xl_left-0 {
    left: 0; }
  .xl_left-auto {
    left: auto; }
  .xl_visible {
    visibility: visible; }
  .xl_invisible {
    visibility: hidden; }
  .xl_z-auto {
    z-index: auto; }
  .xl_z-0 {
    z-index: 0; }
  .xl_z-10 {
    z-index: 10; }
  .xl_z-20 {
    z-index: 20; }
  .xl_z-30 {
    z-index: 30; }
  .xl_z-40 {
    z-index: 40; }
  .xl_z-50 {
    z-index: 50; }
  .xl_font-sans {
    font-family: -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"; }
  .xl_font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif; }
  .xl_font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  .xl_text-xs {
    font-size: 0.75rem; }
  .xl_text-sm {
    font-size: 0.875rem; }
  .xl_text-base {
    font-size: 1rem; }
  .xl_text-lg {
    font-size: 1.125rem; }
  .xl_text-xl {
    font-size: 1.25rem; }
  .xl_text-2xl {
    font-size: 1.5rem; }
  .xl_text-3xl {
    font-size: 1.875rem; }
  .xl_text-4xl {
    font-size: 2.25rem; }
  .xl_text-5xl {
    font-size: 3rem; }
  .xl_text-6xl {
    font-size: 4rem; }
  .xl_antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .xl_subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto; }
  .xl_italic {
    font-style: italic; }
  .xl_not-italic {
    font-style: normal; }
  .xl_font-hairline {
    font-weight: 100; }
  .xl_hover_font-hairline:hover {
    font-weight: 100; }
  .xl_focus_font-hairline:focus {
    font-weight: 100; }
  .xl_font-thin {
    font-weight: 200; }
  .xl_hover_font-thin:hover {
    font-weight: 200; }
  .xl_focus_font-thin:focus {
    font-weight: 200; }
  .xl_font-light {
    font-weight: 300; }
  .xl_hover_font-light:hover {
    font-weight: 300; }
  .xl_focus_font-light:focus {
    font-weight: 300; }
  .xl_font-normal {
    font-weight: 400; }
  .xl_hover_font-normal:hover {
    font-weight: 400; }
  .xl_focus_font-normal:focus {
    font-weight: 400; }
  .xl_font-medium {
    font-weight: 500; }
  .xl_hover_font-medium:hover {
    font-weight: 500; }
  .xl_focus_font-medium:focus {
    font-weight: 500; }
  .xl_font-semibold {
    font-weight: 600; }
  .xl_hover_font-semibold:hover {
    font-weight: 600; }
  .xl_focus_font-semibold:focus {
    font-weight: 600; }
  .xl_font-bold {
    font-weight: 700; }
  .xl_hover_font-bold:hover {
    font-weight: 700; }
  .xl_focus_font-bold:focus {
    font-weight: 700; }
  .xl_font-extrabold {
    font-weight: 800; }
  .xl_hover_font-extrabold:hover {
    font-weight: 800; }
  .xl_focus_font-extrabold:focus {
    font-weight: 800; }
  .xl_font-black {
    font-weight: 900; }
  .xl_hover_font-black:hover {
    font-weight: 900; }
  .xl_focus_font-black:focus {
    font-weight: 900; }
  .xl_tracking-tighter {
    letter-spacing: -0.05em; }
  .xl_tracking-tight {
    letter-spacing: -0.025em; }
  .xl_tracking-normal {
    letter-spacing: 0; }
  .xl_tracking-wide {
    letter-spacing: 0.025em; }
  .xl_tracking-wider {
    letter-spacing: 0.05em; }
  .xl_tracking-widest {
    letter-spacing: 0.1em; }
  .xl_leading-none {
    line-height: 1; }
  .xl_leading-tight {
    line-height: 1.25; }
  .xl_leading-snug {
    line-height: 1.375; }
  .xl_leading-normal {
    line-height: 1.5; }
  .xl_leading-relaxed {
    line-height: 1.625; }
  .xl_leading-loose {
    line-height: 2; }
  .xl_list-none {
    list-style-type: none; }
  .xl_list-disc {
    list-style-type: disc; }
  .xl_list-decimal {
    list-style-type: decimal; }
  .xl_list-inside {
    list-style-position: inside; }
  .xl_list-outside {
    list-style-position: outside; }
  .xl_text-left {
    text-align: left; }
  .xl_text-center {
    text-align: center; }
  .xl_text-right {
    text-align: right; }
  .xl_text-justify {
    text-align: justify; }
  .xl_underline {
    text-decoration: underline; }
  .xl_hover_underline:hover {
    text-decoration: underline; }
  .xl_focus_underline:focus {
    text-decoration: underline; }
  .xl_line-through {
    text-decoration: line-through; }
  .xl_hover_line-through:hover {
    text-decoration: line-through; }
  .xl_focus_line-through:focus {
    text-decoration: line-through; }
  .xl_no-underline {
    text-decoration: none; }
  .xl_hover_no-underline:hover {
    text-decoration: none; }
  .xl_focus_no-underline:focus {
    text-decoration: none; }
  .xl_uppercase {
    text-transform: uppercase; }
  .xl_lowercase {
    text-transform: lowercase; }
  .xl_capitalize {
    text-transform: capitalize; }
  .xl_normal-case {
    text-transform: none; }
  .xl_text-transparent {
    color: transparent; }
  .xl_hover_text-transparent:hover {
    color: transparent; }
  .xl_focus_text-transparent:focus {
    color: transparent; }
  .xl_text-black {
    color: #000; }
  .xl_hover_text-black:hover {
    color: #000; }
  .xl_focus_text-black:focus {
    color: #000; }
  .xl_text-white {
    color: #fff; }
  .xl_hover_text-white:hover {
    color: #fff; }
  .xl_focus_text-white:focus {
    color: #fff; }
  .xl_text-gray-100 {
    color: #f7fafc; }
  .xl_hover_text-gray-100:hover {
    color: #f7fafc; }
  .xl_focus_text-gray-100:focus {
    color: #f7fafc; }
  .xl_text-gray-200 {
    color: #edf2f7; }
  .xl_hover_text-gray-200:hover {
    color: #edf2f7; }
  .xl_focus_text-gray-200:focus {
    color: #edf2f7; }
  .xl_text-gray-300 {
    color: #e2e8f0; }
  .xl_hover_text-gray-300:hover {
    color: #e2e8f0; }
  .xl_focus_text-gray-300:focus {
    color: #e2e8f0; }
  .xl_text-gray-400 {
    color: #cbd5e0; }
  .xl_hover_text-gray-400:hover {
    color: #cbd5e0; }
  .xl_focus_text-gray-400:focus {
    color: #cbd5e0; }
  .xl_text-gray-500 {
    color: #a0aec0; }
  .xl_hover_text-gray-500:hover {
    color: #a0aec0; }
  .xl_focus_text-gray-500:focus {
    color: #a0aec0; }
  .xl_text-gray-600 {
    color: #718096; }
  .xl_hover_text-gray-600:hover {
    color: #718096; }
  .xl_focus_text-gray-600:focus {
    color: #718096; }
  .xl_text-gray-700 {
    color: #4a5568; }
  .xl_hover_text-gray-700:hover {
    color: #4a5568; }
  .xl_focus_text-gray-700:focus {
    color: #4a5568; }
  .xl_text-gray-800 {
    color: #2d3748; }
  .xl_hover_text-gray-800:hover {
    color: #2d3748; }
  .xl_focus_text-gray-800:focus {
    color: #2d3748; }
  .xl_text-gray-900 {
    color: #1a202c; }
  .xl_hover_text-gray-900:hover {
    color: #1a202c; }
  .xl_focus_text-gray-900:focus {
    color: #1a202c; }
  .xl_text-red-100 {
    color: #fff5f5; }
  .xl_hover_text-red-100:hover {
    color: #fff5f5; }
  .xl_focus_text-red-100:focus {
    color: #fff5f5; }
  .xl_text-red-200 {
    color: #fed7d7; }
  .xl_hover_text-red-200:hover {
    color: #fed7d7; }
  .xl_focus_text-red-200:focus {
    color: #fed7d7; }
  .xl_text-red-300 {
    color: #feb2b2; }
  .xl_hover_text-red-300:hover {
    color: #feb2b2; }
  .xl_focus_text-red-300:focus {
    color: #feb2b2; }
  .xl_text-red-400 {
    color: #fc8181; }
  .xl_hover_text-red-400:hover {
    color: #fc8181; }
  .xl_focus_text-red-400:focus {
    color: #fc8181; }
  .xl_text-red-500 {
    color: #f56565; }
  .xl_hover_text-red-500:hover {
    color: #f56565; }
  .xl_focus_text-red-500:focus {
    color: #f56565; }
  .xl_text-red-600 {
    color: #e53e3e; }
  .xl_hover_text-red-600:hover {
    color: #e53e3e; }
  .xl_focus_text-red-600:focus {
    color: #e53e3e; }
  .xl_text-red-700 {
    color: #c53030; }
  .xl_hover_text-red-700:hover {
    color: #c53030; }
  .xl_focus_text-red-700:focus {
    color: #c53030; }
  .xl_text-red-800 {
    color: #9b2c2c; }
  .xl_hover_text-red-800:hover {
    color: #9b2c2c; }
  .xl_focus_text-red-800:focus {
    color: #9b2c2c; }
  .xl_text-red-900 {
    color: #742a2a; }
  .xl_hover_text-red-900:hover {
    color: #742a2a; }
  .xl_focus_text-red-900:focus {
    color: #742a2a; }
  .xl_text-orange-100 {
    color: #fffaf0; }
  .xl_hover_text-orange-100:hover {
    color: #fffaf0; }
  .xl_focus_text-orange-100:focus {
    color: #fffaf0; }
  .xl_text-orange-200 {
    color: #feebc8; }
  .xl_hover_text-orange-200:hover {
    color: #feebc8; }
  .xl_focus_text-orange-200:focus {
    color: #feebc8; }
  .xl_text-orange-300 {
    color: #fbd38d; }
  .xl_hover_text-orange-300:hover {
    color: #fbd38d; }
  .xl_focus_text-orange-300:focus {
    color: #fbd38d; }
  .xl_text-orange-400 {
    color: #f6ad55; }
  .xl_hover_text-orange-400:hover {
    color: #f6ad55; }
  .xl_focus_text-orange-400:focus {
    color: #f6ad55; }
  .xl_text-orange-500 {
    color: #ed8936; }
  .xl_hover_text-orange-500:hover {
    color: #ed8936; }
  .xl_focus_text-orange-500:focus {
    color: #ed8936; }
  .xl_text-orange-600 {
    color: #dd6b20; }
  .xl_hover_text-orange-600:hover {
    color: #dd6b20; }
  .xl_focus_text-orange-600:focus {
    color: #dd6b20; }
  .xl_text-orange-700 {
    color: #c05621; }
  .xl_hover_text-orange-700:hover {
    color: #c05621; }
  .xl_focus_text-orange-700:focus {
    color: #c05621; }
  .xl_text-orange-800 {
    color: #9c4221; }
  .xl_hover_text-orange-800:hover {
    color: #9c4221; }
  .xl_focus_text-orange-800:focus {
    color: #9c4221; }
  .xl_text-orange-900 {
    color: #7b341e; }
  .xl_hover_text-orange-900:hover {
    color: #7b341e; }
  .xl_focus_text-orange-900:focus {
    color: #7b341e; }
  .xl_text-yellow-100 {
    color: #fffff0; }
  .xl_hover_text-yellow-100:hover {
    color: #fffff0; }
  .xl_focus_text-yellow-100:focus {
    color: #fffff0; }
  .xl_text-yellow-200 {
    color: #fefcbf; }
  .xl_hover_text-yellow-200:hover {
    color: #fefcbf; }
  .xl_focus_text-yellow-200:focus {
    color: #fefcbf; }
  .xl_text-yellow-300 {
    color: #faf089; }
  .xl_hover_text-yellow-300:hover {
    color: #faf089; }
  .xl_focus_text-yellow-300:focus {
    color: #faf089; }
  .xl_text-yellow-400 {
    color: #f6e05e; }
  .xl_hover_text-yellow-400:hover {
    color: #f6e05e; }
  .xl_focus_text-yellow-400:focus {
    color: #f6e05e; }
  .xl_text-yellow-500 {
    color: #ecc94b; }
  .xl_hover_text-yellow-500:hover {
    color: #ecc94b; }
  .xl_focus_text-yellow-500:focus {
    color: #ecc94b; }
  .xl_text-yellow-600 {
    color: #d69e2e; }
  .xl_hover_text-yellow-600:hover {
    color: #d69e2e; }
  .xl_focus_text-yellow-600:focus {
    color: #d69e2e; }
  .xl_text-yellow-700 {
    color: #b7791f; }
  .xl_hover_text-yellow-700:hover {
    color: #b7791f; }
  .xl_focus_text-yellow-700:focus {
    color: #b7791f; }
  .xl_text-yellow-800 {
    color: #975a16; }
  .xl_hover_text-yellow-800:hover {
    color: #975a16; }
  .xl_focus_text-yellow-800:focus {
    color: #975a16; }
  .xl_text-yellow-900 {
    color: #744210; }
  .xl_hover_text-yellow-900:hover {
    color: #744210; }
  .xl_focus_text-yellow-900:focus {
    color: #744210; }
  .xl_text-green-100 {
    color: #f0fff4; }
  .xl_hover_text-green-100:hover {
    color: #f0fff4; }
  .xl_focus_text-green-100:focus {
    color: #f0fff4; }
  .xl_text-green-200 {
    color: #c6f6d5; }
  .xl_hover_text-green-200:hover {
    color: #c6f6d5; }
  .xl_focus_text-green-200:focus {
    color: #c6f6d5; }
  .xl_text-green-300 {
    color: #9ae6b4; }
  .xl_hover_text-green-300:hover {
    color: #9ae6b4; }
  .xl_focus_text-green-300:focus {
    color: #9ae6b4; }
  .xl_text-green-400 {
    color: #68d391; }
  .xl_hover_text-green-400:hover {
    color: #68d391; }
  .xl_focus_text-green-400:focus {
    color: #68d391; }
  .xl_text-green-500 {
    color: #48bb78; }
  .xl_hover_text-green-500:hover {
    color: #48bb78; }
  .xl_focus_text-green-500:focus {
    color: #48bb78; }
  .xl_text-green-600 {
    color: #38a169; }
  .xl_hover_text-green-600:hover {
    color: #38a169; }
  .xl_focus_text-green-600:focus {
    color: #38a169; }
  .xl_text-green-700 {
    color: #2f855a; }
  .xl_hover_text-green-700:hover {
    color: #2f855a; }
  .xl_focus_text-green-700:focus {
    color: #2f855a; }
  .xl_text-green-800 {
    color: #276749; }
  .xl_hover_text-green-800:hover {
    color: #276749; }
  .xl_focus_text-green-800:focus {
    color: #276749; }
  .xl_text-green-900 {
    color: #22543d; }
  .xl_hover_text-green-900:hover {
    color: #22543d; }
  .xl_focus_text-green-900:focus {
    color: #22543d; }
  .xl_text-teal-100 {
    color: #e6fffa; }
  .xl_hover_text-teal-100:hover {
    color: #e6fffa; }
  .xl_focus_text-teal-100:focus {
    color: #e6fffa; }
  .xl_text-teal-200 {
    color: #b2f5ea; }
  .xl_hover_text-teal-200:hover {
    color: #b2f5ea; }
  .xl_focus_text-teal-200:focus {
    color: #b2f5ea; }
  .xl_text-teal-300 {
    color: #81e6d9; }
  .xl_hover_text-teal-300:hover {
    color: #81e6d9; }
  .xl_focus_text-teal-300:focus {
    color: #81e6d9; }
  .xl_text-teal-400 {
    color: #4fd1c5; }
  .xl_hover_text-teal-400:hover {
    color: #4fd1c5; }
  .xl_focus_text-teal-400:focus {
    color: #4fd1c5; }
  .xl_text-teal-500 {
    color: #38b2ac; }
  .xl_hover_text-teal-500:hover {
    color: #38b2ac; }
  .xl_focus_text-teal-500:focus {
    color: #38b2ac; }
  .xl_text-teal-600 {
    color: #319795; }
  .xl_hover_text-teal-600:hover {
    color: #319795; }
  .xl_focus_text-teal-600:focus {
    color: #319795; }
  .xl_text-teal-700 {
    color: #2c7a7b; }
  .xl_hover_text-teal-700:hover {
    color: #2c7a7b; }
  .xl_focus_text-teal-700:focus {
    color: #2c7a7b; }
  .xl_text-teal-800 {
    color: #285e61; }
  .xl_hover_text-teal-800:hover {
    color: #285e61; }
  .xl_focus_text-teal-800:focus {
    color: #285e61; }
  .xl_text-teal-900 {
    color: #234e52; }
  .xl_hover_text-teal-900:hover {
    color: #234e52; }
  .xl_focus_text-teal-900:focus {
    color: #234e52; }
  .xl_text-blue-100 {
    color: #ebf8ff; }
  .xl_hover_text-blue-100:hover {
    color: #ebf8ff; }
  .xl_focus_text-blue-100:focus {
    color: #ebf8ff; }
  .xl_text-blue-200 {
    color: #bee3f8; }
  .xl_hover_text-blue-200:hover {
    color: #bee3f8; }
  .xl_focus_text-blue-200:focus {
    color: #bee3f8; }
  .xl_text-blue-300 {
    color: #90cdf4; }
  .xl_hover_text-blue-300:hover {
    color: #90cdf4; }
  .xl_focus_text-blue-300:focus {
    color: #90cdf4; }
  .xl_text-blue-400 {
    color: #63b3ed; }
  .xl_hover_text-blue-400:hover {
    color: #63b3ed; }
  .xl_focus_text-blue-400:focus {
    color: #63b3ed; }
  .xl_text-blue-500 {
    color: #4299e1; }
  .xl_hover_text-blue-500:hover {
    color: #4299e1; }
  .xl_focus_text-blue-500:focus {
    color: #4299e1; }
  .xl_text-blue-600 {
    color: #3182ce; }
  .xl_hover_text-blue-600:hover {
    color: #3182ce; }
  .xl_focus_text-blue-600:focus {
    color: #3182ce; }
  .xl_text-blue-700 {
    color: #2b6cb0; }
  .xl_hover_text-blue-700:hover {
    color: #2b6cb0; }
  .xl_focus_text-blue-700:focus {
    color: #2b6cb0; }
  .xl_text-blue-800 {
    color: #2c5282; }
  .xl_hover_text-blue-800:hover {
    color: #2c5282; }
  .xl_focus_text-blue-800:focus {
    color: #2c5282; }
  .xl_text-blue-900 {
    color: #2a4365; }
  .xl_hover_text-blue-900:hover {
    color: #2a4365; }
  .xl_focus_text-blue-900:focus {
    color: #2a4365; }
  .xl_text-indigo-100 {
    color: #ebf4ff; }
  .xl_hover_text-indigo-100:hover {
    color: #ebf4ff; }
  .xl_focus_text-indigo-100:focus {
    color: #ebf4ff; }
  .xl_text-indigo-200 {
    color: #c3dafe; }
  .xl_hover_text-indigo-200:hover {
    color: #c3dafe; }
  .xl_focus_text-indigo-200:focus {
    color: #c3dafe; }
  .xl_text-indigo-300 {
    color: #a3bffa; }
  .xl_hover_text-indigo-300:hover {
    color: #a3bffa; }
  .xl_focus_text-indigo-300:focus {
    color: #a3bffa; }
  .xl_text-indigo-400 {
    color: #7f9cf5; }
  .xl_hover_text-indigo-400:hover {
    color: #7f9cf5; }
  .xl_focus_text-indigo-400:focus {
    color: #7f9cf5; }
  .xl_text-indigo-500 {
    color: #667eea; }
  .xl_hover_text-indigo-500:hover {
    color: #667eea; }
  .xl_focus_text-indigo-500:focus {
    color: #667eea; }
  .xl_text-indigo-600 {
    color: #5a67d8; }
  .xl_hover_text-indigo-600:hover {
    color: #5a67d8; }
  .xl_focus_text-indigo-600:focus {
    color: #5a67d8; }
  .xl_text-indigo-700 {
    color: #4c51bf; }
  .xl_hover_text-indigo-700:hover {
    color: #4c51bf; }
  .xl_focus_text-indigo-700:focus {
    color: #4c51bf; }
  .xl_text-indigo-800 {
    color: #434190; }
  .xl_hover_text-indigo-800:hover {
    color: #434190; }
  .xl_focus_text-indigo-800:focus {
    color: #434190; }
  .xl_text-indigo-900 {
    color: #3c366b; }
  .xl_hover_text-indigo-900:hover {
    color: #3c366b; }
  .xl_focus_text-indigo-900:focus {
    color: #3c366b; }
  .xl_text-purple-100 {
    color: #faf5ff; }
  .xl_hover_text-purple-100:hover {
    color: #faf5ff; }
  .xl_focus_text-purple-100:focus {
    color: #faf5ff; }
  .xl_text-purple-200 {
    color: #e9d8fd; }
  .xl_hover_text-purple-200:hover {
    color: #e9d8fd; }
  .xl_focus_text-purple-200:focus {
    color: #e9d8fd; }
  .xl_text-purple-300 {
    color: #d6bcfa; }
  .xl_hover_text-purple-300:hover {
    color: #d6bcfa; }
  .xl_focus_text-purple-300:focus {
    color: #d6bcfa; }
  .xl_text-purple-400 {
    color: #b794f4; }
  .xl_hover_text-purple-400:hover {
    color: #b794f4; }
  .xl_focus_text-purple-400:focus {
    color: #b794f4; }
  .xl_text-purple-500 {
    color: #9f7aea; }
  .xl_hover_text-purple-500:hover {
    color: #9f7aea; }
  .xl_focus_text-purple-500:focus {
    color: #9f7aea; }
  .xl_text-purple-600 {
    color: #805ad5; }
  .xl_hover_text-purple-600:hover {
    color: #805ad5; }
  .xl_focus_text-purple-600:focus {
    color: #805ad5; }
  .xl_text-purple-700 {
    color: #6b46c1; }
  .xl_hover_text-purple-700:hover {
    color: #6b46c1; }
  .xl_focus_text-purple-700:focus {
    color: #6b46c1; }
  .xl_text-purple-800 {
    color: #553c9a; }
  .xl_hover_text-purple-800:hover {
    color: #553c9a; }
  .xl_focus_text-purple-800:focus {
    color: #553c9a; }
  .xl_text-purple-900 {
    color: #44337a; }
  .xl_hover_text-purple-900:hover {
    color: #44337a; }
  .xl_focus_text-purple-900:focus {
    color: #44337a; }
  .xl_text-pink-100 {
    color: #fff5f7; }
  .xl_hover_text-pink-100:hover {
    color: #fff5f7; }
  .xl_focus_text-pink-100:focus {
    color: #fff5f7; }
  .xl_text-pink-200 {
    color: #fed7e2; }
  .xl_hover_text-pink-200:hover {
    color: #fed7e2; }
  .xl_focus_text-pink-200:focus {
    color: #fed7e2; }
  .xl_text-pink-300 {
    color: #fbb6ce; }
  .xl_hover_text-pink-300:hover {
    color: #fbb6ce; }
  .xl_focus_text-pink-300:focus {
    color: #fbb6ce; }
  .xl_text-pink-400 {
    color: #f687b3; }
  .xl_hover_text-pink-400:hover {
    color: #f687b3; }
  .xl_focus_text-pink-400:focus {
    color: #f687b3; }
  .xl_text-pink-500 {
    color: #ed64a6; }
  .xl_hover_text-pink-500:hover {
    color: #ed64a6; }
  .xl_focus_text-pink-500:focus {
    color: #ed64a6; }
  .xl_text-pink-600 {
    color: #d53f8c; }
  .xl_hover_text-pink-600:hover {
    color: #d53f8c; }
  .xl_focus_text-pink-600:focus {
    color: #d53f8c; }
  .xl_text-pink-700 {
    color: #b83280; }
  .xl_hover_text-pink-700:hover {
    color: #b83280; }
  .xl_focus_text-pink-700:focus {
    color: #b83280; }
  .xl_text-pink-800 {
    color: #97266d; }
  .xl_hover_text-pink-800:hover {
    color: #97266d; }
  .xl_focus_text-pink-800:focus {
    color: #97266d; }
  .xl_text-pink-900 {
    color: #702459; }
  .xl_hover_text-pink-900:hover {
    color: #702459; }
  .xl_focus_text-pink-900:focus {
    color: #702459; }
  .xl_align-baseline {
    vertical-align: baseline; }
  .xl_align-top {
    vertical-align: top; }
  .xl_align-middle {
    vertical-align: middle; }
  .xl_align-bottom {
    vertical-align: bottom; }
  .xl_align-text-top {
    vertical-align: text-top; }
  .xl_align-text-bottom {
    vertical-align: text-bottom; }
  .xl_whitespace-normal {
    white-space: normal; }
  .xl_whitespace-no-wrap {
    white-space: nowrap; }
  .xl_whitespace-pre {
    white-space: pre; }
  .xl_whitespace-pre-line {
    white-space: pre-line; }
  .xl_whitespace-pre-wrap {
    white-space: pre-wrap; }
  .xl_break-normal {
    word-break: normal;
    overflow-wrap: normal; }
  .xl_break-words {
    overflow-wrap: break-word; }
  .xl_break-all {
    word-break: normal; }
  .xl_truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .xl_bg-fixed {
    background-attachment: fixed; }
  .xl_bg-local {
    background-attachment: local; }
  .xl_bg-scroll {
    background-attachment: scroll; }
  .xl_bg-bottom {
    background-position: bottom; }
  .xl_bg-center {
    background-position: center; }
  .xl_bg-left {
    background-position: left; }
  .xl_bg-left-bottom {
    background-position: left-bottom; }
  .xl_bg-left-top {
    background-position: left-top; }
  .xl_bg-right {
    background-position: right; }
  .xl_bg-right-bottom {
    background-position: right-bottom; }
  .xl_bg-right-top {
    background-position: right-top; }
  .xl_bg-top {
    background-position: top; }
  .xl_bg-repeat {
    background-repeat: repeat; }
  .xl_bg-no-repeat {
    background-repeat: no-repeat; }
  .xl_bg-repeat-x {
    background-repeat: repeat-x; }
  .xl_bg-repeat-y {
    background-repeat: repeat-y; }
  .xl_bg-repeat-round {
    background-repeat: round; }
  .xl_bg-repeat-space {
    background-repeat: space; }
  .xl_bg-auto {
    background-size: auto; }
  .xl_bg-cover {
    background-size: cover; }
  .xl_bg-contain {
    background-size: contain; }
  .xl_bg-transparent {
    background-color: transparent; }
  .xl_hover_bg-transparent:hover {
    background-color: transparent; }
  .xl_focus_bg-transparent:focus {
    background-color: transparent; }
  .xl_bg-black {
    background-color: #000; }
  .xl_hover_bg-black:hover {
    background-color: #000; }
  .xl_focus_bg-black:focus {
    background-color: #000; }
  .xl_bg-white {
    background-color: #fff; }
  .xl_hover_bg-white:hover {
    background-color: #fff; }
  .xl_focus_bg-white:focus {
    background-color: #fff; }
  .xl_bg-gray-100 {
    background-color: #f7fafc; }
  .xl_hover_bg-gray-100:hover {
    background-color: #f7fafc; }
  .xl_focus_bg-gray-100:focus {
    background-color: #f7fafc; }
  .xl_bg-gray-200 {
    background-color: #edf2f7; }
  .xl_hover_bg-gray-200:hover {
    background-color: #edf2f7; }
  .xl_focus_bg-gray-200:focus {
    background-color: #edf2f7; }
  .xl_bg-gray-300 {
    background-color: #e2e8f0; }
  .xl_hover_bg-gray-300:hover {
    background-color: #e2e8f0; }
  .xl_focus_bg-gray-300:focus {
    background-color: #e2e8f0; }
  .xl_bg-gray-400 {
    background-color: #cbd5e0; }
  .xl_hover_bg-gray-400:hover {
    background-color: #cbd5e0; }
  .xl_focus_bg-gray-400:focus {
    background-color: #cbd5e0; }
  .xl_bg-gray-500 {
    background-color: #a0aec0; }
  .xl_hover_bg-gray-500:hover {
    background-color: #a0aec0; }
  .xl_focus_bg-gray-500:focus {
    background-color: #a0aec0; }
  .xl_bg-gray-600 {
    background-color: #718096; }
  .xl_hover_bg-gray-600:hover {
    background-color: #718096; }
  .xl_focus_bg-gray-600:focus {
    background-color: #718096; }
  .xl_bg-gray-700 {
    background-color: #4a5568; }
  .xl_hover_bg-gray-700:hover {
    background-color: #4a5568; }
  .xl_focus_bg-gray-700:focus {
    background-color: #4a5568; }
  .xl_bg-gray-800 {
    background-color: #2d3748; }
  .xl_hover_bg-gray-800:hover {
    background-color: #2d3748; }
  .xl_focus_bg-gray-800:focus {
    background-color: #2d3748; }
  .xl_bg-gray-900 {
    background-color: #1a202c; }
  .xl_hover_bg-gray-900:hover {
    background-color: #1a202c; }
  .xl_focus_bg-gray-900:focus {
    background-color: #1a202c; }
  .xl_bg-red-100 {
    background-color: #fff5f5; }
  .xl_hover_bg-red-100:hover {
    background-color: #fff5f5; }
  .xl_focus_bg-red-100:focus {
    background-color: #fff5f5; }
  .xl_bg-red-200 {
    background-color: #fed7d7; }
  .xl_hover_bg-red-200:hover {
    background-color: #fed7d7; }
  .xl_focus_bg-red-200:focus {
    background-color: #fed7d7; }
  .xl_bg-red-300 {
    background-color: #feb2b2; }
  .xl_hover_bg-red-300:hover {
    background-color: #feb2b2; }
  .xl_focus_bg-red-300:focus {
    background-color: #feb2b2; }
  .xl_bg-red-400 {
    background-color: #fc8181; }
  .xl_hover_bg-red-400:hover {
    background-color: #fc8181; }
  .xl_focus_bg-red-400:focus {
    background-color: #fc8181; }
  .xl_bg-red-500 {
    background-color: #f56565; }
  .xl_hover_bg-red-500:hover {
    background-color: #f56565; }
  .xl_focus_bg-red-500:focus {
    background-color: #f56565; }
  .xl_bg-red-600 {
    background-color: #e53e3e; }
  .xl_hover_bg-red-600:hover {
    background-color: #e53e3e; }
  .xl_focus_bg-red-600:focus {
    background-color: #e53e3e; }
  .xl_bg-red-700 {
    background-color: #c53030; }
  .xl_hover_bg-red-700:hover {
    background-color: #c53030; }
  .xl_focus_bg-red-700:focus {
    background-color: #c53030; }
  .xl_bg-red-800 {
    background-color: #9b2c2c; }
  .xl_hover_bg-red-800:hover {
    background-color: #9b2c2c; }
  .xl_focus_bg-red-800:focus {
    background-color: #9b2c2c; }
  .xl_bg-red-900 {
    background-color: #742a2a; }
  .xl_hover_bg-red-900:hover {
    background-color: #742a2a; }
  .xl_focus_bg-red-900:focus {
    background-color: #742a2a; }
  .xl_bg-orange-100 {
    background-color: #fffaf0; }
  .xl_hover_bg-orange-100:hover {
    background-color: #fffaf0; }
  .xl_focus_bg-orange-100:focus {
    background-color: #fffaf0; }
  .xl_bg-orange-200 {
    background-color: #feebc8; }
  .xl_hover_bg-orange-200:hover {
    background-color: #feebc8; }
  .xl_focus_bg-orange-200:focus {
    background-color: #feebc8; }
  .xl_bg-orange-300 {
    background-color: #fbd38d; }
  .xl_hover_bg-orange-300:hover {
    background-color: #fbd38d; }
  .xl_focus_bg-orange-300:focus {
    background-color: #fbd38d; }
  .xl_bg-orange-400 {
    background-color: #f6ad55; }
  .xl_hover_bg-orange-400:hover {
    background-color: #f6ad55; }
  .xl_focus_bg-orange-400:focus {
    background-color: #f6ad55; }
  .xl_bg-orange-500 {
    background-color: #ed8936; }
  .xl_hover_bg-orange-500:hover {
    background-color: #ed8936; }
  .xl_focus_bg-orange-500:focus {
    background-color: #ed8936; }
  .xl_bg-orange-600 {
    background-color: #dd6b20; }
  .xl_hover_bg-orange-600:hover {
    background-color: #dd6b20; }
  .xl_focus_bg-orange-600:focus {
    background-color: #dd6b20; }
  .xl_bg-orange-700 {
    background-color: #c05621; }
  .xl_hover_bg-orange-700:hover {
    background-color: #c05621; }
  .xl_focus_bg-orange-700:focus {
    background-color: #c05621; }
  .xl_bg-orange-800 {
    background-color: #9c4221; }
  .xl_hover_bg-orange-800:hover {
    background-color: #9c4221; }
  .xl_focus_bg-orange-800:focus {
    background-color: #9c4221; }
  .xl_bg-orange-900 {
    background-color: #7b341e; }
  .xl_hover_bg-orange-900:hover {
    background-color: #7b341e; }
  .xl_focus_bg-orange-900:focus {
    background-color: #7b341e; }
  .xl_bg-yellow-100 {
    background-color: #fffff0; }
  .xl_hover_bg-yellow-100:hover {
    background-color: #fffff0; }
  .xl_focus_bg-yellow-100:focus {
    background-color: #fffff0; }
  .xl_bg-yellow-200 {
    background-color: #fefcbf; }
  .xl_hover_bg-yellow-200:hover {
    background-color: #fefcbf; }
  .xl_focus_bg-yellow-200:focus {
    background-color: #fefcbf; }
  .xl_bg-yellow-300 {
    background-color: #faf089; }
  .xl_hover_bg-yellow-300:hover {
    background-color: #faf089; }
  .xl_focus_bg-yellow-300:focus {
    background-color: #faf089; }
  .xl_bg-yellow-400 {
    background-color: #f6e05e; }
  .xl_hover_bg-yellow-400:hover {
    background-color: #f6e05e; }
  .xl_focus_bg-yellow-400:focus {
    background-color: #f6e05e; }
  .xl_bg-yellow-500 {
    background-color: #ecc94b; }
  .xl_hover_bg-yellow-500:hover {
    background-color: #ecc94b; }
  .xl_focus_bg-yellow-500:focus {
    background-color: #ecc94b; }
  .xl_bg-yellow-600 {
    background-color: #d69e2e; }
  .xl_hover_bg-yellow-600:hover {
    background-color: #d69e2e; }
  .xl_focus_bg-yellow-600:focus {
    background-color: #d69e2e; }
  .xl_bg-yellow-700 {
    background-color: #b7791f; }
  .xl_hover_bg-yellow-700:hover {
    background-color: #b7791f; }
  .xl_focus_bg-yellow-700:focus {
    background-color: #b7791f; }
  .xl_bg-yellow-800 {
    background-color: #975a16; }
  .xl_hover_bg-yellow-800:hover {
    background-color: #975a16; }
  .xl_focus_bg-yellow-800:focus {
    background-color: #975a16; }
  .xl_bg-yellow-900 {
    background-color: #744210; }
  .xl_hover_bg-yellow-900:hover {
    background-color: #744210; }
  .xl_focus_bg-yellow-900:focus {
    background-color: #744210; }
  .xl_bg-green-100 {
    background-color: #f0fff4; }
  .xl_hover_bg-green-100:hover {
    background-color: #f0fff4; }
  .xl_focus_bg-green-100:focus {
    background-color: #f0fff4; }
  .xl_bg-green-200 {
    background-color: #c6f6d5; }
  .xl_hover_bg-green-200:hover {
    background-color: #c6f6d5; }
  .xl_focus_bg-green-200:focus {
    background-color: #c6f6d5; }
  .xl_bg-green-300 {
    background-color: #9ae6b4; }
  .xl_hover_bg-green-300:hover {
    background-color: #9ae6b4; }
  .xl_focus_bg-green-300:focus {
    background-color: #9ae6b4; }
  .xl_bg-green-400 {
    background-color: #68d391; }
  .xl_hover_bg-green-400:hover {
    background-color: #68d391; }
  .xl_focus_bg-green-400:focus {
    background-color: #68d391; }
  .xl_bg-green-500 {
    background-color: #48bb78; }
  .xl_hover_bg-green-500:hover {
    background-color: #48bb78; }
  .xl_focus_bg-green-500:focus {
    background-color: #48bb78; }
  .xl_bg-green-600 {
    background-color: #38a169; }
  .xl_hover_bg-green-600:hover {
    background-color: #38a169; }
  .xl_focus_bg-green-600:focus {
    background-color: #38a169; }
  .xl_bg-green-700 {
    background-color: #2f855a; }
  .xl_hover_bg-green-700:hover {
    background-color: #2f855a; }
  .xl_focus_bg-green-700:focus {
    background-color: #2f855a; }
  .xl_bg-green-800 {
    background-color: #276749; }
  .xl_hover_bg-green-800:hover {
    background-color: #276749; }
  .xl_focus_bg-green-800:focus {
    background-color: #276749; }
  .xl_bg-green-900 {
    background-color: #22543d; }
  .xl_hover_bg-green-900:hover {
    background-color: #22543d; }
  .xl_focus_bg-green-900:focus {
    background-color: #22543d; }
  .xl_bg-teal-100 {
    background-color: #e6fffa; }
  .xl_hover_bg-teal-100:hover {
    background-color: #e6fffa; }
  .xl_focus_bg-teal-100:focus {
    background-color: #e6fffa; }
  .xl_bg-teal-200 {
    background-color: #b2f5ea; }
  .xl_hover_bg-teal-200:hover {
    background-color: #b2f5ea; }
  .xl_focus_bg-teal-200:focus {
    background-color: #b2f5ea; }
  .xl_bg-teal-300 {
    background-color: #81e6d9; }
  .xl_hover_bg-teal-300:hover {
    background-color: #81e6d9; }
  .xl_focus_bg-teal-300:focus {
    background-color: #81e6d9; }
  .xl_bg-teal-400 {
    background-color: #4fd1c5; }
  .xl_hover_bg-teal-400:hover {
    background-color: #4fd1c5; }
  .xl_focus_bg-teal-400:focus {
    background-color: #4fd1c5; }
  .xl_bg-teal-500 {
    background-color: #38b2ac; }
  .xl_hover_bg-teal-500:hover {
    background-color: #38b2ac; }
  .xl_focus_bg-teal-500:focus {
    background-color: #38b2ac; }
  .xl_bg-teal-600 {
    background-color: #319795; }
  .xl_hover_bg-teal-600:hover {
    background-color: #319795; }
  .xl_focus_bg-teal-600:focus {
    background-color: #319795; }
  .xl_bg-teal-700 {
    background-color: #2c7a7b; }
  .xl_hover_bg-teal-700:hover {
    background-color: #2c7a7b; }
  .xl_focus_bg-teal-700:focus {
    background-color: #2c7a7b; }
  .xl_bg-teal-800 {
    background-color: #285e61; }
  .xl_hover_bg-teal-800:hover {
    background-color: #285e61; }
  .xl_focus_bg-teal-800:focus {
    background-color: #285e61; }
  .xl_bg-teal-900 {
    background-color: #234e52; }
  .xl_hover_bg-teal-900:hover {
    background-color: #234e52; }
  .xl_focus_bg-teal-900:focus {
    background-color: #234e52; }
  .xl_bg-blue-100 {
    background-color: #ebf8ff; }
  .xl_hover_bg-blue-100:hover {
    background-color: #ebf8ff; }
  .xl_focus_bg-blue-100:focus {
    background-color: #ebf8ff; }
  .xl_bg-blue-200 {
    background-color: #bee3f8; }
  .xl_hover_bg-blue-200:hover {
    background-color: #bee3f8; }
  .xl_focus_bg-blue-200:focus {
    background-color: #bee3f8; }
  .xl_bg-blue-300 {
    background-color: #90cdf4; }
  .xl_hover_bg-blue-300:hover {
    background-color: #90cdf4; }
  .xl_focus_bg-blue-300:focus {
    background-color: #90cdf4; }
  .xl_bg-blue-400 {
    background-color: #63b3ed; }
  .xl_hover_bg-blue-400:hover {
    background-color: #63b3ed; }
  .xl_focus_bg-blue-400:focus {
    background-color: #63b3ed; }
  .xl_bg-blue-500 {
    background-color: #4299e1; }
  .xl_hover_bg-blue-500:hover {
    background-color: #4299e1; }
  .xl_focus_bg-blue-500:focus {
    background-color: #4299e1; }
  .xl_bg-blue-600 {
    background-color: #3182ce; }
  .xl_hover_bg-blue-600:hover {
    background-color: #3182ce; }
  .xl_focus_bg-blue-600:focus {
    background-color: #3182ce; }
  .xl_bg-blue-700 {
    background-color: #2b6cb0; }
  .xl_hover_bg-blue-700:hover {
    background-color: #2b6cb0; }
  .xl_focus_bg-blue-700:focus {
    background-color: #2b6cb0; }
  .xl_bg-blue-800 {
    background-color: #2c5282; }
  .xl_hover_bg-blue-800:hover {
    background-color: #2c5282; }
  .xl_focus_bg-blue-800:focus {
    background-color: #2c5282; }
  .xl_bg-blue-900 {
    background-color: #2a4365; }
  .xl_hover_bg-blue-900:hover {
    background-color: #2a4365; }
  .xl_focus_bg-blue-900:focus {
    background-color: #2a4365; }
  .xl_bg-indigo-100 {
    background-color: #ebf4ff; }
  .xl_hover_bg-indigo-100:hover {
    background-color: #ebf4ff; }
  .xl_focus_bg-indigo-100:focus {
    background-color: #ebf4ff; }
  .xl_bg-indigo-200 {
    background-color: #c3dafe; }
  .xl_hover_bg-indigo-200:hover {
    background-color: #c3dafe; }
  .xl_focus_bg-indigo-200:focus {
    background-color: #c3dafe; }
  .xl_bg-indigo-300 {
    background-color: #a3bffa; }
  .xl_hover_bg-indigo-300:hover {
    background-color: #a3bffa; }
  .xl_focus_bg-indigo-300:focus {
    background-color: #a3bffa; }
  .xl_bg-indigo-400 {
    background-color: #7f9cf5; }
  .xl_hover_bg-indigo-400:hover {
    background-color: #7f9cf5; }
  .xl_focus_bg-indigo-400:focus {
    background-color: #7f9cf5; }
  .xl_bg-indigo-500 {
    background-color: #667eea; }
  .xl_hover_bg-indigo-500:hover {
    background-color: #667eea; }
  .xl_focus_bg-indigo-500:focus {
    background-color: #667eea; }
  .xl_bg-indigo-600 {
    background-color: #5a67d8; }
  .xl_hover_bg-indigo-600:hover {
    background-color: #5a67d8; }
  .xl_focus_bg-indigo-600:focus {
    background-color: #5a67d8; }
  .xl_bg-indigo-700 {
    background-color: #4c51bf; }
  .xl_hover_bg-indigo-700:hover {
    background-color: #4c51bf; }
  .xl_focus_bg-indigo-700:focus {
    background-color: #4c51bf; }
  .xl_bg-indigo-800 {
    background-color: #434190; }
  .xl_hover_bg-indigo-800:hover {
    background-color: #434190; }
  .xl_focus_bg-indigo-800:focus {
    background-color: #434190; }
  .xl_bg-indigo-900 {
    background-color: #3c366b; }
  .xl_hover_bg-indigo-900:hover {
    background-color: #3c366b; }
  .xl_focus_bg-indigo-900:focus {
    background-color: #3c366b; }
  .xl_bg-purple-100 {
    background-color: #faf5ff; }
  .xl_hover_bg-purple-100:hover {
    background-color: #faf5ff; }
  .xl_focus_bg-purple-100:focus {
    background-color: #faf5ff; }
  .xl_bg-purple-200 {
    background-color: #e9d8fd; }
  .xl_hover_bg-purple-200:hover {
    background-color: #e9d8fd; }
  .xl_focus_bg-purple-200:focus {
    background-color: #e9d8fd; }
  .xl_bg-purple-300 {
    background-color: #d6bcfa; }
  .xl_hover_bg-purple-300:hover {
    background-color: #d6bcfa; }
  .xl_focus_bg-purple-300:focus {
    background-color: #d6bcfa; }
  .xl_bg-purple-400 {
    background-color: #b794f4; }
  .xl_hover_bg-purple-400:hover {
    background-color: #b794f4; }
  .xl_focus_bg-purple-400:focus {
    background-color: #b794f4; }
  .xl_bg-purple-500 {
    background-color: #9f7aea; }
  .xl_hover_bg-purple-500:hover {
    background-color: #9f7aea; }
  .xl_focus_bg-purple-500:focus {
    background-color: #9f7aea; }
  .xl_bg-purple-600 {
    background-color: #805ad5; }
  .xl_hover_bg-purple-600:hover {
    background-color: #805ad5; }
  .xl_focus_bg-purple-600:focus {
    background-color: #805ad5; }
  .xl_bg-purple-700 {
    background-color: #6b46c1; }
  .xl_hover_bg-purple-700:hover {
    background-color: #6b46c1; }
  .xl_focus_bg-purple-700:focus {
    background-color: #6b46c1; }
  .xl_bg-purple-800 {
    background-color: #553c9a; }
  .xl_hover_bg-purple-800:hover {
    background-color: #553c9a; }
  .xl_focus_bg-purple-800:focus {
    background-color: #553c9a; }
  .xl_bg-purple-900 {
    background-color: #44337a; }
  .xl_hover_bg-purple-900:hover {
    background-color: #44337a; }
  .xl_focus_bg-purple-900:focus {
    background-color: #44337a; }
  .xl_bg-pink-100 {
    background-color: #fff5f7; }
  .xl_hover_bg-pink-100:hover {
    background-color: #fff5f7; }
  .xl_focus_bg-pink-100:focus {
    background-color: #fff5f7; }
  .xl_bg-pink-200 {
    background-color: #fed7e2; }
  .xl_hover_bg-pink-200:hover {
    background-color: #fed7e2; }
  .xl_focus_bg-pink-200:focus {
    background-color: #fed7e2; }
  .xl_bg-pink-300 {
    background-color: #fbb6ce; }
  .xl_hover_bg-pink-300:hover {
    background-color: #fbb6ce; }
  .xl_focus_bg-pink-300:focus {
    background-color: #fbb6ce; }
  .xl_bg-pink-400 {
    background-color: #f687b3; }
  .xl_hover_bg-pink-400:hover {
    background-color: #f687b3; }
  .xl_focus_bg-pink-400:focus {
    background-color: #f687b3; }
  .xl_bg-pink-500 {
    background-color: #ed64a6; }
  .xl_hover_bg-pink-500:hover {
    background-color: #ed64a6; }
  .xl_focus_bg-pink-500:focus {
    background-color: #ed64a6; }
  .xl_bg-pink-600 {
    background-color: #d53f8c; }
  .xl_hover_bg-pink-600:hover {
    background-color: #d53f8c; }
  .xl_focus_bg-pink-600:focus {
    background-color: #d53f8c; }
  .xl_bg-pink-700 {
    background-color: #b83280; }
  .xl_hover_bg-pink-700:hover {
    background-color: #b83280; }
  .xl_focus_bg-pink-700:focus {
    background-color: #b83280; }
  .xl_bg-pink-800 {
    background-color: #97266d; }
  .xl_hover_bg-pink-800:hover {
    background-color: #97266d; }
  .xl_focus_bg-pink-800:focus {
    background-color: #97266d; }
  .xl_bg-pink-900 {
    background-color: #702459; }
  .xl_hover_bg-pink-900:hover {
    background-color: #702459; }
  .xl_focus_bg-pink-900:focus {
    background-color: #702459; }
  .xl_border-solid {
    border-style: solid; }
  .xl_border-dashed {
    border-style: dashed; }
  .xl_border-dotted {
    border-style: dotted; }
  .xl_border-none {
    border-style: none; }
  .xl_border {
    border-width: 1px; }
  .xl_border-0 {
    border-width: 0; }
  .xl_border-2 {
    border-width: 2px; }
  .xl_border-4 {
    border-width: 4px; }
  .xl_border-8 {
    border-width: 8px; }
  .xl_border-t {
    border-top-width: 1px; }
  .xl_border-t-0 {
    border-top-width: 0; }
  .xl_border-t-2 {
    border-top-width: 2px; }
  .xl_border-t-4 {
    border-top-width: 4px; }
  .xl_border-t-8 {
    border-top-width: 8px; }
  .xl_border-r {
    border-right-width: 1px; }
  .xl_border-r-0 {
    border-right-width: 0; }
  .xl_border-r-2 {
    border-right-width: 2px; }
  .xl_border-r-4 {
    border-right-width: 4px; }
  .xl_border-r-8 {
    border-right-width: 8px; }
  .xl_border-b {
    border-bottom-width: 1px; }
  .xl_border-b-0 {
    border-bottom-width: 0; }
  .xl_border-b-2 {
    border-bottom-width: 2px; }
  .xl_border-b-4 {
    border-bottom-width: 4px; }
  .xl_border-b-8 {
    border-bottom-width: 8px; }
  .xl_border-l {
    border-left-width: 1px; }
  .xl_border-l-0 {
    border-left-width: 0; }
  .xl_border-l-2 {
    border-left-width: 2px; }
  .xl_border-l-4 {
    border-left-width: 4px; }
  .xl_border-l-8 {
    border-left-width: 8px; }
  .xl_rounded {
    border-radius: 0.25rem; }
  .xl_rounded-none {
    border-radius: 0; }
  .xl_rounded-sm {
    border-radius: 0.125rem; }
  .xl_rounded-lg {
    border-radius: 0.5rem; }
  .xl_rounded-full {
    border-radius: 9999px; }
  .xl_rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .xl_rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .xl_rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem; }
  .xl_rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
  .xl_rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px; }
  .xl_rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .xl_rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .xl_rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem; }
  .xl_rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
  .xl_rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px; }
  .xl_rounded-b {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .xl_rounded-b-none {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .xl_rounded-b-sm {
    border-bottom-left-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem; }
  .xl_rounded-b-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
  .xl_rounded-b-full {
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px; }
  .xl_rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .xl_rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .xl_rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem; }
  .xl_rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; }
  .xl_rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px; }
  .xl_rounded-tl {
    border-top-left-radius: 0.25rem; }
  .xl_rounded-tl-none {
    border-top-left-radius: 0; }
  .xl_rounded-tl-sm {
    border-top-left-radius: 0.125rem; }
  .xl_rounded-tl-lg {
    border-top-left-radius: 0.5rem; }
  .xl_rounded-tl-full {
    border-top-left-radius: 9999px; }
  .xl_rounded-tr {
    border-top-right-radius: 0.25rem; }
  .xl_rounded-tr-none {
    border-top-right-radius: 0; }
  .xl_rounded-tr-sm {
    border-top-right-radius: 0.125rem; }
  .xl_rounded-tr-lg {
    border-top-right-radius: 0.5rem; }
  .xl_rounded-tr-full {
    border-top-right-radius: 9999px; }
  .xl_rounded-bl {
    border-bottom-left-radius: 0.25rem; }
  .xl_rounded-bl-none {
    border-bottom-left-radius: 0; }
  .xl_rounded-bl-sm {
    border-bottom-left-radius: 0.125rem; }
  .xl_rounded-bl-lg {
    border-bottom-left-radius: 0.5rem; }
  .xl_rounded-bl-full {
    border-bottom-left-radius: 9999px; }
  .xl_rounded-br {
    border-bottom-right-radius: 0.25rem; }
  .xl_rounded-br-none {
    border-bottom-right-radius: 0; }
  .xl_rounded-br-sm {
    border-bottom-right-radius: 0.125rem; }
  .xl_rounded-br-lg {
    border-bottom-right-radius: 0.5rem; }
  .xl_rounded-br-full {
    border-bottom-right-radius: 9999px; }
  .xl_border-transparent {
    border-color: transparent; }
  .xl_hover_border-transparent:hover {
    border-color: transparent; }
  .xl_focus_border-transparent:focus {
    border-color: transparent; }
  .xl_border-black {
    border-color: #000; }
  .xl_hover_border-black:hover {
    border-color: #000; }
  .xl_focus_border-black:focus {
    border-color: #000; }
  .xl_border-white {
    border-color: #fff; }
  .xl_hover_border-white:hover {
    border-color: #fff; }
  .xl_focus_border-white:focus {
    border-color: #fff; }
  .xl_border-gray-100 {
    border-color: #f7fafc; }
  .xl_hover_border-gray-100:hover {
    border-color: #f7fafc; }
  .xl_focus_border-gray-100:focus {
    border-color: #f7fafc; }
  .xl_border-gray-200 {
    border-color: #edf2f7; }
  .xl_hover_border-gray-200:hover {
    border-color: #edf2f7; }
  .xl_focus_border-gray-200:focus {
    border-color: #edf2f7; }
  .xl_border-gray-300 {
    border-color: #e2e8f0; }
  .xl_hover_border-gray-300:hover {
    border-color: #e2e8f0; }
  .xl_focus_border-gray-300:focus {
    border-color: #e2e8f0; }
  .xl_border-gray-400 {
    border-color: #cbd5e0; }
  .xl_hover_border-gray-400:hover {
    border-color: #cbd5e0; }
  .xl_focus_border-gray-400:focus {
    border-color: #cbd5e0; }
  .xl_border-gray-500 {
    border-color: #a0aec0; }
  .xl_hover_border-gray-500:hover {
    border-color: #a0aec0; }
  .xl_focus_border-gray-500:focus {
    border-color: #a0aec0; }
  .xl_border-gray-600 {
    border-color: #718096; }
  .xl_hover_border-gray-600:hover {
    border-color: #718096; }
  .xl_focus_border-gray-600:focus {
    border-color: #718096; }
  .xl_border-gray-700 {
    border-color: #4a5568; }
  .xl_hover_border-gray-700:hover {
    border-color: #4a5568; }
  .xl_focus_border-gray-700:focus {
    border-color: #4a5568; }
  .xl_border-gray-800 {
    border-color: #2d3748; }
  .xl_hover_border-gray-800:hover {
    border-color: #2d3748; }
  .xl_focus_border-gray-800:focus {
    border-color: #2d3748; }
  .xl_border-gray-900 {
    border-color: #1a202c; }
  .xl_hover_border-gray-900:hover {
    border-color: #1a202c; }
  .xl_focus_border-gray-900:focus {
    border-color: #1a202c; }
  .xl_border-red-100 {
    border-color: #fff5f5; }
  .xl_hover_border-red-100:hover {
    border-color: #fff5f5; }
  .xl_focus_border-red-100:focus {
    border-color: #fff5f5; }
  .xl_border-red-200 {
    border-color: #fed7d7; }
  .xl_hover_border-red-200:hover {
    border-color: #fed7d7; }
  .xl_focus_border-red-200:focus {
    border-color: #fed7d7; }
  .xl_border-red-300 {
    border-color: #feb2b2; }
  .xl_hover_border-red-300:hover {
    border-color: #feb2b2; }
  .xl_focus_border-red-300:focus {
    border-color: #feb2b2; }
  .xl_border-red-400 {
    border-color: #fc8181; }
  .xl_hover_border-red-400:hover {
    border-color: #fc8181; }
  .xl_focus_border-red-400:focus {
    border-color: #fc8181; }
  .xl_border-red-500 {
    border-color: #f56565; }
  .xl_hover_border-red-500:hover {
    border-color: #f56565; }
  .xl_focus_border-red-500:focus {
    border-color: #f56565; }
  .xl_border-red-600 {
    border-color: #e53e3e; }
  .xl_hover_border-red-600:hover {
    border-color: #e53e3e; }
  .xl_focus_border-red-600:focus {
    border-color: #e53e3e; }
  .xl_border-red-700 {
    border-color: #c53030; }
  .xl_hover_border-red-700:hover {
    border-color: #c53030; }
  .xl_focus_border-red-700:focus {
    border-color: #c53030; }
  .xl_border-red-800 {
    border-color: #9b2c2c; }
  .xl_hover_border-red-800:hover {
    border-color: #9b2c2c; }
  .xl_focus_border-red-800:focus {
    border-color: #9b2c2c; }
  .xl_border-red-900 {
    border-color: #742a2a; }
  .xl_hover_border-red-900:hover {
    border-color: #742a2a; }
  .xl_focus_border-red-900:focus {
    border-color: #742a2a; }
  .xl_border-orange-100 {
    border-color: #fffaf0; }
  .xl_hover_border-orange-100:hover {
    border-color: #fffaf0; }
  .xl_focus_border-orange-100:focus {
    border-color: #fffaf0; }
  .xl_border-orange-200 {
    border-color: #feebc8; }
  .xl_hover_border-orange-200:hover {
    border-color: #feebc8; }
  .xl_focus_border-orange-200:focus {
    border-color: #feebc8; }
  .xl_border-orange-300 {
    border-color: #fbd38d; }
  .xl_hover_border-orange-300:hover {
    border-color: #fbd38d; }
  .xl_focus_border-orange-300:focus {
    border-color: #fbd38d; }
  .xl_border-orange-400 {
    border-color: #f6ad55; }
  .xl_hover_border-orange-400:hover {
    border-color: #f6ad55; }
  .xl_focus_border-orange-400:focus {
    border-color: #f6ad55; }
  .xl_border-orange-500 {
    border-color: #ed8936; }
  .xl_hover_border-orange-500:hover {
    border-color: #ed8936; }
  .xl_focus_border-orange-500:focus {
    border-color: #ed8936; }
  .xl_border-orange-600 {
    border-color: #dd6b20; }
  .xl_hover_border-orange-600:hover {
    border-color: #dd6b20; }
  .xl_focus_border-orange-600:focus {
    border-color: #dd6b20; }
  .xl_border-orange-700 {
    border-color: #c05621; }
  .xl_hover_border-orange-700:hover {
    border-color: #c05621; }
  .xl_focus_border-orange-700:focus {
    border-color: #c05621; }
  .xl_border-orange-800 {
    border-color: #9c4221; }
  .xl_hover_border-orange-800:hover {
    border-color: #9c4221; }
  .xl_focus_border-orange-800:focus {
    border-color: #9c4221; }
  .xl_border-orange-900 {
    border-color: #7b341e; }
  .xl_hover_border-orange-900:hover {
    border-color: #7b341e; }
  .xl_focus_border-orange-900:focus {
    border-color: #7b341e; }
  .xl_border-yellow-100 {
    border-color: #fffff0; }
  .xl_hover_border-yellow-100:hover {
    border-color: #fffff0; }
  .xl_focus_border-yellow-100:focus {
    border-color: #fffff0; }
  .xl_border-yellow-200 {
    border-color: #fefcbf; }
  .xl_hover_border-yellow-200:hover {
    border-color: #fefcbf; }
  .xl_focus_border-yellow-200:focus {
    border-color: #fefcbf; }
  .xl_border-yellow-300 {
    border-color: #faf089; }
  .xl_hover_border-yellow-300:hover {
    border-color: #faf089; }
  .xl_focus_border-yellow-300:focus {
    border-color: #faf089; }
  .xl_border-yellow-400 {
    border-color: #f6e05e; }
  .xl_hover_border-yellow-400:hover {
    border-color: #f6e05e; }
  .xl_focus_border-yellow-400:focus {
    border-color: #f6e05e; }
  .xl_border-yellow-500 {
    border-color: #ecc94b; }
  .xl_hover_border-yellow-500:hover {
    border-color: #ecc94b; }
  .xl_focus_border-yellow-500:focus {
    border-color: #ecc94b; }
  .xl_border-yellow-600 {
    border-color: #d69e2e; }
  .xl_hover_border-yellow-600:hover {
    border-color: #d69e2e; }
  .xl_focus_border-yellow-600:focus {
    border-color: #d69e2e; }
  .xl_border-yellow-700 {
    border-color: #b7791f; }
  .xl_hover_border-yellow-700:hover {
    border-color: #b7791f; }
  .xl_focus_border-yellow-700:focus {
    border-color: #b7791f; }
  .xl_border-yellow-800 {
    border-color: #975a16; }
  .xl_hover_border-yellow-800:hover {
    border-color: #975a16; }
  .xl_focus_border-yellow-800:focus {
    border-color: #975a16; }
  .xl_border-yellow-900 {
    border-color: #744210; }
  .xl_hover_border-yellow-900:hover {
    border-color: #744210; }
  .xl_focus_border-yellow-900:focus {
    border-color: #744210; }
  .xl_border-green-100 {
    border-color: #f0fff4; }
  .xl_hover_border-green-100:hover {
    border-color: #f0fff4; }
  .xl_focus_border-green-100:focus {
    border-color: #f0fff4; }
  .xl_border-green-200 {
    border-color: #c6f6d5; }
  .xl_hover_border-green-200:hover {
    border-color: #c6f6d5; }
  .xl_focus_border-green-200:focus {
    border-color: #c6f6d5; }
  .xl_border-green-300 {
    border-color: #9ae6b4; }
  .xl_hover_border-green-300:hover {
    border-color: #9ae6b4; }
  .xl_focus_border-green-300:focus {
    border-color: #9ae6b4; }
  .xl_border-green-400 {
    border-color: #68d391; }
  .xl_hover_border-green-400:hover {
    border-color: #68d391; }
  .xl_focus_border-green-400:focus {
    border-color: #68d391; }
  .xl_border-green-500 {
    border-color: #48bb78; }
  .xl_hover_border-green-500:hover {
    border-color: #48bb78; }
  .xl_focus_border-green-500:focus {
    border-color: #48bb78; }
  .xl_border-green-600 {
    border-color: #38a169; }
  .xl_hover_border-green-600:hover {
    border-color: #38a169; }
  .xl_focus_border-green-600:focus {
    border-color: #38a169; }
  .xl_border-green-700 {
    border-color: #2f855a; }
  .xl_hover_border-green-700:hover {
    border-color: #2f855a; }
  .xl_focus_border-green-700:focus {
    border-color: #2f855a; }
  .xl_border-green-800 {
    border-color: #276749; }
  .xl_hover_border-green-800:hover {
    border-color: #276749; }
  .xl_focus_border-green-800:focus {
    border-color: #276749; }
  .xl_border-green-900 {
    border-color: #22543d; }
  .xl_hover_border-green-900:hover {
    border-color: #22543d; }
  .xl_focus_border-green-900:focus {
    border-color: #22543d; }
  .xl_border-teal-100 {
    border-color: #e6fffa; }
  .xl_hover_border-teal-100:hover {
    border-color: #e6fffa; }
  .xl_focus_border-teal-100:focus {
    border-color: #e6fffa; }
  .xl_border-teal-200 {
    border-color: #b2f5ea; }
  .xl_hover_border-teal-200:hover {
    border-color: #b2f5ea; }
  .xl_focus_border-teal-200:focus {
    border-color: #b2f5ea; }
  .xl_border-teal-300 {
    border-color: #81e6d9; }
  .xl_hover_border-teal-300:hover {
    border-color: #81e6d9; }
  .xl_focus_border-teal-300:focus {
    border-color: #81e6d9; }
  .xl_border-teal-400 {
    border-color: #4fd1c5; }
  .xl_hover_border-teal-400:hover {
    border-color: #4fd1c5; }
  .xl_focus_border-teal-400:focus {
    border-color: #4fd1c5; }
  .xl_border-teal-500 {
    border-color: #38b2ac; }
  .xl_hover_border-teal-500:hover {
    border-color: #38b2ac; }
  .xl_focus_border-teal-500:focus {
    border-color: #38b2ac; }
  .xl_border-teal-600 {
    border-color: #319795; }
  .xl_hover_border-teal-600:hover {
    border-color: #319795; }
  .xl_focus_border-teal-600:focus {
    border-color: #319795; }
  .xl_border-teal-700 {
    border-color: #2c7a7b; }
  .xl_hover_border-teal-700:hover {
    border-color: #2c7a7b; }
  .xl_focus_border-teal-700:focus {
    border-color: #2c7a7b; }
  .xl_border-teal-800 {
    border-color: #285e61; }
  .xl_hover_border-teal-800:hover {
    border-color: #285e61; }
  .xl_focus_border-teal-800:focus {
    border-color: #285e61; }
  .xl_border-teal-900 {
    border-color: #234e52; }
  .xl_hover_border-teal-900:hover {
    border-color: #234e52; }
  .xl_focus_border-teal-900:focus {
    border-color: #234e52; }
  .xl_border-blue-100 {
    border-color: #ebf8ff; }
  .xl_hover_border-blue-100:hover {
    border-color: #ebf8ff; }
  .xl_focus_border-blue-100:focus {
    border-color: #ebf8ff; }
  .xl_border-blue-200 {
    border-color: #bee3f8; }
  .xl_hover_border-blue-200:hover {
    border-color: #bee3f8; }
  .xl_focus_border-blue-200:focus {
    border-color: #bee3f8; }
  .xl_border-blue-300 {
    border-color: #90cdf4; }
  .xl_hover_border-blue-300:hover {
    border-color: #90cdf4; }
  .xl_focus_border-blue-300:focus {
    border-color: #90cdf4; }
  .xl_border-blue-400 {
    border-color: #63b3ed; }
  .xl_hover_border-blue-400:hover {
    border-color: #63b3ed; }
  .xl_focus_border-blue-400:focus {
    border-color: #63b3ed; }
  .xl_border-blue-500 {
    border-color: #4299e1; }
  .xl_hover_border-blue-500:hover {
    border-color: #4299e1; }
  .xl_focus_border-blue-500:focus {
    border-color: #4299e1; }
  .xl_border-blue-600 {
    border-color: #3182ce; }
  .xl_hover_border-blue-600:hover {
    border-color: #3182ce; }
  .xl_focus_border-blue-600:focus {
    border-color: #3182ce; }
  .xl_border-blue-700 {
    border-color: #2b6cb0; }
  .xl_hover_border-blue-700:hover {
    border-color: #2b6cb0; }
  .xl_focus_border-blue-700:focus {
    border-color: #2b6cb0; }
  .xl_border-blue-800 {
    border-color: #2c5282; }
  .xl_hover_border-blue-800:hover {
    border-color: #2c5282; }
  .xl_focus_border-blue-800:focus {
    border-color: #2c5282; }
  .xl_border-blue-900 {
    border-color: #2a4365; }
  .xl_hover_border-blue-900:hover {
    border-color: #2a4365; }
  .xl_focus_border-blue-900:focus {
    border-color: #2a4365; }
  .xl_border-indigo-100 {
    border-color: #ebf4ff; }
  .xl_hover_border-indigo-100:hover {
    border-color: #ebf4ff; }
  .xl_focus_border-indigo-100:focus {
    border-color: #ebf4ff; }
  .xl_border-indigo-200 {
    border-color: #c3dafe; }
  .xl_hover_border-indigo-200:hover {
    border-color: #c3dafe; }
  .xl_focus_border-indigo-200:focus {
    border-color: #c3dafe; }
  .xl_border-indigo-300 {
    border-color: #a3bffa; }
  .xl_hover_border-indigo-300:hover {
    border-color: #a3bffa; }
  .xl_focus_border-indigo-300:focus {
    border-color: #a3bffa; }
  .xl_border-indigo-400 {
    border-color: #7f9cf5; }
  .xl_hover_border-indigo-400:hover {
    border-color: #7f9cf5; }
  .xl_focus_border-indigo-400:focus {
    border-color: #7f9cf5; }
  .xl_border-indigo-500 {
    border-color: #667eea; }
  .xl_hover_border-indigo-500:hover {
    border-color: #667eea; }
  .xl_focus_border-indigo-500:focus {
    border-color: #667eea; }
  .xl_border-indigo-600 {
    border-color: #5a67d8; }
  .xl_hover_border-indigo-600:hover {
    border-color: #5a67d8; }
  .xl_focus_border-indigo-600:focus {
    border-color: #5a67d8; }
  .xl_border-indigo-700 {
    border-color: #4c51bf; }
  .xl_hover_border-indigo-700:hover {
    border-color: #4c51bf; }
  .xl_focus_border-indigo-700:focus {
    border-color: #4c51bf; }
  .xl_border-indigo-800 {
    border-color: #434190; }
  .xl_hover_border-indigo-800:hover {
    border-color: #434190; }
  .xl_focus_border-indigo-800:focus {
    border-color: #434190; }
  .xl_border-indigo-900 {
    border-color: #3c366b; }
  .xl_hover_border-indigo-900:hover {
    border-color: #3c366b; }
  .xl_focus_border-indigo-900:focus {
    border-color: #3c366b; }
  .xl_border-purple-100 {
    border-color: #faf5ff; }
  .xl_hover_border-purple-100:hover {
    border-color: #faf5ff; }
  .xl_focus_border-purple-100:focus {
    border-color: #faf5ff; }
  .xl_border-purple-200 {
    border-color: #e9d8fd; }
  .xl_hover_border-purple-200:hover {
    border-color: #e9d8fd; }
  .xl_focus_border-purple-200:focus {
    border-color: #e9d8fd; }
  .xl_border-purple-300 {
    border-color: #d6bcfa; }
  .xl_hover_border-purple-300:hover {
    border-color: #d6bcfa; }
  .xl_focus_border-purple-300:focus {
    border-color: #d6bcfa; }
  .xl_border-purple-400 {
    border-color: #b794f4; }
  .xl_hover_border-purple-400:hover {
    border-color: #b794f4; }
  .xl_focus_border-purple-400:focus {
    border-color: #b794f4; }
  .xl_border-purple-500 {
    border-color: #9f7aea; }
  .xl_hover_border-purple-500:hover {
    border-color: #9f7aea; }
  .xl_focus_border-purple-500:focus {
    border-color: #9f7aea; }
  .xl_border-purple-600 {
    border-color: #805ad5; }
  .xl_hover_border-purple-600:hover {
    border-color: #805ad5; }
  .xl_focus_border-purple-600:focus {
    border-color: #805ad5; }
  .xl_border-purple-700 {
    border-color: #6b46c1; }
  .xl_hover_border-purple-700:hover {
    border-color: #6b46c1; }
  .xl_focus_border-purple-700:focus {
    border-color: #6b46c1; }
  .xl_border-purple-800 {
    border-color: #553c9a; }
  .xl_hover_border-purple-800:hover {
    border-color: #553c9a; }
  .xl_focus_border-purple-800:focus {
    border-color: #553c9a; }
  .xl_border-purple-900 {
    border-color: #44337a; }
  .xl_hover_border-purple-900:hover {
    border-color: #44337a; }
  .xl_focus_border-purple-900:focus {
    border-color: #44337a; }
  .xl_border-pink-100 {
    border-color: #fff5f7; }
  .xl_hover_border-pink-100:hover {
    border-color: #fff5f7; }
  .xl_focus_border-pink-100:focus {
    border-color: #fff5f7; }
  .xl_border-pink-200 {
    border-color: #fed7e2; }
  .xl_hover_border-pink-200:hover {
    border-color: #fed7e2; }
  .xl_focus_border-pink-200:focus {
    border-color: #fed7e2; }
  .xl_border-pink-300 {
    border-color: #fbb6ce; }
  .xl_hover_border-pink-300:hover {
    border-color: #fbb6ce; }
  .xl_focus_border-pink-300:focus {
    border-color: #fbb6ce; }
  .xl_border-pink-400 {
    border-color: #f687b3; }
  .xl_hover_border-pink-400:hover {
    border-color: #f687b3; }
  .xl_focus_border-pink-400:focus {
    border-color: #f687b3; }
  .xl_border-pink-500 {
    border-color: #ed64a6; }
  .xl_hover_border-pink-500:hover {
    border-color: #ed64a6; }
  .xl_focus_border-pink-500:focus {
    border-color: #ed64a6; }
  .xl_border-pink-600 {
    border-color: #d53f8c; }
  .xl_hover_border-pink-600:hover {
    border-color: #d53f8c; }
  .xl_focus_border-pink-600:focus {
    border-color: #d53f8c; }
  .xl_border-pink-700 {
    border-color: #b83280; }
  .xl_hover_border-pink-700:hover {
    border-color: #b83280; }
  .xl_focus_border-pink-700:focus {
    border-color: #b83280; }
  .xl_border-pink-800 {
    border-color: #97266d; }
  .xl_hover_border-pink-800:hover {
    border-color: #97266d; }
  .xl_focus_border-pink-800:focus {
    border-color: #97266d; }
  .xl_border-pink-900 {
    border-color: #702459; }
  .xl_hover_border-pink-900:hover {
    border-color: #702459; }
  .xl_focus_border-pink-900:focus {
    border-color: #702459; }
  .xl_border-collapse {
    border-collapse: collapse; }
  .xl_border-separate {
    border-collapse: separate; }
  .xl_items-stretch {
    align-items: stretch; }
  .xl_items-start {
    align-items: flex-start; }
  .xl_items-center {
    align-items: center; }
  .xl_items-end {
    align-items: flex-end; }
  .xl_items-baseline {
    align-items: baseline; }
  .xl_content-start {
    align-content: flex-start; }
  .xl_content-center {
    align-content: center; }
  .xl_content-end {
    align-content: flex-end; }
  .xl_content-between {
    align-content: space-between; }
  .xl_content-around {
    align-content: space-around; }
  .xl_self-auto {
    align-self: auto; }
  .xl_self-start {
    align-self: flex-start; }
  .xl_self-center {
    align-self: center; }
  .xl_self-end {
    align-self: flex-end; }
  .xl_self-stretch {
    align-self: stretch; }
  .xl_flex-initial {
    flex: 0 1 auto; }
  .xl_flex-1 {
    flex: 1 1 0%; }
  .xl_flex-auto {
    flex: auto; }
  .xl_flex-none {
    flex: none; }
  .xl_flex-row {
    flex-direction: row; }
  .xl_flex-row-reverse {
    flex-direction: row-reverse; }
  .xl_flex-col {
    flex-direction: column; }
  .xl_flex-col-reverse {
    flex-direction: column-reverse; }
  .xl_flex-no-wrap {
    flex-wrap: nowrap; }
  .xl_flex-wrap {
    flex-wrap: wrap; }
  .xl_flex-wrap-reverse {
    flex-wrap: wrap-reverse; }
  .xl_flex-grow-0 {
    flex-grow: 0; }
  .xl_flex-grow {
    flex-grow: 1; }
  .xl_flex-shrink-0 {
    flex-shrink: 0; }
  .xl_flex-shrink {
    flex-shrink: 1; }
  .xl_justify-start {
    justify-content: flex-start; }
  .xl_justify-center {
    justify-content: center; }
  .xl_justify-end {
    justify-content: flex-end; }
  .xl_justify-between {
    justify-content: space-between; }
  .xl_justify-around {
    justify-content: space-around; }
  .xl_order-first {
    order: -1; }
  .xl_order-last {
    order: 999; }
  .xl_order-none {
    order: 0; }
  .xl_order-1 {
    order: 1; }
  .xl_m-px {
    margin: 1px; }
  .xl_m-0 {
    margin: 0; }
  .xl_m-1 {
    margin: 0.25rem; }
  .xl_m-2 {
    margin: 0.5rem; }
  .xl_m-3 {
    margin: 0.75rem; }
  .xl_m-4 {
    margin: 1rem; }
  .xl_m-5 {
    margin: 1.25rem; }
  .xl_m-6 {
    margin: 1.5rem; }
  .xl_m-8 {
    margin: 2rem; }
  .xl_m-10 {
    margin: 2.5rem; }
  .xl_m-12 {
    margin: 3rem; }
  .xl_m-16 {
    margin: 4rem; }
  .xl_m-20 {
    margin: 5rem; }
  .xl_m-24 {
    margin: 6rem; }
  .xl_m-32 {
    margin: 8rem; }
  .xl_m-40 {
    margin: 10rem; }
  .xl_m-48 {
    margin: 12rem; }
  .xl_m-56 {
    margin: 14rem; }
  .xl_m-64 {
    margin: 16rem; }
  .xl_m-auto {
    margin: auto; }
  .xl_-m-px {
    margin: -1px; }
  .xl_-m-1 {
    margin: -0.25rem; }
  .xl_-m-2 {
    margin: -0.5rem; }
  .xl_-m-3 {
    margin: -0.75rem; }
  .xl_-m-4 {
    margin: -1rem; }
  .xl_-m-5 {
    margin: -1.25rem; }
  .xl_-m-6 {
    margin: -1.5rem; }
  .xl_-m-8 {
    margin: -2rem; }
  .xl_-m-10 {
    margin: -2.5rem; }
  .xl_-m-12 {
    margin: -3rem; }
  .xl_-m-16 {
    margin: -4rem; }
  .xl_-m-20 {
    margin: -5rem; }
  .xl_-m-24 {
    margin: -6rem; }
  .xl_-m-32 {
    margin: -8rem; }
  .xl_-m-40 {
    margin: -10rem; }
  .xl_-m-48 {
    margin: -12rem; }
  .xl_-m-56 {
    margin: -14rem; }
  .xl_-m-64 {
    margin: -16rem; }
  .xl_mt-px {
    margin-top: 1px; }
  .xl_mt-0 {
    margin-top: 0; }
  .xl_mt-1 {
    margin-top: 0.25rem; }
  .xl_mt-2 {
    margin-top: 0.5rem; }
  .xl_mt-3 {
    margin-top: 0.75rem; }
  .xl_mt-4 {
    margin-top: 1rem; }
  .xl_mt-5 {
    margin-top: 1.25rem; }
  .xl_mt-6 {
    margin-top: 1.5rem; }
  .xl_mt-8 {
    margin-top: 2rem; }
  .xl_mt-10 {
    margin-top: 2.5rem; }
  .xl_mt-12 {
    margin-top: 3rem; }
  .xl_mt-16 {
    margin-top: 4rem; }
  .xl_mt-20 {
    margin-top: 5rem; }
  .xl_mt-24 {
    margin-top: 6rem; }
  .xl_mt-32 {
    margin-top: 8rem; }
  .xl_mt-40 {
    margin-top: 10rem; }
  .xl_mt-48 {
    margin-top: 12rem; }
  .xl_mt-56 {
    margin-top: 14rem; }
  .xl_mt-64 {
    margin-top: 16rem; }
  .xl_mt-auto {
    margin-top: auto; }
  .xl_-mt-px {
    margin-top: -1px; }
  .xl_-mt-1 {
    margin-top: -0.25rem; }
  .xl_-mt-2 {
    margin-top: -0.5rem; }
  .xl_-mt-3 {
    margin-top: -0.75rem; }
  .xl_-mt-4 {
    margin-top: -1rem; }
  .xl_-mt-5 {
    margin-top: -1.25rem; }
  .xl_-mt-6 {
    margin-top: -1.5rem; }
  .xl_-mt-8 {
    margin-top: -2rem; }
  .xl_-mt-10 {
    margin-top: -2.5rem; }
  .xl_-mt-12 {
    margin-top: -3rem; }
  .xl_-mt-16 {
    margin-top: -4rem; }
  .xl_-mt-20 {
    margin-top: -5rem; }
  .xl_-mt-24 {
    margin-top: -6rem; }
  .xl_-mt-32 {
    margin-top: -8rem; }
  .xl_-mt-40 {
    margin-top: -10rem; }
  .xl_-mt-48 {
    margin-top: -12rem; }
  .xl_-mt-56 {
    margin-top: -14rem; }
  .xl_-mt-64 {
    margin-top: -16rem; }
  .xl_mr-px {
    margin-right: 1px; }
  .xl_mr-0 {
    margin-right: 0; }
  .xl_mr-1 {
    margin-right: 0.25rem; }
  .xl_mr-2 {
    margin-right: 0.5rem; }
  .xl_mr-3 {
    margin-right: 0.75rem; }
  .xl_mr-4 {
    margin-right: 1rem; }
  .xl_mr-5 {
    margin-right: 1.25rem; }
  .xl_mr-6 {
    margin-right: 1.5rem; }
  .xl_mr-8 {
    margin-right: 2rem; }
  .xl_mr-10 {
    margin-right: 2.5rem; }
  .xl_mr-12 {
    margin-right: 3rem; }
  .xl_mr-16 {
    margin-right: 4rem; }
  .xl_mr-20 {
    margin-right: 5rem; }
  .xl_mr-24 {
    margin-right: 6rem; }
  .xl_mr-32 {
    margin-right: 8rem; }
  .xl_mr-40 {
    margin-right: 10rem; }
  .xl_mr-48 {
    margin-right: 12rem; }
  .xl_mr-56 {
    margin-right: 14rem; }
  .xl_mr-64 {
    margin-right: 16rem; }
  .xl_mr-auto {
    margin-right: auto; }
  .xl_-mr-px {
    margin-right: -1px; }
  .xl_-mr-1 {
    margin-right: -0.25rem; }
  .xl_-mr-2 {
    margin-right: -0.5rem; }
  .xl_-mr-3 {
    margin-right: -0.75rem; }
  .xl_-mr-4 {
    margin-right: -1rem; }
  .xl_-mr-5 {
    margin-right: -1.25rem; }
  .xl_-mr-6 {
    margin-right: -1.5rem; }
  .xl_-mr-8 {
    margin-right: -2rem; }
  .xl_-mr-10 {
    margin-right: -2.5rem; }
  .xl_-mr-12 {
    margin-right: -3rem; }
  .xl_-mr-16 {
    margin-right: -4rem; }
  .xl_-mr-20 {
    margin-right: -5rem; }
  .xl_-mr-24 {
    margin-right: -6rem; }
  .xl_-mr-32 {
    margin-right: -8rem; }
  .xl_-mr-40 {
    margin-right: -10rem; }
  .xl_-mr-48 {
    margin-right: -12rem; }
  .xl_-mr-56 {
    margin-right: -14rem; }
  .xl_-mr-64 {
    margin-right: -16rem; }
  .xl_mb-px {
    margin-bottom: 1px; }
  .xl_mb-0 {
    margin-bottom: 0; }
  .xl_mb-1 {
    margin-bottom: 0.25rem; }
  .xl_mb-2 {
    margin-bottom: 0.5rem; }
  .xl_mb-3 {
    margin-bottom: 0.75rem; }
  .xl_mb-4 {
    margin-bottom: 1rem; }
  .xl_mb-5 {
    margin-bottom: 1.25rem; }
  .xl_mb-6 {
    margin-bottom: 1.5rem; }
  .xl_mb-8 {
    margin-bottom: 2rem; }
  .xl_mb-10 {
    margin-bottom: 2.5rem; }
  .xl_mb-12 {
    margin-bottom: 3rem; }
  .xl_mb-16 {
    margin-bottom: 4rem; }
  .xl_mb-20 {
    margin-bottom: 5rem; }
  .xl_mb-24 {
    margin-bottom: 6rem; }
  .xl_mb-32 {
    margin-bottom: 8rem; }
  .xl_mb-40 {
    margin-bottom: 10rem; }
  .xl_mb-48 {
    margin-bottom: 12rem; }
  .xl_mb-56 {
    margin-bottom: 14rem; }
  .xl_mb-64 {
    margin-bottom: 16rem; }
  .xl_mb-auto {
    margin-bottom: auto; }
  .xl_-mb-px {
    margin-bottom: -1px; }
  .xl_-mb-1 {
    margin-bottom: -0.25rem; }
  .xl_-mb-2 {
    margin-bottom: -0.5rem; }
  .xl_-mb-3 {
    margin-bottom: -0.75rem; }
  .xl_-mb-4 {
    margin-bottom: -1rem; }
  .xl_-mb-5 {
    margin-bottom: -1.25rem; }
  .xl_-mb-6 {
    margin-bottom: -1.5rem; }
  .xl_-mb-8 {
    margin-bottom: -2rem; }
  .xl_-mb-10 {
    margin-bottom: -2.5rem; }
  .xl_-mb-12 {
    margin-bottom: -3rem; }
  .xl_-mb-16 {
    margin-bottom: -4rem; }
  .xl_-mb-20 {
    margin-bottom: -5rem; }
  .xl_-mb-24 {
    margin-bottom: -6rem; }
  .xl_-mb-32 {
    margin-bottom: -8rem; }
  .xl_-mb-40 {
    margin-bottom: -10rem; }
  .xl_-mb-48 {
    margin-bottom: -12rem; }
  .xl_-mb-56 {
    margin-bottom: -14rem; }
  .xl_-mb-64 {
    margin-bottom: -16rem; }
  .xl_ml-px {
    margin-left: 1px; }
  .xl_ml-0 {
    margin-left: 0; }
  .xl_ml-1 {
    margin-left: 0.25rem; }
  .xl_ml-2 {
    margin-left: 0.5rem; }
  .xl_ml-3 {
    margin-left: 0.75rem; }
  .xl_ml-4 {
    margin-left: 1rem; }
  .xl_ml-5 {
    margin-left: 1.25rem; }
  .xl_ml-6 {
    margin-left: 1.5rem; }
  .xl_ml-8 {
    margin-left: 2rem; }
  .xl_ml-10 {
    margin-left: 2.5rem; }
  .xl_ml-12 {
    margin-left: 3rem; }
  .xl_ml-16 {
    margin-left: 4rem; }
  .xl_ml-20 {
    margin-left: 5rem; }
  .xl_ml-24 {
    margin-left: 6rem; }
  .xl_ml-32 {
    margin-left: 8rem; }
  .xl_ml-40 {
    margin-left: 10rem; }
  .xl_ml-48 {
    margin-left: 12rem; }
  .xl_ml-56 {
    margin-left: 14rem; }
  .xl_ml-64 {
    margin-left: 16rem; }
  .xl_ml-auto {
    margin-left: auto; }
  .xl_-ml-px {
    margin-left: -1px; }
  .xl_-ml-1 {
    margin-left: -0.25rem; }
  .xl_-ml-2 {
    margin-left: -0.5rem; }
  .xl_-ml-3 {
    margin-left: -0.75rem; }
  .xl_-ml-4 {
    margin-left: -1rem; }
  .xl_-ml-5 {
    margin-left: -1.25rem; }
  .xl_-ml-6 {
    margin-left: -1.5rem; }
  .xl_-ml-8 {
    margin-left: -2rem; }
  .xl_-ml-10 {
    margin-left: -2.5rem; }
  .xl_-ml-12 {
    margin-left: -3rem; }
  .xl_-ml-16 {
    margin-left: -4rem; }
  .xl_-ml-20 {
    margin-left: -5rem; }
  .xl_-ml-24 {
    margin-left: -6rem; }
  .xl_-ml-32 {
    margin-left: -8rem; }
  .xl_-ml-40 {
    margin-left: -10rem; }
  .xl_-ml-48 {
    margin-left: -12rem; }
  .xl_-ml-56 {
    margin-left: -14rem; }
  .xl_-ml-64 {
    margin-left: -16rem; }
  .xl_mx-px {
    margin-left: 1px;
    margin-right: 1px; }
  .xl_mx-0 {
    margin-left: 0;
    margin-right: 0; }
  .xl_mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  .xl_mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .xl_mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem; }
  .xl_mx-4 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .xl_mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem; }
  .xl_mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .xl_mx-8 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .xl_mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .xl_mx-12 {
    margin-left: 3rem;
    margin-right: 3rem; }
  .xl_mx-16 {
    margin-left: 4rem;
    margin-right: 4rem; }
  .xl_mx-20 {
    margin-left: 5rem;
    margin-right: 5rem; }
  .xl_mx-24 {
    margin-left: 6rem;
    margin-right: 6rem; }
  .xl_mx-32 {
    margin-left: 8rem;
    margin-right: 8rem; }
  .xl_mx-40 {
    margin-left: 10rem;
    margin-right: 10rem; }
  .xl_mx-48 {
    margin-left: 12rem;
    margin-right: 12rem; }
  .xl_mx-56 {
    margin-left: 14rem;
    margin-right: 14rem; }
  .xl_mx-64 {
    margin-left: 16rem;
    margin-right: 16rem; }
  .xl_mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .xl_-mx-px {
    margin-left: -1px;
    margin-right: -1px; }
  .xl_-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }
  .xl_-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .xl_-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }
  .xl_-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .xl_-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem; }
  .xl_-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .xl_-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .xl_-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem; }
  .xl_-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem; }
  .xl_-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem; }
  .xl_-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem; }
  .xl_-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem; }
  .xl_-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem; }
  .xl_-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem; }
  .xl_-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem; }
  .xl_-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem; }
  .xl_-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem; }
  .xl_my-px {
    margin-top: 1px;
    margin-bottom: 1px; }
  .xl_my-0 {
    margin-top: 0;
    margin-bottom: 0; }
  .xl_my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
  .xl_my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .xl_my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }
  .xl_my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .xl_my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  .xl_my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .xl_my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .xl_my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .xl_my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .xl_my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .xl_my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  .xl_my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem; }
  .xl_my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem; }
  .xl_my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem; }
  .xl_my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem; }
  .xl_my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem; }
  .xl_my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem; }
  .xl_my-auto {
    margin-top: auto;
    margin-bottom: auto; }
  .xl_-my-px {
    margin-top: -1px;
    margin-bottom: -1px; }
  .xl_-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; }
  .xl_-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; }
  .xl_-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem; }
  .xl_-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem; }
  .xl_-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem; }
  .xl_-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem; }
  .xl_-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem; }
  .xl_-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem; }
  .xl_-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem; }
  .xl_-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem; }
  .xl_-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem; }
  .xl_-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem; }
  .xl_-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem; }
  .xl_-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem; }
  .xl_-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem; }
  .xl_-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem; }
  .xl_-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem; }
  .xl_p-px {
    padding: 1px; }
  .xl_p-0 {
    padding: 0; }
  .xl_p-1 {
    padding: 0.25rem; }
  .xl_p-2 {
    padding: 0.5rem; }
  .xl_p-3 {
    padding: 0.75rem; }
  .xl_p-4 {
    padding: 1rem; }
  .xl_p-5 {
    padding: 1.25rem; }
  .xl_p-6 {
    padding: 1.5rem; }
  .xl_p-8 {
    padding: 2rem; }
  .xl_p-10 {
    padding: 2.5rem; }
  .xl_p-12 {
    padding: 3rem; }
  .xl_p-16 {
    padding: 4rem; }
  .xl_p-20 {
    padding: 5rem; }
  .xl_p-24 {
    padding: 6rem; }
  .xl_p-32 {
    padding: 8rem; }
  .xl_p-40 {
    padding: 10rem; }
  .xl_p-48 {
    padding: 12rem; }
  .xl_p-56 {
    padding: 14rem; }
  .xl_p-64 {
    padding: 16rem; }
  .xl_pt-px {
    padding-top: 1px; }
  .xl_pt-0 {
    padding-top: 0; }
  .xl_pt-1 {
    padding-top: 0.25rem; }
  .xl_pt-2 {
    padding-top: 0.5rem; }
  .xl_pt-3 {
    padding-top: 0.75rem; }
  .xl_pt-4 {
    padding-top: 1rem; }
  .xl_pt-5 {
    padding-top: 1.25rem; }
  .xl_pt-6 {
    padding-top: 1.5rem; }
  .xl_pt-8 {
    padding-top: 2rem; }
  .xl_pt-10 {
    padding-top: 2.5rem; }
  .xl_pt-12 {
    padding-top: 3rem; }
  .xl_pt-16 {
    padding-top: 4rem; }
  .xl_pt-20 {
    padding-top: 5rem; }
  .xl_pt-24 {
    padding-top: 6rem; }
  .xl_pt-32 {
    padding-top: 8rem; }
  .xl_pt-40 {
    padding-top: 10rem; }
  .xl_pt-48 {
    padding-top: 12rem; }
  .xl_pt-56 {
    padding-top: 14rem; }
  .xl_pt-64 {
    padding-top: 16rem; }
  .xl_pr-px {
    padding-right: 1px; }
  .xl_pr-0 {
    padding-right: 0; }
  .xl_pr-1 {
    padding-right: 0.25rem; }
  .xl_pr-2 {
    padding-right: 0.5rem; }
  .xl_pr-3 {
    padding-right: 0.75rem; }
  .xl_pr-4 {
    padding-right: 1rem; }
  .xl_pr-5 {
    padding-right: 1.25rem; }
  .xl_pr-6 {
    padding-right: 1.5rem; }
  .xl_pr-8 {
    padding-right: 2rem; }
  .xl_pr-10 {
    padding-right: 2.5rem; }
  .xl_pr-12 {
    padding-right: 3rem; }
  .xl_pr-16 {
    padding-right: 4rem; }
  .xl_pr-20 {
    padding-right: 5rem; }
  .xl_pr-24 {
    padding-right: 6rem; }
  .xl_pr-32 {
    padding-right: 8rem; }
  .xl_pr-40 {
    padding-right: 10rem; }
  .xl_pr-48 {
    padding-right: 12rem; }
  .xl_pr-56 {
    padding-right: 14rem; }
  .xl_pr-64 {
    padding-right: 16rem; }
  .xl_pb-px {
    padding-bottom: 1px; }
  .xl_pb-0 {
    padding-bottom: 0; }
  .xl_pb-1 {
    padding-bottom: 0.25rem; }
  .xl_pb-2 {
    padding-bottom: 0.5rem; }
  .xl_pb-3 {
    padding-bottom: 0.75rem; }
  .xl_pb-4 {
    padding-bottom: 1rem; }
  .xl_pb-5 {
    padding-bottom: 1.25rem; }
  .xl_pb-6 {
    padding-bottom: 1.5rem; }
  .xl_pb-8 {
    padding-bottom: 2rem; }
  .xl_pb-10 {
    padding-bottom: 2.5rem; }
  .xl_pb-12 {
    padding-bottom: 3rem; }
  .xl_pb-16 {
    padding-bottom: 4rem; }
  .xl_pb-20 {
    padding-bottom: 5rem; }
  .xl_pb-24 {
    padding-bottom: 6rem; }
  .xl_pb-32 {
    padding-bottom: 8rem; }
  .xl_pb-40 {
    padding-bottom: 10rem; }
  .xl_pb-48 {
    padding-bottom: 12rem; }
  .xl_pb-56 {
    padding-bottom: 14rem; }
  .xl_pb-64 {
    padding-bottom: 16rem; }
  .xl_pl-px {
    padding-left: 1px; }
  .xl_pl-0 {
    padding-left: 0; }
  .xl_pl-1 {
    padding-left: 0.25rem; }
  .xl_pl-2 {
    padding-left: 0.5rem; }
  .xl_pl-3 {
    padding-left: 0.75rem; }
  .xl_pl-4 {
    padding-left: 1rem; }
  .xl_pl-5 {
    padding-left: 1.25rem; }
  .xl_pl-6 {
    padding-left: 1.5rem; }
  .xl_pl-8 {
    padding-left: 2rem; }
  .xl_pl-10 {
    padding-left: 2.5rem; }
  .xl_pl-12 {
    padding-left: 3rem; }
  .xl_pl-16 {
    padding-left: 4rem; }
  .xl_pl-20 {
    padding-left: 5rem; }
  .xl_pl-24 {
    padding-left: 6rem; }
  .xl_pl-32 {
    padding-left: 8rem; }
  .xl_pl-40 {
    padding-left: 10rem; }
  .xl_pl-48 {
    padding-left: 12rem; }
  .xl_pl-56 {
    padding-left: 14rem; }
  .xl_pl-64 {
    padding-left: 16rem; }
  .xl_px-px {
    padding-left: 1px;
    padding-right: 1px; }
  .xl_px-0 {
    padding-left: 0;
    padding-right: 0; }
  .xl_px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .xl_px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .xl_px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .xl_px-4 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .xl_px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .xl_px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .xl_px-8 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .xl_px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .xl_px-12 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .xl_px-16 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .xl_px-20 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .xl_px-24 {
    padding-left: 6rem;
    padding-right: 6rem; }
  .xl_px-32 {
    padding-left: 8rem;
    padding-right: 8rem; }
  .xl_px-40 {
    padding-left: 10rem;
    padding-right: 10rem; }
  .xl_px-48 {
    padding-left: 12rem;
    padding-right: 12rem; }
  .xl_px-56 {
    padding-left: 14rem;
    padding-right: 14rem; }
  .xl_px-64 {
    padding-left: 16rem;
    padding-right: 16rem; }
  .xl_py-px {
    padding-top: 1px;
    padding-bottom: 1px; }
  .xl_py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .xl_py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  .xl_py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .xl_py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .xl_py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .xl_py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .xl_py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .xl_py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .xl_py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .xl_py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .xl_py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .xl_py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .xl_py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  .xl_py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem; }
  .xl_py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem; }
  .xl_py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem; }
  .xl_py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem; }
  .xl_py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem; }
  .xl_w-px {
    width: 1px; }
  .xl_w-0 {
    width: 0; }
  .xl_w-1 {
    width: 0.25rem; }
  .xl_w-2 {
    width: 0.5rem; }
  .xl_w-3 {
    width: 0.75rem; }
  .xl_w-4 {
    width: 1rem; }
  .xl_w-5 {
    width: 1.25rem; }
  .xl_w-6 {
    width: 1.5rem; }
  .xl_w-8 {
    width: 2rem; }
  .xl_w-10 {
    width: 2.5rem; }
  .xl_w-12 {
    width: 3rem; }
  .xl_w-16 {
    width: 4rem; }
  .xl_w-20 {
    width: 5rem; }
  .xl_w-24 {
    width: 6rem; }
  .xl_w-32 {
    width: 8rem; }
  .xl_w-40 {
    width: 10rem; }
  .xl_w-48 {
    width: 12rem; }
  .xl_w-56 {
    width: 14rem; }
  .xl_w-64 {
    width: 16rem; }
  .xl_w-auto {
    width: auto; }
  .xl_w-1_2 {
    width: 50%; }
  .xl_w-1_3 {
    width: 33.33333%; }
  .xl_w-2_3 {
    width: 66.66667%; }
  .xl_w-1_4 {
    width: 25%; }
  .xl_w-2_4 {
    width: 50%; }
  .xl_w-3_4 {
    width: 75%; }
  .xl_w-1_5 {
    width: 20%; }
  .xl_w-2_5 {
    width: 40%; }
  .xl_w-3_5 {
    width: 60%; }
  .xl_w-4_5 {
    width: 80%; }
  .xl_w-1_6 {
    width: 16.66667%; }
  .xl_w-2_6 {
    width: 33.33333%; }
  .xl_w-3_6 {
    width: 50%; }
  .xl_w-4_6 {
    width: 66.66667%; }
  .xl_w-5_6 {
    width: 83.33333%; }
  .xl_w-1_12 {
    width: 8.33333%; }
  .xl_w-2_12 {
    width: 16.66667%; }
  .xl_w-3_12 {
    width: 25%; }
  .xl_w-4_12 {
    width: 33.33333%; }
  .xl_w-5_12 {
    width: 41.66667%; }
  .xl_w-6_12 {
    width: 50%; }
  .xl_w-7_12 {
    width: 58.33333%; }
  .xl_w-8_12 {
    width: 66.66667%; }
  .xl_w-9_12 {
    width: 75%; }
  .xl_w-10_12 {
    width: 83.33333%; }
  .xl_w-11_12 {
    width: 91.66667%; }
  .xl_w-full {
    width: 100%; }
  .xl_w-screen {
    width: 100vw; }
  .xl_min-w-0 {
    min-width: 0; }
  .xl_min-w-full {
    min-width: 100%; }
  .xl_max-w-xs {
    max-width: 20rem; }
  .xl_max-w-sm {
    max-width: 24rem; }
  .xl_max-w-md {
    max-width: 28rem; }
  .xl_max-w-lg {
    max-width: 32rem; }
  .xl_max-w-xl {
    max-width: 36rem; }
  .xl_max-w-2xl {
    max-width: 42rem; }
  .xl_max-w-3xl {
    max-width: 48rem; }
  .xl_max-w-4xl {
    max-width: 56rem; }
  .xl_max-w-5xl {
    max-width: 64rem; }
  .xl_max-w-6xl {
    max-width: 72rem; }
  .xl_max-w-full {
    max-width: 100%; }
  .xl_h-px {
    height: 1px; }
  .xl_h-0 {
    height: 0; }
  .xl_h-1 {
    height: 0.25rem; }
  .xl_h-2 {
    height: 0.5rem; }
  .xl_h-3 {
    height: 0.75rem; }
  .xl_h-4 {
    height: 1rem; }
  .xl_h-5 {
    height: 1.25rem; }
  .xl_h-6 {
    height: 1.5rem; }
  .xl_h-8 {
    height: 2rem; }
  .xl_h-10 {
    height: 2.5rem; }
  .xl_h-12 {
    height: 3rem; }
  .xl_h-16 {
    height: 4rem; }
  .xl_h-20 {
    height: 5rem; }
  .xl_h-24 {
    height: 6rem; }
  .xl_h-32 {
    height: 8rem; }
  .xl_h-40 {
    height: 10rem; }
  .xl_h-48 {
    height: 12rem; }
  .xl_h-56 {
    height: 14rem; }
  .xl_h-64 {
    height: 16rem; }
  .xl_h-auto {
    height: auto; }
  .xl_h-full {
    height: 100%; }
  .xl_h-screen {
    height: 100vh; }
  .xl_min-h-0 {
    min-height: 0; }
  .xl_min-h-full {
    min-height: 100%; }
  .xl_min-h-screen {
    min-height: 100vh; }
  .xl_max-h-full {
    max-height: 100%; }
  .xl_max-h-screen {
    max-height: 100vh; }
  .xl_table-auto {
    table-layout: auto; }
  .xl_table-fixed {
    table-layout: fixed; }
  .xl_shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .xl_hover_shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .xl_focus_shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .xl_shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .xl_hover_shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .xl_focus_shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .xl_shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .xl_hover_shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .xl_focus_shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .xl_shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .xl_hover_shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .xl_focus_shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .xl_shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .xl_hover_shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .xl_focus_shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .xl_shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
  .xl_hover_shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
  .xl_focus_shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
  .xl_shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }
  .xl_hover_shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }
  .xl_focus_shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }
  .xl_shadow-none {
    box-shadow: none; }
  .xl_hover_shadow-none:hover {
    box-shadow: none; }
  .xl_focus_shadow-none:focus {
    box-shadow: none; }
  .xl_opacity-0 {
    opacity: 0; }
  .xl_opacity-25 {
    opacity: 0.25; }
  .xl_opacity-50 {
    opacity: 0.5; }
  .xl_opacity-75 {
    opacity: 0.75; }
  .xl_opacity-100 {
    opacity: 1; }
  .xl_appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .xl_cursor-auto {
    cursor: auto; }
  .xl_cursor {
    cursor: default; }
  .xl_cursor-pointer {
    cursor: pointer; }
  .xl_cursor-wait {
    cursor: wait; }
  .xl_cursor-text {
    cursor: text; }
  .xl_cursor-move {
    cursor: move; }
  .xl_cursor-not-allowed {
    cursor: not-allowed; }
  .xl_outline-none {
    outline: 0; }
  .xl_focus_outline-none:focus {
    outline: 0; }
  .xl_pointer-events-none {
    pointer-events: none; }
  .xl_pointer-events-auto {
    pointer-events: auto; }
  .xl_resize {
    resize: both; }
  .xl_resize-none {
    resize: none; }
  .xl_resize-y {
    resize: vertical; }
  .xl_resize-x {
    resize: horizontal; }
  .xl_select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .xl_select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text; }
  .xl_select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all; }
  .xl_select-auto {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto; }
  .xl_fill-current {
    fill: currentColor; }
  .xl_stroke-current {
    stroke: currentColor; } }
