/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://unpkg.com/tailwindcss/dist/base.css
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import Fonts
 */

/**
*
* @import "tailwindcss/base";
*/

/*! tailwindcss v2.2.19 | 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 {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     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.
*/

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

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

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

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

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

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

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

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

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

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

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: DaimlerCS, sans-serif, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue; /* 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: currentColor; /* 2 */
}

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

/**
 * 1. 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
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  border-color: currentColor;
}

/**
 * This injects any component classes registered by plugins.
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/components";
 */

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

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

/**
 * Here you would add any of your custom component classes; stuff that you'd
 * want loaded *before* the utilities so that the utilities could still
 * override them.
 *
 * Example:
 *
 * .btn { ... }
 * .form-input { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "components/buttons";
 * @import "components/forms";
 */

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/utilities";
 */

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

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

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

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

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

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

.order-2 {
  order: 2;
}

.order-last {
  order: 9999;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-8 {
  margin: 2rem;
}

.m-auto {
  margin: auto;
}

.m-3px {
  margin: 3px;
}

.m-5px {
  margin: 5px;
}

.m-10px {
  margin: 10px;
}

.m-15px {
  margin: 15px;
}

.m-25px {
  margin: 25px;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-4 {
  margin: -1rem;
}

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

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

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

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

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

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

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

.mx-3px {
  margin-left: 3px;
  margin-right: 3px;
}

.mx-5px {
  margin-left: 5px;
  margin-right: 5px;
}

.mx-10px {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-15px {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-50px {
  margin-left: 50px;
  margin-right: 50px;
}

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

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

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

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

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

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

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

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

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

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

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

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

.my-3px {
  margin-top: 3px;
  margin-bottom: 3px;
}

.my-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15px {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

.my-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-neg3px {
  margin-top: -3px;
}

.mt-neg10px {
  margin-top: -10px;
}

.mt-neg25px {
  margin-top: -25px;
}

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

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

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

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

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

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

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

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

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

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

.mr-5px {
  margin-right: 5px;
}

.mr-10px {
  margin-right: 10px;
}

.mr-15px {
  margin-right: 15px;
}

.mr-20px {
  margin-right: 20px;
}

.mr-40px {
  margin-right: 40px;
}

.mr-50px {
  margin-right: 50px;
}

.mr-neg25px {
  margin-right: -25px;
}

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

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

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

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

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

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

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

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

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

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

.mb-3px {
  margin-bottom: 3px;
}

.mb-5px {
  margin-bottom: 5px;
}

.mb-10px {
  margin-bottom: 10px;
}

.mb-12px {
  margin-bottom: 12px;
}

.mb-15px {
  margin-bottom: 15px;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-25px {
  margin-bottom: 25px;
}

.mb-32px {
  margin-bottom: 32px;
}

.mb-35px {
  margin-bottom: 35px;
}

.mb-40px {
  margin-bottom: 40px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-60px {
  margin-bottom: 60px;
}

.mb-70px {
  margin-bottom: 70px;
}

.mb-neg25px {
  margin-bottom: -25px;
}

.-mb-px {
  margin-bottom: -1px;
}

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

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

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

.ml-1 {
  margin-left: 0.25rem;
}

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

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

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

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

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

.ml-3px {
  margin-left: 3px;
}

.ml-5px {
  margin-left: 5px;
}

.ml-7px {
  margin-left: 7px;
}

.ml-10px {
  margin-left: 10px;
}

.ml-15px {
  margin-left: 15px;
}

.ml-20px {
  margin-left: 20px;
}

.ml-25px {
  margin-left: 25px;
}

.ml-32px {
  margin-left: 32px;
}

.ml-35px {
  margin-left: 35px;
}

.ml-40px {
  margin-left: 40px;
}

.ml-50px {
  margin-left: 50px;
}

.-ml-1 {
  margin-left: -0.25rem;
}

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

.-ml-6 {
  margin-left: -1.5rem;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

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

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-48 {
  height: 12rem;
}

.h-64 {
  height: 16rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

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

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

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

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

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

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

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

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

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

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

.h-85vh {
  height: 85vh;
}

.h-50\% {
  height: 50%;
}

.h-70\% {
  height: 70%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-50vh {
  max-height: 50vh;
}

.max-h-85vh {
  max-height: 85vh;
}

.max-h-1\/2 {
  max-height: 50%;
}

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

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

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-24 {
  min-height: 6rem;
}

.min-h-56 {
  min-height: 15rem;
}

.min-h-64 {
  min-height: 18rem;
}

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

.min-h-8px {
  min-height: 8px;
}

.w-1 {
  width: 0.25rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-48 {
  width: 12rem;
}

.w-64 {
  width: 16rem;
}

.w-76 {
  width: 19rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-20px {
  width: 20px;
}

.w-30px {
  width: 30px;
}

.w-40px {
  width: 40px;
}

.w-50px {
  width: 50px;
}

.w-80px {
  width: 80px;
}

.w-120px {
  width: 120px;
}

.w-160px {
  width: 160px;
}

.w-500px {
  width: 500px;
}

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

.w-50\% {
  width: 50%;
}

.w-25\% {
  width: 25%;
}

.w-35\% {
  width: 35%;
}

.w-65\% {
  width: 65%;
}

.w-75\% {
  width: 75%;
}

.w-80\% {
  width: 80%;
}

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

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

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

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

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

.w-1\/6 {
  width: 16.666666666666664%;
}

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

.w-1\/7 {
  width: 14.285714285714285%;
}

.w-3\/7 {
  width: 42.857142857142854%;
}

.w-5\/7 {
  width: 71.42857142857143%;
}

.w-6\/7 {
  width: 85.71428571428571%;
}

.w-1\/8 {
  width: 12.5%;
}

.w-7\/8 {
  width: 87.5%;
}

.w-30\% {
  width: 30%;
}

.w-32\% {
  width: 32%;
}

.w-32\.5\% {
  width: 32.5%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

.min-w-6 {
  min-width: 1.5rem;
}

.min-w-20 {
  min-width: 20%;
}

.min-w-8px {
  min-width: 8px;
}

.min-w-160px {
  min-width: 160px;
}

.min-w-200px {
  min-width: 200px;
}

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

.max-w-60 {
  max-width: 60%;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 30rem;
}

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

.max-w-lg {
  max-width: 50rem;
}

.max-w-ct {
  max-width: 1290px;
}

.max-w-500px {
  max-width: 500px;
}

.max-w-970px {
  max-width: 970px;
}

.max-w-1100px {
  max-width: 1100px;
}

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

.max-w-auto {
  max-width: auto;
}

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

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

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

.flex-none {
  flex: none;
}

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

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

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

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

.table-auto {
  table-layout: auto;
}

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

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

.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;
  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-0 {
  --tw-translate-y: 0px;
}

.translate-y-full {
  --tw-translate-y: 100%;
}

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

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

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

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

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

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

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

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

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

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

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

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

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

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

.content-around {
  align-content: space-around;
}

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

.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.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :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-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :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-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

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

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

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

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-bgGray > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 237, 235, var(--tw-divide-opacity));
}

.divide-gray > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-divide-opacity));
}

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

.overscroll-y-none {
  overscroll-behavior-y: none;
}

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

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

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

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

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

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

.rounded {
  border-radius: .25rem;
}

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

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

.rounded-full {
  border-radius: 100%;
}

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-advanceBlue {
  --tw-border-opacity: 1;
  border-color: rgba(47, 121, 185, var(--tw-border-opacity));
}

.border-monitorGreen {
  --tw-border-opacity: 1;
  border-color: rgba(58, 207, 162, var(--tw-border-opacity));
}

.border-driveYellow {
  --tw-border-opacity: 1;
  border-color: rgba(217, 226, 120, var(--tw-border-opacity));
}

.border-commerceBlue {
  --tw-border-opacity: 1;
  border-color: rgba(81, 129, 150, var(--tw-border-opacity));
}

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

.border-textGray {
  --tw-border-opacity: 1;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity));
}

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

.border-porzelan {
  --tw-border-opacity: 1;
  border-color: rgba(242, 243, 244, var(--tw-border-opacity));
}

.border-brightGray {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.border-checkGreen {
  --tw-border-opacity: 1;
  border-color: rgba(85, 180, 27, var(--tw-border-opacity));
}

.border-attentionOrange {
  --tw-border-opacity: 1;
  border-color: rgba(244, 148, 37, var(--tw-border-opacity));
}

.border-alertRed {
  --tw-border-opacity: 1;
  border-color: rgba(243, 66, 0, var(--tw-border-opacity));
}

.border-selectedItemGray {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

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

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

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

.border-administrationInit {
  --tw-border-opacity: 1;
  border-color: rgba(220, 71, 71, var(--tw-border-opacity));
}

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

.hover\:border-portalBlue:hover {
  --tw-border-opacity: 1;
  border-color: rgba(4, 30, 66, var(--tw-border-opacity));
}

.hover\:border-headlineGray:hover {
  --tw-border-opacity: 1;
  border-color: rgba(54, 54, 54, var(--tw-border-opacity));
}

.hover\:border-gray:hover {
  --tw-border-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity));
}

.focus\:border-portalBlue:focus {
  --tw-border-opacity: 1;
  border-color: rgba(4, 30, 66, var(--tw-border-opacity));
}

.focus\:border-gray:focus {
  --tw-border-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity));
}

.bg-portalBlue {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 30, 66, var(--tw-bg-opacity));
}

.bg-advanceBlue {
  --tw-bg-opacity: 1;
  background-color: rgba(47, 121, 185, var(--tw-bg-opacity));
}

.bg-monitorGreen {
  --tw-bg-opacity: 1;
  background-color: rgba(58, 207, 162, var(--tw-bg-opacity));
}

.bg-driveYellow {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 226, 120, var(--tw-bg-opacity));
}

.bg-commerceBlue {
  --tw-bg-opacity: 1;
  background-color: rgba(81, 129, 150, var(--tw-bg-opacity));
}

.bg-commerceBlueDark {
  --tw-bg-opacity: 1;
  background-color: rgba(65, 103, 120, var(--tw-bg-opacity));
}

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

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

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

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

.bg-bgGray {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 235, var(--tw-bg-opacity));
}

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

.bg-porzelan {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
}

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

.bg-checkGreen {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 180, 27, var(--tw-bg-opacity));
}

