/**
 * Normalize.css and sTailwind's base styles.
 */

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

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

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

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

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

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

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

/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

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

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

/**
 * 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
 * ========================================================================== */

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
  text-transform: none; /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */

textarea {
  margin: 0; /* 1 */
}

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

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

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
  box-shadow: none;
}

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

/*
 * Add the correct display in Edge 18- and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/* User interaction
 * ========================================================================== */

/*! tailwindcss v2.1.0 | MIT License | https://tailwindcss.com
 */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  tab-size: 4;
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

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

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

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

/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/

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

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

/**
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.
*/

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

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

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

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

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

html {
  font-family: Muli, Roboto, -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 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #BDBDBD;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #BDBDBD;
}

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: Consolas, "Liberation Mono", Menlo, Courier, 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 intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Custom base styles, applied after the tailwind-base classes
 */

html {
  font-size: 62.5%;
  font-family: Poppins, Roboto, Helvetica Neue, Arial, sans-serif;
  background-color: #121212;
}

body {
  font-size: 13px;
  line-height: 1.4;
  overflow-x: hidden;
}

html, body, #root {
  position: relative;
  margin: 0;
  min-height: 100vh;
}

h1, .h1 {
  font-size: 24px;
}

h2, .h2 {
  font-size: 20px;
}

h3, .h3 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 15px;
}

h5, .h5 {
  font-size: 13px;
}

h6, .h6 {
  font-size: 12px;
}

.ps > .ps__rail-y,
.ps > .ps__rail-x {
  z-index: 99;
}

a[role=button] {
  text-decoration: none;
}

[role="tooltip"] {
  z-index: 9999;
}

/* Medium Devices, Desktops Only */

@media only screen and (min-width: 992px) {
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0);
  }

  ::-webkit-scrollbar:hover {
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.06);
  }

  ::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 20px;
  }

  ::-webkit-scrollbar-thumb:active {
    border-radius: 20px;
  }
}

form label {
  z-index: 99;
}

body.no-animate *,
body.no-animate *::before,
body.no-animate *::after {
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}

button:focus {
  outline: none;
}

@-webkit-keyframes autofill {
  0%,100% {
    background: transparent;
  }
}

@keyframes autofill {
  0%,100% {
    background: transparent;
  }
}

input:-webkit-autofill {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: autofill!important;
  animation-name: autofill!important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow:0 0 0 100px transparent inset!important;
}

:focus {
  outline-color: transparent;
}

/*----------------------------------------------------------------*/

/*  Print
/*----------------------------------------------------------------*/

@media all {
  /* Never show page breaks in normal view */

  .page-break-after,
    .page-break-before {
    display: none;
  }
}

@media print {
  /* html and body tweaks */

  html, body {
    height: auto !important;
    overflow: initial !important;
    background: none
  }

  /* Page breaks */

  .page-break-after {
    display: block;
    page-break-after: always;
    position: relative;
  }

  .page-break-before {
    display: block;
    page-break-before: always;
    position: relative;
  }

  /* General styles */

  #fuse-toolbar,
    #fuse-footer,
    #fuse-navbar,
    #fuse-settings-presets,
    #fuse-layout .ps > .ps__rail-x,
    #fuse-layout .ps > .ps__rail-y {
    display: none !important;
  }

  #fuse-layout .ps {
    overflow: visible !important;
  }
}

/**
Basic Table Styles
 */

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

table.simple {
  width: 100%;
  border: none;
  border-spacing: 0;
  text-align: left;
}

table.simple thead tr th {
  padding: 16px 8px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  white-space: nowrap;
}

table.simple thead tr th:first-child {
  padding-left: 24px;
}

table.simple thead tr th:last-child {
  padding-right: 24px;
}

table.simple tbody tr td {
  padding: 12px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

table.simple tbody tr td:first-child {
  padding-left: 24px;
}

table.simple tbody tr td:last-child {
  padding-right: 24px;
}

table.simple tbody tr:last-child td {
  border-bottom: none;
}

table.simple.clickable tbody tr {
  cursor: pointer;
}

table.simple.clickable tbody tr:hover {
  background: rgba(0, 0, 0, 0.03);
}

table.simple.borderless {
  border: none;
}

table.simple.borderless tbody tr td{
  border: none;
}

table.simple.borderless thead tr th{
  border: none;
}

/**
 * Prism base code highlighter theme using Sass
 *
 * @author @MoOx
 * https://github.com/MoOx/sass-prism-theme-base/blob/master/_prism.scss
 * slightly adapted by me, Bram de Haan
 */

code[class*="language-"], pre[class*="language-"] {
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 14px;
  line-height: 1.5;
  color: #EEFFFF;
  background: #263238;
}

pre[class*="language-"], :not(pre) > code[class*="language-"] {
  border-radius: 0;
  border: none;
  box-shadow: none;
}

pre[class*="language-"] {
  padding: 12px;
  border-radius: 16px;
}

:not(pre) > code[class*="language-"] {
  padding: 2px 6px;
}

code[class*="language-"] .namespace, pre[class*="language-"] .namespace {
  opacity: .7;
}

code[class*="language-"] .token.comment, code[class*="language-"] .token.prolog, code[class*="language-"] .token.doctype, code[class*="language-"] .token.cdata, pre[class*="language-"] .token.comment, pre[class*="language-"] .token.prolog, pre[class*="language-"] .token.doctype, pre[class*="language-"] .token.cdata {
  color: #62727A;
}

code[class*="language-"] .token.null, code[class*="language-"] .token.operator, code[class*="language-"] .token.boolean, code[class*="language-"] .token.number, pre[class*="language-"] .token.null, pre[class*="language-"] .token.operator, pre[class*="language-"] .token.boolean, pre[class*="language-"] .token.number {
  color: #F78C6C;
}

code[class*="language-"] .token.string, pre[class*="language-"] .token.string {
  color: #89DDFF;
}

code[class*="language-"] .token.attr-name, pre[class*="language-"] .token.attr-name {
  color: #F78C6C;
}

code[class*="language-"] .token.entity, code[class*="language-"] .token.url, .language-css code[class*="language-"] .token.string, .style code[class*="language-"] .token.string, pre[class*="language-"] .token.entity, pre[class*="language-"] .token.url, .language-css pre[class*="language-"] .token.string, .style pre[class*="language-"] .token.string {
  color: #89DDFF;
}

code[class*="language-"] .token.selector, pre[class*="language-"] .token.selector {
  color: #C792EA;
}

code[class*="language-"] .token.attr-value, code[class*="language-"] .token.keyword, code[class*="language-"] .token.control, code[class*="language-"] .token.directive, code[class*="language-"] .token.unit, pre[class*="language-"] .token.attr-value, pre[class*="language-"] .token.keyword, pre[class*="language-"] .token.control, pre[class*="language-"] .token.directive, pre[class*="language-"] .token.unit {
  color: #C3E88D;
}

code[class*="language-"] .token.important, pre[class*="language-"] .token.important {
  color: #F07178;
}

code[class*="language-"] .token.atrule, pre[class*="language-"] .token.atrule {
  color: #89DDFF;
}

code[class*="language-"] .token.regex, code[class*="language-"] .token.statement, pre[class*="language-"] .token.regex, pre[class*="language-"] .token.statement {
  color: #89DDFF;
}

code[class*="language-"] .token.placeholder, code[class*="language-"] .token.variable, pre[class*="language-"] .token.placeholder, pre[class*="language-"] .token.variable {
  color: #82AAFF;
}

code[class*="language-"] .token.property, pre[class*="language-"] .token.property {
  color: #FFCB6B;
}

code[class*="language-"] .token.tag, pre[class*="language-"] .token.tag {
  color: #82AAFF;
}

code[class*="language-"] .token.important, code[class*="language-"] .token.statement, pre[class*="language-"] .token.important, pre[class*="language-"] .token.statement {
  font-weight: bold;
}

code[class*="language-"] .token.punctuation, pre[class*="language-"] .token.punctuation {
  color: #EEFFFF;
}

code[class*="language-"] .token.entity, pre[class*="language-"] .token.entity {
  cursor: help;
}

code[class*="language-"] .token.debug, pre[class*="language-"] .token.debug {
  color: red;
}

/**
 * Component classes registered by plugins.
 *
 */

/**
 * Tailwind's utility classes, generated based on your config file.
 */

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse))
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.1rem * var(--tw-space-x-reverse));
  margin-left: calc(0.1rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.2rem * var(--tw-space-y-reverse))
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.2rem * var(--tw-space-x-reverse));
  margin-left: calc(0.2rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.3rem * var(--tw-space-y-reverse))
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.4rem * var(--tw-space-x-reverse));
  margin-left: calc(0.4rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.6rem * var(--tw-space-x-reverse));
  margin-left: calc(0.6rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.8rem * var(--tw-space-y-reverse))
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.0rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.0rem * var(--tw-space-y-reverse))
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.0rem * var(--tw-space-x-reverse));
  margin-left: calc(1.0rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.2rem * var(--tw-space-x-reverse));
  margin-left: calc(1.2rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.6rem * var(--tw-space-y-reverse))
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.6rem * var(--tw-space-x-reverse));
  margin-left: calc(1.6rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.4rem * var(--tw-space-y-reverse))
}

