/*! normalize.css v7.0.0 | 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
 *    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
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #FF0;
    color: #000;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

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

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

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

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

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

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

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

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

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-sbottom-0utton,
[type="number"]::-webkit-outer-sbottom-0utton {
    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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

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

summary {
    display: list-item;
}

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

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

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

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * 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 {
    margin: 0;
}

/**
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */

[tabindex="-1"]:focus {
    outline: none !important;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 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
 */
*,
*::after,
*::before {
    border-width: 0;
    border-style: solid;
    /*border-color: config('borderColors.default', currentColor);*/
}

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

/**
 * Temporary reset for a change introduced in Chrome 62 but now reverted.
 *
 * We can remove this when the reversion is in a normal Chrome release.
 */
/*button,
[type="button"],
[type="reset"],
[type="submit"] {
    border-radius: 0;
}*/

textarea {
    resize: vertical;
}

img {
    max-width: 100%;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
}

input::placeholder, textarea::placeholder {
    color: inherit;
    opacity: .5;
}

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

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

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

/**
 * 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: theme('borderColor.default', currentColor); !* 2 *!*/
}

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

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

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

img {
    border-style: solid;
}

textarea {
    resize: vertical;
}

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

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

table {
    border-collapse: collapse;
}

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

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

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

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

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

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

pre,
code,
kbd,
samp {
    font-family: 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 instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/*----------------------------------------------------------------*/
/*  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;
        -webkit-print-color-adjust: exact;
        max-width: '100%';
        zoom: 75%;
        background: none;
        height: 100% !important;
    }

    /* Page breaks */
    .page-break-after {
        display: block;
        page-break-after: always;
        position: relative;
    }

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

    table {page-break-inside: avoid;}

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

@page {
  size: auto;
  margin: 20mm;
}

/**
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: 16px 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);
}

/*@tailwind preflight;*/

#platform .\!visible {
  visibility: visible !important
}

#platform .visible {
  visibility: visible
}

#platform .invisible {
  visibility: hidden
}

#platform .collapse {
  visibility: collapse
}

#platform .static {
  position: static
}

#platform .fixed {
  position: fixed
}

#platform .absolute {
  position: absolute
}

#platform .relative {
  position: relative
}

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

#platform .bottom-0 {
  bottom: 0
}

#platform .left-0 {
  left: 0
}

#platform .right-0 {
  right: 0
}

#platform .top-0 {
  top: 0
}

#platform .z-0 {
  z-index: 0
}

#platform .z-10 {
  z-index: 10
}

#platform .z-999 {
  z-index: 999
}

#platform .m-16 {
  margin: 1.6rem
}

#platform .m-8 {
  margin: 0.8rem
}

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

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

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

#platform .mx-56 {
  margin-left: 5.6rem;
  margin-right: 5.6rem
}

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

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

#platform .my-52 {
  margin-top: 5.2rem;
  margin-bottom: 5.2rem
}

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

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

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

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

#platform .mb-0 {
  margin-bottom: 0
}

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

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

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

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

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

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

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

#platform .ml-4 {
  margin-left: 0.4rem
}

#platform .ml-72 {
  margin-left: 7.2rem
}

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

#platform .mr-16 {
  margin-right: 1.6rem
}

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

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

#platform .mt-0 {
  margin-top: 0
}

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

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

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

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

#platform .block {
  display: block
}

#platform .inline-block {
  display: inline-block
}

#platform .inline {
  display: inline
}

#platform .flex {
  display: flex
}

#platform .inline-flex {
  display: inline-flex
}

#platform .table {
  display: table
}

#platform .grid {
  display: grid
}

#platform .contents {
  display: contents
}

#platform .list-item {
  display: list-item
}

#platform .hidden {
  display: none
}

#platform .h-0 {
  height: 0
}

#platform .h-128 {
  height: 12.8rem
}

#platform .h-16 {
  height: 1.6rem
}

#platform .h-20 {
  height: 2rem
}

#platform .h-32 {
  height: 3.2rem
}

#platform .h-40 {
  height: 4rem
}

#platform .h-52 {
  height: 5.2rem
}

#platform .h-56 {
  height: 5.6rem
}

#platform .h-64 {
  height: 6.4rem
}

#platform .h-72 {
  height: 7.2rem
}