.bg-checkGreenBackground {
  --tw-bg-opacity: 1;
  background-color: rgba(170, 217, 141, var(--tw-bg-opacity));
}

.bg-attentionOrangeLight {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 187, 0, var(--tw-bg-opacity));
}

.bg-attentionOrange {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 148, 37, var(--tw-bg-opacity));
}

.bg-attentionOrangeBackground {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 201, 146, var(--tw-bg-opacity));
}

.bg-alertRed {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 66, 0, var(--tw-bg-opacity));
}

.bg-alertRedBackground {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 160, 127, var(--tw-bg-opacity));
}

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

.bg-modalBlack {
  background-color: rgba(0, 0, 0, .75);
}

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

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

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

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

.bg-accent2 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 184, 237, var(--tw-bg-opacity));
}

.bg-accent2Dark {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 118, 180, var(--tw-bg-opacity));
}

.hover\:bg-monitorGreenDark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 166, 130, var(--tw-bg-opacity));
}

.hover\:bg-commerceBlueDark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(65, 103, 120, var(--tw-bg-opacity));
}

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

.hover\:bg-porzelan:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
}

.hover\:bg-brightGray:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.hover\:bg-selectedItemGray:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.bg-opacity-75 {
  --tw-bg-opacity: .75;
}

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

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

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

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

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-8px {
  padding: 8px;
}

.p-10px {
  padding: 10px;
}

.p-12px {
  padding: 12px;
}

.p-15px {
  padding: 15px;
}

.p-20px {
  padding: 20px;
}

.p-32px {
  padding: 32px;
}

.p-50px {
  padding: 50px;
}

