/**
 * Main theme SCSS
 * Version 2.0.0
 * built with som-ting 
 */

/*! tailwindcss v2.1.2 | 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 {
  -webkit-box-sizing: border-box;
          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.
*/

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

html {
  font-family: Noto Sans, Roboto, system-ui, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Arial; /* 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e4e4e7; /* 2 */
}

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 150ms ease, border 300ms ease-in-out;
  -o-transition: opacity 150ms ease, border 300ms ease-in-out;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: white;
}

.glide__arrow--left {
  left: 2em;
}

.glide__arrow--right {
  right: 2em;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}

.glide__bullet--active {
  background-color: white;
}

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.glide__slide {
  max-height: 502px;
}

.glide__bullet {
  background-color: #2199e8;
}

.glide__bullet--active {
  background-color: #1585cf;
}

.glide__bullet--right {
  right: 1rem;
}

.glide__bullet--left {
  left: 1rem;
}

.glide__slides {
  overflow: hidden;
}

.home-page {
}

.home-page .banner {
  min-height: 88px;
  max-height: 88px;
  display: block;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}

.home-page .banner .caption {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.3rem;
  padding-right: 1.5rem;
  position: absolute;
  color: #000B29;
  font-size: 1rem;
  margin-bottom: 0;
}

.home-page .banner .caption__primary {
  bottom: 0.7rem;
  right: 0;
}

.home-page .banner .caption__secondary {
  left: 0;
  top: 1rem;
}

.home-page .grid-container {
  max-width: 107rem;
}

#button_order_edit {
  right: 1rem;
}

#toggle_visibility, #toggle_visibility_reveal {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAASCAYAAABFGc6jAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAK8SURBVDiNrZXPax1VHMU/Z+blJWRRJYi+ilLduhNR6sKNYulCEEGyEbWIECHeO0ka25Vxoi5MG31v7iTE4KJWXIWKK8G66EIEpSr+BVIRtU80CyvEvB/zvi7a1DiZV6XkLufe8/3cc7icgX1eWZalIYS3yt+j/YZIek3SX+W92o2E6+vr471e79HBYPAE8ABwCLgVGAB/ApeAl733F3cgZrbovV8sz1IVIM/zO83sJPAc8I2ZnQe+qtVq7a2trcsAo6OjDeCA9/673ZAkSdKqmf9ytLGxEbfb7ZNmNgO8XxTFfbOzs5eHGP4e/olrBxJCeMXMzHv/tiTb42h5efm2er1+zsy6wItJkvy4e+rq6urd/X6/KemImb2eJMlylZM8z+81szNm1pX0jPf+t+ugEMJdkj4zs4+ccwu7b7IDKYriItCK4/js9PR0+0ZxpWkaTUxMvAE8ORgMHpuZmflVIYQDwBeSzjjnmlUZZVl2TtLX3vulqriGREue5yfM7NlOp3M4At4FPh8GAZB0JI7js1WQLMvmhumcc6eAL8fGxlYjSV2gPuwwgJmlVXE1m82Dkhb+Q9szs3q0vb09DTyc5/mJYYeTJHmnKq4oio4B54fpsiybl/QI8JIAWq3WHVEUXZD08ebm5kKapoOSYI+TWq32vJl54CHv/U8lF8rz/E1JT/V6vcfn5uZ+vv6819bWbu92ux9KGpH0gnPuUhXk2i1fBT4FjpchKysrh4qieE9SvdvtPj0/P/87lJrBzBRCOC5J3vvT//d1wdU2AWbN7BjQbDQaS5OTk8XOfmUFVTkJIdwPXOl0Om2A8fHxg/1+vwEclnSUq134gaQl59wv5XmVoDKk1Wo9GEXRCnAPcMs13R/AD2b2bRzHn4yMjFyYmpraGnbxPaBdVZ865/a08M2uyv+RmS3uJwTgb5N/i63bUX1nAAAAAElFTkSuQmCC) no-repeat top left;
  width: 26px;
  height: 18px;
  position: absolute;
  right: 1rem;
  z-index: 1;
  margin-top: 0.5rem;
}

#toggle_visibility_reveal {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAASCAYAAABFGc6jAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAILSURBVDiN3ZS/a5NhEMc/975thgzq4BBFqZu7heJgOwhWBxdBshkchBbK+7xJDcTJySUQSfq+LTQ4KNYp1FGwQkWsgmj9A9z83QwOumTIm+c9lzf6EptQBx36He++d9977u452G+QUc5ms5mNouhsHMcXgUlgAjiUuL8DH1R123XdR+Pj40/n5uY6fyUUhuFRVa0ABWBbVTeAV2NjY+1Op7MDkM1mj/R6vRxwWkQuJIXcF5Gq53lfRwq1Wi233W5XgCJwz1pbL5VKO6NenS4OKKnqVaCey+Wq+Xze/iFUq9UOZzKZdVXtAtd83/+YTrSysnK81+vVRWQ2MW3GcXyjWCy+S/OWl5cnrLV3RCTT7XYvl8vlb7+EgiA4JiJPVPWh53k3RUQHRay1r0WkDjwAUNUrQNF13amFhYVPab6qShiGt0TkUhRF5xYXF79IEAQHgBcictfzvPpubVlaWloXkTfGmGraHgRBBZg0xuSHxJVFpACccYBV4PkwEQARmRWRtST5yyAIthL7GnB+WJzv+zVV3QJWnWGkEYiBdGt1GDENB5gHZsIwLI3gbSYzwRgzbYyZSewFYGNYUNK6aWB+T8vQaDROOo7zDGj0W5gI+8CUMeZzmr/rMvSde1lva+1tfs/kMXB9UGTkevfxXz7sYNA/PUGDGDiqp4ATwMHE/QN4r6pv93JU9x9+Am0SKe4ub4JQAAAAAElFTkSuQmCC) no-repeat top left;
}

#customer_form label, #delivery_address_block label, #user_data label, #register_form label, #edit_customer_form label {
  display: block;
  font-size: 0.8rem;
  line-height: 1.15rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#customer_form input, #customer_form select, #delivery_address_block input, #delivery_address_block select, #user_data input, #user_data select, #register_form input, #register_form select, #edit_customer_form input, #edit_customer_form select {
  width: 100%;
}

@media (min-width: 1024px) {
  #customer_form input, #customer_form select, #delivery_address_block input, #delivery_address_block select, #user_data input, #user_data select, #register_form input, #register_form select, #edit_customer_form input, #edit_customer_form select {
    width: 75%;
  }
}

#customer_form input, #customer_form select, #delivery_address_block input, #delivery_address_block select, #user_data input, #user_data select, #register_form input, #register_form select, #edit_customer_form input, #edit_customer_form select {
  padding: 0.5rem;
}

.min-h-80 {
  min-height: 80vh;
}

.h-78 {
  height: 78vh;
}

.table-cart tr td a {
  color: #2199e8;
}

.table-cart tr td a:hover, .table-cart tr td a:focus {
  color: #14679e;
}

.blue:hover, .blue:focus {
  color: #14679e;
}

.table-cart tr td .image_cart {
  max-height: 248px;
  width: auto;
}

@media (min-width: 1024px) {
  .image_container {
    height: 248px;
  }
}

.image_container img {
  max-height: 248px;
  width: auto;
}

#product_template #product_data a {
  color: #2199e8;
}

#product_template #product_data a:hover, #product_template #product_data a:focus {
  color: #14679e;
}

.blue:hover, .blue:focus {
  color: #14679e;
}

#product_template .thumbnail_image {
  max-height: 660px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

#product_template .thumbnail_image.cart_image {
  max-width: 190px;
  /* max-width: 248px; */
}

#product_template #product_component_block .selectize-input {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  border-width: 4px;
}

#product_template .product_edit_block {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  position: relative;
  gap: 1rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column: span 12 / span 12;
  grid-column: span 12 / span 12;
}

#product_template .product_edit_block .main_icon {
  font-size: 3rem;
  line-height: 1;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#product_template .product_edit_block label {
  font-size: 1rem;
  line-height: 1.5rem;
}

#product_template .product_edit_block .main_explanation_icon {
  color: rgb(6, 182, 212);
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

#product_template #description_technical ol {
  list-style: inside decimal;
}

#product_template #description_technical ul {
  list-style: inside disc;
}

.text-red-500 {
  color: rgb(239, 68, 68);
}

.text-red-600 {
  color: rgb(220, 38, 38);
}

.text-red-700 {
  color: rgb(185, 28, 28);
}