.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.4rem * var(--tw-space-x-reverse));
  margin-left: calc(2.4rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.2rem * var(--tw-space-y-reverse))
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.05rem * var(--tw-space-x-reverse));
  margin-left: calc(0.05rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse))
}

.-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.6rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.6rem * calc(1 - var(--tw-space-x-reverse)))
}

.bg-transparent {
  background-color: transparent
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 41, 47, var(--tw-bg-opacity))
}

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

.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity))
}

.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity))
}

.bg-grey-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity))
}

.bg-grey-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(158, 158, 158, var(--tw-bg-opacity))
}

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

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 224, 224, var(--tw-bg-opacity))
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 238, var(--tw-bg-opacity))
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 154, 154, var(--tw-bg-opacity))
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 67, 54, var(--tw-bg-opacity))
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 57, 53, var(--tw-bg-opacity))
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 67, 54, var(--tw-bg-opacity))
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 140, 0, var(--tw-bg-opacity))
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 152, 0, var(--tw-bg-opacity))
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 253, 231, var(--tw-bg-opacity))
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 214, 167, var(--tw-bg-opacity))
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 175, 80, var(--tw-bg-opacity))
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 160, 71, var(--tw-bg-opacity))
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 175, 80, var(--tw-bg-opacity))
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 242, 253, var(--tw-bg-opacity))
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(33, 150, 243, var(--tw-bg-opacity))
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 118, 210, var(--tw-bg-opacity))
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(33, 150, 243, var(--tw-bg-opacity))
}

.hover\:bg-transparent:hover {
  background-color: transparent
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity))
}

.focus\:bg-transparent:focus {
  background-color: transparent
}

.border-transparent {
  border-color: transparent
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(34, 41, 47, var(--tw-border-opacity))
}

.border-grey-100 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity))
}

.border-grey-300 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 224, 224, var(--tw-border-opacity))
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity))
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 224, 224, var(--tw-border-opacity))
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(189, 189, 189, var(--tw-border-opacity))
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgba(244, 67, 54, var(--tw-border-opacity))
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgba(102, 187, 106, var(--tw-border-opacity))
}

.rounded-2 {
  border-radius: .2rem
}

.rounded-4 {
  border-radius: .4rem
}

.rounded-6 {
  border-radius: .6rem
}

.rounded-8 {
  border-radius: .8rem
}

.rounded-12 {
  border-radius: 1.2rem
}

.rounded-16 {
  border-radius: 1.6rem
}

.rounded-20 {
  border-radius: 2rem
}

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

.rounded-sm {
  border-radius: .2rem
}

.rounded {
  border-radius: .4rem
}

.rounded-md {
  border-radius: .6rem
}

.rounded-lg {
  border-radius: .8rem
}

.rounded-xl {
  border-radius: 1.2rem
}

.rounded-2xl {
  border-radius: 1.6rem
}

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

.rounded-tl-16 {
  border-top-left-radius: 1.6rem
}

.rounded-br-16 {
  border-bottom-right-radius: 1.6rem
}

.border-solid {
  border-style: solid
}

.border-dashed {
  border-style: dashed
}

.border-dotted {
  border-style: dotted
}

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

.border-1 {
  border-width: 1px
}

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

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

.border {
  border-width: 1px
}

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-default {
  cursor: default
}