.p-60px {
  padding: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

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

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

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

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-12px {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-15px {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-24px {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-32px {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-50px {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-0 {
  padding-top: 0;
}

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

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

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

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

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

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

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

.pt-3px {
  padding-top: 3px;
}

.pt-8px {
  padding-top: 8px;
}

.pt-10px {
  padding-top: 10px;
}

.pt-12px {
  padding-top: 12px;
}

.pt-15px {
  padding-top: 15px;
}

.pt-20px {
  padding-top: 20px;
}

.pt-25px {
  padding-top: 25px;
}

.pt-200px {
  padding-top: 200px;
}

.pt-30\% {
  padding-top: 30%;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 0.25rem;
}

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

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

.pr-12 {
  padding-right: 3rem;
}

.pr-8px {
  padding-right: 8px;
}

.pr-10px {
  padding-right: 10px;
}

.pr-15px {
  padding-right: 15px;
}

.pr-20px {
  padding-right: 20px;
}

.pr-60px {
  padding-right: 60px;
}

.pb-0 {
  padding-bottom: 0;
}

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

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

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

.pl-0 {
  padding-left: 0;
}

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

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

.pl-3 {
  padding-left: 0.75rem;
}

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

.pl-6 {
  padding-left: 1.5rem;
}

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

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

.pl-8px {
  padding-left: 8px;
}

.pl-10px {
  padding-left: 10px;
}

.pl-15px {
  padding-left: 15px;
}

.pl-20px {
  padding-left: 20px;
}

.pl-90px {
  padding-left: 90px;
}

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

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

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

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

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

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

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

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

.font-sans {
  font-family: DaimlerCS, sans-serif, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
}

.text-xs {
  font-size: 14px;
}

.text-s {
  font-size: 16px;
}

.text-m {
  font-size: 18px;
}

.text-l {
  font-size: 22px;
}

.text-xl {
  font-size: 26px;
}

.text-10px {
  font-size: 10px;
}

.text-15px {
  font-size: 15px;
}

.text-20px {
  font-size: 20px;
}

.text-24px {
  font-size: 24px;
}

.text-36px {
  font-size: 36px;
}

.text-48px {
  font-size: 48px;
}

.text-86px {
  font-size: 86px;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

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

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

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

.leading-16px {
  line-height: 16px;
}

.leading-26px {
  line-height: 26px;
}

.text-portalBlue {
  --tw-text-opacity: 1;
  color: rgba(4, 30, 66, var(--tw-text-opacity));
}

.text-portalBlueDark {
  --tw-text-opacity: 1;
  color: rgba(3, 24, 53, var(--tw-text-opacity));
}

.text-advanceBlue {
  --tw-text-opacity: 1;
  color: rgba(47, 121, 185, var(--tw-text-opacity));
}

.text-monitorGreen {
  --tw-text-opacity: 1;
  color: rgba(58, 207, 162, var(--tw-text-opacity));
}

.text-driveYellow {
  --tw-text-opacity: 1;
  color: rgba(217, 226, 120, var(--tw-text-opacity));
}

.text-commerceBlue {
  --tw-text-opacity: 1;
  color: rgba(81, 129, 150, var(--tw-text-opacity));
}

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

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

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

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

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

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

.text-portalDefaultTextGray {
  --tw-text-opacity: 1;
  color: rgba(55, 58, 60, var(--tw-text-opacity));
}

.text-checkGreen {
  --tw-text-opacity: 1;
  color: rgba(85, 180, 27, var(--tw-text-opacity));
}

.text-attentionOrange {
  --tw-text-opacity: 1;
  color: rgba(244, 148, 37, var(--tw-text-opacity));
}

.text-alertRed {
  --tw-text-opacity: 1;
  color: rgba(243, 66, 0, var(--tw-text-opacity));
}

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

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

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

.text-accent1Light {
  --tw-text-opacity: 1;
  color: rgba(120, 183, 74, var(--tw-text-opacity));
}

.hover\:text-portalBlue:hover {
  --tw-text-opacity: 1;
  color: rgba(4, 30, 66, var(--tw-text-opacity));
}

.hover\:text-headlineGray:hover {
  --tw-text-opacity: 1;
  color: rgba(54, 54, 54, var(--tw-text-opacity));
}

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

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

.underline {
  text-decoration: underline;
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: .25;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.opacity-100 {
  opacity: 1;
}

.hover\:opacity-75:hover {
  opacity: .75;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow {
  --tw-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0,0,0,0.30);
  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 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-smInverse {
  --tw-shadow: 0 -1px 3px 0 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);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 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-buttonBorder {
  --tw-shadow: inset 0px 0px 0px 1px #dadada;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow:hover {
  --tw-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  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 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.hover\:shadow-portalTile:hover {
  --tw-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.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,/*!*/ /*!*/);
  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%);
}

.invert {
  --tw-invert: invert(100%);
}

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

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

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

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

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

.hover\:translate-t-5:hover {
  transform: translate(0px, -5px);
}

.transition-a {
  transition: all 0.25s ease-in-out 0s;
}

.clear {
  clear: both;
}

.rotate-1\/2 {
  transform: rotate(180deg);
}

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

/**
 * Here you would add any custom utilities you need that don't come out of the
 * box with Tailwind.
 *
 * Example :
 *
 * .bg-pattern-graph-paper { ... }
 * .skew-45 { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "utilities/background-patterns";
 * @import "utilities/skew-transforms";
 */

/**
* general Styles
*/

body {
  font-family: DaimlerCS;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #373a3c;
  text-align: left;
  background-color: #f2f3f4;
  -webkit-overflow-scrolling: touch;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#root {
  height: 100%;
}

a {
  color: #445a6f;
  text-decoration: none;
  background-color: transparent;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  font-weight: 400;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

/*
In Tailwind v1.0, all replaced elements (like img, svg, video, canvas, iframe, etc.) are set to display: block by default. This is counter to the browser default which is inline.

More info: https://tailwindcss.com/docs/upgrading-to-v1#13-add-inline-to-any-replaced-elements-img-video-etc-that-should-not-be-display-block
*/

img,
svg,
video,
canvas,
iframe,
audio {
  display: inline;
}

/*
Migration to Tailwind v1.0,
more info under https://tailwindcss.com/docs/upgrading-to-v1#14-adjust-the-line-height-and-padding-on-your-form-elements
*/

button,
input,
optgroup,
select,
textarea {
  line-height: 1.15;
}

.min-w-3 {
  min-width: .75rem;
}

#printMapArea {
  visibility: hidden;
  opacity: 0;
}

#printAreaDiv {
  display: none;
}

#printAreaDiv.printMapArea {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
  display: block;
}

:focus:not(input),
[type=search] {
  outline: 0px transparent !important
}

input:focus:not([type=search]),
textarea:focus {
  outline: 0px transparent;
}

@media print {
  body {
    background-color: #fff;
  }

  .print-hidden {
    display: none;
  }

  #printMapArea {
    visibility: visible;
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #printAreaDiv {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #printAreaDiv.printMapArea {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }

  #printAreaDiv .new-page {
    page-break-before: always;
  }

  #printAreaDiv .print-page {
    page-break-inside: avoid;
  }

  #printTokenGen .printtoken_fontsmall * {
    font-size: 10px !important;
  }

  #printTokenGen .printtoken_buttons img {
    margin-top: -2px !important;
  }

  #printTokenGen .printtoken_hidden,
  #printTokenGen .printtoken_copyright br {
    display: none;
  }

  #printTokenGen .printtoken_imprint {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .print-body {
    position: static !important;
    overflow: auto;
  }
}