#platform .h-8 {
  height: 0.8rem
}

#platform .h-96 {
  height: 9.6rem
}

#platform .h-auto {
  height: auto
}

#platform .h-full {
  height: 100%
}

#platform .max-h-0 {
  max-height: 0
}

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

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

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

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

#platform .min-h-16 {
  min-height: 1.6rem
}

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

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

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

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

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

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

#platform .min-h-full {
  min-height: 100%
}

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

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

#platform .w-16 {
  width: 1.6rem
}

#platform .w-20 {
  width: 2rem
}

#platform .w-32 {
  width: 3.2rem
}

#platform .w-320 {
  width: 32rem
}

#platform .w-40 {
  width: 4rem
}

#platform .w-64 {
  width: 6.4rem
}

#platform .w-auto {
  width: auto
}

#platform .w-full {
  width: 100%
}

#platform .w-xs {
  width: 32rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#platform .flex-auto {
  flex: 1 1 auto
}

#platform .flex-shrink {
  flex-shrink: 1
}

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

#platform .shrink {
  flex-shrink: 1
}

#platform .flex-grow {
  flex-grow: 1
}

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

#platform .grow {
  flex-grow: 1
}

#platform .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#platform .cursor-pointer {
  cursor: pointer
}

#platform .resize {
  resize: both
}

#platform .flex-row {
  flex-direction: row
}

#platform .flex-row-reverse {
  flex-direction: row-reverse
}

#platform .flex-col {
  flex-direction: column
}

#platform .flex-wrap {
  flex-wrap: wrap
}

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

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

#platform .items-center {
  align-items: center
}

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

#platform .justify-center {
  justify-content: center
}

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

#platform .overflow-auto {
  overflow: auto
}

#platform .overflow-hidden {
  overflow: hidden
}

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

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

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

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

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

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

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

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

#platform .\!border {
  border-width: 1px !important
}

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

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

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

#platform .p-0 {
  padding: 0
}

#platform .p-12 {
  padding: 1.2rem
}

#platform .p-16 {
  padding: 1.6rem
}

#platform .p-4 {
  padding: 0.4rem
}

#platform .p-8 {
  padding: 0.8rem
}

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

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

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

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

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

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

#platform .py-52 {
  padding-top: 5.2rem;
  padding-bottom: 5.2rem
}

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

#platform .pb-0 {
  padding-bottom: 0
}

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

#platform .pb-52 {
  padding-bottom: 5.2rem
}

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

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

#platform .pl-0 {
  padding-left: 0
}

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

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

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

#platform .pr-12 {
  padding-right: 1.2rem
}

#platform .pr-16 {
  padding-right: 1.6rem
}

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

#platform .pr-8 {
  padding-right: 0.8rem
}

#platform .pt-0 {
  padding-top: 0
}

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

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

#platform .pt-36 {
  padding-top: 3.6rem
}

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

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

#platform .text-left {
  text-align: left
}

#platform .text-center {
  text-align: center
}

#platform .text-right {
  text-align: right
}

#platform .text-justify {
  text-align: justify
}

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

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

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

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

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

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

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

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

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

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

#platform .font-500 {
  font-weight: 500
}

#platform .font-600 {
  font-weight: 600
}

#platform .font-bold {
  font-weight: 700
}

#platform .font-light {
  font-weight: 300
}

#platform .font-medium {
  font-weight: 500
}

#platform .uppercase {
  text-transform: uppercase
}

#platform .capitalize {
  text-transform: capitalize
}

#platform .normal-case {
  text-transform: none
}

#platform .italic {
  font-style: italic
}

#platform .leading-none {
  line-height: 1
}

#platform .underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline
}

#platform .opacity-50 {
  opacity: 0.5
}

#platform .opacity-75 {
  opacity: 0.75
}

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

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

#platform .shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#platform .outline {
  outline-style: solid
}

#platform .filter {
  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)
}

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

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