.cursor-pointer {
  cursor: pointer
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.table {
  display: table
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

.flex-wrap {
  flex-wrap: wrap
}

.flex-nowrap {
  flex-wrap: nowrap
}

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

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

.items-center {
  align-items: center
}

.items-baseline {
  align-items: baseline
}

.content-center {
  align-content: center
}

.justify-items-start {
  justify-items: start
}

.justify-items-center {
  justify-items: center
}

.justify-start {
  justify-content: flex-start
}

.justify-end {
  justify-content: flex-end
}

.justify-center {
  justify-content: center
}

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

.justify-around {
  justify-content: space-around
}

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

.flex-auto {
  flex: 1 1 auto
}

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

.flex-grow {
  flex-grow: 1
}

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

.flex-shrink {
  flex-shrink: 1
}

.order-first {
  order: -9999
}

.font-sans {
  font-family: Muli, Roboto, -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-300 {
  font-weight: 300
}

.font-500 {
  font-weight: 500
}

.font-normal {
  font-weight: 400
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.font-bold {
  font-weight: 700
}

.font-extrabold {
  font-weight: 800
}

.h-1 {
  height: 0.1rem
}

.h-2 {
  height: 0.2rem
}

.h-5 {
  height: 0.5rem
}

.h-6 {
  height: 0.6rem
}

.h-8 {
  height: 0.8rem
}

.h-10 {
  height: 1.0rem
}

.h-12 {
  height: 1.2rem
}

.h-14 {
  height: 1.4rem
}

.h-16 {
  height: 1.6rem
}

.h-20 {
  height: 2rem
}

.h-24 {
  height: 2.4rem
}

.h-28 {
  height: 2.8rem
}

.h-32 {
  height: 3.2rem
}

.h-36 {
  height: 3.6rem
}

.h-40 {
  height: 4rem
}

.h-48 {
  height: 4.8rem
}

.h-52 {
  height: 5.2rem
}

.h-56 {
  height: 5.6rem
}

.h-60 {
  height: 6rem
}

.h-64 {
  height: 6.4rem
}

.h-72 {
  height: 7.2rem
}

.h-80 {
  height: 8rem
}

.h-96 {
  height: 9.6rem
}

.h-128 {
  height: 12.8rem
}

.h-136 {
  height: 13.6rem
}

.h-160 {
  height: 16rem
}

.h-192 {
  height: 19.2rem
}

.h-200 {
  height: 20rem
}

.h-256 {
  height: 25.6rem
}

.h-288 {
  height: 28.8rem
}

.h-320 {
  height: 32rem
}

.h-400 {
  height: 40rem
}

.h-512 {
  height: 51.2rem
}

.h-auto {
  height: auto
}

.h-1\/3 {
  height: 33.333333%
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.text-10 {
  font-size: 1rem
}

.text-11 {
  font-size: 1.1rem
}

.text-12 {
  font-size: 1.2rem
}

.text-13 {
  font-size: 1.3rem
}

.text-14 {
  font-size: 1.4rem
}

.text-15 {
  font-size: 1.5rem
}

.text-16 {
  font-size: 1.6rem
}

.text-17 {
  font-size: 1.7rem
}

.text-18 {
  font-size: 1.8rem
}

.text-19 {
  font-size: 1.9rem
}

.text-20 {
  font-size: 2rem
}

.text-24 {
  font-size: 2.4rem
}

.text-28 {
  font-size: 2.8rem
}

.text-32 {
  font-size: 3.2rem
}

.text-40 {
  font-size: 4rem
}

.text-44 {
  font-size: 4.4rem
}

.text-48 {
  font-size: 4.8rem
}

.text-56 {
  font-size: 5.6rem
}

.text-68 {
  font-size: 6.8rem
}

.text-72 {
  font-size: 7.2rem
}

.text-128 {
  font-size: 12.8rem
}

.text-xs {
  font-size: 1.2rem;
  line-height: 1.6rem
}

.text-sm {
  font-size: 1.4rem;
  line-height: 2rem
}

.text-base {
  font-size: 1.6rem;
  line-height: 2.4rem
}

.text-lg {
  font-size: 1.8rem;
  line-height: 2.8em
}

.text-2xl {
  font-size: 2.4rem;
  line-height: 3.2rem
}

.text-3xl {
  font-size: 3rem;
  line-height: 3.6rem
}

.text-4xl {
  font-size: 3.6rem;
  line-height: 4rem
}

.leading-3 {
  line-height: 1.2rem
}

.leading-5 {
  line-height: 2rem
}

.leading-7 {
  line-height: 2.8rem
}

.leading-none {
  line-height: 1
}

.leading-tight {
  line-height: 1.25
}

.leading-normal {
  line-height: 1.5
}

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

.m-0 {
  margin: 0
}

.m-2 {
  margin: 0.2rem
}

.m-3 {
  margin: 0.3rem
}

.m-5 {
  margin: 0.5rem
}

.m-6 {
  margin: 0.6rem
}

.m-8 {
  margin: 0.8rem
}

.m-10 {
  margin: 1.0rem
}

.m-32 {
  margin: 3.2rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0 {
  margin-top: 0
}

.mb-0 {
  margin-bottom: 0
}

.ml-0 {
  margin-left: 0
}

.mt-2 {
  margin-top: 0.2rem
}

.mr-2 {
  margin-right: 0.2rem
}

.mb-2 {
  margin-bottom: 0.2rem
}

.ml-2 {
  margin-left: 0.2rem
}

.mt-4 {
  margin-top: 0.4rem
}

.mr-4 {
  margin-right: 0.4rem
}

.mb-4 {
  margin-bottom: 0.4rem
}

.mt-5 {
  margin-top: 0.5rem
}

.mr-5 {
  margin-right: 0.5rem
}

.mb-5 {
  margin-bottom: 0.5rem
}

.ml-5 {
  margin-left: 0.5rem
}

.mt-6 {
  margin-top: 0.6rem
}

.mb-6 {
  margin-bottom: 0.6rem
}

.ml-6 {
  margin-left: 0.6rem
}

.mt-8 {
  margin-top: 0.8rem
}

.mr-8 {
  margin-right: 0.8rem
}

.mb-8 {
  margin-bottom: 0.8rem
}

.ml-8 {
  margin-left: 0.8rem
}

.mt-10 {
  margin-top: 1.0rem
}

.mr-10 {
  margin-right: 1.0rem
}

.mb-10 {
  margin-bottom: 1.0rem
}

.ml-10 {
  margin-left: 1.0rem
}

.mt-12 {
  margin-top: 1.2rem
}

.mr-12 {
  margin-right: 1.2rem
}

.mb-12 {
  margin-bottom: 1.2rem
}

.ml-12 {
  margin-left: 1.2rem
}

.mt-14 {
  margin-top: 1.4rem
}

.mr-14 {
  margin-right: 1.4rem
}

.mt-16 {
  margin-top: 1.6rem
}

.mb-16 {
  margin-bottom: 1.6rem
}

.ml-16 {
  margin-left: 1.6rem
}

.mt-20 {
  margin-top: 2rem
}

.mr-20 {
  margin-right: 2rem
}

.mb-20 {
  margin-bottom: 2rem
}

.ml-20 {
  margin-left: 2rem
}

.mt-24 {
  margin-top: 2.4rem
}

.mb-24 {
  margin-bottom: 2.4rem
}

.ml-24 {
  margin-left: 2.4rem
}

.mt-28 {
  margin-top: 2.8rem
}

.mr-28 {
  margin-right: 2.8rem
}

.ml-28 {
  margin-left: 2.8rem
}

.mt-32 {
  margin-top: 3.2rem
}

.mr-32 {
  margin-right: 3.2rem
}

.mb-32 {
  margin-bottom: 3.2rem
}

.ml-32 {
  margin-left: 3.2rem
}

.mr-36 {
  margin-right: 3.6rem
}

.mr-44 {
  margin-right: 4.4rem
}

.mt-48 {
  margin-top: 4.8rem
}

.mr-48 {
  margin-right: 4.8rem
}

.mb-48 {
  margin-bottom: 4.8rem
}

.ml-48 {
  margin-left: 4.8rem
}

.mb-52 {
  margin-bottom: 5.2rem
}

.mb-60 {
  margin-bottom: 6rem
}

.mt-64 {
  margin-top: 6.4rem
}

.mb-64 {
  margin-bottom: 6.4rem
}

.mt-auto {
  margin-top: auto
}

.ml-auto {
  margin-left: auto
}

.-mt-5 {
  margin-top: -0.5rem
}

.-mb-5 {
  margin-bottom: -0.5rem
}

.-ml-5 {
  margin-left: -0.5rem
}

.-mr-6 {
  margin-right: -0.6rem
}

.-ml-7 {
  margin-left: -0.7rem
}

.-mt-8 {
  margin-top: -0.8rem
}

.-mt-10 {
  margin-top: -1rem
}

.-mb-10 {
  margin-bottom: -1rem
}

.-mt-12 {
  margin-top: -1.2rem
}

.-ml-14 {
  margin-left: -1.4rem
}

.-mt-16 {
  margin-top: -1.6rem
}

.-ml-16 {
  margin-left: -1.6rem
}

.-mt-24 {
  margin-top: -2.4rem
}

.-mb-28 {
  margin-bottom: -2.8rem
}

.-mb-44 {
  margin-bottom: -4.4rem
}

.-mt-64 {
  margin-top: -6.4rem
}

.-mt-72 {
  margin-top: -7.2rem
}

[dir='ltr'] .ltr\:ml-4,[dir='ltr'].ltr\:ml-4 {
  margin-left: 0.4rem
}

[dir='ltr'] .ltr\:mr-8,[dir='ltr'].ltr\:mr-8 {
  margin-right: 0.8rem
}

[dir='ltr'] .ltr\:ml-8,[dir='ltr'].ltr\:ml-8 {
  margin-left: 0.8rem
}

[dir='ltr'] .ltr\:mr-16,[dir='ltr'].ltr\:mr-16 {
  margin-right: 1.6rem
}

[dir='rtl'] .rtl\:mr-4,[dir='rtl'].rtl\:mr-4 {
  margin-right: 0.4rem
}

[dir='rtl'] .rtl\:mr-8,[dir='rtl'].rtl\:mr-8 {
  margin-right: 0.8rem
}

[dir='rtl'] .rtl\:ml-8,[dir='rtl'].rtl\:ml-8 {
  margin-left: 0.8rem
}

[dir='rtl'] .rtl\:ml-16,[dir='rtl'].rtl\:ml-16 {
  margin-left: 1.6rem
}

.max-h-32 {
  max-height: 3.2rem
}

.max-h-36 {
  max-height: 3.6rem
}

.max-h-44 {
  max-height: 4.4rem
}

.max-h-48 {
  max-height: 4.8rem
}

.max-h-56 {
  max-height: 5.6rem
}

.max-h-60 {
  max-height: 6rem
}

.max-h-64 {
  max-height: 6.4rem
}

.max-h-72 {
  max-height: 7.2rem
}

.max-h-76 {
  max-height: 7.6rem
}

.max-h-80 {
  max-height: 8rem
}

.max-h-136 {
  max-height: 13.6rem
}

.max-h-160 {
  max-height: 16rem
}

.max-h-192 {
  max-height: 19.2rem
}

.max-h-256 {
  max-height: 25.6rem
}

.max-h-320 {
  max-height: 32rem
}

.max-h-400 {
  max-height: 40rem
}

.max-h-512 {
  max-height: 51.2rem
}

.max-h-xl {
  max-height: 96rem
}

.max-h-full {
  max-height: 100%
}

.max-w-0 {
  max-width: 0
}

.max-w-32 {
  max-width: 3.2rem
}

.max-w-36 {
  max-width: 3.6rem
}

.max-w-48 {
  max-width: 4.8rem
}

.max-w-64 {
  max-width: 6.4rem
}

.max-w-72 {
  max-width: 7.2rem
}

.max-w-96 {
  max-width: 9.6rem
}

.max-w-128 {
  max-width: 12.8rem
}

.max-w-160 {
  max-width: 16rem
}

.max-w-192 {
  max-width: 19.2rem
}

.max-w-224 {
  max-width: 22.4rem
}

.max-w-256 {
  max-width: 25.6rem
}

.max-w-320 {
  max-width: 32rem
}

.max-w-360 {
  max-width: 36rem
}

.max-w-384 {
  max-width: 38.4rem
}

.max-w-400 {
  max-width: 40rem
}

.max-w-512 {
  max-width: 51.2rem
}

.max-w-640 {
  max-width: 64rem
}

.max-w-sm {
  max-width: 48rem
}

.max-w-md {
  max-width: 64rem
}

.max-w-lg {
  max-width: 80rem
}

.max-w-xl {
  max-width: 96rem
}

.max-w-2xl {
  max-width: 112rem
}

.max-w-5xl {
  max-width: 160rem
}

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

.max-w-max {
  max-width: -webkit-max-content;
  max-width: max-content
}

.min-h-0 {
  min-height: 0
}

.min-h-1 {
  min-height: 0.1rem
}

.min-h-14 {
  min-height: 1.4rem
}

.min-h-20 {
  min-height: 2rem
}

.min-h-24 {
  min-height: 2.4rem
}

.min-h-32 {
  min-height: 3.2rem
}

.min-h-36 {
  min-height: 3.6rem
}

.min-h-40 {
  min-height: 4rem
}

.min-h-48 {
  min-height: 4.8rem
}

.min-h-56 {
  min-height: 5.6rem
}

.min-h-60 {
  min-height: 6rem
}

.min-h-64 {
  min-height: 6.4rem
}

.min-h-72 {
  min-height: 7.2rem
}

.min-h-80 {
  min-height: 8rem
}

.min-h-84 {
  min-height: 8.4rem
}

.min-h-88 {
  min-height: 8.8rem
}

.min-h-96 {
  min-height: 9.6rem
}

.min-h-128 {
  min-height: 12.8rem
}

.min-h-136 {
  min-height: 13.6rem
}

.min-h-160 {
  min-height: 16rem
}

.min-h-200 {
  min-height: 20rem
}

.min-h-224 {
  min-height: 22.4rem
}

.min-h-256 {
  min-height: 25.6rem
}

.min-h-320 {
  min-height: 32rem
}

.min-h-360 {
  min-height: 36rem
}

.min-h-400 {
  min-height: 40rem
}

.min-h-512 {
  min-height: 51.2rem
}

.min-h-auto {
  min-height: auto
}

.min-h-sm {
  min-height: 48rem
}

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

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

.min-w-5 {
  min-width: 0.5rem
}

.min-w-10 {
  min-width: 1.0rem
}

.min-w-16 {
  min-width: 1.6rem
}

.min-w-20 {
  min-width: 2rem
}

.min-w-24 {
  min-width: 2.4rem
}

.min-w-28 {
  min-width: 2.8rem
}

.min-w-32 {
  min-width: 3.2rem
}

.min-w-36 {
  min-width: 3.6rem
}

.min-w-40 {
  min-width: 4rem
}

.min-w-44 {
  min-width: 4.4rem
}

.min-w-48 {
  min-width: 4.8rem
}

.min-w-56 {
  min-width: 5.6rem
}

.min-w-64 {
  min-width: 6.4rem
}

.min-w-68 {
  min-width: 6.8rem
}

.min-w-72 {
  min-width: 7.2rem
}

.min-w-84 {
  min-width: 8.4rem
}

.min-w-88 {
  min-width: 8.8rem
}

.min-w-92 {
  min-width: 9.2rem
}

.min-w-96 {
  min-width: 9.6rem
}

.min-w-128 {
  min-width: 12.8rem
}

.min-w-136 {
  min-width: 13.6rem
}

.min-w-160 {
  min-width: 16rem
}

.min-w-192 {
  min-width: 19.2rem
}

.min-w-224 {
  min-width: 22.4rem
}

.min-w-256 {
  min-width: 25.6rem
}

.min-w-288 {
  min-width: 28.8rem
}

.min-w-320 {
  min-width: 32rem
}

.min-w-512 {
  min-width: 51.2rem
}

.min-w-sm {
  min-width: 48rem
}

.min-w-md {
  min-width: 64rem
}

.min-w-lg {
  min-width: 80rem
}

.min-w-xl {
  min-width: 96rem
}

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

.min-w-max {
  min-width: -webkit-max-content;
  min-width: max-content
}

.object-contain {
  object-fit: contain
}

.object-cover {
  object-fit: cover
}

.opacity-20 {
  opacity: 0.2
}

.opacity-50 {
  opacity: 0.5
}

.opacity-60 {
  opacity: 0.6
}

.opacity-75 {
  opacity: 0.75
}

.opacity-100 {
  opacity: 1
}

.overflow-auto {
  overflow: auto
}

.overflow-hidden {
  overflow: hidden
}

.overflow-visible {
  overflow: visible
}

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

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

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

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

.overscroll-y-auto {
  overscroll-behavior-y: auto
}

.p-0 {
  padding: 0
}

.p-1 {
  padding: 0.1rem
}

.p-2 {
  padding: 0.2rem
}

.p-3 {
  padding: 0.3rem
}

.p-4 {
  padding: 0.4rem
}

.p-5 {
  padding: 0.5rem
}

.p-6 {
  padding: 0.6rem
}

.p-8 {
  padding: 0.8rem
}

.p-10 {
  padding: 1.0rem
}

.p-12 {
  padding: 1.2rem
}

.p-14 {
  padding: 1.4rem
}

.p-16 {
  padding: 1.6rem
}

.p-20 {
  padding: 2rem
}

.p-24 {
  padding: 2.4rem
}

.p-32 {
  padding: 3.2rem
}

.p-64 {
  padding: 6.4rem
}

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

.px-0 {
  padding-left: 0;
  padding-right: 0
}

.px-1 {
  padding-left: 0.1rem;
  padding-right: 0.1rem
}

.py-2 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem
}

.px-2 {
  padding-left: 0.2rem;
  padding-right: 0.2rem
}

.px-3 {
  padding-left: 0.3rem;
  padding-right: 0.3rem
}

.py-4 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem
}

.px-4 {
  padding-left: 0.4rem;
  padding-right: 0.4rem
}

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

.px-5 {
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

.py-6 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem
}

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

.py-8 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem
}

.px-8 {
  padding-left: 0.8rem;
  padding-right: 0.8rem
}

.py-10 {
  padding-top: 1.0rem;
  padding-bottom: 1.0rem
}

.px-10 {
  padding-left: 1.0rem;
  padding-right: 1.0rem
}

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

.px-12 {
  padding-left: 1.2rem;
  padding-right: 1.2rem
}

.py-16 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem
}

.px-16 {
  padding-left: 1.6rem;
  padding-right: 1.6rem
}

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

.px-20 {
  padding-left: 2rem;
  padding-right: 2rem
}

.py-24 {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem
}

.px-24 {
  padding-left: 2.4rem;
  padding-right: 2.4rem
}

.px-32 {
  padding-left: 3.2rem;
  padding-right: 3.2rem
}

.px-56 {
  padding-left: 5.6rem;
  padding-right: 5.6rem
}

.py-96 {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem
}

.pt-0 {
  padding-top: 0
}

.pr-0 {
  padding-right: 0
}

.pb-0 {
  padding-bottom: 0
}

.pl-0 {
  padding-left: 0
}

.pr-2 {
  padding-right: 0.2rem
}

.pb-2 {
  padding-bottom: 0.2rem
}

.pl-2 {
  padding-left: 0.2rem
}

.pt-4 {
  padding-top: 0.4rem
}

.pl-4 {
  padding-left: 0.4rem
}

.pt-5 {
  padding-top: 0.5rem
}

.pr-5 {
  padding-right: 0.5rem
}

.pb-5 {
  padding-bottom: 0.5rem
}

.pl-5 {
  padding-left: 0.5rem
}

.pt-8 {
  padding-top: 0.8rem
}

.pb-8 {
  padding-bottom: 0.8rem
}

.pl-8 {
  padding-left: 0.8rem
}

.pt-10 {
  padding-top: 1.0rem
}

.pr-10 {
  padding-right: 1.0rem
}

.pb-10 {
  padding-bottom: 1.0rem
}

.pl-10 {
  padding-left: 1.0rem
}

.pt-12 {
  padding-top: 1.2rem
}

.pb-12 {
  padding-bottom: 1.2rem
}

.pl-12 {
  padding-left: 1.2rem
}

.pl-14 {
  padding-left: 1.4rem
}

.pt-16 {
  padding-top: 1.6rem
}

.pb-16 {
  padding-bottom: 1.6rem
}

.pl-16 {
  padding-left: 1.6rem
}

.pt-20 {
  padding-top: 2rem
}

.pr-20 {
  padding-right: 2rem
}

.pl-20 {
  padding-left: 2rem
}

.pt-24 {
  padding-top: 2.4rem
}

.pb-24 {
  padding-bottom: 2.4rem
}

.pl-24 {
  padding-left: 2.4rem
}

.pr-28 {
  padding-right: 2.8rem
}

.pl-28 {
  padding-left: 2.8rem
}

.pt-32 {
  padding-top: 3.2rem
}

.pr-32 {
  padding-right: 3.2rem
}

.pb-32 {
  padding-bottom: 3.2rem
}

.pl-32 {
  padding-left: 3.2rem
}

.pr-36 {
  padding-right: 3.6rem
}

.pr-40 {
  padding-right: 4rem
}

.pl-40 {
  padding-left: 4rem
}

.pr-48 {
  padding-right: 4.8rem
}

.pb-48 {
  padding-bottom: 4.8rem
}

.pr-56 {
  padding-right: 5.6rem
}

.pl-56 {
  padding-left: 5.6rem
}

.pr-60 {
  padding-right: 6rem
}

.pb-64 {
  padding-bottom: 6.4rem
}

.pl-72 {
  padding-left: 7.2rem
}

.pl-80 {
  padding-left: 8rem
}

[dir='ltr'] .ltr\:pl-4,[dir='ltr'].ltr\:pl-4 {
  padding-left: 0.4rem
}

[dir='ltr'] .ltr\:pr-48,[dir='ltr'].ltr\:pr-48 {
  padding-right: 4.8rem
}

[dir='ltr'] .ltr\:pl-72,[dir='ltr'].ltr\:pl-72 {
  padding-left: 7.2rem
}

[dir='rtl'] .rtl\:pr-4,[dir='rtl'].rtl\:pr-4 {
  padding-right: 0.4rem
}

[dir='rtl'] .rtl\:pl-48,[dir='rtl'].rtl\:pl-48 {
  padding-left: 4.8rem
}

[dir='rtl'] .rtl\:pr-72,[dir='rtl'].rtl\:pr-72 {
  padding-right: 7.2rem
}

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

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

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

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

.top-0 {
  top: 0
}

.right-0 {
  right: 0
}

.bottom-0 {
  bottom: 0
}

.left-0 {
  left: 0
}

.right-1 {
  right: 0.1rem
}

.bottom-1 {
  bottom: 0.1rem
}

.left-1 {
  left: 0.1rem
}

.top-2 {
  top: 0.2rem
}

.right-2 {
  right: 0.2rem
}

.top-5 {
  top: 0.5rem
}

.right-5 {
  right: 0.5rem
}

.bottom-5 {
  bottom: 0.5rem
}

.left-5 {
  left: 0.5rem
}

.top-7 {
  top: 0.7rem
}

.top-10 {
  top: 1.0rem
}

.right-10 {
  right: 1.0rem
}

.bottom-10 {
  bottom: 1.0rem
}

.left-10 {
  left: 1.0rem
}

.right-12 {
  right: 1.2rem
}

.right-14 {
  right: 1.4rem
}

.bottom-14 {
  bottom: 1.4rem
}

.left-16 {
  left: 1.6rem
}

.left-20 {
  left: 2rem
}

.right-44 {
  right: 4.4rem
}

.bottom-56 {
  bottom: 5.6rem
}

.-top-5 {
  top: -0.5rem
}

.-bottom-6 {
  bottom: -0.6rem
}

.-top-10 {
  top: -1rem
}

.-right-10 {
  right: -1rem
}

.-right-56 {
  right: -5.6rem
}

.-top-64 {
  top: -6.4rem
}

.-right-64 {
  right: -6.4rem
}

.top-1\/2 {
  top: 50%
}

.bottom-1\/2 {
  bottom: 50%
}

.left-1\/2 {
  left: 50%
}

[dir='ltr'] .ltr\:right-0,[dir='ltr'].ltr\:right-0 {
  right: 0
}

[dir='ltr'] .ltr\:left-0,[dir='ltr'].ltr\:left-0 {
  left: 0
}

[dir='ltr'] .ltr\:right-5,[dir='ltr'].ltr\:right-5 {
  right: 0.5rem
}

[dir='rtl'] .rtl\:right-0,[dir='rtl'].rtl\:right-0 {
  right: 0
}

[dir='rtl'] .rtl\:left-0,[dir='rtl'].rtl\:left-0 {
  left: 0
}

[dir='rtl'] .rtl\:left-5,[dir='rtl'].rtl\:left-5 {
  left: 0.5rem
}

.resize {
  resize: both
}

* {
  --tw-shadow: 0 0 #0000
}

.shadow-0 {
  --tw-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-1 {
  --tw-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-2 {
  --tw-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-3 {
  --tw-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-4 {
  --tw-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-5 {
  --tw-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(33, 150, 243, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-justify {
  text-align: justify
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(34, 41, 47, var(--tw-text-opacity))
}

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

.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-text-opacity))
}

.text-grey-600 {
  --tw-text-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-text-opacity))
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-text-opacity))
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(224, 224, 224, var(--tw-text-opacity))
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-text-opacity))
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-text-opacity))
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(97, 97, 97, var(--tw-text-opacity))
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(66, 66, 66, var(--tw-text-opacity))
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(33, 33, 33, var(--tw-text-opacity))
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(239, 83, 80, var(--tw-text-opacity))
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-text-opacity))
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(211, 47, 47, var(--tw-text-opacity))
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(198, 40, 40, var(--tw-text-opacity))
}