/* timeline horizontal */

.timeline_milestone {
  min-height: 70px;
  text-align: center;
}

.timeline_node {
  height: 70px;
}

.timeline_symbol {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline_connector {
  top: 35px;
  transform: translateY(-50%);
}

.timeline_connector--left {
  left: 0;
}

.timeline_connector--right {
  right: 0;
}

.timeline_label {
  text-align: center;
}

/* timeline responsive vertical */

@media screen and (max-width: 767px) {
  .timeline_milestone {
    min-height: 70px;
    flex-direction: row;
    justify-content: center;
    text-align: left;
  }

  .timeline_node {
    width: 70px;
  }

  .timeline_symbol {
    top: 0;
    transform: translate(-50%, 0);
  }

  .timeline_milestone:not(.timeline_milestone--done) .timeline_connector--left {
    background-color: #dadada;
  }

  .timeline_milestone:last-of-type .timeline_connector {
    display: none;
  }

  .timeline_connector {
    left: 50%;
    transform: translateX(-50%);
    height: 50%;
    width: 4px;
  }

  .timeline_connector--left {
    top: 0;
    height: 100%;
    left: 35px;
  }

  .timeline_connector--right {
    bottom: 0;
  }

  .timeline_milestone:not(.timeline_milestone--done) .timeline_label {
    padding-top: 0;
  }

  .timeline_label {
    flex-direction: row;
    justify-content: center;
    padding-left: 1rem;
    text-align: left;
    padding-top: 10px;
  }
}

/* timeline forced vertical */

.timeline--vertical .timeline_milestone {
  min-height: 70px;
  flex-direction: row;
  justify-content: center;
  text-align: left;
}

.timeline--vertical .timeline_node {
  width: 70px;
}

.timeline--vertical .timeline_symbol {
  top: 0;
  transform: translate(-50%, 0);
}

.timeline--vertical .timeline_connector {
  left: 50%;
  transform: translateX(-50%);
  height: 50%;
  width: 4px;
}

.timeline--vertical .timeline_connector--left {
  top: 0;
  height: 100%;
  left: 35px;
}

.timeline--vertical .timeline_connector--right {
  bottom: 0;
  display: none;
}

.timeline--vertical .timeline_milestone:last-of-type .timeline_connector {
  display: none;
}

.timeline--vertical .timeline_milestone:not(.timeline_milestone--done) .timeline_label {
  padding-top: 0;
}

.timeline--vertical .timeline_label {
  flex-direction: row;
  justify-content: center;
  padding-left: 1rem;
  text-align: left;
}

/* mobile calendar adaptions */

@media screen and (max-width: 900px) {
  .calendar_smalldevice {
    width: 100vw !important;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
  }

  .calendar_smalldevice .calendar_main {
    height: 100%;
    padding: 0;
  }

  .calendar_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }

  .calendar_smalldevice .calendar_inner {
    padding: 0;
    justify-content: center;
    height: calc(100% - 60px);
  }

  .calendar_smalldevice .calendar_months {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .calendar_smalldevice .calendar_month {
    padding: 10px 0;
    border: none !important;
    border-bottom: 1px solid #dadada !important;
  }

  .calendar_smalldevice .calendar_month div {
    height: auto;
  }

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

/* stepper horizontal */

.stepper_step {
  min-height: 70px;
  text-align: center;
}

.stepper_node {
  height: 70px;
}

.stepper_symbol {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  display: flex;
}

.stepper_icon {
  max-width: calc(100% - 10px);
  max-height: calc(100% - 10px);
}

.stepper_connector {
  top: 35px;
  transform: translateY(-50%);
}

.stepper_connector--left {
  left: 0;
}

.stepper_connector--right {
  right: 0;
}

.stepper_label {
  text-align: center;
}

/* stepper responsive vertical */

@media screen and (max-width: 767px) {
  .stepper:not(.stepper--vertical) .stepper_label {
    display: none;
  }

  .stepper:not(.stepper--vertical) .stepper_label+* {
    display: none;
  }
}

/* stepper forced vertical */

.stepper--vertical .stepper_step {
  min-height: 70px;
  flex-direction: row;
  justify-content: center;
  text-align: left;
}

.stepper--vertical .stepper_node {
  width: 70px;
}

.stepper--vertical .stepper_symbol {
  top: 0;
  transform: translate(-50%, 0);
}

.stepper--vertical .stepper_connector {
  left: 50%;
  transform: translateX(-50%);
  height: 50%;
  width: 4px;
}

.stepper--vertical .stepper_connector--left {
  top: 0;
  height: 100%;
  left: 35px;
}

.stepper--vertical .stepper_connector--right {
  bottom: 0;
  display: none;
}

.stepper--vertical .stepper_step:last-of-type .stepper_connector {
  display: none;
}

.stepper--vertical .stepper_step:not(.stepper_step--done) .stepper_label {
  padding-top: 0;
}

.stepper--vertical .stepper_label {
  flex-direction: row;
  justify-content: center;
  padding-left: 1rem;
  text-align: left;
}

@media (min-width: 480px) {
  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

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

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

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

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

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

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

  .sm\:ml-50px {
    margin-left: 50px;
  }

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

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

  .sm\:w-2\/3 {
    width: 66.66666666666666%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

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

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

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

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:bg-administrationGray {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 54, 54, var(--tw-bg-opacity));
  }

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

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-20px {
    padding: 20px;
  }

  .sm\:p-90px {
    padding: 90px;
  }

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

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

  .sm\:pl-10px {
    padding-left: 10px;
  }

  .sm\:text-24px {
    font-size: 24px;
  }

  .sm\:font-regular {
    font-weight: 400;
  }

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

@media (min-width: 768px) {
  .md\:visible {
    visibility: visible;
  }

  .md\:relative {
    position: relative;
  }

  .md\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

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

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

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

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

  .md\:mt-5px {
    margin-top: 5px;
  }

  .md\:mt-20px {
    margin-top: 20px;
  }

  .md\:mt-40px {
    margin-top: 40px;
  }

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

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

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

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

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

  .md\:mr-10px {
    margin-right: 10px;
  }

  .md\:mr-12px {
    margin-right: 12px;
  }

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

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

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

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

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

  .md\:mb-10px {
    margin-bottom: 10px;
  }

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

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

  .md\:ml-4 {
    margin-left: 1rem;
  }

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

  .md\:ml-10px {
    margin-left: 10px;
  }

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-85vh {
    height: 85vh;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:max-h-96 {
    max-height: 24rem;
  }

  .md\:max-h-85vh {
    max-height: 85vh;
  }

  .md\:min-h-64 {
    min-height: 18rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-76 {
    width: 19rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-40px {
    width: 40px;
  }

  .md\:w-600px {
    width: 600px;
  }

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

  .md\:w-35\% {
    width: 35%;
  }

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

  .md\:w-2\/3 {
    width: 66.66666666666666%;
  }

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

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

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

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

  .md\:w-1\/6 {
    width: 16.666666666666664%;
  }

  .md\:w-1\/7 {
    width: 14.285714285714285%;
  }

  .md\:w-6\/7 {
    width: 85.71428571428571%;
  }

  .md\:w-3\/8 {
    width: 37.5%;
  }

  .md\:w-5\/8 {
    width: 62.5%;
  }

  .md\:w-30\% {
    width: 30%;
  }

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

  .md\:min-w-136 {
    min-width: 34rem;
  }

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

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

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

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .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\:justify-end {
    justify-content: flex-end;
  }

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

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

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:space-x-2 > :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-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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\:self-end {
    align-self: flex-end;
  }

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

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

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:border-1 {
    border-width: 1px;
  }

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

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

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

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

  .md\:border-gray {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .md\:border-brightGray {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .md\:bg-brightGray {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

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

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

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-50px {
    padding: 50px;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

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

  .md\:pt-32px {
    padding-top: 32px;
  }

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

  .md\:pr-4 {
    padding-right: 1rem;
  }

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

  .md\:pb-20px {
    padding-bottom: 20px;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

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

  .md\:pl-75px {
    padding-left: 75px;
  }

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

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

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

  .md\:text-xs {
    font-size: 14px;
  }

  .md\:text-s {
    font-size: 16px;
  }

  .md\:text-m {
    font-size: 18px;
  }

  .md\:text-l {
    font-size: 22px;
  }

  .md\:text-20px {
    font-size: 20px;
  }

  .md\:text-36px {
    font-size: 36px;
  }

  .md\:text-portalBlue {
    --tw-text-opacity: 1;
    color: rgba(4, 30, 66, var(--tw-text-opacity));
  }

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

  .md\:shadow-tabCurrentShadow {
    --tw-shadow: inset 1px 0 0 0 #dadada,  inset -1px 0 0 0 #dadada, inset 0 -1px 0 0 #ffffff, inset 0 1px 0 0 #dadada, ;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-tabBarShadow {
    --tw-shadow: inset 0 -1px 0 0 #dadada;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-portalTile:hover {
    --tw-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:translate-t-5:hover {
    transform: translate(0px, -5px);
  }
}

@media (min-width: 992px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

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

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:w-auto {
    width: auto;
  }

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

  .lg\:w-35\% {
    width: 35%;
  }

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

  .lg\:w-2\/3 {
    width: 66.66666666666666%;
  }

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

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-2\/7 {
    width: 28.57142857142857%;
  }

  .lg\:w-3\/8 {
    width: 37.5%;
  }

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

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

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

  .lg\:flex-col {
    flex-direction: column;
  }

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

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

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

  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }

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

  .lg\:text-s {
    font-size: 16px;
  }

  .lg\:text-l {
    font-size: 22px;
  }

  .lg\:font-regular {
    font-weight: 400;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

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

@media (min-width: 1200px) {
  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:w-auto {
    width: auto;
  }

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

  .xl\:w-2\/3 {
    width: 66.66666666666666%;
  }

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

  .xl\:w-2\/5 {
    width: 40%;
  }

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

  .xl\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0,0,0,0.30);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1290px) {
  .ct\:hover\:text-portalBlue:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 30, 66, var(--tw-text-opacity));
  }
}

@media (max-width: 479px) {
  .maxSm\:visible {
    visibility: visible;
  }

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

  .maxSm\:mt-20px {
    margin-top: 20px;
  }

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

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

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

  .maxSm\:ml-80px {
    margin-left: 80px;
  }

  .maxSm\:hidden {
    display: none;
  }

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

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

  .maxSm\:w-4 {
    width: 1rem;
  }

  .maxSm\:w-2\/3 {
    width: 66.66666666666666%;
  }

  .maxSm\:w-2\/5 {
    width: 40%;
  }

  .maxSm\:w-3\/5 {
    width: 60%;
  }

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

  .maxSm\:flex-col {
    flex-direction: column;
  }

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

  .maxSm\:justify-start {
    justify-content: flex-start;
  }

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

  .maxSm\:overflow-auto {
    overflow: auto;
  }

  .maxSm\:p-1 {
    padding: 0.25rem;
  }

  .maxSm\:p-3 {
    padding: 0.75rem;
  }

  .maxSm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .maxSm\:pt-0 {
    padding-top: 0;
  }

  .maxSm\:text-xs {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .maxMd\:visible {
    visibility: visible;
  }

  .maxMd\:top-0 {
    top: 0px;
  }

  .maxMd\:float-right {
    float: right;
  }

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

  .maxMd\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .maxMd\:mx-3px {
    margin-left: 3px;
    margin-right: 3px;
  }

  .maxMd\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .maxMd\:mt-0 {
    margin-top: 0;
  }

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

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

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

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

  .maxMd\:mt-7px {
    margin-top: 7px;
  }

  .maxMd\:mt-10px {
    margin-top: 10px;
  }

  .maxMd\:mt-15px {
    margin-top: 15px;
  }

  .maxMd\:mt-20px {
    margin-top: 20px;
  }

  .maxMd\:mt-40px {
    margin-top: 40px;
  }

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

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

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

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

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

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

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

  .maxMd\:mr-10px {
    margin-right: 10px;
  }

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

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

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

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

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

  .maxMd\:mb-12px {
    margin-bottom: 12px;
  }

  .maxMd\:mb-15px {
    margin-bottom: 15px;
  }

  .maxMd\:mb-20px {
    margin-bottom: 20px;
  }

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

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

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

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

  .maxMd\:ml-4 {
    margin-left: 1rem;
  }

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

  .maxMd\:ml-10px {
    margin-left: 10px;
  }

  .maxMd\:block {
    display: block;
  }

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

  .maxMd\:flex {
    display: flex;
  }

  .maxMd\:hidden {
    display: none;
  }

  .maxMd\:h-40px {
    height: 40px;
  }

  .maxMd\:h-60px {
    height: 60px;
  }

  .maxMd\:h-50vh {
    height: 50vh;
  }

  .maxMd\:h-full {
    height: 100%;
  }

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

  .maxMd\:max-h-50vh {
    max-height: 50vh;
  }

  .maxMd\:w-12 {
    width: 3rem;
  }

  .maxMd\:w-auto {
    width: auto;
  }

  .maxMd\:w-40px {
    width: 40px;
  }

  .maxMd\:w-50\% {
    width: 50%;
  }

  .maxMd\:w-25\% {
    width: 25%;
  }

  .maxMd\:w-75\% {
    width: 75%;
  }

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

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

  .maxMd\:w-3\/5 {
    width: 60%;
  }

  .maxMd\:w-7\/8 {
    width: 87.5%;
  }

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

  .maxMd\:w-screen {
    width: 100vw;
  }

  .maxMd\:max-w-screen {
    max-width: 100vw;
  }

  .maxMd\:flex-none {
    flex: none;
  }

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

  .maxMd\:flex-col {
    flex-direction: column;
  }

  .maxMd\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .maxMd\:flex-wrap {
    flex-wrap: wrap;
  }

  .maxMd\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .maxMd\:content-center {
    align-content: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .maxMd\:border-gray {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .maxMd\:bg-portalBlue {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 30, 66, var(--tw-bg-opacity));
  }

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

  .maxMd\:p-1 {
    padding: 0.25rem;
  }

  .maxMd\:p-2 {
    padding: 0.5rem;
  }

  .maxMd\:p-3 {
    padding: 0.75rem;
  }

  .maxMd\:p-10px {
    padding: 10px;
  }

  .maxMd\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .maxMd\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

  .maxMd\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .maxMd\:py-32px {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .maxMd\:pt-0 {
    padding-top: 0;
  }

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

  .maxMd\:pr-0 {
    padding-right: 0;
  }

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

  .maxMd\:pb-30\% {
    padding-bottom: 30%;
  }

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

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

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

  .maxMd\:text-15px {
    font-size: 15px;
  }

  .maxMd\:text-48px {
    font-size: 48px;
  }

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

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

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

@media (max-width: 991px) {
  .maxLg\:ml-8 {
    margin-left: 2rem;
  }
}

@media (max-width: 1199px) {
  .maxXl\:mr-0 {
    margin-right: 0;
  }

  .maxXl\:ml-50px {
    margin-left: 50px;
  }

  .maxXl\:block {
    display: block;
  }

  .maxXl\:h-40px {
    height: 40px;
  }

  .maxXl\:w-40px {
    width: 40px;
  }

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

  .maxXl\:w-3\/5 {
    width: 60%;
  }

  .maxXl\:flex-col {
    flex-direction: column;
  }

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

  .maxXl\:p-10px {
    padding: 10px;
  }

  .maxXl\:text-15px {
    font-size: 15px;
  }
}

@media (max-width: 1289px) {
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'DaimlerIconsetBasic';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-navigation-show-more-1:before {
  content: "\bd";
}
.icon-alarm:before {
  content: "\bc";
}
.icon-megaphone-1:before {
  content: "\a1";
}
.icon-heart:before {
  content: "\20ac";
}
.icon-view-1:before {
  content: "\a3";
}
.icon-account-group-1:before {
  content: "\21";
}
.icon-account-group-4:before {
  content: "\22";
}
.icon-account-group-5:before {
  content: "\23";
}
.icon-airplane:before {
  content: "\24";
}
.icon-asterisk-1:before {
  content: "\25";
}
.icon-asterisk-2:before {
  content: "\26";
}
.icon-at-sign:before {
  content: "\27";
}
.icon-barrier-free:before {
  content: "\28";
}
.icon-book-contact-1:before {
  content: "\29";
}
.icon-bookmark-1:before {
  content: "\2a";
}
.icon-bookmark-4:before {
  content: "\2b";
}
.icon-bookmark-all-1:before {
  content: "\2c";
}
.icon-book-open-2:before {
  content: "\2d";
}
.icon-bubble-chat-1:before {
  content: "\2e";
}
.icon-bubble-chat-2:before {
  content: "\2f";
}
.icon-bubble-chat-exclamation-2:before {
  content: "\30";
}
.icon-bubble-chat-information-2:before {
  content: "\31";
}
.icon-bubble-chat-typing-3:before {
  content: "\32";
}
.icon-business-man-1:before {
  content: "\33";
}
.icon-car-1:before {
  content: "\34";
}
.icon-chat-double-bubble-4:before {
  content: "\35";
}
.icon-check-1:before {
  content: "\36";
}
.icon-check-box-1:before {
  content: "\37";
}
.icon-check-circle-1:before {
  content: "\38";
}
.icon-company-doctor:before {
  content: "\39";
}
.icon-computer-imac-1:before {
  content: "\3a";
}
.icon-computer-notebook-1:before {
  content: "\3b";
}
.icon-computer-notebook-2:before {
  content: "\3c";
}
.icon-discount:before {
  content: "\3d";
}
.icon-events:before {
  content: "\3e";
}
.icon-factory:before {
  content: "\3f";
}
.icon-flash-1:before {
  content: "\40";
}
.icon-flow-chart-3:before {
  content: "\41";
}
.icon-folder-2:before {
  content: "\42";
}
.icon-folder-medium:before {
  content: "\43";
}
.icon-folder-network-2:before {
  content: "\44";
}
.icon-folder-small:before {
  content: "\45";
}
.icon-food:before {
  content: "\46";
}
.icon-food-discount:before {
  content: "\47";
}
.icon-globe-2:before {
  content: "\48";
}
.icon-globe-3:before {
  content: "\49";
}
.icon-graph-bar-2:before {
  content: "\4a";
}
.icon-graph-bar-decrease:before {
  content: "\4b";
}
.icon-graph-bar-increase:before {
  content: "\4c";
}
.icon-graph-bar-line:before {
  content: "\4d";
}
.icon-graph-pie-1:before {
  content: "\4e";
}
.icon-graph-pie-2:before {
  content: "\4f";
}
.icon-group-chat:before {
  content: "\50";
}
.icon-group-global:before {
  content: "\51";
}
.icon-hand-kindle:before {
  content: "\52";
}
.icon-healthcare:before {
  content: "\53";
}
.icon-hierarchy-3:before {
  content: "\54";
}
.icon-home-1:before {
  content: "\55";
}
.icon-id-card-3:before {
  content: "\56";
}
.icon-id-card-double:before {
  content: "\57";
}
.icon-infomation-circle:before {
  content: "\58";
}
.icon-kindergarden:before {
  content: "\59";
}
.icon-lady-1:before {
  content: "\5a";
}
.icon-light-house:before {
  content: "\5b";
}
.icon-link-3:before {
  content: "\5c";
}
.icon-loading-1:before {
  content: "\5d";
}
.icon-location-pin-2:before {
  content: "\5e";
}
.icon-location-pin-add-3:before {
  content: "\5f";
}
.icon-location-pin-add-5:before {
  content: "\60";
}
.icon-location-pin-favorite-4:before {
  content: "\61";
}
.icon-location-pin-remove-4:before {
  content: "\62";
}
.icon-location-pin-subtract-3:before {
  content: "\63";
}
.icon-location-pin-subtract-5:before {
  content: "\64";
}
.icon-lock-close-1:before {
  content: "\65";
}
.icon-lock-open-1:before {
  content: "\66";
}
.icon-logo-rss:before {
  content: "\67";
}
.icon-network-computers-2:before {
  content: "\68";
}
.icon-network-world:before {
  content: "\69";
}
.icon-paperclip-1:before {
  content: "\6a";
}
.icon-parking:before {
  content: "\6b";
}
.icon-pencil-1:before {
  content: "\6c";
}
.icon-person-2:before {
  content: "\6d";
}
.icon-person-add-2:before {
  content: "\6e";
}
.icon-person-block-2:before {
  content: "\6f";
}
.icon-person-check-2:before {
  content: "\70";
}
.icon-person-edit-2:before {
  content: "\71";
}
.icon-person-favorite-star-2:before {
  content: "\72";
}
.icon-person-remove-2:before {
  content: "\73";
}
.icon-person-subtract-2:before {
  content: "\74";
}
.icon-person-view-2:before {
  content: "\75";
}
.icon-pets:before {
  content: "\76";
}
.icon-projector-screen:before {
  content: "\77";
}
.icon-quote-1:before {
  content: "\78";
}
.icon-quote-2:before {
  content: "\79";
}
.icon-rank-army-star-1:before {
  content: "\7a";
}
.icon-rank-army-star-2:before {
  content: "\7b";
}
.icon-rank-army-star-badge-2:before {
  content: "\7c";
}
.icon-retirement:before {
  content: "\7d";
}
.icon-scale:before {
  content: "\7e";
}
.icon-user-chat-5:before {
  content: "\ae";
}
.icon-working-time:before {
  content: "\c3";
}
.icon-window-list-1:before {
  content: "\d2";
}
.icon-window-pulse-1:before {
  content: "\d3";
}
.icon-window-1:before {
  content: "\eb";
}
.icon-window-application-1:before {
  content: "\ec";
}
.icon-task-checklist:before {
  content: "\153";
}
.icon-train:before {
  content: "\178";
}
.icon-transfer-folder:before {
  content: "\17e";
}
.icon-smartphone-iphone:before {
  content: "\2013";
}
.icon-window-code-1:before {
  content: "\2018";
}
.icon-transfer-computers-1:before {
  content: "\201c";
}
.icon-window-sync:before {
  content: "\2022";
}
.icon-user-chat-1:before {
  content: "\203a";
}
.icon-task-check-2:before {
  content: "\2122";
}


[class^="icon-"], [class*=" icon-"] {
	font-family: 'DaimlerIconsetFiletypes';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-logo-xing:before {
	content: "\21";
}
.icon-logo-twitter:before {
	content: "\22";
}
.icon-logo-twitter-bird:before {
	content: "\23";
}
.icon-logo-you-tube:before {
	content: "\24";
}
.icon-logo-pinterest:before {
	content: "\25";
}
.icon-logo-youtube-clip:before {
	content: "\26";
}
.icon-logo-linkedin:before {
	content: "\27";
}
.icon-logo-google-plus-1:before {
	content: "\28";
}
.icon-logo-facebook:before {
	content: "\29";
}
.icon-news-article:before {
	content: "\2a";
}
.icon-newspaper:before {
	content: "\2b";
}
.icon-video-clip-2:before {
	content: "\2c";
}
.icon-file-acrobat:before {
	content: "\2d";
}
.icon-file-add-1:before {
	content: "\2e";
}
.icon-file-bar-graph:before {
	content: "\2f";
}
.icon-file-block-1:before {
	content: "\30";
}
.icon-file-check-1:before {
	content: "\31";
}
.icon-file-delete-1:before {
	content: "\32";
}
.icon-file-download-1:before {
	content: "\33";
}
.icon-file-edit-1:before {
	content: "\34";
}
.icon-file-excel:before {
	content: "\35";
}
.icon-file-favorite-star-1:before {
	content: "\36";
}
.icon-file-format-mp3:before {
	content: "\37";
}
.icon-file-format-mp4:before {
	content: "\38";
}
.icon-file-format-zip:before {
	content: "\39";
}
.icon-file-graph-pie:before {
	content: "\3a";
}
.icon-file-hierarchy:before {
	content: "\3b";
}
.icon-file-highlight:before {
	content: "\3c";
}
.icon-file-keynote:before {
	content: "\3d";
}
.icon-file-line-graph:before {
	content: "\3e";
}
.icon-file-lock-1:before {
	content: "\3f";
}
.icon-file-module-edit:before {
	content: "\40";
}
.icon-file-music-1:before {
	content: "\41";
}
.icon-file-new-1:before {
	content: "\42";
}
.icon-file-new-2:before {
	content: "\43";
}
.icon-file-new-3:before {
	content: "\44";
}
.icon-file-notepad:before {
	content: "\45";
}
.icon-file-pdf:before {
	content: "\46";
}
.icon-file-picture:before {
	content: "\47";
}
.icon-file-powerpoint:before {
	content: "\48";
}
.icon-file-powerpoint-show:before {
	content: "\49";
}
.icon-file-refresh-1:before {
	content: "\4a";
}
.icon-file-rtf:before {
	content: "\4b";
}
.icon-file-setting-1:before {
	content: "\4c";
}
.icon-file-stamp:before {
	content: "\4d";
}
.icon-file-subtract-1:before {
	content: "\4e";
}
.icon-file-sync-1:before {
	content: "\4f";
}
.icon-file-table:before {
	content: "\50";
}
.icon-file-text-chart:before {
	content: "\51";
}
.icon-file-text-document:before {
	content: "\52";
}
.icon-file-upload-1:before {
	content: "\53";
}
.icon-file-video-1:before {
	content: "\54";
}
.icon-file-view-1:before {
	content: "\55";
}
.icon-file-warning-1:before {
	content: "\56";
}
.icon-file-words:before {
	content: "\57";
}
.icon-file-zipped:before {
	content: "\58";
}
.icon-picture-1:before {
	content: "\59";
}
.icon-picture-2:before {
	content: "\5a";
}
.icon-picture-3:before {
	content: "\5b";
}


[class^="icon-"], [class*=" icon-"] {
	font-family: 'DaimlerIconsetInteraction';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-bin-1:before {
	content: "\21";
}
.icon-copy-2:before {
	content: "\22";
}
.icon-copy-1:before {
	content: "\23";
}
.icon-cursor-tap:before {
	content: "\24";
}
.icon-wrench:before {
	content: "\25";
}
.icon-upload-3:before {
	content: "\26";
}
.icon-thumbs-up-1:before {
	content: "\27";
}
.icon-thumbs-down-1:before {
	content: "\28";
}
.icon-email:before {
	content: "\29";
}
.icon-email-compose:before {
	content: "\2a";
}
.icon-shopping-cart-up-2:before {
	content: "\2b";
}
.icon-shopping-cart-full:before {
	content: "\2c";
}
.icon-shopping-cart-4:before {
	content: "\2d";
}
.icon-shopping-cart-down-2:before {
	content: "\2e";
}
.icon-print-text:before {
	content: "\2f";
}
.icon-download-3:before {
	content: "\30";
}
.icon-cog:before {
	content: "\31";
}
.icon-cog-double-1:before {
	content: "\32";
}
.icon-cog-double-2:before {
	content: "\33";
}
.icon-search:before {
	content: "\34";
}
.icon-zoom-in:before {
	content: "\35";
}
.icon-zoom-out:before {
	content: "\36";
}
.icon-synchronize-1:before {
	content: "\37";
}
.icon-synchronize-3:before {
	content: "\38";
}
.icon-synchronize-4:before {
	content: "\39";
}
.icon-synchronize-6:before {
	content: "\3a";
}
.icon-transfer-1:before {
	content: "\3b";
}
.icon-transfer-2:before {
	content: "\3c";
}
.icon-transfer-3:before {
	content: "\3d";
}
.icon-transfer-4:before {
	content: "\3e";
}
.icon-shrink-1:before {
	content: "\3f";
}
.icon-shrink-diagonal-1:before {
	content: "\40";
}
.icon-shrink-diagonal-2:before {
	content: "\41";
}
.icon-expand-diagonal-2:before {
	content: "\42";
}
.icon-expand-diagonal-3:before {
	content: "\43";
}
.icon-expand-diagonal-4:before {
	content: "\44";
}
.icon-expand-horizontal-2:before {
	content: "\45";
}
.icon-expand-vertical-2:before {
	content: "\46";
}
.icon-expand-1:before {
	content: "\47";
}
.icon-navigation-drawer-2:before {
	content: "\48";
}
.icon-add-1:before {
	content: "\49";
}
.icon-subtract-1:before {
	content: "\4a";
}
.icon-subtract-2:before {
	content: "\4b";
}
.icon-remove-2:before {
	content: "\4c";
}
.icon-add-2:before {
	content: "\4d";
}
.icon-add-box:before {
	content: "\4e";
}
.icon-arrow-box-down-3:before {
	content: "\4f";
}
.icon-arrow-box-down-4:before {
	content: "\50";
}
.icon-arrow-box-down-5:before {
	content: "\51";
}
.icon-arrow-box-left-3:before {
	content: "\52";
}
.icon-arrow-box-left-4:before {
	content: "\53";
}
.icon-arrow-box-left-5:before {
	content: "\54";
}
.icon-arrow-box-right-3:before {
	content: "\55";
}
.icon-arrow-box-right-4:before {
	content: "\56";
}
.icon-arrow-box-right-5:before {
	content: "\57";
}
.icon-arrow-box-up-3:before {
	content: "\58";
}
.icon-arrow-box-up-4:before {
	content: "\59";
}
.icon-arrow-box-up-5:before {
	content: "\5a";
}
.icon-subtract-box:before {
	content: "\5b";
}
.icon-remove-box:before {
	content: "\5c";
}
.icon-arrow-circle-down-01:before {
	content: "\5d";
}
.icon-navigation-next-2:before {
	content: "\5e";
}
.icon-navigation-before-2:before {
	content: "\5f";
}
.icon-arrow-circle-up-01:before {
	content: "\60";
}
.icon-arrow-down-12:before {
	content: "\61";
}
.icon-arrow-left-12:before {
	content: "\62";
}
.icon-arrow-right-12:before {
	content: "\63";
}
.icon-arrow-up-12:before {
	content: "\64";
}
.icon-close:before {
	content: "\65";
}
.icon-control-eject:before {
	content: "\66";
}
.icon-control-fast-forward:before {
	content: "\67";
}
.icon-control-next:before {
	content: "\68";
}
.icon-control-pause:before {
	content: "\69";
}
.icon-control-play:before {
	content: "\6a";
}
.icon-control-previous:before {
	content: "\6b";
}
.icon-control-record:before {
	content: "\6c";
}
.icon-control-rewind:before {
	content: "\6d";
}
.icon-control-stop:before {
	content: "\6e";
}
.icon-eject-button:before {
	content: "\6f";
}
.icon-volume-off-1:before {
	content: "\70";
}
.icon-volume-up-1:before {
	content: "\71";
}
.icon-volume-medium-1:before {
	content: "\72";
}
.icon-volume-max-1:before {
	content: "\73";
}
.icon-volume-low-1:before {
	content: "\74";
}
.icon-volume-down-1:before {
	content: "\75";
}
.icon-rewind-button:before {
	content: "\76";
}
.icon-fast-forward-button:before {
	content: "\77";
}
.icon-sopt-button:before {
	content: "\78";
}
.icon-record-button:before {
	content: "\79";
}
.icon-previous-button:before {
	content: "\7a";
}
.icon-play-button:before {
	content: "\7b";
}
.icon-pause-button:before {
	content: "\7c";
}
.icon-next-button:before {
	content: "\7d";
}
.icon-play-button-1:before {
	content: "\7e";
}


.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

/*!
 * Cropper.js v1.5.7
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-05-23T05:22:57.283Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}

.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