#platform .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);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 600px) {
  #platform .sm\:mx-12 {
    margin-left: 1.2rem;
    margin-right: 1.2rem
  }

  #platform .sm\:mb-12 {
    margin-bottom: 1.2rem
  }

  #platform .sm\:mr-16 {
    margin-right: 1.6rem
  }

  #platform .sm\:flex {
    display: flex
  }

  #platform .sm\:table-cell {
    display: table-cell
  }

  #platform .sm\:hidden {
    display: none
  }

  #platform .sm\:h-136 {
    height: 13.6rem
  }

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

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

  #platform .sm\:min-h-136 {
    min-height: 13.6rem
  }

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

  #platform .sm\:w-48 {
    width: 4.8rem
  }

  #platform .sm\:flex-col {
    flex-direction: column
  }

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

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

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

  #platform .sm\:px-24 {
    padding-left: 2.4rem;
    padding-right: 2.4rem
  }

  #platform .sm\:pt-0 {
    padding-top: 0
  }

  #platform .sm\:pt-36 {
    padding-top: 3.6rem
  }

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

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

@media (min-width: 960px) {
  #platform .md\:mx-16 {
    margin-left: 1.6rem;
    margin-right: 1.6rem
  }

  #platform .md\:block {
    display: block
  }

  #platform .md\:flex {
    display: flex
  }

  #platform .md\:max-w-md {
    max-width: 64rem
  }

  #platform .md\:flex-row {
    flex-direction: row
  }

  #platform .md\:items-center {
    align-items: center
  }

  #platform .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }

  #platform .md\:text-12 {
    font-size: 1.2rem
  }
}

@media (min-width: 1280px) {
  #platform .lg\:pr-0 {
    padding-right: 0
  }
}

#platform .ltr\:left-0:where([dir="ltr"], [dir="ltr"] *) {
  left: 0
}

#platform .ltr\:right-0:where([dir="ltr"], [dir="ltr"] *) {
  right: 0
}

@media (min-width: 1280px) {
  #platform .lg\:ltr\:pl-0:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 0
  }
}

#platform .rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0
}

#platform .rtl\:right-0:where([dir="rtl"], [dir="rtl"] *) {
  right: 0
}

@media (min-width: 1280px) {
  #platform .lg\:rtl\:pr-0:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 0
  }
}

body.no-animate *,
body.no-animate *::before,
body.no-animate *::after {
  transition: none !important;
  animation: none !important;
}
* {
  outline: none !important;
}
html {
  font-size: 62.5%;
  font-family: Muli, Roboto, Helvetica Neue, Arial, sans-serif;
  background-color: #262933;
}
body {
  font-size: 14px;
  line-height: 1.4;
}
html,
body,
#root {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
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: 1301;
}
/* Medium Devices, Desktops Only */
@media only screen and (min-width: 992px) {
  * {
    scrollbar-width: thin;
    scrollbar-color: #1EBFAF transparent;
  }
  ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
  }
  ::-webkit-scrollbar:hover {
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.06);
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #1EBFAF44;
  }
  ::-webkit-scrollbar-thumb:hover {
    border-radius: 20px;
    background-color: #1EBFAF66;
  }
  ::-webkit-scrollbar-thumb:active {
    border-radius: 20px;
    background-color: #1EBFAF88;
  }
  ::-webkit-scrollbar-track,
  ::-webkit-scrollbar-corner {
    background: transparent;
  }
}
@keyframes autofill {
  0%,
  100% {
    background: transparent;
  }
}
input:-webkit-autofill {
  animation-delay: 1s;
  animation-name: autofill!important;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 0 0 100px transparent inset!important;
}
:focus {
  outline-color: transparent;
}
form label {
  z-index: 99;
}
.hexagon-wrapper {
  text-align: center;
  margin: 20px;
  position: relative;
  display: inline-block;
}
.hexagon {
  height: 100%;
  width: calc(100% * 0.57735);
  display: inline-block;
}
.hexagon:before {
  position: absolute;
  top: 0;
  right: calc((100% / 2) - ((100% * 0.57735) / 2));
  background-color: inherit;
  height: inherit;
  width: inherit;
  content: '" "';
  transform: rotateZ(60deg);
}
.hexagon:after {
  position: absolute;
  top: 0;
  right: calc((100% / 2) - ((100% * 0.57735) / 2));
  background-color: inherit;
  height: inherit;
  width: inherit;
  content: '" "';
  transform: rotateZ(-60deg);
}
.jodit-toolbar-button.jodit-toolbar-button_brush {
  display: none !important;
}
.jodit-toolbar-button.jodit-toolbar-button_file {
  display: none !important;
}