.text-red {
  --tw-text-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-text-opacity))
}

.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgba(255, 183, 77, var(--tw-text-opacity))
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgba(239, 108, 0, var(--tw-text-opacity))
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgba(255, 152, 0, var(--tw-text-opacity))
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 37, var(--tw-text-opacity))
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(67, 160, 71, var(--tw-text-opacity))
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(46, 125, 50, var(--tw-text-opacity))
}

.text-green {
  --tw-text-opacity: 1;
  color: rgba(76, 175, 80, var(--tw-text-opacity))
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(66, 165, 245, var(--tw-text-opacity))
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(21, 101, 192, var(--tw-text-opacity))
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(13, 71, 161, var(--tw-text-opacity))
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgba(33, 150, 243, var(--tw-text-opacity))
}

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

.overflow-ellipsis {
  text-overflow: ellipsis
}

.italic {
  font-style: italic
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.capitalize {
  text-transform: capitalize
}

.underline {
  text-decoration: underline
}

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

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

.ordinal {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
}

.ordinal {
  --tw-ordinal: ordinal
}

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

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

.visible {
  visibility: visible
}

.invisible {
  visibility: hidden
}

.whitespace-nowrap {
  white-space: nowrap
}

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

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

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

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

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

.w-0 {
  width: 0
}

.w-1 {
  width: 0.1rem
}

.w-2 {
  width: 0.2rem
}

.w-3 {
  width: 0.3rem
}

.w-5 {
  width: 0.5rem
}

.w-10 {
  width: 1.0rem
}

.w-12 {
  width: 1.2rem
}

.w-16 {
  width: 1.6rem
}

.w-20 {
  width: 2rem
}

.w-24 {
  width: 2.4rem
}

.w-28 {
  width: 2.8rem
}

.w-32 {
  width: 3.2rem
}

.w-40 {
  width: 4rem
}

.w-44 {
  width: 4.4rem
}

.w-48 {
  width: 4.8rem
}

.w-52 {
  width: 5.2rem
}

.w-56 {
  width: 5.6rem
}

.w-60 {
  width: 6rem
}

.w-64 {
  width: 6.4rem
}

.w-72 {
  width: 7.2rem
}

.w-84 {
  width: 8.4rem
}

.w-88 {
  width: 8.8rem
}

.w-96 {
  width: 9.6rem
}

.w-128 {
  width: 12.8rem
}

.w-136 {
  width: 13.6rem
}

.w-160 {
  width: 16rem
}

.w-192 {
  width: 19.2rem
}

.w-200 {
  width: 20rem
}

.w-224 {
  width: 22.4rem
}

.w-256 {
  width: 25.6rem
}

.w-288 {
  width: 28.8rem
}

.w-320 {
  width: 32rem
}

.w-400 {
  width: 40rem
}

.w-auto {
  width: auto
}

.w-sm {
  width: 48rem
}

.w-lg {
  width: 80rem
}

.w-xl {
  width: 96rem
}

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

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

.w-2\/3 {
  width: 66.666667%
}

.w-1\/4 {
  width: 25%
}

.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.666667%
}