.text-red-800 {
  color: rgb(153, 27, 27);
}

#product_data span {
  word-break: break-word;
  -webkit-hyphens: initial;
      -ms-hyphens: initial;
          hyphens: initial;
}

#contact_form label {
  display: block;
  font-size: 0.8rem;
  line-height: 1.15rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#contact_form input {
  width: 75%;
}

#contact_form input .button {
  width: auto;
}

.pager_arrow {
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 1.6rem;
}

.top-bar {
  border-top: 2px solid rgb(76, 181, 245);
  padding-bottom: 0.3rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(23, 33, 45)), color-stop(91%, rgb(23, 33, 45)), color-stop(95%, rgba(23, 33, 45, 0)));
  background: -o-linear-gradient(top, rgb(23, 33, 45) 0%, rgb(23, 33, 45) 91%, rgba(23, 33, 45, 0) 95%);
  background: linear-gradient(180deg, rgb(23, 33, 45) 0%, rgb(23, 33, 45) 91%, rgba(23, 33, 45, 0) 95%);
}

.top-bar input {
  border-radius: 0px;
}

.top-bar select {
  margin: 0;
  height: 3rem;
}

.top-bar button {
  margin: 0;
}

.top-bar .awesomplete {
  display: block;
  height: 3rem;
}

.top-bar .awesomplete > input {
  display: block;
}

.top-bar .awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  padding: 0.4rem;
  margin: 0;
  background: #fff;
}

.top-bar .awesomplete > ul li:hover {
  text-decoration: underline;
  color: #f5f5f5;
  cursor: pointer;
}

.top-bar .awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.top-bar .orange-number {
  top: 27px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background-color: #ff5a00;
  border-radius: 9px;
  line-height: 18px;
  min-width: 8px;
  padding: 0 5px;
}

.top-bar #main-logo {
  display: inline-block;
  margin-right: 0.25rem;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 7px 5px 16px 2px rgba(0, 0, 0, 0.44);
          box-shadow: 7px 5px 16px 2px rgba(0, 0, 0, 0.44);
}

.menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  white-space: nowrap;
  background-color: #1d2327;
  background: #191919;
}

.menu-link:hover {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
  background-color: #3a3f46;
}

.menu-link a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.menu .submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  white-space: nowrap;
  background-color: #3a3f46;
}

.emporatorium-top-bar {
  border-top: 2px solid rgb(76, 181, 245);
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(23, 33, 45)), color-stop(84%, rgb(23, 33, 45)), color-stop(87%, rgba(23, 33, 45, 0)));
  background: -o-linear-gradient(top, rgb(23, 33, 45) 0%, rgb(23, 33, 45) 84%, rgba(23, 33, 45, 0) 87%);
  background: linear-gradient(180deg, rgb(23, 33, 45) 0%, rgb(23, 33, 45) 84%, rgba(23, 33, 45, 0) 87%);
}

.emporatorium-top-bar input {
  border-radius: 0px;
}

.emporatorium-top-bar select {
  margin: 0;
  height: 3rem;
}

.emporatorium-top-bar button {
  margin: 0;
}

.emporatorium-top-bar .awesomplete {
  display: block;
  height: 3rem;
}

.emporatorium-top-bar .awesomplete > input {
  display: block;
}

.emporatorium-top-bar .awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  padding: 0.4rem;
  margin: 0;
  background: #fff;
}

.emporatorium-top-bar .awesomplete > ul li:hover {
  text-decoration: underline;
  color: #f5f5f5;
  cursor: pointer;
}

.emporatorium-top-bar .awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.emporatorium-top-bar .orange-number {
  top: 27px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background-color: #ff5a00;
  border-radius: 9px;
  line-height: 18px;
  min-width: 8px;
  padding: 0 5px;
}

.menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  white-space: nowrap;
  background-color: #1d2327;
  background: #191919;
}

.menu-link:hover {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
  background-color: #3a3f46;
}

.menu-link a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.menu .submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  white-space: nowrap;
  background-color: #3a3f46;
}

.page-internals {
  background: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #ddd;
  padding: 1.2rem;
}

.page-internals .grid.product {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 0.375rem 0.35rem;
  border: 2px solid #f5f5f5;
}

.page-internals .grid.product:hover .product_name {
  text-decoration: underline;
}

#sidebar {
  background: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}

#sidebar .checkbox {
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
}

#sidebar label {
  display: block;
}

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

#music-container {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  z-index: 10;
}

/* playlist */

/* playlist scrollbar */

/* progress animation */

@-webkit-keyframes audio-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes audio-progress {
  to {
    background-position: 25px 0;
  }
}

/* mobile */

#simp {
  width: 500px;
  max-width: 600px;
  text-align: initial;
  line-height: initial;
  color: #000;
  margin: 0 auto;
  overflow: hidden;
}

#simp_progress_tracker {
  width: 110px;
}

#simp button {
  border: 0;
}

#simp input {
  border: 0;
}

#simp img {
  border: 0;
}

#simp .simp-player {
  height: 62px;
}

#simp .simp-album {
  padding: 20px 25px 5px;
  height: 73px;
}

#simp .simp-album .simp-cover {
  margin-right: 20px;
  width: 48px;
}

#simp .simp-album .simp-cover img {
  max-width: 80px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

#simp .simp-album .simp-title {
  font-size: 120%;
  font-weight: bold;
}

#simp .simp-album .simp-artist {
  font-size: 90%;
  color: #6c7883;
}

#simp .simp-plauseward {
  height: 32px;
}

#simp .simp-controls {
  padding: 0px;
}

#simp .simp-controls button {
  font-size: 130%;
  width: 32px;
  height: 32px;
  background: none;
  color: #ddd;
  padding: 7px;
  cursor: pointer;
  border: 0;
}

#simp .simp-controls button:not([disabled]):hover {
  color: #636469;
}

#simp .simp-controls button[disabled] {
  color: #636469;
  cursor: initial;
}

#simp .simp-controls .simp-prev {
  font-size: 100%;
}

#simp .simp-controls .simp-next {
  font-size: 100%;
}

#simp .simp-controls .simp-tracker {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  position: relative;
}

#simp .simp-controls .simp-volume {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  position: relative;
  max-width: 110px;
}

#simp .simp-controls .simp-volume .simp-mute {
  margin-right: 5px;
}

#simp .simp-controls .simp-buffer {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 5px;
  margin-top: -2.5px;
  border-radius: 100px;
}

#simp .simp-controls .simp-loading .simp-buffer {
  -webkit-animation: audio-progress 1s linear infinite;
  animation: audio-progress 1s linear infinite;
  background-image: -o-linear-gradient(135deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

#simp .simp-controls .simp-loading .simp-progress::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.25);
}

#simp .simp-controls .simp-loading .simp-progress::-moz-range-track {
  background: rgba(255, 255, 255, 0.25);
}

#simp .simp-controls .simp-time {
  margin-left: 10px;
}

#simp .simp-controls .simp-others {
  margin-left: 10px;
}

#simp .simp-controls .simp-others .simp-active {
  border: 1px solid #2199e8;
}

#simp .simp-controls .simp-others .simp-shide button {
  font-size: 100%;
  padding: 0;
  width: 24px;
  height: 14px;
  display: block;
}

#simp .simp-controls input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  height: 19px;
  margin: 0;
  display: block;
  position: relative;
  z-index: 2;
}

#simp .simp-controls input[type=range]::-webkit-slider-runnable-track {
  background: rgba(183, 197, 205, 0.66);
  height: 5px;
  border-radius: 2.5px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  position: relative;
}

#simp .simp-controls input[type=range]::-moz-range-track {
  background: rgba(183, 197, 205, 0.66);
  height: 5px;
  border-radius: 2.5px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  position: relative;
}

#simp .simp-controls input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  height: 13px;
  width: 13px;
  margin-top: -4px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
}

#simp .simp-controls input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  background: #fff;
  height: 13px;
  width: 13px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
}

#simp .simp-controls .simp-load .simp-progress::-webkit-slider-runnable-track {
  background: #2199e8;
}

#simp .simp-controls .simp-load .simp-progress::-moz-range-track {
  background: #2199e8;
}

#simp .simp-footer {
  padding: 10px 10px 12px;
  font-size: 90%;
  text-align: center;
  opacity: 0.7;
}

#simp .simp-display {
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

#simp .simp-hide {
  max-height: 0;
}

#simp ul {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #73797f #2199e8;
}

#simp ul li {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  margin: 0;
  padding: 8px 20px;
  cursor: pointer;
  height: 35px;
}