.w-2\/6 {
  width: 33.333333%
}

.w-4\/6 {
  width: 66.666667%
}

.w-5\/6 {
  width: 83.333333%
}

.w-1\/12 {
  width: 8.333333%
}

.w-2\/12 {
  width: 16.666667%
}

.w-3\/12 {
  width: 25%
}

.w-4\/12 {
  width: 33.333333%
}

.w-5\/12 {
  width: 41.666667%
}

.w-6\/12 {
  width: 50%
}

.w-7\/12 {
  width: 58.333333%
}

.w-8\/12 {
  width: 66.666667%
}

.w-9\/12 {
  width: 75%
}

.w-11\/12 {
  width: 91.666667%
}

.w-full {
  width: 100%
}

.w-min {
  width: -webkit-min-content;
  width: min-content
}

.w-max {
  width: -webkit-max-content;
  width: max-content
}

.z-0 {
  z-index: 0
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-40 {
  z-index: 40
}

.z-50 {
  z-index: 50
}

.z-99 {
  z-index: 99
}

.z-999 {
  z-index: 999
}

.z-9999 {
  z-index: 9999
}

.gap-4 {
  gap: 0.4rem
}

.gap-16 {
  gap: 1.6rem
}

.grid-flow-col-dense {
  grid-auto-flow: column dense
}

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

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

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

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

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

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

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

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

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

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

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

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

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

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

.animate-none {
  -webkit-animation: none;
          animation: none
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite
}

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

.animate-bounce {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.blur {
  --tw-blur: blur(8px)
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
}

.grayscale {
  --tw-grayscale: grayscale(100%)
}

@media (min-width: 600px) {
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse))
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.0rem * var(--tw-space-x-reverse));
    margin-left: calc(1.0rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6.4rem * var(--tw-space-x-reverse));
    margin-left: calc(6.4rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:flex {
    display: flex
  }

  .sm\:hidden {
    display: none
  }

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

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

  .sm\:items-center {
    align-items: center
  }

  .sm\:justify-start {
    justify-content: flex-start
  }

  .sm\:justify-center {
    justify-content: center
  }

  .sm\:justify-between {
    justify-content: space-between
  }

  .sm\:justify-around {
    justify-content: space-around
  }

  .sm\:font-semibold {
    font-weight: 600
  }

  .sm\:h-28 {
    height: 2.8rem
  }

  .sm\:h-40 {
    height: 4rem
  }

  .sm\:h-52 {
    height: 5.2rem
  }

  .sm\:h-56 {
    height: 5.6rem
  }

  .sm\:h-64 {
    height: 6.4rem
  }

  .sm\:h-72 {
    height: 7.2rem
  }

  .sm\:h-92 {
    height: 9.2rem
  }

  .sm\:h-96 {
    height: 9.6rem
  }

  .sm\:h-160 {
    height: 16rem
  }

  .sm\:h-256 {
    height: 25.6rem
  }

  .sm\:h-288 {
    height: 28.8rem
  }

  .sm\:h-360 {
    height: 36rem
  }

  .sm\:text-12 {
    font-size: 1.2rem
  }

  .sm\:text-13 {
    font-size: 1.3rem
  }

  .sm\:text-14 {
    font-size: 1.4rem
  }

  .sm\:text-16 {
    font-size: 1.6rem
  }

  .sm\:text-18 {
    font-size: 1.8rem
  }

  .sm\:text-20 {
    font-size: 2rem
  }

  .sm\:text-24 {
    font-size: 2.4rem
  }

  .sm\:text-28 {
    font-size: 2.8rem
  }

  .sm\:text-44 {
    font-size: 4.4rem
  }

  .sm\:text-56 {
    font-size: 5.6rem
  }

  .sm\:text-8xl {
    font-size: 9.6rem;
    line-height: 1
  }

  .sm\:leading-10 {
    line-height: 4rem
  }

  .sm\:leading-loose {
    line-height: 2
  }

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

  .sm\:mx-4 {
    margin-left: 0.4rem;
    margin-right: 0.4rem
  }

  .sm\:mx-8 {
    margin-left: 0.8rem;
    margin-right: 0.8rem
  }

  .sm\:mx-12 {
    margin-left: 1.2rem;
    margin-right: 1.2rem
  }

  .sm\:mb-0 {
    margin-bottom: 0
  }

  .sm\:mb-10 {
    margin-bottom: 1.0rem
  }

  .sm\:mt-16 {
    margin-top: 1.6rem
  }

  .sm\:mt-32 {
    margin-top: 3.2rem
  }

  .sm\:mr-136 {
    margin-right: 13.6rem
  }

  .sm\:max-h-64 {
    max-height: 6.4rem
  }

  .sm\:max-w-64 {
    max-width: 6.4rem
  }

  .sm\:max-w-128 {
    max-width: 12.8rem
  }

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

  .sm\:min-h-160 {
    min-height: 16rem
  }

  .sm\:min-w-10 {
    min-width: 1.0rem
  }

  .sm\:min-w-20 {
    min-width: 2rem
  }

  .sm\:min-w-64 {
    min-width: 6.4rem
  }

  .sm\:min-w-128 {
    min-width: 12.8rem
  }

  .sm\:min-w-136 {
    min-width: 13.6rem
  }

  .sm\:min-w-200 {
    min-width: 20rem
  }

  .sm\:min-w-224 {
    min-width: 22.4rem
  }

  .sm\:min-w-256 {
    min-width: 25.6rem
  }

  .sm\:p-8 {
    padding: 0.8rem
  }

  .sm\:p-12 {
    padding: 1.2rem
  }

  .sm\:p-16 {
    padding: 1.6rem
  }

  .sm\:p-24 {
    padding: 2.4rem
  }

  .sm\:p-32 {
    padding: 3.2rem
  }

  .sm\:p-40 {
    padding: 4rem
  }

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

  .sm\:py-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }

  .sm\:px-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
  }

  .sm\:px-8 {
    padding-left: 0.8rem;
    padding-right: 0.8rem
  }

  .sm\:px-10 {
    padding-left: 1.0rem;
    padding-right: 1.0rem
  }

  .sm\:px-12 {
    padding-left: 1.2rem;
    padding-right: 1.2rem
  }

  .sm\:px-16 {
    padding-left: 1.6rem;
    padding-right: 1.6rem
  }

  .sm\:px-20 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .sm\:px-24 {
    padding-left: 2.4rem;
    padding-right: 2.4rem
  }

  .sm\:py-32 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem
  }

  .sm\:pr-10 {
    padding-right: 1.0rem
  }

  .sm\:pb-64 {
    padding-bottom: 6.4rem
  }

  .sm\:text-right {
    text-align: right
  }

  .sm\:visible {
    visibility: visible
  }

  .sm\:invisible {
    visibility: hidden
  }

  .sm\:w-40 {
    width: 4rem
  }

  .sm\:w-64 {
    width: 6.4rem
  }

  .sm\:w-136 {
    width: 13.6rem
  }

  .sm\:w-200 {
    width: 20rem
  }

  .sm\:w-320 {
    width: 32rem
  }

  .sm\:w-auto {
    width: auto
  }

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

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

  .sm\:w-3\/5 {
    width: 60%
  }

  .sm\:w-2\/12 {
    width: 16.666667%
  }

  .sm\:w-3\/12 {
    width: 25%
  }

  .sm\:w-4\/12 {
    width: 33.333333%
  }

  .sm\:w-6\/12 {
    width: 50%
  }

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

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