#simp ul li:last-child {
  padding-bottom: 13px;
}

#simp ul li:nth-child(odd) {
  background: #f1f1f1;
}

#simp ul li:hover {
  background: #2199e8;
  color: #fff;
}

#simp ul li .simp-desc {
  font-size: 90%;
  opacity: 0.5;
  margin-left: 5px;
}

#simp ul li.simp-active {
  border-bottom: 3px solid #2199e8;
}

#simp ul::-webkit-scrollbar-track {
  background-color: #2199e8;
}

#simp ul::-webkit-scrollbar {
  width: 6px;
  background-color: #2199e8;
}

#simp ul::-webkit-scrollbar-thumb {
  background-color: #73797f;
}

@media screen and (max-width: 480px) {
  #simp .simp-controls {
    height: 92px;
  }

  #simp .simp-controls .simp-volume {
    display: none;
  }

  #simp .simp-controls .simp-others {
    display: none;
  }

  #simp .simp-controls .simp-time {
    margin-right: 10px;
  }

  #simp .simp-player {
    height: 74px;
  }
}

@media screen and (max-width: 370px) {
  #simp .simp-time .simp-slash {
    display: none;
  }

  #simp .simp-time .end-time {
    display: none;
  }
}

@media screen and (max-width: 1340px) {
  #simp .simp-controls {
    height: auto;
  }
}

.button-plus-minus {
  height: 3.5rem;
  border: 1px solid #2199e8;
}

.button {
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  background-color: #2199e8;
}

.button:hover, .button:focus {
  background-color: #14679e;
}

.bg-blue:hover, .bg-blue:focus {
  background-color: #14679e;
}

.button {
  color: rgb(255, 255, 255);
  border-radius: 0px;
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.button:hover, .button:focus {
  background-color: #14679e;
  color: #fff;
}

.button-small {
  font-size: 0.8rem;
  line-height: 1.15rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}

.button-clip {
  -webkit-clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0 100%, 0 25%);
          clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0 100%, 0 25%);
}

.button.success {
  background-color: #3adb76;
  color: #fff;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fff;
}

.button_admin {
  color: rgb(255, 255, 255);
  border-radius: 0px;
  display: inline-block;
  font-weight: 600;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}

@media (min-width: 2100px) {
  .button_admin {
    padding: 1rem;
  }
}

.bg-slate100 {
  background-color: rgb(241, 245, 249);
}

.bg-slate200 {
  background-color: rgb(226, 232, 240);
}

.bg-slate300 {
  background-color: rgb(203, 213, 225);
}

.bg-slate400 {
  background-color: rgb(148, 163, 184);
}

.bg-slate500 {
  background-color: rgb(100, 116, 139);
}

.bg-slate600 {
  background-color: rgb(71, 85, 105);
}

.bg-slate700 {
  background-color: rgb(51, 65, 85);
}

.bg-slate800 {
  background-color: rgb(30, 41, 59);
}

.bg-slate900 {
  background-color: rgb(15, 23, 42);
}

.bg-gray-100 {
  background-color: rgb(243, 244, 246);
}

.bg-gray-200 {
  background-color: rgb(229, 231, 235);
}

.bg-gray-300 {
  background-color: rgb(209, 213, 219);
}

.bg-gray-400 {
  background-color: rgb(156, 163, 175);
}

.bg-gray-500 {
  background-color: rgb(107, 114, 128);
}

.bg-gray-600 {
  background-color: rgb(75, 85, 99);
}

.bg-gray-700 {
  background-color: rgb(55, 65, 81);
}

.bg-gray-800 {
  background-color: rgb(31, 41, 55);
}

.bg-gray-900 {
  background-color: rgb(17, 24, 39);
}

.bg-zinc-100 {
  background-color: rgb(244, 244, 245);
}

.bg-zinc-200 {
  background-color: rgb(228, 228, 231);
}

.bg-zinc-300 {
  background-color: rgb(212, 212, 216);
}

.bg-zinc-400 {
  background-color: rgb(161, 161, 170);
}

.bg-zinc-500 {
  background-color: rgb(113, 113, 122);
}

.bg-zinc-600 {
  background-color: rgb(82, 82, 91);
}

.bg-zinc-700 {
  background-color: rgb(63, 63, 70);
}

.bg-zinc-800 {
  background-color: rgb(39, 39, 42);
}

.bg-zinc-900 {
  background-color: rgb(24, 24, 27);
}

.bg-neutral-100 {
  background-color: rgb(245, 245, 245);
}

.bg-neutral-200 {
  background-color: rgb(229, 229, 229);
}

.bg-neutral-300 {
  background-color: rgb(212, 212, 212);
}

.bg-neutral-400 {
  background-color: rgb(163, 163, 163);
}

.bg-neutral-500 {
  background-color: rgb(115, 115, 115);
}

.bg-neutral-600 {
  background-color: rgb(82, 82, 82);
}

.bg-neutral-700 {
  background-color: rgb(64, 64, 64);
}

.bg-neutral-800 {
  background-color: rgb(38, 38, 38);
}

.bg-neutral-900 {
  background-color: rgb(23, 23, 23);
}

.bg-neutral- .bg-stone-100 {
  background-color: rgb(245, 245, 244);
}

.bg-neutral- .bg-stone-200 {
  background-color: rgb(231, 229, 228);
}

.bg-neutral- .bg-stone-300 {
  background-color: rgb(214, 211, 209);
}

.bg-neutral- .bg-stone-400 {
  background-color: rgb(168, 162, 158);
}

.bg-neutral- .bg-stone-500 {
  background-color: rgb(120, 113, 108);
}

.bg-neutral- .bg-stone-600 {
  background-color: rgb(87, 83, 78);
}

.bg-neutral- .bg-stone-700 {
  background-color: rgb(68, 64, 60);
}

.bg-neutral- .bg-stone-800 {
  background-color: rgb(41, 37, 36);
}

.bg-neutral- .bg-stone-900 {
  background-color: rgb(28, 25, 23);
}

.bg-neutral- .bg-red-100 {
  background-color: rgb(254, 226, 226);
}

.bg-neutral- .bg-red-200 {
  background-color: rgb(254, 202, 202);
}

.bg-neutral- .bg-red-300 {
  background-color: rgb(252, 165, 165);
}

.bg-neutral- .bg-red-400 {
  background-color: rgb(248, 113, 113);
}

.bg-neutral- .bg-red-500 {
  background-color: rgb(239, 68, 68);
}

.bg-neutral- .bg-red-600 {
  background-color: rgb(220, 38, 38);
}

.bg-neutral- .bg-red-700 {
  background-color: rgb(185, 28, 28);
}

.bg-neutral- .bg-red-800 {
  background-color: rgb(153, 27, 27);
}

.bg-neutral- .bg-red-900 {
  background-color: rgb(127, 29, 29);
}

.bg-neutral- .bg-orange-100 {
  background-color: rgb(255, 237, 213);
}

.bg-neutral- .bg-orange-200 {
  background-color: rgb(254, 215, 170);
}

.bg-neutral- .bg-orange-300 {
  background-color: rgb(253, 186, 116);
}

.bg-neutral- .bg-orange-400 {
  background-color: rgb(251, 146, 60);
}

.bg-neutral- .bg-orange-500 {
  background-color: rgb(249, 115, 22);
}

.bg-neutral- .bg-orange-600 {
  background-color: rgb(234, 88, 12);
}

.bg-neutral- .bg-orange-700 {
  background-color: rgb(194, 65, 12);
}

.bg-neutral- .bg-orange-800 {
  background-color: rgb(154, 52, 18);
}

.bg-neutral- .bg-orange-900 {
  background-color: rgb(124, 45, 18);
}

.bg-neutral- .bg-amber-100 {
  background-color: rgb(254, 243, 199);
}

.bg-neutral- .bg-amber-200 {
  background-color: rgb(253, 230, 138);
}

.bg-neutral- .bg-amber-300 {
  background-color: rgb(252, 211, 77);
}

.bg-neutral- .bg-amber-400 {
  background-color: rgb(251, 191, 36);
}

.bg-neutral- .bg-amber-500 {
  background-color: rgb(245, 158, 11);
}

.bg-neutral- .bg-amber-600 {
  background-color: rgb(217, 119, 6);
}

.bg-neutral- .bg-amber-700 {
  background-color: rgb(180, 83, 9);
}

.bg-neutral- .bg-amber-800 {
  background-color: rgb(146, 64, 14);
}