@media (min-width: 960px) {
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse))
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.0rem * var(--tw-space-x-reverse));
    margin-left: calc(1.0rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:flex {
    display: flex
  }

  .md\:hidden {
    display: none
  }

  .md\:flex-row {
    flex-direction: row
  }

  .md\:flex-col {
    flex-direction: column
  }

  .md\:items-start {
    align-items: flex-start
  }

  .md\:items-end {
    align-items: flex-end
  }

  .md\:items-center {
    align-items: center
  }

  .md\:justify-start {
    justify-content: flex-start
  }

  .md\:font-normal {
    font-weight: 400
  }

  .md\:font-semibold {
    font-weight: 600
  }

  .md\:h-48 {
    height: 4.8rem
  }

  .md\:h-64 {
    height: 6.4rem
  }

  .md\:h-72 {
    height: 7.2rem
  }

  .md\:h-128 {
    height: 12.8rem
  }

  .md\:text-12 {
    font-size: 1.2rem
  }

  .md\:text-14 {
    font-size: 1.4rem
  }

  .md\:text-16 {
    font-size: 1.6rem
  }

  .md\:text-18 {
    font-size: 1.8rem
  }

  .md\:text-20 {
    font-size: 2rem
  }

  .md\:text-24 {
    font-size: 2.4rem
  }

  .md\:text-28 {
    font-size: 2.8rem
  }

  .md\:text-32 {
    font-size: 3.2rem
  }

  .md\:text-40 {
    font-size: 4rem
  }

  .md\:text-4xl {
    font-size: 3.6rem;
    line-height: 4rem
  }

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

  .md\:mx-4 {
    margin-left: 0.4rem;
    margin-right: 0.4rem
  }

  .md\:mt-0 {
    margin-top: 0
  }

  .md\:mt-64 {
    margin-top: 6.4rem
  }

  .md\:mb-68 {
    margin-bottom: 6.8rem
  }

  .md\:mt-96 {
    margin-top: 9.6rem
  }

  .md\:max-w-3xl {
    max-width: 128rem
  }

  .md\:min-h-48 {
    min-height: 4.8rem
  }

  .md\:min-h-64 {
    min-height: 6.4rem
  }

  .md\:min-h-128 {
    min-height: 12.8rem
  }

  .md\:min-w-136 {
    min-width: 13.6rem
  }

  .md\:p-8 {
    padding: 0.8rem
  }

  .md\:p-10 {
    padding: 1.0rem
  }

  .md\:p-12 {
    padding: 1.2rem
  }

  .md\:p-24 {
    padding: 2.4rem
  }

  .md\:p-32 {
    padding: 3.2rem
  }

  .md\:p-48 {
    padding: 4.8rem
  }

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

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  .md\:py-6 {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem
  }

  .md\:px-8 {
    padding-left: 0.8rem;
    padding-right: 0.8rem
  }

  .md\:px-12 {
    padding-left: 1.2rem;
    padding-right: 1.2rem
  }

  .md\:py-24 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem
  }

  .md\:px-24 {
    padding-left: 2.4rem;
    padding-right: 2.4rem
  }

  .md\:pr-0 {
    padding-right: 0
  }

  .md\:pb-32 {
    padding-bottom: 3.2rem
  }

  .md\:pr-44 {
    padding-right: 4.4rem
  }

  .md\:pr-48 {
    padding-right: 4.8rem
  }

  .md\:pr-56 {
    padding-right: 5.6rem
  }

  .md\:pb-64 {
    padding-bottom: 6.4rem
  }

  [dir='ltr'] .md\:ltr\:pr-32,[dir='ltr'].md\:ltr\:pr-32 {
    padding-right: 3.2rem
  }

  [dir='rtl'] .md\:rtl\:pl-32,[dir='rtl'].md\:rtl\:pl-32 {
    padding-left: 3.2rem
  }

  .md\:relative {
    position: relative
  }

  .md\:text-left {
    text-align: left
  }

  .md\:text-right {
    text-align: right
  }

  .md\:w-136 {
    width: 13.6rem
  }

  .md\:w-320 {
    width: 32rem
  }

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

  .md\:w-1\/4 {
    width: 25%
  }

  .md\:w-1\/5 {
    width: 20%
  }

  .md\:w-1\/12 {
    width: 8.333333%
  }

  .md\:w-2\/12 {
    width: 16.666667%
  }

  .md\:w-3\/12 {
    width: 25%
  }

  .md\:w-4\/12 {
    width: 33.333333%
  }

  .md\:w-6\/12 {
    width: 50%
  }

  .md\:w-8\/12 {
    width: 66.666667%
  }

  .md\:w-9\/12 {
    width: 75%
  }

  .md\:w-full {
    width: 100%
  }
}