.bg-neutral- .bg-amber-900 {
  background-color: rgb(120, 53, 15);
}

.bg-neutral- .bg-yellow-100 {
  background-color: rgb(254, 249, 195);
}

.bg-neutral- .bg-yellow-200 {
  background-color: rgb(254, 240, 138);
}

.bg-neutral- .bg-yellow-300 {
  background-color: rgb(253, 224, 71);
}

.bg-neutral- .bg-yellow-400 {
  background-color: rgb(250, 204, 21);
}

.bg-neutral- .bg-yellow-500 {
  background-color: rgb(234, 179, 8);
}

.bg-neutral- .bg-yellow-600 {
  background-color: rgb(202, 138, 4);
}

.bg-neutral- .bg-yellow-700 {
  background-color: rgb(161, 98, 7);
}

.bg-neutral- .bg-yellow-800 {
  background-color: rgb(133, 77, 14);
}

.bg-neutral- .bg-yellow-900 {
  background-color: rgb(113, 63, 18);
}

.bg-neutral- .bg-lime-100 {
  background-color: rgb(236, 252, 203);
}

.bg-neutral- .bg-lime-200 {
  background-color: rgb(217, 249, 157);
}

.bg-neutral- .bg-lime-300 {
  background-color: rgb(190, 242, 100);
}

.bg-neutral- .bg-lime-400 {
  background-color: rgb(163, 230, 53);
}

.bg-neutral- .bg-lime-500 {
  background-color: rgb(132, 204, 22);
}

.bg-neutral- .bg-lime-600 {
  background-color: rgb(101, 163, 13);
}

.bg-neutral- .bg-lime-700 {
  background-color: rgb(77, 124, 15);
}

.bg-neutral- .bg-lime-800 {
  background-color: rgb(63, 98, 18);
}

.bg-neutral- .bg-lime-900 {
  background-color: rgb(54, 83, 20);
}

.bg-neutral- .bg-green-100 {
  background-color: rgb(220, 252, 231);
}

.bg-neutral- .bg-green-200 {
  background-color: rgb(187, 247, 208);
}

.bg-neutral- .bg-green-300 {
  background-color: rgb(134, 239, 172);
}

.bg-neutral- .bg-green-400 {
  background-color: rgb(74, 222, 128);
}

.bg-neutral- .bg-green-500 {
  background-color: rgb(34, 197, 94);
}

.bg-neutral- .bg-green-600 {
  background-color: rgb(22, 163, 74);
}

.bg-neutral- .bg-green-700 {
  background-color: rgb(21, 128, 61);
}

.bg-neutral- .bg-green-800 {
  background-color: rgb(22, 101, 52);
}

.bg-neutral- .bg-green-900 {
  background-color: rgb(20, 83, 45);
}

.bg-emerald .bg-neutral-100 {
  background-color: rgb(209, 250, 229);
}

bg-emerald .bg-neutral-200 {
  background-color: rgb(167, 243, 208);
}

bg-emerald .bg-neutral-300 {
  background-color: rgb(110, 231, 183);
}

bg-emerald .bg-neutral-400 {
  background-color: rgb(52, 211, 153);
}

bg-emerald .bg-neutral-500 {
  background-color: rgb(16, 185, 129);
}

bg-emerald .bg-neutral-600 {
  background-color: rgb(5, 150, 105);
}

bg-emerald .bg-neutral-700 {
  background-color: rgb(4, 120, 87);
}

bg-emerald .bg-neutral-800 {
  background-color: rgb(6, 95, 70);
}

bg-emerald .bg-neutral-900 {
  background-color: rgb(6, 78, 59);
}

.bg-teal-100 {
  background-color: rgb(204, 251, 241);
}

.bg-teal-200 {
  background-color: rgb(153, 246, 228);
}

.bg-teal-300 {
  background-color: rgb(94, 234, 212);
}

.bg-teal-400 {
  background-color: rgb(45, 212, 191);
}

.bg-teal-500 {
  background-color: rgb(20, 184, 166);
}

.bg-teal-600 {
  background-color: rgb(13, 148, 136);
}

.bg-teal-700 {
  background-color: rgb(15, 118, 110);
}

.bg-teal-800 {
  background-color: rgb(17, 94, 89);
}

.bg-teal-900 {
  background-color: rgb(19, 78, 74);
}

.bg-cyan-100 {
  background-color: rgb(207, 250, 254);
}

.bg-cyan-200 {
  background-color: rgb(165, 243, 252);
}

.bg-cyan-300 {
  background-color: rgb(103, 232, 249);
}

.bg-cyan-400 {
  background-color: rgb(34, 211, 238);
}

.bg-cyan-500 {
  background-color: rgb(6, 182, 212);
}

.bg-cyan-600 {
  background-color: rgb(8, 145, 178);
}

.bg-cyan-700 {
  background-color: rgb(14, 116, 144);
}

.bg-cyan-800 {
  background-color: rgb(21, 94, 117);
}

.bg-cyan-900 {
  background-color: rgb(22, 78, 99);
}

.bg-sky-100 {
  background-color: rgb(224, 242, 254);
}

.bg-sky-200 {
  background-color: rgb(186, 230, 253);
}

.bg-sky-300 {
  background-color: rgb(125, 211, 252);
}

.bg-sky-400 {
  background-color: rgb(56, 189, 248);
}

.bg-sky-500 {
  background-color: rgb(14, 165, 233);
}

.bg-sky-600 {
  background-color: rgb(2, 132, 199);
}

.bg-sky-700 {
  background-color: rgb(3, 105, 161);
}

.bg-sky-800 {
  background-color: rgb(7, 89, 133);
}

.bg-sky-900 {
  background-color: rgb(12, 74, 110);
}

.bg-blue-100 {
  background-color: rgb(219, 234, 254);
}

.bg-blue-200 {
  background-color: rgb(191, 219, 254);
}

.bg-blue-300 {
  background-color: rgb(147, 197, 253);
}

.bg-blue-400 {
  background-color: rgb(96, 165, 250);
}

.bg-blue-500 {
  background-color: rgb(59, 130, 246);
}

.bg-blue-600 {
  background-color: rgb(37, 99, 235);
}

.bg-blue-700 {
  background-color: rgb(29, 78, 216);
}

.bg-blue-800 {
  background-color: rgb(30, 64, 175);
}

.bg-blue-900 {
  background-color: rgb(30, 58, 138);
}

.bg-indigo-100 {
  background-color: rgb(224, 231, 255);
}

.bg-indigo-200 {
  background-color: rgb(199, 210, 254);
}

.bg-indigo-300 {
  background-color: rgb(165, 180, 252);
}

.bg-indigo-400 {
  background-color: rgb(129, 140, 248);
}

.bg-indigo-500 {
  background-color: rgb(99, 102, 241);
}

.bg-indigo-600 {
  background-color: rgb(79, 70, 229);
}

.bg-indigo-700 {
  background-color: rgb(67, 56, 202);
}

.bg-indigo-800 {
  background-color: rgb(55, 48, 163);
}

.bg-indigo-900 {
  background-color: rgb(49, 46, 129);
}

.bg-violet-100 {
  background-color: rgb(237, 233, 254);
}

.bg-violet-200 {
  background-color: rgb(221, 214, 254);
}

.bg-violet-300 {
  background-color: rgb(196, 181, 253);
}

.bg-violet-400 {
  background-color: rgb(167, 139, 250);
}

.bg-violet-500 {
  background-color: rgb(139, 92, 246);
}

.bg-violet-600 {
  background-color: rgb(124, 58, 237);
}

.bg-violet-700 {
  background-color: rgb(109, 40, 217);
}

.bg-violet-800 {
  background-color: rgb(91, 33, 182);
}

.bg-violet-900 {
  background-color: rgb(76, 29, 149);
}

.bg-purple-100 {
  background-color: rgb(243, 232, 255);
}

.bg-purple-200 {
  background-color: rgb(233, 213, 255);
}

.bg-purple-300 {
  background-color: rgb(216, 180, 254);
}

.bg-purple-400 {
  background-color: rgb(192, 132, 252);
}

.bg-purple-500 {
  background-color: rgb(168, 85, 247);
}

.bg-purple-600 {
  background-color: rgb(147, 51, 234);
}

.bg-purple-700 {
  background-color: rgb(126, 34, 206);
}

.bg-purple-800 {
  background-color: rgb(107, 33, 168);
}

.bg-purple-900 {
  background-color: rgb(88, 28, 135);
}