@media (min-width: 1280px) {
  [dir='ltr'] .lg\:ltr\:rounded-br-20,[dir='ltr'].lg\:ltr\:rounded-br-20 {
    border-bottom-right-radius: 2rem
  }

  [dir='ltr'] .lg\:ltr\:rounded-bl-20,[dir='ltr'].lg\:ltr\:rounded-bl-20 {
    border-bottom-left-radius: 2rem
  }

  [dir='rtl'] .lg\:rtl\:rounded-br-20,[dir='rtl'].lg\:rtl\:rounded-br-20 {
    border-bottom-right-radius: 2rem
  }

  [dir='rtl'] .lg\:rtl\:rounded-bl-20,[dir='rtl'].lg\:rtl\:rounded-bl-20 {
    border-bottom-left-radius: 2rem
  }

  .lg\:mx-24 {
    margin-left: 2.4rem;
    margin-right: 2.4rem
  }

  .lg\:mr-80 {
    margin-right: 8rem
  }

  [dir='ltr'] .lg\:ltr\:mr-12,[dir='ltr'].lg\:ltr\:mr-12 {
    margin-right: 1.2rem
  }

  [dir='rtl'] .lg\:rtl\:ml-12,[dir='rtl'].lg\:rtl\:ml-12 {
    margin-left: 1.2rem
  }

  .lg\:px-10 {
    padding-left: 1.0rem;
    padding-right: 1.0rem
  }

  .lg\:px-24 {
    padding-left: 2.4rem;
    padding-right: 2.4rem
  }

  .lg\:pt-0 {
    padding-top: 0
  }

  .lg\:pr-0 {
    padding-right: 0
  }

  [dir='ltr'] .lg\:ltr\:pr-0,[dir='ltr'].lg\:ltr\:pr-0 {
    padding-right: 0
  }

  [dir='ltr'] .lg\:ltr\:pl-0,[dir='ltr'].lg\:ltr\:pl-0 {
    padding-left: 0
  }

  [dir='ltr'] .lg\:ltr\:pl-16,[dir='ltr'].lg\:ltr\:pl-16 {
    padding-left: 1.6rem
  }

  [dir='rtl'] .lg\:rtl\:pr-0,[dir='rtl'].lg\:rtl\:pr-0 {
    padding-right: 0
  }

  [dir='rtl'] .lg\:rtl\:pl-0,[dir='rtl'].lg\:rtl\:pl-0 {
    padding-left: 0
  }

  [dir='rtl'] .lg\:rtl\:pr-16,[dir='rtl'].lg\:rtl\:pr-16 {
    padding-right: 1.6rem
  }

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

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

@media (min-width: 1920px) {
}

@media print {
}

@media (min-height: 600px ) {
  .smh\:flex {
    display: flex
  }

  .smh\:min-h-200 {
    min-height: 20rem
  }
}

@media (min-height: 600px ) and ( min-width: 600px) {
  .smhw\:flex {
    display: flex
  }

  .smhw\:hidden {
    display: none
  }

  .smhw\:font-semibold {
    font-weight: 600
  }

  .smhw\:h-32 {
    height: 3.2rem
  }

  .smhw\:h-64 {
    height: 6.4rem
  }

  .smhw\:h-128 {
    height: 12.8rem
  }

  .smhw\:h-136 {
    height: 13.6rem
  }

  .smhw\:h-160 {
    height: 16rem
  }

  .smhw\:text-18 {
    font-size: 1.8rem
  }

  .smhw\:text-24 {
    font-size: 2.4rem
  }

  .smhw\:text-44 {
    font-size: 4.4rem
  }

  .smhw\:mt-16 {
    margin-top: 1.6rem
  }

  .smhw\:mt-32 {
    margin-top: 3.2rem
  }

  .smhw\:min-h-32 {
    min-height: 3.2rem
  }

  .smhw\:min-h-52 {
    min-height: 5.2rem
  }

  .smhw\:min-h-64 {
    min-height: 6.4rem
  }

  .smhw\:min-h-128 {
    min-height: 12.8rem
  }

  .smhw\:min-h-136 {
    min-height: 13.6rem
  }

  .smhw\:min-h-160 {
    min-height: 16rem
  }

  .smhw\:px-24 {
    padding-left: 2.4rem;
    padding-right: 2.4rem
  }

  .smhw\:py-32 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem
  }
}

@media (min-height: 960px ) {
}

@media (min-height: 960px ) and ( min-width: 960px) {
  .mdhw\:flex {
    display: flex
  }

  .mdhw\:hidden {
    display: none
  }
}