.bg-fuchsia-100 {
  background-color: rgb(250, 232, 255);
}

.bg-fuchsia-200 {
  background-color: rgb(245, 208, 254);
}

.bg-fuchsia-300 {
  background-color: rgb(240, 171, 252);
}

.bg-fuchsia-400 {
  background-color: rgb(232, 121, 249);
}

.bg-fuchsia-500 {
  background-color: rgb(217, 70, 239);
}

.bg-fuchsia-600 {
  background-color: rgb(192, 38, 211);
}

.bg-fuchsia-700 {
  background-color: rgb(162, 28, 175);
}

.bg-fuchsia-800 {
  background-color: rgb(134, 25, 143);
}

.bg-fuchsia-900 {
  background-color: rgb(112, 26, 117);
}

.bg-pink-100 {
  background-color: rgb(252, 231, 243);
}

.bg-pink-200 {
  background-color: rgb(251, 207, 232);
}

.bg-pink-300 {
  background-color: rgb(249, 168, 212);
}

.bg-pink-400 {
  background-color: rgb(244, 114, 182);
}

.bg-pink-500 {
  background-color: rgb(236, 72, 153);
}

.bg-pink-600 {
  background-color: rgb(219, 39, 119);
}

.bg-pink-700 {
  background-color: rgb(190, 24, 93);
}

.bg-pink-800 {
  background-color: rgb(157, 23, 77);
}

.bg-pink-900 {
  background-color: rgb(131, 24, 67);
}

.bg-rose-100 {
  background-color: rgb(255, 228, 230);
}

.bg-rose-200 {
  background-color: rgb(254, 205, 211);
}

.bg-rose-300 {
  background-color: rgb(253, 164, 175);
}

.bg-rose-400 {
  background-color: rgb(251, 113, 133);
}

.bg-rose-500 {
  background-color: rgb(244, 63, 94);
}

.bg-rose-600 {
  background-color: rgb(225, 29, 72);
}

.bg-rose-700 {
  background-color: rgb(190, 18, 60);
}

.bg-rose-800 {
  background-color: rgb(159, 18, 57);
}

.bg-rose-900 {
  background-color: rgb(136, 19, 55);
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 0.5rem;
}

INPUT[type=checkbox]:focus, INPUT[type=radio]:focus {
  outline: 1px solid #cacaca;
  outline-offset: 2px;
}

INPUT[type=checkbox], INPUT[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  position: relative;
  top: 10px;
  background: white;
  margin-right: 10px;
  -webkit-transition: background 160ms ease;
  -o-transition: background 160ms ease;
  transition: background 160ms ease;
  -webkit-box-shadow: inset 0 0 0 0.15em white;
          box-shadow: inset 0 0 0 0.15em white;
}

INPUT[type=checkbox]:checked, INPUT[type=radio]:checked {
  background: #1585cf;
}

INPUT[type=checkbox]:valid, INPUT[type=radio]:valid {
  border: 1px solid #cacaca;
}

INPUT[type=checkbox].checkbox_large {
  height: 1.5rem;
  width: 1.5rem;
  border: 2px solid #cacaca;
}

.separator {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.separator-border {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #cacaca;
}

.hide-on-load {
  display: none;
}

.show {
  opacity: 1;
  -webkit-transition: opacity 444ms;
  -o-transition: opacity 444ms;
  transition: opacity 444ms;
}

.hide, .top-bar .awesomplete [hidden], .top-bar .awesomplete > ul:empty, .emporatorium-top-bar .awesomplete [hidden], .emporatorium-top-bar .awesomplete > ul:empty {
  opacity: 0;
  -webkit-transition: opacity 234ms;
  -o-transition: opacity 234ms;
  transition: opacity 234ms;
}

.divide-x-1 {
  border-top: 1px solid #cacaca;
}

.orange {
  color: #ff6600;
}

.red {
  color: #f00;
}

.blue {
  color: #2199e8;
}

.blue:hover, .blue:focus {
  color: #14679e;
}

.text-emerald-100 {
  color: rgb(209, 250, 229);
}

.text-emerald-200 {
  color: rgb(167, 243, 208);
}

.text-emerald-300 {
  color: rgb(110, 231, 183);
}

.text-emerald-400 {
  color: rgb(52, 211, 153);
}

.text-emerald-500 {
  color: rgb(16, 185, 129);
}

.text-emerald-600 {
  color: rgb(5, 150, 105);
}

.text-emerald-700 {
  color: rgb(4, 120, 87);
}

.text-emerald-800 {
  color: rgb(6, 95, 70);
}

.text-emerald-900 {
  color: rgb(6, 78, 59);
}

.border-blue {
  border-color: #2199e8;
}

.border-cyan {
  border-color: #06b6d4;
}

.border-emerald {
  border-color: #10b981;
}

.border-rose {
  border-color: #f43f5e;
}

.black {
  color: black;
}

.bg-dark {
  background-color: #1d2327;
}

.bg-dark-light {
  background-color: #3a3f46;
}

.bg-blue {
  background-color: #2199e8;
}

.bg-blue:hover, .bg-blue:focus {
  background-color: #14679e;
}

.bg-transparent {
  background: none;
}

.bg-transparent:focus, .bg-transparent:hover {
  background: none;
}

.bg-red {
  background-color: #f00;
}

.bg-sky-400 {
  background-color: rgb(56, 189, 248) !important;
}

.bg-red-600 {
  background-color: rgb(220, 38, 38) !important;
}

.bg-amber-500 {
  background-color: rgb(245, 158, 11) !important;
}

.bg-yellow-400 {
  background-color: rgb(250, 204, 21) !important;
}

.bg-dark-red {
  background-color: #ec5840;
}

.transition-opacity {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 720ms;
       -o-transition-duration: 720ms;
          transition-duration: 720ms;
}

[x-cloak] {
  display: none !important;
}

.overflow-visible {
  overflow: visible;
}

.current {
  color: #ff6600;
}

.bg-fafafa {
  background-color: #fafafa;
}

.bg-f1f1f1 {
  background-color: #f1f1f1;
}

.bg-cream {
  background-color: #f0f0f1;
}

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

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

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

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

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

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

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

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

.max-h-4 {
  max-height: 1rem;
}

.-rotate-12 {
  -webkit-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
          transform: rotate(-12deg);
}

.text-outline-white {
  text-shadow: 2px 2px 1px rgb(255, 255, 255);
}

.left-4 {
  left: 2rem;
}

.text-cyan-200 {
  color: rgb(165, 243, 252);
}

.text-cyan-300 {
  color: rgb(103, 232, 249);
}

.text-cyan-400 {
  color: rgb(34, 211, 238);
}

.text-cyan-500 {
  color: rgb(6, 182, 212);
}

.text-cyan-600 {
  color: rgb(8, 145, 178);
}

.text-cyan-700 {
  color: rgb(14, 116, 144);
}

.text-cyan-800 {
  color: rgb(21, 94, 117);
}

.text-cyan-900 {
  color: rgb(22, 78, 99);
}

.bg-amber-400 {
  background-color: rgb(251, 191, 36);
}

.bg-amber-500 {
  background-color: rgb(245, 158, 11);
}

.bg-amber-600 {
  background-color: rgb(217, 119, 6);
}

.bg-amber-700 {
  background-color: rgb(180, 83, 9);
}

.bg-cyan-400 {
  background-color: rgb(34, 211, 238);
}

.bg-cyan-500 {
  background-color: rgb(6, 182, 212);
}

.bg-cyan-600 {
  background-color: rgb(8, 145, 178);
}

.bg-cyan-700 {
  background-color: rgb(14, 116, 144);
}

.bg-rose-400 {
  background-color: rgb(251, 113, 133);
}

.bg-rose-500 {
  background-color: rgb(244, 63, 94);
}

.bg-rose-600 {
  background-color: rgb(225, 29, 72);
}

.bg-rose-700 {
  background-color: rgb(190, 18, 60);
}

.bg-sky-400 {
  background-color: rgb(56, 189, 248);
}

.bg-sky-500 {
  background-color: rgb(14, 165, 233);
}

.bg-sky-600 {
  background-color: rgb(2, 132, 199);
}

.bg-sky-700 {
  background-color: rgb(3, 105, 161);
}

.bg-yellow-400 {
  background-color: rgb(250, 204, 21) !important;
}

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

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

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
      -ms-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22d3ee;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

select {
  border-color: #2199e8;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.25rem;
  border-width: 1px;
  height: 2.5rem;
  margin-right: -0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}

select:required {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  border-width: 4px;
}

select[name*=discount_] {
  border-color: rgb(132, 204, 22);
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  border-width: 4px;
}

select[name*=product_attribute_templates] {
  border-width: 4px;
  border-color: rgb(34, 211, 238);
}

.td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media (min-width: 1024px) {
  .td {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .tr {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.tr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.tr:nth-child(odd) {
  background-color: #f1f1f1;
}

.tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

thead {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-bottom-width: 2px;
  border-color: #2199e8;
}

tfoot {
  border-top-width: 2px;
  border-color: #2199e8;
}

table.external {
  border-collapse: collapse;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

table.external thead tr {
  background-color: #009879;
  color: rgb(255, 255, 255);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-align: left;
}

table.external tbody tr {
  border-bottom: 1px solid #dddddd;
}

table.external tbody tr:nth-child(odd) {
  background-color: #f3f3f3;
}

table.external tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

table.external tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}

.tab-content {
  display: none;
}

.page-internals .tab-content.active.product {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 0.375rem 0.35rem;
  border: 2px solid #f5f5f5;
}

.page-internals .tab-content.active.product:hover .product_name {
  text-decoration: underline;
}

.tab-content.active {
  display: grid;
}

.tab.active {
  background: black;
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.text-dark a:hover {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.text-blue {
  color: #2199e8;
}

.text-blue:hover, .text-blue:focus {
  color: #14679e;
}

.blue:hover, .blue:focus {
  color: #14679e;
}

.text-blue:hover, .text-bluefocus {
  color: #2199e8;
}

.text-blue:hover:hover, .text-bluefocus:hover, .text-blue:hover:focus, .text-bluefocus:focus {
  color: #14679e;
}

.blue:hover, .blue:hover, .blue:focus, .blue:focus {
  color: #14679e;
}

.text-sm {
  font-size: 0.8rem;
  line-height: 1.15rem;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 1280px) {
  h1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  h1 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

h1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1280px) {
  h2 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1024px) {
  h2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

h2 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1280px) {
  h3 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1024px) {
  h3 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

h3 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1280px) {
  h4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

h4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1280px) {
  h5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

h5 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

.text-white {
  color: rgb(255, 255, 255);
}

.text-amber-100 {
  color: rgb(254, 243, 199);
}

.text-amber-200 {
  color: rgb(253, 230, 138);
}

.text-amber-300 {
  color: rgb(252, 211, 77);
}

.text-amber-400 {
  color: rgb(251, 191, 36);
}

.text-amber-500 {
  color: rgb(245, 158, 11);
}

.text-amber-600 {
  color: rgb(217, 119, 6);
}

.text-amber-700 {
  color: rgb(180, 83, 9);
}

.text-amber-800 {
  color: rgb(146, 64, 14);
}

.text-amber-900 {
  color: rgb(120, 53, 15);
}

text-cyan-50 {
  color: rgb(236, 254, 255);
}

text-cyan-100 {
  color: rgb(207, 250, 254);
}

text-cyan-200 {
  color: rgb(165, 243, 252);
}

text-cyan-300 {
  color: rgb(103, 232, 249);
}

text-cyan-400 {
  color: rgb(34, 211, 238);
}

text-cyan-500 {
  color: rgb(6, 182, 212);
}

text-cyan-600 {
  color: rgb(8, 145, 178);
}

text-cyan-700 {
  color: rgb(14, 116, 144);
}

text-cyan-800 {
  color: rgb(21, 94, 117);
}

text-cyan-900 {
  color: rgb(22, 78, 99);
}

.text-yellow-100 {
  color: rgb(254, 249, 195);
}

.text-yellow-200 {
  color: rgb(254, 240, 138);
}

.text-yellow-300 {
  color: rgb(253, 224, 71);
}

.text-yellow-400 {
  color: rgb(250, 204, 21);
}

.text-yellow-500 {
  color: rgb(234, 179, 8);
}

.text-yellow-600 {
  color: rgb(202, 138, 4);
}

.text-yellow-700 {
  color: rgb(161, 98, 7);
}

.text-yellow-800 {
  color: rgb(133, 77, 14);
}

.text-yellow-900 {
  color: rgb(113, 63, 18);
}

.text-lime-100 {
  color: rgb(236, 252, 203);
}

.text-lime-200 {
  color: rgb(217, 249, 157);
}

.text-lime-300 {
  color: rgb(190, 242, 100);
}

.text-lime-400 {
  color: rgb(163, 230, 53);
}

.text-lime-500 {
  color: rgb(132, 204, 22);
}

.text-lime-600 {
  color: rgb(101, 163, 13);
}

.text-lime-700 {
  color: rgb(77, 124, 15);
}

.text-lime-800 {
  color: rgb(63, 98, 18);
}

.text-lime-900 {
  color: rgb(54, 83, 20);
}

.text-emerald-100 {
  color: rgb(209, 250, 229);
}

.text-emerald-200 {
  color: rgb(167, 243, 208);
}

.text-emerald-300 {
  color: rgb(110, 231, 183);
}

.text-emerald-400 {
  color: rgb(52, 211, 153);
}

.text-emerald-500 {
  color: rgb(16, 185, 129);
}

.text-emerald-600 {
  color: rgb(5, 150, 105);
}

.text-emerald-700 {
  color: rgb(4, 120, 87);
}

.text-emerald-800 {
  color: rgb(6, 95, 70);
}

.text-emerald-900 {
  color: rgb(6, 78, 59);
}

.text-sky-100 {
  color: rgb(224, 242, 254);
}

.text-sky-200 {
  color: rgb(186, 230, 253);
}

.text-sky-300 {
  color: rgb(125, 211, 252);
}

.text-sky-400 {
  color: rgb(56, 189, 248);
}

.text-sky-500 {
  color: rgb(14, 165, 233);
}

.text-sky-600 {
  color: rgb(2, 132, 199);
}

.text-sky-700 {
  color: rgb(3, 105, 161);
}

.text-sky-800 {
  color: rgb(7, 89, 133);
}

.text-sky-900 {
  color: rgb(12, 74, 110);
}

.text-blue-100 {
  color: rgb(219, 234, 254);
}

.text-blue-200 {
  color: rgb(191, 219, 254);
}

.text-blue-300 {
  color: rgb(147, 197, 253);
}

.text-blue-400 {
  color: rgb(96, 165, 250);
}

.text-blue-500 {
  color: rgb(59, 130, 246);
}

.text-blue-600 {
  color: rgb(37, 99, 235);
}

.text-blue-700 {
  color: rgb(29, 78, 216);
}

.text-blue-800 {
  color: rgb(30, 64, 175);
}

.text-blue-900 {
  color: rgb(30, 58, 138);
}

.text-rose-100 {
  color: rgb(255, 228, 230);
}

.text-rose-200 {
  color: rgb(254, 205, 211);
}

.text-rose-300 {
  color: rgb(253, 164, 175);
}

.text-rose-400 {
  color: rgb(251, 113, 133);
}

.text-rose-500 {
  color: rgb(244, 63, 94);
}

.text-rose-600 {
  color: rgb(225, 29, 72);
}

.text-rose-700 {
  color: rgb(190, 18, 60);
}

.text-rose-800 {
  color: rgb(159, 18, 57);
}

.text-rose-900 {
  color: rgb(136, 19, 55);
}

.text-fuchsia-100 {
  color: rgb(250, 232, 255);
}

.text-fuchsia-200 {
  color: rgb(245, 208, 254);
}

.text-fuchsia-300 {
  color: rgb(240, 171, 252);
}

.text-fuchsia-400 {
  color: rgb(232, 121, 249);
}

.text-fuchsia-500 {
  color: rgb(217, 70, 239);
}

.text-fuchsia-600 {
  color: rgb(192, 38, 211);
}

.text-fuchsia-700 {
  color: rgb(162, 28, 175);
}

.text-fuchsia-800 {
  color: rgb(134, 25, 143);
}

.text-fuchsia-900 {
  color: rgb(112, 26, 117);
}

.tooltip {
  position: relative;
  /* Show the tooltip text when you mouse over the tooltip container */
}

.tooltip .tooltiptext {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-width: 1px;
  opacity: 0.8;
  padding: 1rem;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  visibility: hidden;
  width: 250px;
  /* Position the tooltip text - see examples below! */
  z-index: 4;
  position: absolute;
  top: 35px;
  right: 100%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltip_icon {
  top: -0.5rem;
}

.tooltip_large {
  position: absolute;
  right: 0px;
  top: 4rem;
  /* Show the tooltip text when you mouse over the tooltip container */
}

.tooltip_large .tooltiptext {
  z-index: 4;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-width: 1px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  opacity: 0.8;
  padding: 1rem;
  position: absolute;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  visibility: hidden;
  width: 800px;
  top: -15px;
  right: 100%;
}

.tooltip_large:hover .tooltiptext {
  visibility: visible;
}

.r-0 {
  right: 0;
}

#order #toggle_visibility, #customer #toggle_visibility, #order #toggle_visibility_register, #customer #toggle_visibility_register {
  background: url(" data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAASCAYAAABFGc6jAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAK8SURBVDiNrZXPax1VHMU/Z+blJWRRJYi+ilLduhNR6sKNYulCEEGyEbWIECHeO0ka25Vxoi5MG31v7iTE4KJWXIWKK8G66EIEpSr+BVIRtU80CyvEvB/zvi7a1DiZV6XkLufe8/3cc7icgX1eWZalIYS3yt+j/YZIek3SX+W92o2E6+vr471e79HBYPAE8ABwCLgVGAB/ApeAl733F3cgZrbovV8sz1IVIM/zO83sJPAc8I2ZnQe+qtVq7a2trcsAo6OjDeCA9/673ZAkSdKqmf9ytLGxEbfb7ZNmNgO8XxTFfbOzs5eHGP4e/olrBxJCeMXMzHv/tiTb42h5efm2er1+zsy6wItJkvy4e+rq6urd/X6/KemImb2eJMlylZM8z+81szNm1pX0jPf+t+ugEMJdkj4zs4+ccwu7b7IDKYriItCK4/js9PR0+0ZxpWkaTUxMvAE8ORgMHpuZmflVIYQDwBeSzjjnmlUZZVl2TtLX3vulqriGREue5yfM7NlOp3M4At4FPh8GAZB0JI7js1WQLMvmhumcc6eAL8fGxlYjSV2gPuwwgJmlVXE1m82Dkhb+Q9szs3q0vb09DTyc5/mJYYeTJHmnKq4oio4B54fpsiybl/QI8JIAWq3WHVEUXZD08ebm5kKapoOSYI+TWq32vJl54CHv/U8lF8rz/E1JT/V6vcfn5uZ+vv6819bWbu92ux9KGpH0gnPuUhXk2i1fBT4FjpchKysrh4qieE9SvdvtPj0/P/87lJrBzBRCOC5J3vvT//d1wdU2AWbN7BjQbDQaS5OTk8XOfmUFVTkJIdwPXOl0Om2A8fHxg/1+vwEclnSUq134gaQl59wv5XmVoDKk1Wo9GEXRCnAPcMs13R/AD2b2bRzHn4yMjFyYmpraGnbxPaBdVZ865/a08M2uyv+RmS3uJwTgb5N/i63bUX1nAAAAAElFTkSuQmCC") no-repeat top left;
  width: 26px;
  height: 18px;
  position: absolute;
  right: 2rem;
  z-index: 1;
  top: 1rem;
}

#order #toggle_visibility_reveal, #customer #toggle_visibility_reveal, #order #toggle_visibility_reveal_register, #customer #toggle_visibility_reveal_register {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAASCAYAAABFGc6jAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAILSURBVDiN3ZS/a5NhEMc/975thgzq4BBFqZu7heJgOwhWBxdBshkchBbK+7xJDcTJySUQSfq+LTQ4KNYp1FGwQkWsgmj9A9z83QwOumTIm+c9lzf6EptQBx36He++d9977u452G+QUc5ms5mNouhsHMcXgUlgAjiUuL8DH1R123XdR+Pj40/n5uY6fyUUhuFRVa0ABWBbVTeAV2NjY+1Op7MDkM1mj/R6vRxwWkQuJIXcF5Gq53lfRwq1Wi233W5XgCJwz1pbL5VKO6NenS4OKKnqVaCey+Wq+Xze/iFUq9UOZzKZdVXtAtd83/+YTrSysnK81+vVRWQ2MW3GcXyjWCy+S/OWl5cnrLV3RCTT7XYvl8vlb7+EgiA4JiJPVPWh53k3RUQHRay1r0WkDjwAUNUrQNF13amFhYVPab6qShiGt0TkUhRF5xYXF79IEAQHgBcictfzvPpubVlaWloXkTfGmGraHgRBBZg0xuSHxJVFpACccYBV4PkwEQARmRWRtST5yyAIthL7GnB+WJzv+zVV3QJWnWGkEYiBdGt1GDENB5gHZsIwLI3gbSYzwRgzbYyZSewFYGNYUNK6aWB+T8vQaDROOo7zDGj0W5gI+8CUMeZzmr/rMvSde1lva+1tfs/kMXB9UGTkevfxXz7sYNA/PUGDGDiqp4ATwMHE/QN4r6pv93JU9x9+Am0SKe4ub4JQAAAAAElFTkSuQmCC") no-repeat top left;
  width: 26px;
  height: 18px;
  position: absolute;
  right: 2rem;
  z-index: 1;
  top: 1rem;
}

.trash {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAgCAYAAAAMq2gFAAABdklEQVRIib2Ur04DQRCHh0BCECSIivZ25ze72wSDQICowfMGGASmogaL4QUwCBICwSAwTR8BAQKDwCBKCA8AHkEa2hRMKYXen15vt5P8zGUyX+bmuyNKqaqYrzxJm5VaMwetZJQ3kK++2YCiKGILtAyk7TSeR/Mz4P/zSfssy5MFWlEUMRktt3mPnjdGyw1ZxmdokAW6uRWeNmS03p5FpjZyqnLM54a5GSKW5XQICmmeA65/QSzHAUFHQ5DV2A32DTHvDEEol9dCgZRSq6M+zDvIh2+I1Xgnork/5lnm+wD3uYtRHGe+QQKcjIGsRj2ACHtjIK7wZgAR1uN+EIsW6HoTgdEhooU4EDnmR28bQR5iIQMhLr1tBFwkgozGvkcRGokgrvCWN5BStURQqVRadpB+UYiD9IhoKRFEROSAl8LbQNqpECIiw9z0IMJVJsiyHBbeSOMgeyOlagXv068CG5mgwetrOJY3C3QdpDdJBr2vVqMeN/MbcuwKnJsNCJcAAAAASUVORK5CYII=") no-repeat top left;
  width: 26px;
  height: 32px;
  display: inline-block;
}

#log_out {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAIAAAAnX375AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gkHBzcmQNp5rQAAA2FJREFUWMPVmD9sE0kUhz8jLG9cOCsFyVuAzkfhWErhLUCYK8C6JnsFkn1F4tIFEoHKZehSUCQNAgqwRIqkQOc055zSrJuTk8KAaNZFJPuK/BEpHCmRNinMoo1kChMy49hOcBakm+7N7L7P++a935uxr9Vq8XPHJX76uPz9r9hU8jQauAp+jTs5rvxo5F6BxccnpptgMvGjA+v8//ayG3JjmY+2B74/mtS3zoG0MsyleaJTqV2A5lBJ8eQPnib4sNUXuTHN6yUAtllMYFoDElcNFv8BYJcFgw2nB7JZZn6Oo2/2ASszuAMA31FaPbGO6sxP0eyCdFjJsi++GeDeDP4BkAnSk9LE/iLF8inkXp61bem5GwUMfcDA3lwgfUuaWcvRkJAOpVkhpDDygGzqAumjYBSIBoSZKmZZQLomH3aF5TATswOFVBwRJnJyLeTbmXEJoF7gk7B2NYeuelCX13LSh34yqTvHyPV30qO/ZTzSGY3bScE8YN1qIxvsiIkTZyzimbhFDcnc+YrckmpjSEfzTk+v6AyJ1VJrI22xTgl5CAQ0QoLVtNtIR5KYoLdIhaBguV/TR5HqwXU8Rcrf41faSFX6IYdbniIbHIohVNvIiBTuwxoH3hEPahIyFGsjNa6FRZFg07vYbpqyOMSOpSCakAq2suwR0KZSllpTVD9GjmWkk976M/Z6+wlGhFILoPXO8L0F1oVNupxkTAV8rVYLbF5GqArL8b941Fv2XBvXwVXwKwSVnonzMib7LPIo9a15qRhZ6fnqFJXeqetXCWoMq715UMlKPEYxUnKLvj5NfFja0Tcp6oOe8+o53pSkmfgM1zsPIhoTzyQ9PKryKkm9MQjvxXOp4Q+NM3GyTT7p5mVleLUkOwiTLmAkz1v4ZpZiqdPDQwtd64HEwUxSfN/p6uok92bQY/3qwcqzMstOh44ESJcxpEuL79T90mYpyb/VLm5DcXSDaIKRCEEVHJoN9mv8Z2KZHH4+9UKA300mOyPk63altTFTFFcvpgNh0ssd39cH2c6CaebnJIU8/wjd5X6B0e4q4et3cXdr/J1jrSSl3xn31V+4M8ufmT4HRN/Z/xU0Ld7mWS2w27fFhMe5O8XtlNQKB0SKnWjTYt+iYePaoOBX0WKM6PyqM6yc080XJjogG8Yj3/AAAAAASUVORK5CYII=") no-repeat bottom left;
  width: 38px;
  height: 38px;
  display: inline-block;
}

.ms-container {
  background: transparent url(" data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAB40lEQVR4AWIgG4wCAKvkAPJXFAXwGRnLrqVlj5kva7bDZ+Nv27ZtG7kpY3zZC7Pe2T13Nq/5OxQKhasqlcrzX6FyudyRy+VArVZn/xtUKpU6isUi5PN50Ol03d/5sz0Wi73JZDLch55Op7lUKsUlk0kukUjgDAgtFAqAGhuNxuu/gu7ED41GA+r1Ou21Wg2q1SpUKhUolUpAhEA8HodwOAzBYBACgQBIJJLBN6S1tTWGBODiV1AKQ83wo9PpBIvFAlarFex2O9273W5wOBxvrl69uvgFkM/nnyIgzmAwpMh2q0KhKBJfdbCLRKK8QCBIkzdpnLETn95CmMfjQfir8+fPH/8aOIkOR40o9DfK9PS0yOfzocbPjhw5cuiLS6KFEB2NfkKTiTmPlUolS3KQ1Wg0rFarZYm2LBHGkmDgfActmZ+fl5hMpof79u3b/QVQLBZbSGRpWmSzWXgvGWw2G/oIXC4XNQ873qFPcUafMwyzh5Rd38u1McIQjJDvBIACvV4v+P1+GmWcEfoz12xaX19PIshsNlOgXq9/u7fA3HILGAS3gEEAxsBccwsYDLeAwQCir4LSMaEwZ0xMTKwAhtdfkKHAIJlOtWwXERERBYyE32BDqQn8/f3tcnNzg8k2YBQAAOLgc5CbVSwBAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  width: 370px;
}

[type=color], [type=date], [type=email], [type=number], [type=password], [type=search], [type=tel], [type=url], [type=week] s {
  height: 2.25rem;
  margin: 0 0 0.42rem;
  padding: 0.25rem;
  border-radius: 4px;
}

input {
  border-color: #cacaca;
  border-width: 1px;
  border-style: solid;
}

input:required, input.required_field {
  border-color: #f60;
}

input:valid {
  border-color: #2099e8;
}

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

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

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

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

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

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

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

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

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

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

.bg-clip-border {
  background-clip: border-box;
}

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

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

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

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

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

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

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

.bg-gradient-to-r {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
  background-image: -o-linear-gradient(left, var(--tw-gradient-stops));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-red-300 {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.to-blue-400 {
  --tw-gradient-to: #60a5fa;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

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

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

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

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

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

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

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

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

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

.border {
  border-width: 1px;
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.box-border {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table {
  display: table;
}

.table-header-group {
  display: table-header-group;
}

.grid {
  display: grid;
}

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

.hidden {
  display: none;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.place-items-end {
  place-items: end;
}

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

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

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

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

.self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

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

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

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-self-start {
  justify-self: start;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

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

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-last {
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.float-right {
  float: right;
}

.clear-left {
  clear: left;
}

.font-sans {
  font-family: Noto Sans, Roboto, system-ui, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Arial;
}

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

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

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

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

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-full {
  height: 100%;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

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

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

.leading-5 {
  line-height: 1.25rem;
}

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

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

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

.m-0 {
  margin: 0px;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-4xl {
  max-width: 56rem;
}

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

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

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

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

.outline-black {
  outline: 2px dotted black;
  outline-offset: 2px;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

.overscroll-contain {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.p-0 {
  padding: hover;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.placeholder-green-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-opacity-60::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6;
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.inset-x-2 {
  right: 0.5rem;
  left: 0.5rem;
}

.inset-y-4 {
  top: 1rem;
  bottom: 1rem;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-2 {
  top: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

.right-8 {
  right: 2rem;
}

.bottom-12 {
  bottom: 3rem;
}

.left-16 {
  left: 4rem;
}

.resize-none {
  resize: none;
}

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

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

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

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

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

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-offset-blue-300 {
  --tw-ring-offset-color: #93c5fd;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

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

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-2 {
  stroke-width: 2;
}

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

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

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

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

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

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

.text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

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

.hover\:text-cyan-200:hover {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.text-opacity-10 {
  --tw-text-opacity: 0.1;
}

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

.overflow-ellipsis {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

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

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

.ordinal {
  --tw-ordinal: ordinal;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
}

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

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

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

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

.w-8 {
  width: 2rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-auto {
  width: auto;
}

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-2 {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.gap-x-4 {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.grid-flow-row {
  grid-auto-flow: row;
}

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

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

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

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

.auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

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

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

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

.col-end-2 {
  grid-column-end: 2;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-13 {
  grid-column-end: 13;
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.auto-rows-max {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

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

.row-end-5 {
  grid-row-end: 5;
}

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

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

.origin-top-right {
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.hover\:scale-75:hover {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.rotate-3 {
  --tw-rotate: 3deg;
}

.translate-x-5 {
  --tw-translate-x: 1.25rem;
}

.-translate-x-3 {
  --tw-translate-x: -0.75rem;
}

.-translate-x-4 {
  --tw-translate-x: -1rem;
}

.translate-y-6 {
  --tw-translate-y: 1.5rem;
}

.skew-x-12 {
  --tw-skew-x: 12deg;
}

.skew-y-12 {
  --tw-skew-y: 12deg;
}

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

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

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

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

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

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

.duration-200 {
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
}

.duration-300 {
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
}

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

.delay-300 {
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-saturation {
  mix-blend-mode: saturation;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

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

.filter-none {
  -webkit-filter: none;
          filter: none;
}

.blur-md {
  --tw-blur: blur(12px);
}

.brightness-150 {
  --tw-brightness: brightness(1.5);
}

.contrast-50 {
  --tw-contrast: contrast(.5);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

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

.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg);
}

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

.saturate-200 {
  --tw-saturate: saturate(2);
}

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

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

.backdrop-filter-none {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5);
}

.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0);
}

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

.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
}

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

.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75);
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5);
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1712px) {
    .sm\:container {
      max-width: 1712px;
    }
  }

  @media (min-width: 1888px) {
    .sm\:container {
      max-width: 1888px;
    }
  }

  @media (min-width: 2100px) {
    .sm\:container {
      max-width: 2100px;
    }
  }

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

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

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

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

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

  .sm\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }
}

@media (min-width: 1024px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1712px) {
    .md\:container {
      max-width: 1712px;
    }
  }

  @media (min-width: 1888px) {
    .md\:container {
      max-width: 1888px;
    }
  }

  @media (min-width: 2100px) {
    .md\:container {
      max-width: 2100px;
    }
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

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

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

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:opacity-50 {
    opacity: 0.5;
  }

  .md\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

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

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:pt-0 {
    padding-top: hover;
  }

  .md\:pb-0 {
    padding-bottom: hover;
  }

  .md\:relative {
    position: relative;
  }

  .md\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

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

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

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }
}

@media (min-width: 1280px) {
  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .lg\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

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

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

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

  .lg\:p-0 {
    padding: hover;
  }

  .lg\:px-0 {
    padding-left: hover;
    padding-right: hover;
  }

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

  .lg\:pt-0 {
    padding-top: hover;
  }

  .lg\:pr-0 {
    padding-right: hover;
  }

  .lg\:pb-0 {
    padding-bottom: hover;
  }

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

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

  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-2 {
    top: 0.5rem;
  }

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }
}

@media (min-width: 1536px) {
  .xl\:block {
    display: block;
  }

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

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

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

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

  .xl\:w-60 {
    width: 15rem;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }
}

@media (min-width: 1712px) {
  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .\32xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .\32xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }
}

@media (min-width: 1888px) {
  .\33xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .\33xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }
}

@media (min-width: 2100px) {
}
/*# sourceMappingURL=theme.css.map */
