:root {
  --table-cell-height: 44px;
  --table-height: 512px;
}

.table-compact {
  --table-cell-height: 32px;
  --table-height: 380px;
}

.tabulator-tw .table-even-odd .tabulator-row-even:not([class*="bg-"]) {
  background-color: #F5F5F5 !important;
}

.tabulator-tw .tabulator-row:not([class*="bg-"]) {
  background-color: #FFFFFF !important;
}

.tabulator-tw {
  height: var(--table-height);
  * {
    --tw-text-opacity: 1;
    color: rgb(53 55 59 / var(--tw-text-opacity, 1));
  }
  padding: 0.25rem;
  .tabulator {
    border-style: none;
  }
  .tabulator {
    background-color: transparent;
  }
  .tabulator {
    .tabulator-header {
      .tabulator-col {
        border-style: none;
      }
      .tabulator-col {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
      }
      .tabulator-col {
        .tabulator-col-title-holder {
          font-family: 'Figtree-ExtraBold', sans-serif;
        }
        .tabulator-col-title-holder {
          display: flex;
        }
        .tabulator-col-title-holder {
          align-items: center;
        }
        .tabulator-col-title-holder {
          justify-content: center;
        }
        .tabulator-col-title-holder {
          height: var(--table-cell-height)!important;
          .tabulator-col-title {
            font-family: 'Figtree-Bold', sans-serif;
          }
          .tabulator-col-title {
            --tw-text-opacity: 1 !important;
            color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
          }
        }
        .tabulator-col-content {
          --tw-bg-opacity: 1;
          background-color: rgb(230 40 20 / var(--tw-bg-opacity, 1));
        }
        .tabulator-sortable[aria-sort="none"] .tabulator-col-sorter .tabulator-arrow {
          --tw-border-opacity: 1;
          border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
        }
        .tabulator-sortable[aria-sort="descending"] .tabulator-col-sorter .tabulator-arrow,
                .tabulator-sortable[aria-sort="ascending"] .tabulator-col-sorter .tabulator-arrow {
          --tw-border-opacity: 1;
          border-color: rgb(244 244 244 / var(--tw-border-opacity, 1));
        }
      }
    }
    .tabulator-tableholder {
      border-top-width: 0px;
    }
    .tabulator-tableholder {
      --tw-bg-opacity: 1 !important;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
    }
    .tabulator-row:has([data-is-open="true"]) {
      z-index: 20;
    }
    .tabulator-row:has([data-is-open="true"]) {
      overflow-y: visible;
    }
    .tabulator-row:has([data-is-open="false"]) {
      z-index: auto;
    }
    .tabulator-headers, .tabulator-row {
      display: flex;
    }
    .tabulator-headers, .tabulator-row {
      border-bottom-width: 1px;
    }
    .tabulator-headers, .tabulator-row {
      --tw-border-opacity: 1;
      border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
    }
    .tabulator-footer {
      border-style: none;
    }
    .tabulator-footer {
      background-color: transparent;
    }
    .tabulator-cell {
      font-family: 'Figtree-Regular', sans-serif;
    }
    .tabulator-cell {
      z-index: 0;
    }
    .tabulator-cell {
      overflow: visible;
    }
    .tabulator-cell {
      border-color: transparent;
    }
    .tabulator-cell {
      min-height: var(--table-cell-height) !important;
    }
    .tabulator-cell:has(.data-actions-wrapper) {
      z-index: 10;
    }
  }
}

.tabulator-pagination-custom {
  position: relative;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 2.75rem;
  --tw-text-opacity: 1;
  color: rgb(53 55 59 / var(--tw-text-opacity, 1));
  .tabulator-page-counter {
    position: absolute;
  }
  .tabulator-page-counter {
    top: 0px;
  }
  .tabulator-page-counter {
    left: 0.25rem;
  }
  .tabulator-page-counter {
    display: flex;
  }
  .tabulator-page-counter {
    height: 2.25rem;
  }
  .tabulator-page-counter {
    align-items: center;
  }
  .tabulator-page-size {
    position: absolute;
  }
  .tabulator-page-size {
    top: 0px;
  }
  .tabulator-page-size {
    right: 0.125rem;
  }
  .tabulator-page-size {
    order: 4;
  }
  .tabulator-page-size {
    margin-top: 0.125rem;
  }
  .tabulator-page-size {
    height: 2.25rem;
  }
  .tabulator-page-size {
    border-radius: 5px;
  }
  .tabulator-page-size {
    border-width: 1px;
  }
  .tabulator-page-size {
    --tw-border-opacity: 1;
    border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  }
  .tabulator-page-size {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .tabulator-page-size {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .tabulator-page-size {
    padding-bottom: 0px;
  }
  .tabulator-page-size {
    --tw-text-opacity: 1;
    color: rgb(53 55 59 / var(--tw-text-opacity, 1));
  }
  .tabulator-page-size {
    padding-right: 32px !important;
  }
  .tabulator-page:disabled {
    cursor: not-allowed;
  }
  .tabulator-page:disabled {
    --tw-text-opacity: 1;
    color: rgb(133 133 133 / var(--tw-text-opacity, 1));
  }
  .tabulator-page:not(:disabled) {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .tabulator-page:not(:disabled) {
    --tw-text-opacity: 1;
    color: rgb(53 55 59 / var(--tw-text-opacity, 1));
  }
  .tabulator-page {
    font-family: 'Figtree-Bold', sans-serif;
  }
  .tabulator-page {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .tabulator-page {
    height: 2.25rem;
  }
  .tabulator-page {
    width: -moz-fit-content;
    width: fit-content;
  }
  .tabulator-page {
    border-radius: 5px;
  }
  .tabulator-page {
    border-width: 1px;
  }
  .tabulator-page {
    --tw-border-opacity: 1;
    border-color: rgb(133 133 133 / var(--tw-border-opacity, 1));
  }
  .tabulator-page {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .tabulator-page {
    padding-bottom: 0.25rem;
  }
  .tabulator-page {
    padding-top: 0.375rem;
  }
  .tabulator-page[data-page="first"], .tabulator-page[data-page="prev"] {
    order: 1;
  }
  .tabulator-page[data-page="first"], .tabulator-page[data-page="prev"] {
    margin-top: 0.125rem;
  }
  .tabulator-pages {
    order: 2;
  }
  .tabulator-pages {
    margin-left: 0px;
    margin-right: 0px;
  }
  .tabulator-pages {
    display: none;
  }
  @media (min-width: 640px) {
    .tabulator-pages {
      display: block;
    }
  }
  .tabulator-pages {
    .tabulator-page {
      font-family: 'Figtree-Bold', sans-serif;
    }
    .tabulator-page {
      height: 2.25rem;
    }
    .tabulator-page {
      width: 2.25rem;
    }
    .tabulator-page {
      --tw-border-opacity: 1;
      border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
    }
    .tabulator-page {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
    .tabulator-page {
      padding: 0px;
    }
    .tabulator-page {
      --tw-text-opacity: 1;
      color: rgb(53 55 59 / var(--tw-text-opacity, 1));
    }
    .tabulator-page {
      &.active {
        margin-top: 0.125rem;
      }
      &.active {
        height: 2.25rem;
      }
      &.active {
        width: 2.5rem;
      }
      &.active {
        border-style: none;
      }
      &.active {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(59 60 61 / var(--tw-bg-opacity, 1)) !important;
      }
      &.active {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      }
    }
  }
  .tabulator-page[data-page="last"], .tabulator-page[data-page="next"] {
    order: 3;
  }
  .tabulator-page[data-page="last"], .tabulator-page[data-page="next"] {
    margin-top: 0.125rem;
  }
}

.table-compact .tabulator-pagination-custom {
  padding-top: 0px;
  .tabulator-page-counter {
    display: none;
  }
  .tabulator-page-size {
    display: none;
  }
  .tabulator-pages {
    display: none;
  }
}

@media (max-width: 640px) {
  .table-compact .tabulator-pagination-custom {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

/*
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)
3. Remove gaps between table borders by default.
*/

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

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

@font-face {
  font-family: 'Figtree-Light';

  src: url("../fonts/Figtree/static/Figtree-Light-cSIVkal.ttf") format('truetype');
}

@font-face {
  font-family: 'Figtree-Regular';

  src: url("../fonts/Figtree/static/Figtree-Regular-au8Iz5H.ttf") format('truetype');
}

@font-face {
  font-family: 'Figtree-Bold';

  src: url("../fonts/Figtree/static/Figtree-Bold-OMJG-0X.ttf") format('truetype');
}

@font-face {
  font-family: 'Figtree-ExtraBold';

  src: url("../fonts/Figtree/static/Figtree-ExtraBold-a7iqa4o.ttf") format('truetype');
}

.font-figtree-light {
  font-family: 'Figtree-Light', sans-serif;
}

.font-figtree-regular {
  font-family: 'Figtree-Regular', sans-serif;
}

.font-figtree-bold {
  font-family: 'Figtree-Bold', sans-serif;
}

.font-figtree-extrabold {
  font-family: 'Figtree-ExtraBold', sans-serif;
}

html {
  font-family: 'Figtree-Regular', sans-serif;
}

button, a {
  font-family: 'Figtree-Bold', sans-serif;
}

.pagination-page {
  color: #C4C4C4;
}

.pagination-page.active {
  --tw-text-opacity: 1;
  color: rgb(53 55 59 / var(--tw-text-opacity, 1));
}

.pagination-page:hover {
  text-decoration-line: underline;
}

#share_testimony_form_image_file {
  input, label, div, div label {
    width: 100%;
  }
}

.container {
  width: 100%;
}

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

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

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

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

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

.btn-primary {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(230 40 20 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(183 33 16 / var(--tw-bg-opacity, 1));
}

.btn-primary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(183 33 16 / var(--tw-ring-opacity, 1));
}

.btn-disabled {
  display: inline-flex;
  max-width: 100%;
  cursor: not-allowed;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(133 133 133 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(53 55 59 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-tertiary {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(53 55 59 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 55 59 / var(--tw-bg-opacity, 1));
}

.btn-tertiary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-return {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(230 40 20 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-return:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(183 33 16 / var(--tw-bg-opacity, 1));
}

.btn-return:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(183 33 16 / var(--tw-ring-opacity, 1));
}

.btn-quiz-answer {
  display: inline-flex;
  max-width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 235 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 2.715px 2.715px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 2.715px 2.715px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-quiz-answer:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 230 217 / var(--tw-bg-opacity, 1));
}

.btn-quiz-answer:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 230 217 / var(--tw-ring-opacity, 1));
}

.btn-submit {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 40 20 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 2.715px 2.715px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 2.715px 2.715px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(183 33 16 / var(--tw-bg-opacity, 1));
}

.btn-submit:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(183 33 16 / var(--tw-ring-opacity, 1));
}

.btn-submit:disabled {
  display: inline-flex;
  max-width: 100%;
  cursor: not-allowed;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 170 161 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 2.715px 2.715px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 2.715px 2.715px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-submit:disabled:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-slim {
  max-width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.ticon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition: background-color 0.3s;
}

.ticon-red {
  --tw-bg-opacity: 1;
  background-color: rgb(230 40 20 / var(--tw-bg-opacity, 1));
}

.ticon-arrow-left {
  -webkit-mask-image: url("../images/icons/icon-arrow-left-1_JMCIF.svg");
          mask-image: url("../images/icons/icon-arrow-left-1_JMCIF.svg");
}

.ticon-thermor {
  -webkit-mask-image: url("../images/icons/icon-thermor-ZNg1b0p.svg");
          mask-image: url("../images/icons/icon-thermor-ZNg1b0p.svg");
}

.ticon-plus-sign {
  -webkit-mask-image: url("../images/icons/plus-sign-ccVSl-h.png");
          mask-image: url("../images/icons/plus-sign-ccVSl-h.png");
}

.ticon-ingot {
  -webkit-mask-image: url("../images/icons/ingot-EoTEVrq.svg");
          mask-image: url("../images/icons/ingot-EoTEVrq.svg");
}

.ticon-plume {
  -webkit-mask-image: url("../images/icons/plume-sueWU32.svg");
          mask-image: url("../images/icons/plume-sueWU32.svg");
}

.ticon-like-actif {
  -webkit-mask-image: url("../images/icons/like-actif-48BsRbP.svg");
          mask-image: url("../images/icons/like-actif-48BsRbP.svg");
}

.icon-arrow-left {
  -webkit-mask-image: url("../images/icons/arrow-left-a7Jty_i.svg");
          mask-image: url("../images/icons/arrow-left-a7Jty_i.svg");
}

.icon-arrow-right {
  -webkit-mask-image: url("../images/icons/arrow-right-uZh45wQ.svg");
          mask-image: url("../images/icons/arrow-right-uZh45wQ.svg");
}

.icon-chevron-left {
  -webkit-mask-image: url("../images/icons/chevron-left-OmCAE5o.svg");
          mask-image: url("../images/icons/chevron-left-OmCAE5o.svg");
}

.icon-chevron-right {
  -webkit-mask-image: url("../images/icons/chevron-right-a-8goOy.svg");
          mask-image: url("../images/icons/chevron-right-a-8goOy.svg");
}

.icon-cloud-add {
  -webkit-mask-image: url("../images/icons/cloud-add-1gKM4iS.svg");
          mask-image: url("../images/icons/cloud-add-1gKM4iS.svg");
}

.icon-eye-open {
  -webkit-mask-image: url("../images/icons/eye-open-LQgcaZq.svg");
          mask-image: url("../images/icons/eye-open-LQgcaZq.svg");
}

.icon-eye-closed {
  -webkit-mask-image: url("../images/icons/eye-closed-YhPtXgQ.svg");
          mask-image: url("../images/icons/eye-closed-YhPtXgQ.svg");
}

.icon-analyse {
  -webkit-mask-image: url("../images/icons/analyse-XAW26dI.svg");
          mask-image: url("../images/icons/analyse-XAW26dI.svg");
}

.icon-filter {
  -webkit-mask-image: url("../images/icons/filter-GO_7VEP.svg");
          mask-image: url("../images/icons/filter-GO_7VEP.svg");
}

.icon-dashboard {
  -webkit-mask-image: url("../images/icons/dashboard-TIBUZs5.svg");
          mask-image: url("../images/icons/dashboard-TIBUZs5.svg");
}

.icon-user {
  -webkit-mask-image: url("../images/icons/user-pjuUjM3.svg");
          mask-image: url("../images/icons/user-pjuUjM3.svg");
}

.icon-user-group {
  -webkit-mask-image: url("../images/icons/user-group-_yRP7vE.svg");
          mask-image: url("../images/icons/user-group-_yRP7vE.svg");
}

.icon-user-activate {
  -webkit-mask-image: url("../images/icons/user-activate-EP-hNpC.svg");
          mask-image: url("../images/icons/user-activate-EP-hNpC.svg");
}

.icon-user-deactivate {
  -webkit-mask-image: url("../images/icons/user-deactivate-K0zc_o9.svg");
          mask-image: url("../images/icons/user-deactivate-K0zc_o9.svg");
}

.icon-search {
  -webkit-mask-image: url("../images/icons/search-WJsqbPd.svg");
          mask-image: url("../images/icons/search-WJsqbPd.svg");
}

.icon-settings {
  -webkit-mask-image: url("../images/icons/settings-uy5v3ih.svg");
          mask-image: url("../images/icons/settings-uy5v3ih.svg");
}

.icon-burger {
  -webkit-mask-image: url("../images/icons/burger-qjbJqxn.svg");
          mask-image: url("../images/icons/burger-qjbJqxn.svg");
}

.icon-exchange {
  -webkit-mask-image: url("../images/icons/exchange-xwg4n2f.svg");
          mask-image: url("../images/icons/exchange-xwg4n2f.svg");
}

.icon-dots-horizontal {
  -webkit-mask-image: url("../images/icons/dots-horizontal-jrE6MGP.svg");
          mask-image: url("../images/icons/dots-horizontal-jrE6MGP.svg");
}

.icon-delete {
  -webkit-mask-image: url("../images/icons/delete-lhOxcLb.svg");
          mask-image: url("../images/icons/delete-lhOxcLb.svg");
}

.icon-syringue {
  -webkit-mask-image: url("../images/icons/syringue-QiZrXYc.svg");
          mask-image: url("../images/icons/syringue-QiZrXYc.svg");
}

.icon-logout {
  -webkit-mask-image: url("../images/icons/logout-CHwANvt.svg");
          mask-image: url("../images/icons/logout-CHwANvt.svg");
}

.icon-xp {
  -webkit-mask-image: url("../images/icons/xp-yif0OVj.svg");
          mask-image: url("../images/icons/xp-yif0OVj.svg");
}

.icon-info {
  -webkit-mask-image: url("../images/icons/info-1AOO6lU.svg");
          mask-image: url("../images/icons/info-1AOO6lU.svg");
}

.icon-accepted {
  -webkit-mask-image: url("../images/icons/accepted-Lit4zmu.svg");
          mask-image: url("../images/icons/accepted-Lit4zmu.svg");
}

.icon-info-minimal {
  -webkit-mask-image: url("../images/icons/info-minimal-b4UoWf0.svg");
          mask-image: url("../images/icons/info-minimal-b4UoWf0.svg");
}

.icon-refused {
  -webkit-mask-image: url("../images/icons/refused-TquvmH9.svg");
          mask-image: url("../images/icons/refused-TquvmH9.svg");
}

.icon-arrow-left-bold {
  -webkit-mask-image: url("../images/icons/arrow-left-bold-coyAOQM.svg");
          mask-image: url("../images/icons/arrow-left-bold-coyAOQM.svg");
}

.icon-arrow-right-bold {
  -webkit-mask-image: url("../images/icons/arrow-right-bold-ZIvE7Yg.svg");
          mask-image: url("../images/icons/arrow-right-bold-ZIvE7Yg.svg");
}

.icon-status-invisible {
  -webkit-mask-image: url("../images/icons/refused-TquvmH9.svg");
          mask-image: url("../images/icons/refused-TquvmH9.svg");
  --tw-bg-opacity: 1;
  background-color: rgb(230 40 20 / var(--tw-bg-opacity, 1));
}

.icon-status-visible {
  -webkit-mask-image: url("../images/icons/accepted-Lit4zmu.svg");
          mask-image: url("../images/icons/accepted-Lit4zmu.svg");
  --tw-bg-opacity: 1;
  background-color: rgb(0 182 155 / var(--tw-bg-opacity, 1));
}

.icon-status-favorite {
  -webkit-mask-image: url("../images/icons/favorite-4AwawkK.svg");
          mask-image: url("../images/icons/favorite-4AwawkK.svg");
  --tw-bg-opacity: 1;
  background-color: rgb(243 164 27 / var(--tw-bg-opacity, 1));
}

.input-icon--search {
  background: url("../images/icons/search-WJsqbPd.svg") right 1em center / 1.5em 1.5em no-repeat;
}

div:where(.swal2-container) .swal2-html-container.quizModalContainer {
  margin: 0px;
  padding: 0px;
}

.maxxingContainer {
  --tw-bg-opacity: 1;
  background-color: rgb(53 55 59 / var(--tw-bg-opacity, 1));
}

.maxxingContainer > div {
  align-items: center;
}

.filepond--root .filepond--drop-label {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  height: auto;
}

.filepond--root .filepond--drop-label label {
  width: 100%;
  padding: 0px !important;
}

.filepond--label-action {
  text-decoration-line: none !important;
}

.filepond--root .filepond--panel-root {
  background-color: white;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.-left-64 {
  left: -16rem;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

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

.left-10 {
  left: 2.5rem;
}

.left-\[-24px\] {
  left: -24px;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\.5 {
  top: 0.375rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-5 {
  top: 1.25rem;
}

.top-full {
  top: 100%;
}

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

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

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

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

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

.z-\[9999\] {
  z-index: 9999;
}

.z-\[999\] {
  z-index: 999;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

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

.m-0 {
  margin: 0px;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-auto {
  margin: auto;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

.-mt-20 {
  margin-top: -5rem;
}

.-mt-48 {
  margin-top: -12rem;
}

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

.me-1 {
  margin-inline-end: 0.25rem;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

.me-4 {
  margin-inline-end: 1rem;
}

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

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

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

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

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

.ms-1 {
  margin-inline-start: 0.25rem;
}

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

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

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-16 {
  width: 4rem;
  height: 4rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.h-0 {
  height: 0px;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-96 {
  height: 24rem;
}

.h-\[40vh\] {
  height: 40vh;
}

.h-\[546px\] {
  height: 546px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-\[25vh\] {
  max-height: 25vh;
}

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

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

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

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

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

.min-h-80 {
  min-height: 20rem;
}

.min-h-\[3\.75rem\] {
  min-height: 3.75rem;
}

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

.w-14 {
  width: 3.5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

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

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-32 {
  min-width: 8rem;
}

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

.min-w-80 {
  min-width: 20rem;
}

.max-w-56 {
  max-width: 14rem;
}

.max-w-8 {
  max-width: 2rem;
}

.max-w-96 {
  max-width: 24rem;
}

.max-w-\[1024px\] {
  max-width: 1024px;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[60\%\] {
  max-width: 60%;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-\[900px\] {
  max-width: 900px;
}

.max-w-\[95\%\] {
  max-width: 95%;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

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

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-xl {
  max-width: 36rem;
}

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

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

.grow {
  flex-grow: 1;
}

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

.origin-bottom {
  transform-origin: bottom;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-top {
  transform-origin: top;
}

.origin-top-left {
  transform-origin: top left;
}

.origin-top-right {
  transform-origin: top right;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-20 {
  --tw-translate-y: -5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-y-2\/4 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.resize {
  resize: both;
}

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

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

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

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

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

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

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

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-\[7px\] {
  border-radius: 7px;
}

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-admin-gray {
  --tw-border-opacity: 1;
  border-color: rgb(245 246 250 / var(--tw-border-opacity, 1));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-thermor-beige {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 235 / var(--tw-border-opacity, 1));
}

.border-thermor-beige-dark {
  --tw-border-opacity: 1;
  border-color: rgb(229 230 217 / var(--tw-border-opacity, 1));
}

.border-thermor-beige-dark\/0 {
  border-color: rgb(229 230 217 / 0);
}

.border-thermor-beige-dark\/10 {
  border-color: rgb(229 230 217 / 0.1);
}

.border-thermor-beige-dark\/100 {
  border-color: rgb(229 230 217 / 1);
}

.border-thermor-beige-dark\/15 {
  border-color: rgb(229 230 217 / 0.15);
}

.border-thermor-beige-dark\/20 {
  border-color: rgb(229 230 217 / 0.2);
}

.border-thermor-beige-dark\/25 {
  border-color: rgb(229 230 217 / 0.25);
}

.border-thermor-beige-dark\/30 {
  border-color: rgb(229 230 217 / 0.3);
}

.border-thermor-beige-dark\/35 {
  border-color: rgb(229 230 217 / 0.35);
}

.border-thermor-beige-dark\/40 {
  border-color: rgb(229 230 217 / 0.4);
}

.border-thermor-beige-dark\/45 {
  border-color: rgb(229 230 217 / 0.45);
}

.border-thermor-beige-dark\/5 {
  border-color: rgb(229 230 217 / 0.05);
}

.border-thermor-beige-dark\/50 {
  border-color: rgb(229 230 217 / 0.5);
}

.border-thermor-beige-dark\/55 {
  border-color: rgb(229 230 217 / 0.55);
}

.border-thermor-beige-dark\/60 {
  border-color: rgb(229 230 217 / 0.6);
}

.border-thermor-beige-dark\/65 {
  border-color: rgb(229 230 217 / 0.65);
}

.border-thermor-beige-dark\/70 {
  border-color: rgb(229 230 217 / 0.7);
}

.border-thermor-beige-dark\/75 {
  border-color: rgb(229 230 217 / 0.75);
}

.border-thermor-beige-dark\/80 {
  border-color: rgb(229 230 217 / 0.8);
}

.border-thermor-beige-dark\/85 {
  border-color: rgb(229 230 217 / 0.85);
}

.border-thermor-beige-dark\/90 {
  border-color: rgb(229 230 217 / 0.9);
}

.border-thermor-beige-dark\/95 {
  border-color: rgb(229 230 217 / 0.95);
}

.border-thermor-beige-light {
  --tw-border-opacity: 1;
  border-color: rgb(242 227 208 / var(--tw-border-opacity, 1));
}

.border-thermor-beige-light\/0 {
  border-color: rgb(242 227 208 / 0);
}

.border-thermor-beige-light\/10 {
  border-color: rgb(242 227 208 / 0.1);
}

.border-thermor-beige-light\/100 {
  border-color: rgb(242 227 208 / 1);
}

.border-thermor-beige-light\/15 {
  border-color: rgb(242 227 208 / 0.15);
}

.border-thermor-beige-light\/20 {
  border-color: rgb(242 227 208 / 0.2);
}

.border-thermor-beige-light\/25 {
  border-color: rgb(242 227 208 / 0.25);
}

.border-thermor-beige-light\/30 {
  border-color: rgb(242 227 208 / 0.3);
}

.border-thermor-beige-light\/35 {
  border-color: rgb(242 227 208 / 0.35);
}

.border-thermor-beige-light\/40 {
  border-color: rgb(242 227 208 / 0.4);
}

.border-thermor-beige-light\/45 {
  border-color: rgb(242 227 208 / 0.45);
}

.border-thermor-beige-light\/5 {
  border-color: rgb(242 227 208 / 0.05);
}

.border-thermor-beige-light\/50 {
  border-color: rgb(242 227 208 / 0.5);
}

.border-thermor-beige-light\/55 {
  border-color: rgb(242 227 208 / 0.55);
}

.border-thermor-beige-light\/60 {
  border-color: rgb(242 227 208 / 0.6);
}

.border-thermor-beige-light\/65 {
  border-color: rgb(242 227 208 / 0.65);
}

.border-thermor-beige-light\/70 {
  border-color: rgb(242 227 208 / 0.7);
}

.border-thermor-beige-light\/75 {
  border-color: rgb(242 227 208 / 0.75);
}

.border-thermor-beige-light\/80 {
  border-color: rgb(242 227 208 / 0.8);
}

.border-thermor-beige-light\/85 {
  border-color: rgb(242 227 208 / 0.85);
}

.border-thermor-beige-light\/90 {
  border-color: rgb(242 227 208 / 0.9);
}

.border-thermor-beige-light\/95 {
  border-color: rgb(242 227 208 / 0.95);
}

.border-thermor-beige\/0 {
  border-color: rgb(243 244 235 / 0);
}

.border-thermor-beige\/10 {
  border-color: rgb(243 244 235 / 0.1);
}

.border-thermor-beige\/100 {
  border-color: rgb(243 244 235 / 1);
}

.border-thermor-beige\/15 {
  border-color: rgb(243 244 235 / 0.15);
}

.border-thermor-beige\/20 {
  border-color: rgb(243 244 235 / 0.2);
}

.border-thermor-beige\/25 {
  border-color: rgb(243 244 235 / 0.25);
}

.border-thermor-beige\/30 {
  border-color: rgb(243 244 235 / 0.3);
}

.border-thermor-beige\/35 {
  border-color: rgb(243 244 235 / 0.35);
}

.border-thermor-beige\/40 {
  border-color: rgb(243 244 235 / 0.4);
}

.border-thermor-beige\/45 {
  border-color: rgb(243 244 235 / 0.45);
}

.border-thermor-beige\/5 {
  border-color: rgb(243 244 235 / 0.05);
}

.border-thermor-beige\/50 {
  border-color: rgb(243 244 235 / 0.5);
}

.border-thermor-beige\/55 {
  border-color: rgb(243 244 235 / 0.55);
}

.border-thermor-beige\/60 {
  border-color: rgb(243 244 235 / 0.6);
}

.border-thermor-beige\/65 {
  border-color: rgb(243 244 235 / 0.65);
}

.border-thermor-beige\/70 {
  border-color: rgb(243 244 235 / 0.7);
}

.border-thermor-beige\/75 {
  border-color: rgb(243 244 235 / 0.75);
}

.border-thermor-beige\/80 {
  border-color: rgb(243 244 235 / 0.8);
}

.border-thermor-beige\/85 {
  border-color: rgb(243 244 235 / 0.85);
}

.border-thermor-beige\/90 {
  border-color: rgb(243 244 235 / 0.9);
}

.border-thermor-beige\/95 {
  border-color: rgb(243 244 235 / 0.95);
}

.border-thermor-green {
  --tw-border-opacity: 1;
  border-color: rgb(76 144 8 / var(--tw-border-opacity, 1));
}

.border-thermor-green-accepted {
  --tw-border-opacity: 1;
  border-color: rgb(0 182 155 / var(--tw-border-opacity, 1));
}

.border-thermor-green-accepted\/0 {
  border-color: rgb(0 182 155 / 0);
}

.border-thermor-green-accepted\/10 {
  border-color: rgb(0 182 155 / 0.1);
}

.border-thermor-green-accepted\/100 {
  border-color: rgb(0 182 155 / 1);
}

.border-thermor-green-accepted\/15 {
  border-color: rgb(0 182 155 / 0.15);
}

.border-thermor-green-accepted\/20 {
  border-color: rgb(0 182 155 / 0.2);
}

.border-thermor-green-accepted\/25 {
  border-color: rgb(0 182 155 / 0.25);
}

.border-thermor-green-accepted\/30 {
  border-color: rgb(0 182 155 / 0.3);
}

.border-thermor-green-accepted\/35 {
  border-color: rgb(0 182 155 / 0.35);
}

.border-thermor-green-accepted\/40 {
  border-color: rgb(0 182 155 / 0.4);
}

.border-thermor-green-accepted\/45 {
  border-color: rgb(0 182 155 / 0.45);
}

.border-thermor-green-accepted\/5 {
  border-color: rgb(0 182 155 / 0.05);
}

.border-thermor-green-accepted\/50 {
  border-color: rgb(0 182 155 / 0.5);
}

.border-thermor-green-accepted\/55 {
  border-color: rgb(0 182 155 / 0.55);
}

.border-thermor-green-accepted\/60 {
  border-color: rgb(0 182 155 / 0.6);
}

.border-thermor-green-accepted\/65 {
  border-color: rgb(0 182 155 / 0.65);
}

.border-thermor-green-accepted\/70 {
  border-color: rgb(0 182 155 / 0.7);
}

.border-thermor-green-accepted\/75 {
  border-color: rgb(0 182 155 / 0.75);
}

.border-thermor-green-accepted\/80 {
  border-color: rgb(0 182 155 / 0.8);
}

.border-thermor-green-accepted\/85 {
  border-color: rgb(0 182 155 / 0.85);
}

.border-thermor-green-accepted\/90 {
  border-color: rgb(0 182 155 / 0.9);
}

.border-thermor-green-accepted\/95 {
  border-color: rgb(0 182 155 / 0.95);
}

.border-thermor-green\/0 {
  border-color: rgb(76 144 8 / 0);
}

.border-thermor-green\/10 {
  border-color: rgb(76 144 8 / 0.1);
}

.border-thermor-green\/100 {
  border-color: rgb(76 144 8 / 1);
}

.border-thermor-green\/15 {
  border-color: rgb(76 144 8 / 0.15);
}

.border-thermor-green\/20 {
  border-color: rgb(76 144 8 / 0.2);
}

.border-thermor-green\/25 {
  border-color: rgb(76 144 8 / 0.25);
}

.border-thermor-green\/30 {
  border-color: rgb(76 144 8 / 0.3);
}

.border-thermor-green\/35 {
  border-color: rgb(76 144 8 / 0.35);
}

.border-thermor-green\/40 {
  border-color: rgb(76 144 8 / 0.4);
}

.border-thermor-green\/45 {
  border-color: rgb(76 144 8 / 0.45);
}

.border-thermor-green\/5 {
  border-color: rgb(76 144 8 / 0.05);
}

.border-thermor-green\/50 {
  border-color: rgb(76 144 8 / 0.5);
}

.border-thermor-green\/55 {
  border-color: rgb(76 144 8 / 0.55);
}

.border-thermor-green\/60 {
  border-color: rgb(76 144 8 / 0.6);
}

.border-thermor-green\/65 {
  border-color: rgb(76 144 8 / 0.65);
}

.border-thermor-green\/70 {
  border-color: rgb(76 144 8 / 0.7);
}

.border-thermor-green\/75 {
  border-color: rgb(76 144 8 / 0.75);
}

.border-thermor-green\/80 {
  border-color: rgb(76 144 8 / 0.8);
}

.border-thermor-green\/85 {
  border-color: rgb(76 144 8 / 0.85);
}

.border-thermor-green\/90 {
  border-color: rgb(76 144 8 / 0.9);
}

.border-thermor-green\/95 {
  border-color: rgb(76 144 8 / 0.95);
}

.border-thermor-grey {
  --tw-border-opacity: 1;
  border-color: rgb(133 133 133 / var(--tw-border-opacity, 1));
}

.border-thermor-grey-dark {
  --tw-border-opacity: 1;
  border-color: rgb(53 55 59 / var(--tw-border-opacity, 1));
}

.border-thermor-grey-dark\/0 {
  border-color: rgb(53 55 59 / 0);
}

.border-thermor-grey-dark\/10 {
  border-color: rgb(53 55 59 / 0.1);
}

.border-thermor-grey-dark\/100 {
  border-color: rgb(53 55 59 / 1);
}

.border-thermor-grey-dark\/15 {
  border-color: rgb(53 55 59 / 0.15);
}

.border-thermor-grey-dark\/20 {
  border-color: rgb(53 55 59 / 0.2);
}

.border-thermor-grey-dark\/25 {
  border-color: rgb(53 55 59 / 0.25);
}

.border-thermor-grey-dark\/30 {
  border-color: rgb(53 55 59 / 0.3);
}

.border-thermor-grey-dark\/35 {
  border-color: rgb(53 55 59 / 0.35);
}

.border-thermor-grey-dark\/40 {
  border-color: rgb(53 55 59 / 0.4);
}

.border-thermor-grey-dark\/45 {
  border-color: rgb(53 55 59 / 0.45);
}

.border-thermor-grey-dark\/5 {
  border-color: rgb(53 55 59 / 0.05);
}

.border-thermor-grey-dark\/50 {
  border-color: rgb(53 55 59 / 0.5);
}

.border-thermor-grey-dark\/55 {
  border-color: rgb(53 55 59 / 0.55);
}

.border-thermor-grey-dark\/60 {
  border-color: rgb(53 55 59 / 0.6);
}

.border-thermor-grey-dark\/65 {
  border-color: rgb(53 55 59 / 0.65);
}

.border-thermor-grey-dark\/70 {
  border-color: rgb(53 55 59 / 0.7);
}

.border-thermor-grey-dark\/75 {
  border-color: rgb(53 55 59 / 0.75);
}

.border-thermor-grey-dark\/80 {
  border-color: rgb(53 55 59 / 0.8);
}

.border-thermor-grey-dark\/85 {
  border-color: rgb(53 55 59 / 0.85);
}

.border-thermor-grey-dark\/90 {
  border-color: rgb(53 55 59 / 0.9);
}

.border-thermor-grey-dark\/95 {
  border-color: rgb(53 55 59 / 0.95);
}

.border-thermor-grey-light {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-thermor-grey-light\/0 {
  border-color: rgb(217 217 217 / 0);
}

.border-thermor-grey-light\/10 {
  border-color: rgb(217 217 217 / 0.1);
}

.border-thermor-grey-light\/100 {
  border-color: rgb(217 217 217 / 1);
}

.border-thermor-grey-light\/15 {
  border-color: rgb(217 217 217 / 0.15);
}

.border-thermor-grey-light\/20 {
  border-color: rgb(217 217 217 / 0.2);
}

.border-thermor-grey-light\/25 {
  border-color: rgb(217 217 217 / 0.25);
}

.border-thermor-grey-light\/30 {
  border-color: rgb(217 217 217 / 0.3);
}

.border-thermor-grey-light\/35 {
  border-color: rgb(217 217 217 / 0.35);
}

.border-thermor-grey-light\/40 {
  border-color: rgb(217 217 217 / 0.4);
}

.border-thermor-grey-light\/45 {
  border-color: rgb(217 217 217 / 0.45);
}

.border-thermor-grey-light\/5 {
  border-color: rgb(217 217 217 / 0.05);
}

.border-thermor-grey-light\/50 {
  border-color: rgb(217 217 217 / 0.5);
}

.border-thermor-grey-light\/55 {
  border-color: rgb(217 217 217 / 0.55);
}

.border-thermor-grey-light\/60 {
  border-color: rgb(217 217 217 / 0.6);
}

.border-thermor-grey-light\/65 {
  border-color: rgb(217 217 217 / 0.65);
}

.border-thermor-grey-light\/70 {
  border-color: rgb(217 217 217 / 0.7);
}

.border-thermor-grey-light\/75 {
  border-color: rgb(217 217 217 / 0.75);
}

.border-thermor-grey-light\/80 {
  border-color: rgb(217 217 217 / 0.8);
}

.border-thermor-grey-light\/85 {
  border-color: rgb(217 217 217 / 0.85);
}

.border-thermor-grey-light\/90 {
  border-color: rgb(217 217 217 / 0.9);
}

.border-thermor-grey-light\/95 {
  border-color: rgb(217 217 217 / 0.95);
}

.border-thermor-grey-medium {
  --tw-border-opacity: 1;
  border-color: rgb(59 60 61 / var(--tw-border-opacity, 1));
}

.border-thermor-grey-medium\/0 {
  border-color: rgb(59 60 61 / 0);
}

.border-thermor-grey-medium\/10 {
  border-color: rgb(59 60 61 / 0.1);
}

.border-thermor-grey-medium\/100 {
  border-color: rgb(59 60 61 / 1);
}

.border-thermor-grey-medium\/15 {
  border-color: rgb(59 60 61 / 0.15);
}

.border-thermor-grey-medium\/20 {
  border-color: rgb(59 60 61 / 0.2);
}

.border-thermor-grey-medium\/25 {
  border-color: rgb(59 60 61 / 0.25);
}

.border-thermor-grey-medium\/30 {
  border-color: rgb(59 60 61 / 0.3);
}

.border-thermor-grey-medium\/35 {
  border-color: rgb(59 60 61 / 0.35);
}

.border-thermor-grey-medium\/40 {
  border-color: rgb(59 60 61 / 0.4);
}

.border-thermor-grey-medium\/45 {
  border-color: rgb(59 60 61 / 0.45);
}

.border-thermor-grey-medium\/5 {
  border-color: rgb(59 60 61 / 0.05);
}

.border-thermor-grey-medium\/50 {
  border-color: rgb(59 60 61 / 0.5);
}

.border-thermor-grey-medium\/55 {
  border-color: rgb(59 60 61 / 0.55);
}

.border-thermor-grey-medium\/60 {
  border-color: rgb(59 60 61 / 0.6);
}

.border-thermor-grey-medium\/65 {
  border-color: rgb(59 60 61 / 0.65);
}

.border-thermor-grey-medium\/70 {
  border-color: rgb(59 60 61 / 0.7);
}

.border-thermor-grey-medium\/75 {
  border-color: rgb(59 60 61 / 0.75);
}

.border-thermor-grey-medium\/80 {
  border-color: rgb(59 60 61 / 0.8);
}

.border-thermor-grey-medium\/85 {
  border-color: rgb(59 60 61 / 0.85);
}

.border-thermor-grey-medium\/90 {
  border-color: rgb(59 60 61 / 0.9);
}

.border-thermor-grey-medium\/95 {
  border-color: rgb(59 60 61 / 0.95);
}

.border-thermor-grey\/0 {
  border-color: rgb(133 133 133 / 0);
}

.border-thermor-grey\/10 {
  border-color: rgb(133 133 133 / 0.1);
}

.border-thermor-grey\/100 {
  border-color: rgb(133 133 133 / 1);
}

.border-thermor-grey\/15 {
  border-color: rgb(133 133 133 / 0.15);
}

.border-thermor-grey\/20 {
  border-color: rgb(133 133 133 / 0.2);
}

.border-thermor-grey\/25 {
  border-color: rgb(133 133 133 / 0.25);
}

.border-thermor-grey\/30 {
  border-color: rgb(133 133 133 / 0.3);
}

.border-thermor-grey\/35 {
  border-color: rgb(133 133 133 / 0.35);
}

.border-thermor-grey\/40 {
  border-color: rgb(133 133 133 / 0.4);
}

.border-thermor-grey\/45 {
  border-color: rgb(133 133 133 / 0.45);
}

.border-thermor-grey\/5 {
  border-color: rgb(133 133 133 / 0.05);
}

.border-thermor-grey\/50 {
  border-color: rgb(133 133 133 / 0.5);
}

.border-thermor-grey\/55 {
  border-color: rgb(133 133 133 / 0.55);
}

.border-thermor-grey\/60 {
  border-color: rgb(133 133 133 / 0.6);
}

.border-thermor-grey\/65 {
  border-color: rgb(133 133 133 / 0.65);
}

.border-thermor-grey\/70 {
  border-color: rgb(133 133 133 / 0.7);
}

.border-thermor-grey\/75 {
  border-color: rgb(133 133 133 / 0.75);
}

.border-thermor-grey\/80 {
  border-color: rgb(133 133 133 / 0.8);
}

.border-thermor-grey\/85 {
  border-color: rgb(133 133 133 / 0.85);
}

.border-thermor-grey\/90 {
  border-color: rgb(133 133 133 / 0.9);
}

.border-thermor-grey\/95 {
  border-color: rgb(133 133 133 / 0.95);
}

.border-thermor-red {
  --tw-border-opacity: 1;
  border-color: rgb(230 40 20 / var(--tw-border-opacity, 1));
}

.border-thermor-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(251 212 208 / var(--tw-border-opacity, 1));
}

.border-thermor-red-100\/0 {
  border-color: rgb(251 212 208 / 0);
}

.border-thermor-red-100\/10 {
  border-color: rgb(251 212 208 / 0.1);
}

.border-thermor-red-100\/100 {
  border-color: rgb(251 212 208 / 1);
}

.border-thermor-red-100\/15 {
  border-color: rgb(251 212 208 / 0.15);
}

.border-thermor-red-100\/20 {
  border-color: rgb(251 212 208 / 0.2);
}

.border-thermor-red-100\/25 {
  border-color: rgb(251 212 208 / 0.25);
}

.border-thermor-red-100\/30 {
  border-color: rgb(251 212 208 / 0.3);
}

.border-thermor-red-100\/35 {
  border-color: rgb(251 212 208 / 0.35);
}

.border-thermor-red-100\/40 {
  border-color: rgb(251 212 208 / 0.4);
}

.border-thermor-red-100\/45 {
  border-color: rgb(251 212 208 / 0.45);
}

.border-thermor-red-100\/5 {
  border-color: rgb(251 212 208 / 0.05);
}

.border-thermor-red-100\/50 {
  border-color: rgb(251 212 208 / 0.5);
}

.border-thermor-red-100\/55 {
  border-color: rgb(251 212 208 / 0.55);
}

.border-thermor-red-100\/60 {
  border-color: rgb(251 212 208 / 0.6);
}

.border-thermor-red-100\/65 {
  border-color: rgb(251 212 208 / 0.65);
}

.border-thermor-red-100\/70 {
  border-color: rgb(251 212 208 / 0.7);
}

.border-thermor-red-100\/75 {
  border-color: rgb(251 212 208 / 0.75);
}

.border-thermor-red-100\/80 {
  border-color: rgb(251 212 208 / 0.8);
}

.border-thermor-red-100\/85 {
  border-color: rgb(251 212 208 / 0.85);
}

.border-thermor-red-100\/90 {
  border-color: rgb(251 212 208 / 0.9);
}

.border-thermor-red-100\/95 {
  border-color: rgb(251 212 208 / 0.95);
}

.border-thermor-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(247 170 161 / var(--tw-border-opacity, 1));
}

.border-thermor-red-200\/0 {
  border-color: rgb(247 170 161 / 0);
}

.border-thermor-red-200\/10 {
  border-color: rgb(247 170 161 / 0.1);
}

.border-thermor-red-200\/100 {
  border-color: rgb(247 170 161 / 1);
}

.border-thermor-red-200\/15 {
  border-color: rgb(247 170 161 / 0.15);
}

.border-thermor-red-200\/20 {
  border-color: rgb(247 170 161 / 0.2);
}

.border-thermor-red-200\/25 {
  border-color: rgb(247 170 161 / 0.25);
}

.border-thermor-red-200\/30 {
  border-color: rgb(247 170 161 / 0.3);
}

.border-thermor-red-200\/35 {
  border-color: rgb(247 170 161 / 0.35);
}

.border-thermor-red-200\/40 {
  border-color: rgb(247 170 161 / 0.4);
}

.border-thermor-red-200\/45 {
  border-color: rgb(247 170 161 / 0.45);
}

.border-thermor-red-200\/5 {
  border-color: rgb(247 170 161 / 0.05);
}

.border-thermor-red-200\/50 {
  border-color: rgb(247 170 161 / 0.5);
}

.border-thermor-red-200\/55 {
  border-color: rgb(247 170 161 / 0.55);
}

.border-thermor-red-200\/60 {
  border-color: rgb(247 170 161 / 0.6);
}

.border-thermor-red-200\/65 {
  border-color: rgb(247 170 161 / 0.65);
}

.border-thermor-red-200\/70 {
  border-color: rgb(247 170 161 / 0.7);
}

.border-thermor-red-200\/75 {
  border-color: rgb(247 170 161 / 0.75);
}

.border-thermor-red-200\/80 {
  border-color: rgb(247 170 161 / 0.8);
}

.border-thermor-red-200\/85 {
  border-color: rgb(247 170 161 / 0.85);
}

.border-thermor-red-200\/90 {
  border-color: rgb(247 170 161 / 0.9);
}

.border-thermor-red-200\/95 {
  border-color: rgb(247 170 161 / 0.95);
}

.border-thermor-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(242 123 110 / var(--tw-border-opacity, 1));
}

.border-thermor-red-300\/0 {
  border-color: rgb(242 123 110 / 0);
}

.border-thermor-red-300\/10 {
  border-color: rgb(242 123 110 / 0.1);
}

.border-thermor-red-300\/100 {
  border-color: rgb(242 123 110 / 1);
}

.border-thermor-red-300\/15 {
  border-color: rgb(242 123 110 / 0.15);
}

.border-thermor-red-300\/20 {
  border-color: rgb(242 123 110 / 0.2);
}

.border-thermor-red-300\/25 {
  border-color: rgb(242 123 110 / 0.25);
}

.border-thermor-red-300\/30 {
  border-color: rgb(242 123 110 / 0.3);
}

.border-thermor-red-300\/35 {
  border-color: rgb(242 123 110 / 0.35);
}

.border-thermor-red-300\/40 {
  border-color: rgb(242 123 110 / 0.4);
}

.border-thermor-red-300\/45 {
  border-color: rgb(242 123 110 / 0.45);
}

.border-thermor-red-300\/5 {
  border-color: rgb(242 123 110 / 0.05);
}

.border-thermor-red-300\/50 {
  border-color: rgb(242 123 110 / 0.5);
}

.border-thermor-red-300\/55 {
  border-color: rgb(242 123 110 / 0.55);
}

.border-thermor-red-300\/60 {
  border-color: rgb(242 123 110 / 0.6);
}

.border-thermor-red-300\/65 {
  border-color: rgb(242 123 110 / 0.65);
}

.border-thermor-red-300\/70 {
  border-color: rgb(242 123 110 / 0.7);
}

.border-thermor-red-300\/75 {
  border-color: rgb(242 123 110 / 0.75);
}

.border-thermor-red-300\/80 {
  border-color: rgb(242 123 110 / 0.8);
}

.border-thermor-red-300\/85 {
  border-color: rgb(242 123 110 / 0.85);
}

.border-thermor-red-300\/90 {
  border-color: rgb(242 123 110 / 0.9);
}

.border-thermor-red-300\/95 {
  border-color: rgb(242 123 110 / 0.95);
}

.border-thermor-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(238 80 63 / var(--tw-border-opacity, 1));
}

.border-thermor-red-400\/0 {
  border-color: rgb(238 80 63 / 0);
}

.border-thermor-red-400\/10 {
  border-color: rgb(238 80 63 / 0.1);
}

.border-thermor-red-400\/100 {
  border-color: rgb(238 80 63 / 1);
}

.border-thermor-red-400\/15 {
  border-color: rgb(238 80 63 / 0.15);
}

.border-thermor-red-400\/20 {
  border-color: rgb(238 80 63 / 0.2);
}

.border-thermor-red-400\/25 {
  border-color: rgb(238 80 63 / 0.25);
}

.border-thermor-red-400\/30 {
  border-color: rgb(238 80 63 / 0.3);
}

.border-thermor-red-400\/35 {
  border-color: rgb(238 80 63 / 0.35);
}

.border-thermor-red-400\/40 {
  border-color: rgb(238 80 63 / 0.4);
}

.border-thermor-red-400\/45 {
  border-color: rgb(238 80 63 / 0.45);
}

.border-thermor-red-400\/5 {
  border-color: rgb(238 80 63 / 0.05);
}

.border-thermor-red-400\/50 {
  border-color: rgb(238 80 63 / 0.5);
}

.border-thermor-red-400\/55 {
  border-color: rgb(238 80 63 / 0.55);
}

.border-thermor-red-400\/60 {
  border-color: rgb(238 80 63 / 0.6);
}

.border-thermor-red-400\/65 {
  border-color: rgb(238 80 63 / 0.65);
}

.border-thermor-red-400\/70 {
  border-color: rgb(238 80 63 / 0.7);
}

.border-thermor-red-400\/75 {
  border-color: rgb(238 80 63 / 0.75);
}

.border-thermor-red-400\/80 {
  border-color: rgb(238 80 63 / 0.8);
}

.border-thermor-red-400\/85 {
  border-color: rgb(238 80 63 / 0.85);
}

.border-thermor-red-400\/90 {
  border-color: rgb(238 80 63 / 0.9);
}

.border-thermor-red-400\/95 {
  border-color: rgb(238 80 63 / 0.95);
}

.border-thermor-red-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 234 232 / var(--tw-border-opacity, 1));
}

.border-thermor-red-50\/0 {
  border-color: rgb(253 234 232 / 0);
}

.border-thermor-red-50\/10 {
  border-color: rgb(253 234 232 / 0.1);
}

.border-thermor-red-50\/100 {
  border-color: rgb(253 234 232 / 1);
}

.border-thermor-red-50\/15 {
  border-color: rgb(253 234 232 / 0.15);
}

.border-thermor-red-50\/20 {
  border-color: rgb(253 234 232 / 0.2);
}

.border-thermor-red-50\/25 {
  border-color: rgb(253 234 232 / 0.25);
}

.border-thermor-red-50\/30 {
  border-color: rgb(253 234 232 / 0.3);
}

.border-thermor-red-50\/35 {
  border-color: rgb(253 234 232 / 0.35);
}

.border-thermor-red-50\/40 {
  border-color: rgb(253 234 232 / 0.4);
}

.border-thermor-red-50\/45 {
  border-color: rgb(253 234 232 / 0.45);
}

.border-thermor-red-50\/5 {
  border-color: rgb(253 234 232 / 0.05);
}

.border-thermor-red-50\/50 {
  border-color: rgb(253 234 232 / 0.5);
}

.border-thermor-red-50\/55 {
  border-color: rgb(253 234 232 / 0.55);
}

.border-thermor-red-50\/60 {
  border-color: rgb(253 234 232 / 0.6);
}

.border-thermor-red-50\/65 {
  border-color: rgb(253 234 232 / 0.65);
}

.border-thermor-red-50\/70 {
  border-color: rgb(253 234 232 / 0.7);
}

.border-thermor-red-50\/75 {
  border-color: rgb(253 234 232 / 0.75);
}

.border-thermor-red-50\/80 {
  border-color: rgb(253 234 232 / 0.8);
}

.border-thermor-red-50\/85 {
  border-color: rgb(253 234 232 / 0.85);
}

.border-thermor-red-50\/90 {
  border-color: rgb(253 234 232 / 0.9);
}

.border-thermor-red-50\/95 {
  border-color: rgb(253 234 232 / 0.95);
}

.border-thermor-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(230 40 20 / var(--tw-border-opacity, 1));
}

.border-thermor-red-500\/0 {
  border-color: rgb(230 40 20 / 0);
}

.border-thermor-red-500\/10 {
  border-color: rgb(230 40 20 / 0.1);
}

.border-thermor-red-500\/100 {
  border-color: rgb(230 40 20 / 1);
}

.border-thermor-red-500\/15 {
  border-color: rgb(230 40 20 / 0.15);
}

.border-thermor-red-500\/20 {
  border-color: rgb(230 40 20 / 0.2);
}

.border-thermor-red-500\/25 {
  border-color: rgb(230 40 20 / 0.25);
}

.border-thermor-red-500\/30 {
  border-color: rgb(230 40 20 / 0.3);
}

.border-thermor-red-500\/35 {
  border-color: rgb(230 40 20 / 0.35);
}

.border-thermor-red-500\/40 {
  border-color: rgb(230 40 20 / 0.4);
}

.border-thermor-red-500\/45 {
  border-color: rgb(230 40 20 / 0.45);
}

.border-thermor-red-500\/5 {
  border-color: rgb(230 40 20 / 0.05);
}

.border-thermor-red-500\/50 {
  border-color: rgb(230 40 20 / 0.5);
}

.border-thermor-red-500\/55 {
  border-color: rgb(230 40 20 / 0.55);
}

.border-thermor-red-500\/60 {
  border-color: rgb(230 40 20 / 0.6);
}

.border-thermor-red-500\/65 {
  border-color: rgb(230 40 20 / 0.65);
}

.border-thermor-red-500\/70 {
  border-color: rgb(230 40 20 / 0.7);
}

.border-thermor-red-500\/75 {
  border-color: rgb(230 40 20 / 0.75);
}

.border-thermor-red-500\/80 {
  border-color: rgb(230 40 20 / 0.8);
}

.border-thermor-red-500\/85 {
  border-color: rgb(230 40 20 / 0.85);
}

.border-thermor-red-500\/90 {
  border-color: rgb(230 40 20 / 0.9);
}

.border-thermor-red-500\/95 {
  border-color: rgb(230 40 20 / 0.95);
}

.border-thermor-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(183 33 16 / var(--tw-border-opacity, 1));
}

.border-thermor-red-600\/0 {
  border-color: rgb(183 33 16 / 0);
}

.border-thermor-red-600\/10 {
  border-color: rgb(183 33 16 / 0.1);
}

.border-thermor-red-600\/100 {
  border-color: rgb(183 33 16 / 1);
}

.border-thermor-red-600\/15 {
  border-color: rgb(183 33 16 / 0.15);
}

.border-thermor-red-600\/20 {
  border-color: rgb(183 33 16 / 0.2);
}

.border-thermor-red-600\/25 {
  border-color: rgb(183 33 16 / 0.25);
}

.border-thermor-red-600\/30 {
  border-color: rgb(183 33 16 / 0.3);
}

.border-thermor-red-600\/35 {
  border-color: rgb(183 33 16 / 0.35);
}

.border-thermor-red-600\/40 {
  border-color: rgb(183 33 16 / 0.4);
}

.border-thermor-red-600\/45 {
  border-color: rgb(183 33 16 / 0.45);
}

.border-thermor-red-600\/5 {
  border-color: rgb(183 33 16 / 0.05);
}

.border-thermor-red-600\/50 {
  border-color: rgb(183 33 16 / 0.5);
}

.border-thermor-red-600\/55 {
  border-color: rgb(183 33 16 / 0.55);
}

.border-thermor-red-600\/60 {
  border-color: rgb(183 33 16 / 0.6);
}

.border-thermor-red-600\/65 {
  border-color: rgb(183 33 16 / 0.65);
}

.border-thermor-red-600\/70 {
  border-color: rgb(183 33 16 / 0.7);
}

.border-thermor-red-600\/75 {
  border-color: rgb(183 33 16 / 0.75);
}

.border-thermor-red-600\/80 {
  border-color: rgb(183 33 16 / 0.8);
}

.border-thermor-red-600\/85 {
  border-color: rgb(183 33 16 / 0.85);
}

.border-thermor-red-600\/90 {
  border-color: rgb(183 33 16 / 0.9);
}

.border-thermor-red-600\/95 {
  border-color: rgb(183 33 16 / 0.95);
}

.border-thermor-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(136 24 12 / var(--tw-border-opacity, 1));
}

.border-thermor-red-700\/0 {
  border-color: rgb(136 24 12 / 0);
}

.border-thermor-red-700\/10 {
  border-color: rgb(136 24 12 / 0.1);
}

.border-thermor-red-700\/100 {
  border-color: rgb(136 24 12 / 1);
}

.border-thermor-red-700\/15 {
  border-color: rgb(136 24 12 / 0.15);
}

.border-thermor-red-700\/20 {
  border-color: rgb(136 24 12 / 0.2);
}

.border-thermor-red-700\/25 {
  border-color: rgb(136 24 12 / 0.25);
}

.border-thermor-red-700\/30 {
  border-color: rgb(136 24 12 / 0.3);
}

.border-thermor-red-700\/35 {
  border-color: rgb(136 24 12 / 0.35);
}

.border-thermor-red-700\/40 {
  border-color: rgb(136 24 12 / 0.4);
}

.border-thermor-red-700\/45 {
  border-color: rgb(136 24 12 / 0.45);
}

.border-thermor-red-700\/5 {
  border-color: rgb(136 24 12 / 0.05);
}

.border-thermor-red-700\/50 {
  border-color: rgb(136 24 12 / 0.5);
}

.border-thermor-red-700\/55 {
  border-color: rgb(136 24 12 / 0.55);
}

.border-thermor-red-700\/60 {
  border-color: rgb(136 24 12 / 0.6);
}

.border-thermor-red-700\/65 {
  border-color: rgb(136 24 12 / 0.65);
}

.border-thermor-red-700\/70 {
  border-color: rgb(136 24 12 / 0.7);
}

.border-thermor-red-700\/75 {
  border-color: rgb(136 24 12 / 0.75);
}

.border-thermor-red-700\/80 {
  border-color: rgb(136 24 12 / 0.8);
}

.border-thermor-red-700\/85 {
  border-color: rgb(136 24 12 / 0.85);
}

.border-thermor-red-700\/90 {
  border-color: rgb(136 24 12 / 0.9);
}

.border-thermor-red-700\/95 {
  border-color: rgb(136 24 12 / 0.95);
}

.border-thermor-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(94 17 8 / var(--tw-border-opacity, 1));
}

.border-thermor-red-800\/0 {
  border-color: rgb(94 17 8 / 0);
}

.border-thermor-red-800\/10 {
  border-color: rgb(94 17 8 / 0.1);
}

.border-thermor-red-800\/100 {
  border-color: rgb(94 17 8 / 1);
}

.border-thermor-red-800\/15 {
  border-color: rgb(94 17 8 / 0.15);
}

.border-thermor-red-800\/20 {
  border-color: rgb(94 17 8 / 0.2);
}

.border-thermor-red-800\/25 {
  border-color: rgb(94 17 8 / 0.25);
}

.border-thermor-red-800\/30 {
  border-color: rgb(94 17 8 / 0.3);
}

.border-thermor-red-800\/35 {
  border-color: rgb(94 17 8 / 0.35);
}

.border-thermor-red-800\/40 {
  border-color: rgb(94 17 8 / 0.4);
}

.border-thermor-red-800\/45 {
  border-color: rgb(94 17 8 / 0.45);
}

.border-thermor-red-800\/5 {
  border-color: rgb(94 17 8 / 0.05);
}

.border-thermor-red-800\/50 {
  border-color: rgb(94 17 8 / 0.5);
}

.border-thermor-red-800\/55 {
  border-color: rgb(94 17 8 / 0.55);
}

.border-thermor-red-800\/60 {
  border-color: rgb(94 17 8 / 0.6);
}

.border-thermor-red-800\/65 {
  border-color: rgb(94 17 8 / 0.65);
}

.border-thermor-red-800\/70 {
  border-color: rgb(94 17 8 / 0.7);
}

.border-thermor-red-800\/75 {
  border-color: rgb(94 17 8 / 0.75);
}

.border-thermor-red-800\/80 {
  border-color: rgb(94 17 8 / 0.8);
}

.border-thermor-red-800\/85 {
  border-color: rgb(94 17 8 / 0.85);
}

.border-thermor-red-800\/90 {
  border-color: rgb(94 17 8 / 0.9);
}

.border-thermor-red-800\/95 {
  border-color: rgb(94 17 8 / 0.95);
}

.border-thermor-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(47 8 4 / var(--tw-border-opacity, 1));
}

.border-thermor-red-900\/0 {
  border-color: rgb(47 8 4 / 0);
}

.border-thermor-red-900\/10 {
  border-color: rgb(47 8 4 / 0.1);
}

.border-thermor-red-900\/100 {
  border-color: rgb(47 8 4 / 1);
}

.border-thermor-red-900\/15 {
  border-color: rgb(47 8 4 / 0.15);
}

.border-thermor-red-900\/20 {
  border-color: rgb(47 8 4 / 0.2);
}

.border-thermor-red-900\/25 {
  border-color: rgb(47 8 4 / 0.25);
}

.border-thermor-red-900\/30 {
  border-color: rgb(47 8 4 / 0.3);
}

.border-thermor-red-900\/35 {
  border-color: rgb(47 8 4 / 0.35);
}

.border-thermor-red-900\/40 {
  border-color: rgb(47 8 4 / 0.4);
}

.border-thermor-red-900\/45 {
  border-color: rgb(47 8 4 / 0.45);
}

.border-thermor-red-900\/5 {
  border-color: rgb(47 8 4 / 0.05);
}

.border-thermor-red-900\/50 {
  border-color: rgb(47 8 4 / 0.5);
}

.border-thermor-red-900\/55 {
  border-color: rgb(47 8 4 / 0.55);
}

.border-thermor-red-900\/60 {
  border-color: rgb(47 8 4 / 0.6);
}

.border-thermor-red-900\/65 {
  border-color: rgb(47 8 4 / 0.65);
}

.border-thermor-red-900\/70 {
  border-color: rgb(47 8 4 / 0.7);
}

.border-thermor-red-900\/75 {
  border-color: rgb(47 8 4 / 0.75);
}

.border-thermor-red-900\/80 {
  border-color: rgb(47 8 4 / 0.8);
}

.border-thermor-red-900\/85 {
  border-color: rgb(47 8 4 / 0.85);
}

.border-thermor-red-900\/90 {
  border-color: rgb(47 8 4 / 0.9);
}

.border-thermor-red-900\/95 {
  border-color: rgb(47 8 4 / 0.95);
}

.border-thermor-red-950 {
  --tw-border-opacity: 1;
  border-color: rgb(23 4 2 / var(--tw-border-opacity, 1));
}

.border-thermor-red-950\/0 {
  border-color: rgb(23 4 2 / 0);
}

.border-thermor-red-950\/10 {
  border-color: rgb(23 4 2 / 0.1);
}

.border-thermor-red-950\/100 {
  border-color: rgb(23 4 2 / 1);
}

.border-thermor-red-950\/15 {
  border-color: rgb(23 4 2 / 0.15);
}

.border-thermor-red-950\/20 {
  border-color: rgb(23 4 2 / 0.2);
}

.border-thermor-red-950\/25 {
  border-color: rgb(23 4 2 / 0.25);
}

.border-thermor-red-950\/30 {
  border-color: rgb(23 4 2 / 0.3);
}

.border-thermor-red-950\/35 {
  border-color: rgb(23 4 2 / 0.35);
}

.border-thermor-red-950\/40 {
  border-color: rgb(23 4 2 / 0.4);
}

.border-thermor-red-950\/45 {
  border-color: rgb(23 4 2 / 0.45);
}

.border-thermor-red-950\/5 {
  border-color: rgb(23 4 2 / 0.05);
}

.border-thermor-red-950\/50 {
  border-color: rgb(23 4 2 / 0.5);
}

.border-thermor-red-950\/55 {
  border-color: rgb(23 4 2 / 0.55);
}

.border-thermor-red-950\/60 {
  border-color: rgb(23 4 2 / 0.6);
}

.border-thermor-red-950\/65 {
  border-color: rgb(23 4 2 / 0.65);
}

.border-thermor-red-950\/70 {
  border-color: rgb(23 4 2 / 0.7);
}

.border-thermor-red-950\/75 {
  border-color: rgb(23 4 2 / 0.75);
}

.border-thermor-red-950\/80 {
  border-color: rgb(23 4 2 / 0.8);
}

.border-thermor-red-950\/85 {
  border-color: rgb(23 4 2 / 0.85);
}

.border-thermor-red-950\/90 {
  border-color: rgb(23 4 2 / 0.9);
}

.border-thermor-red-950\/95 {
  border-color: rgb(23 4 2 / 0.95);
}

.border-thermor-red\/0 {
  border-color: rgb(230 40 20 / 0);
}

.border-thermor-red\/10 {
  border-color: rgb(230 40 20 / 0.1);
}

.border-thermor-red\/100 {
  border-color: rgb(230 40 20 / 1);
}

.border-thermor-red\/15 {
  border-color: rgb(230 40 20 / 0.15);
}

.border-thermor-red\/20 {
  border-color: rgb(230 40 20 / 0.2);
}

.border-thermor-red\/25 {
  border-color: rgb(230 40 20 / 0.25);
}

.border-thermor-red\/30 {
  border-color: rgb(230 40 20 / 0.3);
}

.border-thermor-red\/35 {
  border-color: rgb(230 40 20 / 0.35);
}

.border-thermor-red\/40 {
  border-color: rgb(230 40 20 / 0.4);
}

.border-thermor-red\/45 {
  border-color: rgb(230 40 20 / 0.45);
}

.border-thermor-red\/5 {
  border-color: rgb(230 40 20 / 0.05);
}

.border-thermor-red\/50 {
  border-color: rgb(230 40 20 / 0.5);
}

.border-thermor-red\/55 {
  border-color: rgb(230 40 20 / 0.55);
}

.border-thermor-red\/60 {
  border-color: rgb(230 40 20 / 0.6);
}

.border-thermor-red\/65 {
  border-color: rgb(230 40 20 / 0.65);
}

.border-thermor-red\/70 {
  border-color: rgb(230 40 20 / 0.7);
}

.border-thermor-red\/75 {
  border-color: rgb(230 40 20 / 0.75);
}

.border-thermor-red\/80 {
  border-color: rgb(230 40 20 / 0.8);
}

.border-thermor-red\/85 {
  border-color: rgb(230 40 20 / 0.85);
}

.border-thermor-red\/90 {
  border-color: rgb(230 40 20 / 0.9);
}

.border-thermor-red\/95 {
  border-color: rgb(230 40 20 / 0.95);
}

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

.border-thermor-white\/0 {
  border-color: rgb(255 255 255 / 0);
}

.border-thermor-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-thermor-white\/100 {
  border-color: rgb(255 255 255 / 1);
}

.border-thermor-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}

.border-thermor-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-thermor-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}

.border-thermor-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-thermor-white\/35 {
  border-color: rgb(255 255 255 / 0.35);
}

.border-thermor-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}

.border-thermor-white\/45 {
  border-color: rgb(255 255 255 / 0.45);
}

.border-thermor-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

.border-thermor-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.border-thermor-white\/55 {
  border-color: rgb(255 255 255 / 0.55);
}

.border-thermor-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.border-thermor-white\/65 {
  border-color: rgb(255 255 255 / 0.65);
}

.border-thermor-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}

.border-thermor-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}

.border-thermor-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.border-thermor-white\/85 {
  border-color: rgb(255 255 255 / 0.85);
}

.border-thermor-white\/90 {
  border-color: rgb(255 255 255 / 0.9);
}

.border-thermor-white\/95 {
  border-color: rgb(255 255 255 / 0.95);
}

.border-thermor-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(243 164 27 / var(--tw-border-opacity, 1));
}

.border-thermor-yellow\/0 {
  border-color: rgb(243 164 27 / 0);
}

.border-thermor-yellow\/10 {
  border-color: rgb(243 164 27 / 0.1);
}

.border-thermor-yellow\/100 {
  border-color: rgb(243 164 27 / 1);
}

.border-thermor-yellow\/15 {
  border-color: rgb(243 164 27 / 0.15);
}

.border-thermor-yellow\/20 {
  border-color: rgb(243 164 27 / 0.2);
}

.border-thermor-yellow\/25 {
  border-color: rgb(243 164 27 / 0.25);
}

.border-thermor-yellow\/30 {
  border-color: rgb(243 164 27 / 0.3);
}

.border-thermor-yellow\/35 {
  border-color: rgb(243 164 27 / 0.35);
}

.border-thermor-yellow\/40 {
  border-color: rgb(243 164 27 / 0.4);
}

.border-thermor-yellow\/45 {
  border-color: rgb(243 164 27 / 0.45);
}

.border-thermor-yellow\/5 {
  border-color: rgb(243 164 27 / 0.05);
}

.border-thermor-yellow\/50 {
  border-color: rgb(243 164 27 / 0.5);
}

.border-thermor-yellow\/55 {
  border-color: rgb(243 164 27 / 0.55);
}

.border-thermor-yellow\/60 {
  border-color: rgb(243 164 27 / 0.6);
}

.border-thermor-yellow\/65 {
  border-color: rgb(243 164 27 / 0.65);
}

.border-thermor-yellow\/70 {
  border-color: rgb(243 164 27 / 0.7);
}

.border-thermor-yellow\/75 {
  border-color: rgb(243 164 27 / 0.75);
}

.border-thermor-yellow\/80 {
  border-color: rgb(243 164 27 / 0.8);
}

.border-thermor-yellow\/85 {
  border-color: rgb(243 164 27 / 0.85);
}

.border-thermor-yellow\/90 {
  border-color: rgb(243 164 27 / 0.9);
}

.border-thermor-yellow\/95 {
  border-color: rgb(243 164 27 / 0.95);
}

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

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

.bg-\[\#F2E3D0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 227 208 / var(--tw-bg-opacity, 1));
}

.bg-admin-dark-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
}

.bg-admin-sidebar {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 248 / var(--tw-bg-opacity, 1));
}

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

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}

.bg-thermor-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 235 / var(--tw-bg-opacity, 1));
}

.bg-thermor-beige-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(229 230 217 / var(--tw-bg-opacity, 1));
}

.bg-thermor-beige-dark\/0 {
  background-color: rgb(229 230 217 / 0);
}

.bg-thermor-beige-dark\/10 {
  background-color: rgb(229 230 217 / 0.1);
}

.bg-thermor-beige-dark\/100 {
  background-color: rgb(229 230 217 / 1);
}

.bg-thermor-beige-dark\/15 {
  background-color: rgb(229 230 217 / 0.15);
}

.bg-thermor-beige-dark\/20 {
  background-color: rgb(229 230 217 / 0.2);
}

.bg-thermor-beige-dark\/25 {
  background-color: rgb(229 230 217 / 0.25);
}

.bg-thermor-beige-dark\/30 {
  background-color: rgb(229 230 217 / 0.3);
}

.bg-thermor-beige-dark\/35 {
  background-color: rgb(229 230 217 / 0.35);
}

.bg-thermor-beige-dark\/40 {
  background-color: rgb(229 230 217 / 0.4);
}

.bg-thermor-beige-dark\/45 {
  background-color: rgb(229 230 217 / 0.45);
}

.bg-thermor-beige-dark\/5 {
  background-color: rgb(229 230 217 / 0.05);
}

.bg-thermor-beige-dark\/50 {
  background-color: rgb(229 230 217 / 0.5);
}

.bg-thermor-beige-dark\/55 {
  background-color: rgb(229 230 217 / 0.55);
}

.bg-thermor-beige-dark\/60 {
  background-color: rgb(229 230 217 / 0.6);
}

.bg-thermor-beige-dark\/65 {
  background-color: rgb(229 230 217 / 0.65);
}

.bg-thermor-beige-dark\/70 {
  background-color: rgb(229 230 217 / 0.7);
}

.bg-thermor-beige-dark\/75 {
  background-color: rgb(229 230 217 / 0.75);
}

.bg-thermor-beige-dark\/80 {
  background-color: rgb(229 230 217 / 0.8);
}

.bg-thermor-beige-dark\/85 {
  background-color: rgb(229 230 217 / 0.85);
}

.bg-thermor-beige-dark\/90 {
  background-color: rgb(229 230 217 / 0.9);
}

.bg-thermor-beige-dark\/95 {
  background-color: rgb(229 230 217 / 0.95);
}

.bg-thermor-beige-light {
  --tw-bg-opacity: 1;
  background-color: rgb(242 227 208 / var(--tw-bg-opacity, 1));
}

.bg-thermor-beige-light\/0 {
  background-color: rgb(242 227 208 / 0);
}

.bg-thermor-beige-light\/10 {
  background-color: rgb(242 227 208 / 0.1);
}

.bg-thermor-beige-light\/100 {
  background-color: rgb(242 227 208 / 1);
}

.bg-thermor-beige-light\/15 {
  background-color: rgb(242 227 208 / 0.15);
}

.bg-thermor-beige-light\/20 {
  background-color: rgb(242 227 208 / 0.2);
}

.bg-thermor-beige-light\/25 {
  background-color: rgb(242 227 208 / 0.25);
}

.bg-thermor-beige-light\/30 {
  background-color: rgb(242 227 208 / 0.3);
}

.bg-thermor-beige-light\/35 {
  background-color: rgb(242 227 208 / 0.35);
}

.bg-thermor-beige-light\/40 {
  background-color: rgb(242 227 208 / 0.4);
}

.bg-thermor-beige-light\/45 {
  background-color: rgb(242 227 208 / 0.45);
}

.bg-thermor-beige-light\/5 {
  background-color: rgb(242 227 208 / 0.05);
}

.bg-thermor-beige-light\/50 {
  background-color: rgb(242 227 208 / 0.5);
}

.bg-thermor-beige-light\/55 {
  background-color: rgb(242 227 208 / 0.55);
}

.bg-thermor-beige-light\/60 {
  background-color: rgb(242 227 208 / 0.6);
}

.bg-thermor-beige-light\/65 {
  background-color: rgb(242 227 208 / 0.65);
}

.bg-thermor-beige-light\/70 {
  background-color: rgb(242 227 208 / 0.7);
}

.bg-thermor-beige-light\/75 {
  background-color: rgb(242 227 208 / 0.75);
}

.bg-thermor-beige-light\/80 {
  background-color: rgb(242 227 208 / 0.8);
}

.bg-thermor-beige-light\/85 {
  background-color: rgb(242 227 208 / 0.85);
}

.bg-thermor-beige-light\/90 {
  background-color: rgb(242 227 208 / 0.9);
}

.bg-thermor-beige-light\/95 {
  background-color: rgb(242 227 208 / 0.95);
}

.bg-thermor-beige\/0 {
  background-color: rgb(243 244 235 / 0);
}

.bg-thermor-beige\/10 {
  background-color: rgb(243 244 235 / 0.1);
}

.bg-thermor-beige\/100 {
  background-color: rgb(243 244 235 / 1);
}

.bg-thermor-beige\/15 {
  background-color: rgb(243 244 235 / 0.15);
}

.bg-thermor-beige\/20 {
  background-color: rgb(243 244 235 / 0.2);
}

.bg-thermor-beige\/25 {
  background-color: rgb(243 244 235 / 0.25);
}

.bg-thermor-beige\/30 {
  background-color: rgb(243 244 235 / 0.3);
}

.bg-thermor-beige\/35 {
  background-color: rgb(243 244 235 / 0.35);
}

.bg-thermor-beige\/40 {
  background-color: rgb(243 244 235 / 0.4);
}

.bg-thermor-beige\/45 {
  background-color: rgb(243 244 235 / 0.45);
}

.bg-thermor-beige\/5 {
  background-color: rgb(243 244 235 / 0.05);
}

.bg-thermor-beige\/50 {
  background-color: rgb(243 244 235 / 0.5);
}

.bg-thermor-beige\/55 {
  background-color: rgb(243 244 235 / 0.55);
}

.bg-thermor-beige\/60 {
  background-color: rgb(243 244 235 / 0.6);
}

.bg-thermor-beige\/65 {
  background-color: rgb(243 244 235 / 0.65);
}

.bg-thermor-beige\/70 {
  background-color: rgb(243 244 235 / 0.7);
}

.bg-thermor-beige\/75 {
  background-color: rgb(243 244 235 / 0.75);
}

.bg-thermor-beige\/80 {
  background-color: rgb(243 244 235 / 0.8);
}

.bg-thermor-beige\/85 {
  background-color: rgb(243 244 235 / 0.85);
}

.bg-thermor-beige\/90 {
  background-color: rgb(243 244 235 / 0.9);
}

.bg-thermor-beige\/95 {
  background-color: rgb(243 244 235 / 0.95);
}

.bg-thermor-green {
  --tw-bg-opacity: 1;
  background-color: rgb(76 144 8 / var(--tw-bg-opacity, 1));
}

.bg-thermor-green-accepted {
  --tw-bg-opacity: 1;
  background-color: rgb(0 182 155 / var(--tw-bg-opacity, 1));
}

.bg-thermor-green-accepted\/0 {
  background-color: rgb(0 182 155 / 0);
}

.bg-thermor-green-accepted\/10 {
  background-color: rgb(0 182 155 / 0.1);
}

.bg-thermor-green-accepted\/100 {
  background-color: rgb(0 182 155 / 1);
}

.bg-thermor-green-accepted\/15 {
  background-color: rgb(0 182 155 / 0.15);
}

.bg-thermor-green-accepted\/20 {
  background-color: rgb(0 182 155 / 0.2);
}

.bg-thermor-green-accepted\/25 {
  background-color: rgb(0 182 155 / 0.25);
}

.bg-thermor-green-accepted\/30 {
  background-color: rgb(0 182 155 / 0.3);
}

.bg-thermor-green-accepted\/35 {
  background-color: rgb(0 182 155 / 0.35);
}

.bg-thermor-green-accepted\/40 {
  background-color: rgb(0 182 155 / 0.4);
}

.bg-thermor-green-accepted\/45 {
  background-color: rgb(0 182 155 / 0.45);
}

.bg-thermor-green-accepted\/5 {
  background-color: rgb(0 182 155 / 0.05);
}

.bg-thermor-green-accepted\/50 {
  background-color: rgb(0 182 155 / 0.5);
}

.bg-thermor-green-accepted\/55 {
  background-color: rgb(0 182 155 / 0.55);
}

.bg-thermor-green-accepted\/60 {
  background-color: rgb(0 182 155 / 0.6);
}

.bg-thermor-green-accepted\/65 {
  background-color: rgb(0 182 155 / 0.65);
}

.bg-thermor-green-accepted\/70 {
  background-color: rgb(0 182 155 / 0.7);
}

.bg-thermor-green-accepted\/75 {
  background-color: rgb(0 182 155 / 0.75);
}

.bg-thermor-green-accepted\/80 {
  background-color: rgb(0 182 155 / 0.8);
}

.bg-thermor-green-accepted\/85 {
  background-color: rgb(0 182 155 / 0.85);
}

.bg-thermor-green-accepted\/90 {
  background-color: rgb(0 182 155 / 0.9);
}

.bg-thermor-green-accepted\/95 {
  background-color: rgb(0 182 155 / 0.95);
}

.bg-thermor-green\/0 {
  background-color: rgb(76 144 8 / 0);
}

.bg-thermor-green\/10 {
  background-color: rgb(76 144 8 / 0.1);
}

.bg-thermor-green\/100 {
  background-color: rgb(76 144 8 / 1);
}

.bg-thermor-green\/15 {
  background-color: rgb(76 144 8 / 0.15);
}

.bg-thermor-green\/20 {
  background-color: rgb(76 144 8 / 0.2);
}

.bg-thermor-green\/25 {
  background-color: rgb(76 144 8 / 0.25);
}

.bg-thermor-green\/30 {
  background-color: rgb(76 144 8 / 0.3);
}

.bg-thermor-green\/35 {
  background-color: rgb(76 144 8 / 0.35);
}

.bg-thermor-green\/40 {
  background-color: rgb(76 144 8 / 0.4);
}

.bg-thermor-green\/45 {
  background-color: rgb(76 144 8 / 0.45);
}

.bg-thermor-green\/5 {
  background-color: rgb(76 144 8 / 0.05);
}

.bg-thermor-green\/50 {
  background-color: rgb(76 144 8 / 0.5);
}

.bg-thermor-green\/55 {
  background-color: rgb(76 144 8 / 0.55);
}

.bg-thermor-green\/60 {
  background-color: rgb(76 144 8 / 0.6);
}

.bg-thermor-green\/65 {
  background-color: rgb(76 144 8 / 0.65);
}

.bg-thermor-green\/70 {
  background-color: rgb(76 144 8 / 0.7);
}

.bg-thermor-green\/75 {
  background-color: rgb(76 144 8 / 0.75);
}

.bg-thermor-green\/80 {
  background-color: rgb(76 144 8 / 0.8);
}

.bg-thermor-green\/85 {
  background-color: rgb(76 144 8 / 0.85);
}

.bg-thermor-green\/90 {
  background-color: rgb(76 144 8 / 0.9);
}

.bg-thermor-green\/95 {
  background-color: rgb(76 144 8 / 0.95);
}

.bg-thermor-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(133 133 133 / var(--tw-bg-opacity, 1));
}

.bg-thermor-grey-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(53 55 59 / var(--tw-bg-opacity, 1));
}

.bg-thermor-grey-dark\/0 {
  background-color: rgb(53 55 59 / 0);
}

.bg-thermor-grey-dark\/10 {
  background-color: rgb(53 55 59 / 0.1);
}

.bg-thermor-grey-dark\/100 {
  background-color: rgb(53 55 59 / 1);
}

.bg-thermor-grey-dark\/15 {
  background-color: rgb(53 55 59 / 0.15);
}

.bg-thermor-grey-dark\/20 {
  background-color: rgb(53 55 59 / 0.2);
}

.bg-thermor-grey-dark\/25 {
  background-color: rgb(53 55 59 / 0.25);
}

.bg-thermor-grey-dark\/30 {
  background-color: rgb(53 55 59 / 0.3);
}

.bg-thermor-grey-dark\/35 {
  background-color: rgb(53 55 59 / 0.35);
}

.bg-thermor-grey-dark\/40 {
  background-color: rgb(53 55 59 / 0.4);
}

.bg-thermor-grey-dark\/45 {
  background-color: rgb(53 55 59 / 0.45);
}

.bg-thermor-grey-dark\/5 {
  background-color: rgb(53 55 59 / 0.05);
}

.bg-thermor-grey-dark\/50 {
  background-color: rgb(53 55 59 / 0.5);
}

.bg-thermor-grey-dark\/55 {
  background-color: rgb(53 55 59 / 0.55);
}

.bg-thermor-grey-dark\/60 {
  background-color: rgb(53 55 59 / 0.6);
}

.bg-thermor-grey-dark\/65 {
  background-color: rgb(53 55 59 / 0.65);
}

.bg-thermor-grey-dark\/70 {
  background-color: rgb(53 55 59 / 0.7);
}

.bg-thermor-grey-dark\/75 {
  background-color: rgb(53 55 59 / 0.75);
}

.bg-thermor-grey-dark\/80 {
  background-color: rgb(53 55 59 / 0.8);
}

.bg-thermor-grey-dark\/85 {
  background-color: rgb(53 55 59 / 0.85);
}

.bg-thermor-grey-dark\/90 {
  background-color: rgb(53 55 59 / 0.9);
}

.bg-thermor-grey-dark\/95 {
  background-color: rgb(53 55 59 / 0.95);
}

.bg-thermor-grey-light {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.bg-thermor-grey-light\/0 {
  background-color: rgb(217 217 217 / 0);
}

.bg-thermor-grey-light\/10 {
  background-color: rgb(217 217 217 / 0.1);
}

.bg-thermor-grey-light\/100 {
  background-color: rgb(217 217 217 / 1);
}

.bg-thermor-grey-light\/15 {
  background-color: rgb(217 217 217 / 0.15);
}

.bg-thermor-grey-light\/20 {
  background-color: rgb(217 217 217 / 0.2);
}

.bg-thermor-grey-light\/25 {
  background-color: rgb(217 217 217 / 0.25);
}

.bg-thermor-grey-light\/30 {
  background-color: rgb(217 217 217 / 0.3);
}

.bg-thermor-grey-light\/35 {
  background-color: rgb(217 217 217 / 0.35);
}

.bg-thermor-grey-light\/40 {
  background-color: rgb(217 217 217 / 0.4);
}

.bg-thermor-grey-light\/45 {
  background-color: rgb(217 217 217 / 0.45);
}

.bg-thermor-grey-light\/5 {
  background-color: rgb(217 217 217 / 0.05);
}

.bg-thermor-grey-light\/50 {
  background-color: rgb(217 217 217 / 0.5);
}

.bg-thermor-grey-light\/55 {
  background-color: rgb(217 217 217 / 0.55);
}

.bg-thermor-grey-light\/60 {
  background-color: rgb(217 217 217 / 0.6);
}

.bg-thermor-grey-light\/65 {
  background-color: rgb(217 217 217 / 0.65);
}

.bg-thermor-grey-light\/70 {
  background-color: rgb(217 217 217 / 0.7);
}

.bg-thermor-grey-light\/75 {
  background-color: rgb(217 217 217 / 0.75);
}

.bg-thermor-grey-light\/80 {
  background-color: rgb(217 217 217 / 0.8);
}

.bg-thermor-grey-light\/85 {
  background-color: rgb(217 217 217 / 0.85);
}

.bg-thermor-grey-light\/90 {
  background-color: rgb(217 217 217 / 0.9);
}

.bg-thermor-grey-light\/95 {
  background-color: rgb(217 217 217 / 0.95);
}

.bg-thermor-grey-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(59 60 61 / var(--tw-bg-opacity, 1));
}

.bg-thermor-grey-medium\/0 {
  background-color: rgb(59 60 61 / 0);
}

.bg-thermor-grey-medium\/10 {
  background-color: rgb(59 60 61 / 0.1);
}

.bg-thermor-grey-medium\/100 {
  background-color: rgb(59 60 61 / 1);
}

.bg-thermor-grey-medium\/15 {
  background-color: rgb(59 60 61 / 0.15);
}

.bg-thermor-grey-medium\/20 {
  background-color: rgb(59 60 61 / 0.2);
}

.bg-thermor-grey-medium\/25 {
  background-color: rgb(59 60 61 / 0.25);
}

.bg-thermor-grey-medium\/30 {
  background-color: rgb(59 60 61 / 0.3);
}

.bg-thermor-grey-medium\/35 {
  background-color: rgb(59 60 61 / 0.35);
}

.bg-thermor-grey-medium\/40 {
  background-color: rgb(59 60 61 / 0.4);
}

.bg-thermor-grey-medium\/45 {
  background-color: rgb(59 60 61 / 0.45);
}

.bg-thermor-grey-medium\/5 {
  background-color: rgb(59 60 61 / 0.05);
}

.bg-thermor-grey-medium\/50 {
  background-color: rgb(59 60 61 / 0.5);
}

.bg-thermor-grey-medium\/55 {
  background-color: rgb(59 60 61 / 0.55);
}

.bg-thermor-grey-medium\/60 {
  background-color: rgb(59 60 61 / 0.6);
}

.bg-thermor-grey-medium\/65 {
  background-color: rgb(59 60 61 / 0.65);
}

.bg-thermor-grey-medium\/70 {
  background-color: rgb(59 60 61 / 0.7);
}

.bg-thermor-grey-medium\/75 {
  background-color: rgb(59 60 61 / 0.75);
}

.bg-thermor-grey-medium\/80 {
  background-color: rgb(59 60 61 / 0.8);
}

.bg-thermor-grey-medium\/85 {
  background-color: rgb(59 60 61 / 0.85);
}

.bg-thermor-grey-medium\/90 {
  background-color: rgb(59 60 61 / 0.9);
}

.bg-thermor-grey-medium\/95 {
  background-color: rgb(59 60 61 / 0.95);
}

.bg-thermor-grey\/0 {
  background-color: rgb(133 133 133 / 0);
}

.bg-thermor-grey\/10 {
  background-color: rgb(133 133 133 / 0.1);
}

.bg-thermor-grey\/100 {
  background-color: rgb(133 133 133 / 1);
}

.bg-thermor-grey\/15 {
  background-color: rgb(133 133 133 / 0.15);
}

.bg-thermor-grey\/20 {
  background-color: rgb(133 133 133 / 0.2);
}

.bg-thermor-grey\/25 {
  background-color: rgb(133 133 133 / 0.25);
}

.bg-thermor-grey\/30 {
  background-color: rgb(133 133 133 / 0.3);
}

.bg-thermor-grey\/35 {
  background-color: rgb(133 133 133 / 0.35);
}

.bg-thermor-grey\/40 {
  background-color: rgb(133 133 133 / 0.4);
}

.bg-thermor-grey\/45 {
  background-color: rgb(133 133 133 / 0.45);
}

.bg-thermor-grey\/5 {
  background-color: rgb(133 133 133 / 0.05);
}

.bg-thermor-grey\/50 {
  background-color: rgb(133 133 133 / 0.5);
}

.bg-thermor-grey\/55 {
  background-color: rgb(133 133 133 / 0.55);
}

.bg-thermor-grey\/60 {
  background-color: rgb(133 133 133 / 0.6);
}

.bg-thermor-grey\/65 {
  background-color: rgb(133 133 133 / 0.65);
}

.bg-thermor-grey\/70 {
  background-color: rgb(133 133 133 / 0.7);
}

.bg-thermor-grey\/75 {
  background-color: rgb(133 133 133 / 0.75);
}

.bg-thermor-grey\/80 {
  background-color: rgb(133 133 133 / 0.8);
}

.bg-thermor-grey\/85 {
  background-color: rgb(133 133 133 / 0.85);
}

.bg-thermor-grey\/90 {
  background-color: rgb(133 133 133 / 0.9);
}

.bg-thermor-grey\/95 {
  background-color: rgb(133 133 133 / 0.95);
}

.bg-thermor-red {
  --tw-bg-opacity: 1;
  background-color: rgb(230 40 20 / var(--tw-bg-opacity, 1));
}

.bg-thermor-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 212 208 / var(--tw-bg-opacity, 1));
}

.bg-thermor-red-100\/0 {
  background-color: rgb(251 212 208 / 0);
}

.bg-thermor-red-100\/10 {
  background-color: rgb(251 212 208 / 0.1);
}

.bg-thermor-red-100\/100 {
  background-color: rgb(251 212 208 / 1);
}

.bg-thermor-red-100\/15 {
  background-color: rgb(251 212 208 / 0.15);
}

.bg-thermor-red-100\/20 {
  background-color: rgb(251 212 208 / 0.2);
}

.bg-thermor-red-100\/25 {
  background-color: rgb(251 212 208 / 0.25);
}

.bg-thermor-red-100\/30 {
  background-color: rgb(251 212 208 / 0.3);
}

.bg-thermor-red-100\/35 {
  background-color: rgb(251 212 208 / 0.35);
}

.bg-thermor-red-100\/40 {
  background-color: rgb(251 212 208 / 0.4);
}

.bg-thermor-red-100\/45 {
  background-color: rgb(251 212 208 / 0.45);
}

.bg-thermor-red-100\/5 {
  background-color: rgb(251 212 208 / 0.05);
}

.bg-thermor-red-100\/50 {
  background-color: rgb(251 212 208 / 0.5);
}

.bg-thermor-red-100\/55 {
  background-color: rgb(251 212 208 / 0.55);
}

.bg-thermor-red-100\/60 {
  background-color: rgb(251 212 208 / 0.6);
}

.bg-thermor-red-100\/65 {
  background-color: rgb(251 212 208 / 0.65);
}

.bg-thermor-red-100\/70 {
  background-color: rgb(251 212 208 / 0.7);
}

.bg-thermor-red-100\/75 {
  background-color: rgb(251 212 208 / 0.75);
}

.bg-thermor-red-100\/80 {
  background-color: rgb(251 212 208 / 0.8);
}

.bg-thermor-red-100\/85 {
  background-color: rgb(251 212 208 / 0.85);
}

.bg-thermor-red-100\/90 {
  background-color: rgb(251 212 208 / 0.9);
}

.bg-thermor-red-100\/95 {
  background-color: rgb(251 212 208 / 0.95);
}

.bg-thermor-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 170 161 / var(--tw-bg-opacity, 1));
}

.bg-thermor-red-200\/0 {
  background-color: rgb(247 170 161 / 0);
}

.bg-thermor-red-200\/10 {
  background-color: rgb(247 170 161 / 0.1);
}

.bg-thermor-red-200\/100 {
  background-color: rgb(247 170 161 / 1);
}

.bg-thermor-red-200\/15 {
  background-color: rgb(247 170 161 / 0.15);
}

.bg-thermor-red-200\/20 {
  background-color: rgb(247 170 161 / 0.2);
}

.bg-thermor-red-200\/25 {
  background-color: rgb(247 170 161 / 0.25);
}

.bg-thermor-red-200\/30 {
  background-color: rgb(247 170 161 / 0.3);
}

.bg-thermor-red-200\/35 {
  background-color: rgb(247 170 161 / 0.35);
}

.bg-thermor-red-200\/40 {
  background-color: rgb(247 170 161 / 0.4);
}

.bg-thermor-red-200\/45 {
  background-color: rgb(247 170 161 / 0.45);
}

.bg-thermor-red-200\/5 {
  background-color: rgb(247 170 161 / 0.05);
}

.bg-thermor-red-200\/50 {
  background-color: rgb(247 170 161 / 0.5);
}

.bg-thermor-red-200\/55 {
  background-color: rgb(247 170 161 / 0.55);
}

.bg-thermor-red-200\/60 {
  background-color: rgb(247 170 161 / 0.6);
}

.bg-thermor-red-200\/65 {
  background-color: rgb(247 170 161 / 0.65);
}

.bg-thermor-red-200\/70 {
  background-color: rgb(247 170 161 / 0.7);
}

.bg-thermor-red-200\/75 {
  background-color: rgb(247 170 161 / 0.75);
}

.bg-thermor-red-200\/80 {
  background-color: rgb(247 170 161 / 0.8);
}

.bg-thermor-red-200\/85 {
  background-color: rgb(247 170 161 / 0.85);
}

.bg-thermor-red-200\/90 {
  background-color: rgb(247 170 161 / 0.9);
}

.bg-thermor-red-200\/95 {
  background-color: rgb(247 170 161 / 0.95);
}

.bg-thermor-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 123 110 / var(--tw-bg-opacity, 1));
}

.bg-thermor-red-300\/0 {
  background-color: rgb(242 123 110 / 0);
}

.bg-thermor-red-300\/10 {
  background-color: rgb(242 123 110 / 0.1);
}

.bg-thermor-red-300\/100 {
  background-color: rgb(242 123 110 / 1);
}

.bg-thermor-red-300\/15 {
  background-color: rgb(242 123 110 / 0.15);
}

.bg-thermor-red-300\/20 {
  background-color: rgb(242 123 110 / 0.2);
}

.bg-thermor-red-300\/25 {
  background-color: rgb(242 123 110 / 0.25);
}

.bg-thermor-red-300\/30 {
  background-color: rgb(242 123 110 / 0.3);
}

.bg-thermor-red-300\/35 {
  background-color: rgb(242 123 110 / 0.35);
}

.bg-thermor-red-300\/40 {
  background-color: rgb(242 123 110 / 0.4);
}

.bg-thermor-red-300\/45 {
  background-color: rgb(242 123 110 / 0.45);
}

.bg-thermor-red-300\/5 {
  background-color: rgb(242 123 110 / 0.05);
}

.bg-thermor-red-300\/50 {
  background-color: rgb(242 123 110 / 0.5);
}

.bg-thermor-red-300\/55 {
  background-color: rgb(242 123 110 / 0.55);
}

.bg-thermor-red-300\/60 {
  background-color: rgb(242 123 110 / 0.6);
}

.bg-thermor-red-300\/65 {
  background-color: rgb(242 123 110 / 0.65);
}

.bg-thermor-red-300\/70 {
  background-color: rgb(242 123 110 / 0.7);
}

.bg-thermor-red-300\/75 {
  background-color: rgb(242 123 110 / 0.75);
}

.bg-thermor-red-300\/80 {
  background-color: rgb(242 123 110 / 0.8);
}

.bg-thermor-red-300\/85 {
  background-color: rgb(242 123 110 / 0.85);
}

.bg-thermor-red-300\/90 {
  background-color: rgb(242 123 110 / 0.9);
}

.bg-thermor-red-300\/95 {
  background-color: rgb(242 123 110 / 0.95);
}

.bg-thermor-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 80 63 / var(--tw-bg-opacity, 1));
}

.bg-thermor-red-400\/0 {
  background-color: rgb(238 80 63 / 0);
}

.bg-thermor-red-400\/10 {
  background-color: rgb(238 80 63 / 0.1);
}

.bg-thermor-red-400\/100 {
  background-color: rgb(238 80 63 / 1);
}

.bg-thermor-red-400\/15 {
  background-color: rgb(238 80 63 / 0.15);
}

.bg-thermor-red-400\/20 {
  background-color: rgb(238 80 63 / 0.2);
}

.bg-thermor-red-400\/25 {
  background-color: rgb(238 80 63 / 0.25);
}

.bg-thermor-red-400\/30 {
  background-color: rgb(238 80 63 / 0.3);
}

.bg-thermor-red-400\/35 {
  background-color: rgb(238 80 63 / 0.35);
}

.bg-thermor-red-400\/40 {
  background-color: rgb(238 80 63 / 0.4);
}

.bg-thermor-red-400\/45 {
  background-color: rgb(238 80 63 / 0.45);
}

.bg-thermor-red-400\/5 {
  background-color: rgb(238 80 63 / 0.05);
}

.bg-thermor-red-400\/50 {
  background-color: rgb(238 80 63 / 0.5);
}

.bg-thermor-red-400\/55 {
  background-color: rgb(238 80 63 / 0.55);
}

.bg-thermor-red-400\/60 {
  background-color: rgb(238 80 63 / 0.6);
}

.bg-thermor-red-400\/65 {
  background-color: rgb(238 80 63 / 0.65);
}

.bg-thermor-red-400\/70 {
  background-color: rgb(238 80 63 / 0.7);
}

.bg-thermor-red-400\/75 {
  background-color: rgb(238 80 63 / 0.75);
}

.bg-thermor-red-400\/80 {
  background-color: rgb(238 80 63 / 0.8);
}

.bg-thermor-red-400\/85 {
  background-color: rgb(238 80 63 / 0.85);
}

.bg-thermor-red-400\/90 {
  background-color: rgb(238 80 63 / 0.9);
}

.bg-thermor-red-400\/95 {
  background-color: rgb(238 80 63 / 0.95);
}

.bg-thermor-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 234 232 / var(--tw-bg-opacity, 1));
}

.bg-thermor-red-50\/0 {
  background-color: rgb(253 234 232 / 0);
}

.bg-thermor-red-50\/10 {
  background-color: rgb(253 234 232 / 0.1);
}

.bg-thermor-red-50\/100 {
  background-color: rgb(253 234 232 / 1);
}

.bg-thermor-red-50\/15 {
  background-color: rgb(253 234 232 / 0.15);
}

.bg-thermor-red-50\/20 {
  background-color: rgb(253 234 232 / 0.2);
}

.bg-thermor-red-50\/25 {
  background-color: rgb(253 234 232 / 0.25);
}

.bg-thermor-red-50\/30 {
  background-color: rgb(253 234 232 / 0.3);
}

.bg-thermor-red-50\/35 {
  background-color: rgb(253 234 232 / 0.35);
}

.bg-thermor-red-50\/40 {
  background-color: rgb(253 234 232 / 0.4);
}

.bg-thermor-red-50\/45 {
  background-color: rgb(253 234 232 / 0.45);
}

.bg-thermor-red-50\/5 {
  background-color: rgb(253 234 232 / 0.05);
}

.bg-thermor-red-50\/50 {
  background-color: rgb(253 234 232 / 0.5);
}

.bg-thermor-red-50\/55 {
  background-color: rgb(253 234 232 / 0.55);
}

.bg-thermor-red-50\/60 {
  background-color: rgb(253 234 232 / 0.6);
}

.bg-thermor-red-50\/65 {
  background-color: rgb(253 234 232 / 0.65);
}

.bg-thermor-red-50\/70 {
  background-color: rgb(253 234 232 / 0.7);
}

.bg-thermor-red-50\/75 {
  background-color: rgb(253 234 232 / 0.75);
}

.bg-thermor-red-50\/80 {
  background-color: rgb(253 234 232 / 0.8);
}

.bg-thermor-red-50\/85 {
  background-color: rgb(253 234 232 / 0.85);
}

.bg-thermor-red-50\/90 {
  background-color: rgb(253 234 232 / 0.9);
}

.bg-thermor-red-50\/95 {
  background-color: rgb(253 234 232 / 0.95);
}

.bg-thermor-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 40 20 / var(--tw-bg-opacity, 1));
}

.bg-thermor-red-500\/0 {
  background-color: rgb(230 40 20 / 0);
}

.bg-thermor-red-500\/10 {
  background-color: rgb(230 40 20 / 0.1);
}

.bg-thermor-red-500\/100 {
  background-color: rgb(230 40 20 / 1);
}

.bg-thermor-red-500\/15 {
  background-color: rgb(230 40 20 / 0.15);
}

.bg-thermor-red-500\/20 {
  background-color: rgb(230 40 20 / 0.2);
}

.bg-thermor-red-500\/25 {
  background-color: rgb(230 40 20 / 0.25);
}

.bg-thermor-red-500\/30 {
  background-color: rgb(230 40 20 / 0.3);
}

.bg-thermor-red-500\/35 {
  background-color: rgb(230 40 20 / 0.35);
}

.bg-thermor-red-500\/40 {
  background-color: rgb(230 40 20 / 0.4);
}

.bg-thermor-red-500\/45 {
  background-color: rgb(230 40 20 / 0.45);
}

.bg-thermor-red-500\/5 {
  background-color: rgb(230 40 20 / 0.05);
}

.bg-thermor-red-500\/50 {
  background-color: rgb(230 40 20 / 0.5);
}

.bg-thermor-red-500\/55 {
  background-color: rgb(230 40 20 / 0.55);
}

.bg-thermor-red-500\/60 {
  background-color: rgb(230 40 20 / 0.6);
}

.bg-thermor-red-500\/65 {
  background-color: rgb(230 40 20 / 0.65);
}

.bg-thermor-red-500\/70 {
  background-color: rgb(230 40 20 / 0.7);
}

.bg-thermor-red-500\/75 {
  background-color: rgb(230 40 20 / 0.75);
}

.bg-thermor-red-500\/80 {
  background-color: rgb(230 40 20 / 0.8);
}

.bg-thermor-red-500\/85 {
  background-color: rgb(230 40 20 / 0.85);
}

.bg-thermor-red-500\/90 {
  background-color: rgb(230 40 20 / 0.9);
}

.bg-thermor-red-500\/95 {
  background-color: rgb(230 40 20 / 0.95);
}

.bg-thermor-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(183 33 16 / var(--tw-bg-opacity, 1));
}

.bg-thermor-red-600\/0 {
  background-color: rgb(183 33 16 / 0);
}

.bg-thermor-red-600\/10 {
  background-color: rgb(183 33 16 / 0.1);
}

.bg-thermor-red-600\/100 {
  background-color: rgb(183 33 16 / 1);
}

.bg-thermor-red-600\/15 {
  background-color: rgb(183 33 16 / 0.15);
}

.bg-thermor-red-600\/20 {
  background-color: rgb(183 33 16 / 0.2);
}

.bg-thermor-red-600\/25 {
  background-color: rgb(183 33 16 / 0.25);
}

.bg-thermor-red-600\/30 {
  background-color: rgb(183 33 16 / 0.3);
}

.bg-thermor-red-600\/35 {
  background-color: rgb(183 33 16 / 0.35);
}

.bg-thermor-red-600\/40 {
  background-color: rgb(183 33 16 / 0.4);
}

.bg-thermor-red-600\/45 {
  background-color: rgb(183 33 16 / 0.45);
}

.bg-thermor-red-600\/5 {
  background-color: rgb(183 33 16 / 0.05);
}

.bg-thermor-red-600\/50 {
  background-color: rgb(183 33 16 / 0.5);
}

.bg-thermor-red-600\/55 {
  background-color: rgb(183 33 16 / 0.55);
}

.bg-thermor-red-600\/60 {
  background-color: rgb(183 33 16 / 0.6);
}

.bg-thermor-red-600\/65 {
  background-color: rgb(183 33 16 / 0.65);
}

.bg-thermor-red-600\/70 {
  background-color: rgb(183 33 16 / 0.7);
}

.bg-thermor-red-600\/75 {
  background-color: rgb(183 33 16 / 0.75);
}

.bg-thermor-red-600\/80 {
  background-color: rgb(183 33 16 / 0.8);
}

.bg-thermor-red-600\/85 {
  background-color: rgb(183 33 16 / 0.85);
}

.bg-thermor-red-600\/90 {
  background-color: rgb(183 33 16 / 0.9);
}

.bg-thermor-red-600\/95 {
  background-color: rgb(183 33 16 / 0.95);
}

.bg-thermor-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 12 / var(--tw-bg-opacity, 1));
}

.bg-thermor-red-700\/0 {
  background-color: rgb(136 24 12 / 0);
}

.bg-thermor-red-700\/10 {
  background-color: rgb(136 24 12 / 0.1);
}

.bg-thermor-red-700\/100 {
  background-color: rgb(136 24 12 / 1);
}

.bg-thermor-red-700\/15 {
  background-color: rgb(136 24 12 / 0.15);
}

.bg-thermor-red-700\/20 {
  background-color: rgb(136 24 12 / 0.2);
}

.bg-thermor-red-700\/25 {
  background-color: rgb(136 24 12 / 0.25);
}

.bg-thermor-red-700\/30 {
  background-color: rgb(136 24 12 / 0.3);
}

.bg-thermor-red-700\/35 {
  background-color: rgb(136 24 12 / 0.35);
}

.bg-thermor-red-700\/40 {
  background-color: rgb(136 24 12 / 0.4);
}

.bg-thermor-red-700\/45 {
  background-color: rgb(136 24 12 / 0.45);
}

.bg-thermor-red-700\/5 {
  background-color: rgb(136 24 12 / 0.05);
}

.bg-thermor-red-700\/50 {
  background-color: rgb(136 24 12 / 0.5);
}

.bg-thermor-red-700\/55 {
  background-color: rgb(136 24 12 / 0.55);
}

.bg-thermor-red-700\/60 {
  background-color: rgb(136 24 12 / 0.6);
}

.bg-thermor-red-700\/65 {
  background-color: rgb(136 24 12 / 0.65);
}

.bg-thermor-red-700\/70 {
  background-color: rgb(136 24 12 / 0.7);
}

.bg-thermor-red-700\/75 {
  background-color: rgb(136 24 12 / 0.75);
}

.bg-thermor-red-700\/80 {
  background-color: rgb(136 24 12 / 0.8);
}

.bg-thermor-red-700\/85 {
  background-color: rgb(136 24 12 / 0.85);
}

.bg-thermor-red-700\/90 {
  background-color: rgb(136 24 12 / 0.9);
}

.bg-thermor-red-700\/95 {
  background-color: rgb(136 24 12 / 0.95);
}

.bg-thermor-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 17 8 / var(--tw-bg-opacity, 1));
}

.bg-thermor-red-800\/0 {
  background-color: rgb(94 17 8 / 0);
}

.bg-thermor-red-800\/10 {
  background-color: rgb(94 17 8 / 0.1);
}

.bg-thermor-red-800\/100 {
  background-color: rgb(94 17 8 / 1);
}

.bg-thermor-red-800\/15 {
  background-color: rgb(94 17 8 / 0.15);
}

.bg-thermor-red-800\/20 {
  background-color: rgb(94 17 8 / 0.2);
}

.bg-thermor-red-800\/25 {
  background-color: rgb(94 17 8 / 0.25);
}

.bg-thermor-red-800\/30 {
  background-color: rgb(94 17 8 / 0.3);
}

.bg-thermor-red-800\/35 {
  background-color: rgb(94 17 8 / 0.35);
}

.bg-thermor-red-800\/40 {
  background-color: rgb(94 17 8 / 0.4);
}

.bg-thermor-red-800\/45 {
  background-color: rgb(94 17 8 / 0.45);
}

.bg-thermor-red-800\/5 {
  background-color: rgb(94 17 8 / 0.05);
}

.bg-thermor-red-800\/50 {
  background-color: rgb(94 17 8 / 0.5);
}

.bg-thermor-red-800\/55 {
  background-color: rgb(94 17 8 / 0.55);
}

.bg-thermor-red-800\/60 {
  background-color: rgb(94 17 8 / 0.6);
}

.bg-thermor-red-800\/65 {
  background-color: rgb(94 17 8 / 0.65);
}

.bg-thermor-red-800\/70 {
  background-color: rgb(94 17 8 / 0.7);
}

.bg-thermor-red-800\/75 {
  background-color: rgb(94 17 8 / 0.75);
}

.bg-thermor-red-800\/80 {
  background-color: rgb(94 17 8 / 0.8);
}

.bg-thermor-red-800\/85 {
  background-color: rgb(94 17 8 / 0.85);
}

.bg-thermor-red-800\/90 {
  background-color: rgb(94 17 8 / 0.9);
}

.bg-thermor-red-800\/95 {
  background-color: rgb(94 17 8 / 0.95);
}

.bg-thermor-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(47 8 4 / var(--tw-bg-opacity, 1));
}

.bg-thermor-red-900\/0 {
  background-color: rgb(47 8 4 / 0);
}

.bg-thermor-red-900\/10 {
  background-color: rgb(47 8 4 / 0.1);
}

.bg-thermor-red-900\/100 {
  background-color: rgb(47 8 4 / 1);
}

.bg-thermor-red-900\/15 {
  background-color: rgb(47 8 4 / 0.15);
}

.bg-thermor-red-900\/20 {
  background-color: rgb(47 8 4 / 0.2);
}

.bg-thermor-red-900\/25 {
  background-color: rgb(47 8 4 / 0.25);
}

.bg-thermor-red-900\/30 {
  background-color: rgb(47 8 4 / 0.3);
}

.bg-thermor-red-900\/35 {
  background-color: rgb(47 8 4 / 0.35);
}

.bg-thermor-red-900\/40 {
  background-color: rgb(47 8 4 / 0.4);
}

.bg-thermor-red-900\/45 {
  background-color: rgb(47 8 4 / 0.45);
}

.bg-thermor-red-900\/5 {
  background-color: rgb(47 8 4 / 0.05);
}

.bg-thermor-red-900\/50 {
  background-color: rgb(47 8 4 / 0.5);
}

.bg-thermor-red-900\/55 {
  background-color: rgb(47 8 4 / 0.55);
}

.bg-thermor-red-900\/60 {
  background-color: rgb(47 8 4 / 0.6);
}

.bg-thermor-red-900\/65 {
  background-color: rgb(47 8 4 / 0.65);
}

.bg-thermor-red-900\/70 {
  background-color: rgb(47 8 4 / 0.7);
}

.bg-thermor-red-900\/75 {
  background-color: rgb(47 8 4 / 0.75);
}

.bg-thermor-red-900\/80 {
  background-color: rgb(47 8 4 / 0.8);
}

.bg-thermor-red-900\/85 {
  background-color: rgb(47 8 4 / 0.85);
}

.bg-thermor-red-900\/90 {
  background-color: rgb(47 8 4 / 0.9);
}

.bg-thermor-red-900\/95 {
  background-color: rgb(47 8 4 / 0.95);
}

.bg-thermor-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 4 2 / var(--tw-bg-opacity, 1));
}

.bg-thermor-red-950\/0 {
  background-color: rgb(23 4 2 / 0);
}

.bg-thermor-red-950\/10 {
  background-color: rgb(23 4 2 / 0.1);
}

.bg-thermor-red-950\/100 {
  background-color: rgb(23 4 2 / 1);
}

.bg-thermor-red-950\/15 {
  background-color: rgb(23 4 2 / 0.15);
}

.bg-thermor-red-950\/20 {
  background-color: rgb(23 4 2 / 0.2);
}

.bg-thermor-red-950\/25 {
  background-color: rgb(23 4 2 / 0.25);
}

.bg-thermor-red-950\/30 {
  background-color: rgb(23 4 2 / 0.3);
}

.bg-thermor-red-950\/35 {
  background-color: rgb(23 4 2 / 0.35);
}

.bg-thermor-red-950\/40 {
  background-color: rgb(23 4 2 / 0.4);
}

.bg-thermor-red-950\/45 {
  background-color: rgb(23 4 2 / 0.45);
}

.bg-thermor-red-950\/5 {
  background-color: rgb(23 4 2 / 0.05);
}

.bg-thermor-red-950\/50 {
  background-color: rgb(23 4 2 / 0.5);
}

.bg-thermor-red-950\/55 {
  background-color: rgb(23 4 2 / 0.55);
}

.bg-thermor-red-950\/60 {
  background-color: rgb(23 4 2 / 0.6);
}

.bg-thermor-red-950\/65 {
  background-color: rgb(23 4 2 / 0.65);
}

.bg-thermor-red-950\/70 {
  background-color: rgb(23 4 2 / 0.7);
}

.bg-thermor-red-950\/75 {
  background-color: rgb(23 4 2 / 0.75);
}

.bg-thermor-red-950\/80 {
  background-color: rgb(23 4 2 / 0.8);
}

.bg-thermor-red-950\/85 {
  background-color: rgb(23 4 2 / 0.85);
}

.bg-thermor-red-950\/90 {
  background-color: rgb(23 4 2 / 0.9);
}

.bg-thermor-red-950\/95 {
  background-color: rgb(23 4 2 / 0.95);
}

.bg-thermor-red\/0 {
  background-color: rgb(230 40 20 / 0);
}

.bg-thermor-red\/10 {
  background-color: rgb(230 40 20 / 0.1);
}

.bg-thermor-red\/100 {
  background-color: rgb(230 40 20 / 1);
}

.bg-thermor-red\/15 {
  background-color: rgb(230 40 20 / 0.15);
}

.bg-thermor-red\/20 {
  background-color: rgb(230 40 20 / 0.2);
}

.bg-thermor-red\/25 {
  background-color: rgb(230 40 20 / 0.25);
}

.bg-thermor-red\/30 {
  background-color: rgb(230 40 20 / 0.3);
}

.bg-thermor-red\/35 {
  background-color: rgb(230 40 20 / 0.35);
}

.bg-thermor-red\/40 {
  background-color: rgb(230 40 20 / 0.4);
}

.bg-thermor-red\/45 {
  background-color: rgb(230 40 20 / 0.45);
}

.bg-thermor-red\/5 {
  background-color: rgb(230 40 20 / 0.05);
}

.bg-thermor-red\/50 {
  background-color: rgb(230 40 20 / 0.5);
}

.bg-thermor-red\/55 {
  background-color: rgb(230 40 20 / 0.55);
}

.bg-thermor-red\/60 {
  background-color: rgb(230 40 20 / 0.6);
}

.bg-thermor-red\/65 {
  background-color: rgb(230 40 20 / 0.65);
}

.bg-thermor-red\/70 {
  background-color: rgb(230 40 20 / 0.7);
}

.bg-thermor-red\/75 {
  background-color: rgb(230 40 20 / 0.75);
}

.bg-thermor-red\/80 {
  background-color: rgb(230 40 20 / 0.8);
}

.bg-thermor-red\/85 {
  background-color: rgb(230 40 20 / 0.85);
}

.bg-thermor-red\/90 {
  background-color: rgb(230 40 20 / 0.9);
}

.bg-thermor-red\/95 {
  background-color: rgb(230 40 20 / 0.95);
}

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

.bg-thermor-white\/0 {
  background-color: rgb(255 255 255 / 0);
}

.bg-thermor-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-thermor-white\/100 {
  background-color: rgb(255 255 255 / 1);
}

.bg-thermor-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

.bg-thermor-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-thermor-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-thermor-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-thermor-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}

.bg-thermor-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-thermor-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}

.bg-thermor-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-thermor-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-thermor-white\/55 {
  background-color: rgb(255 255 255 / 0.55);
}

.bg-thermor-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-thermor-white\/65 {
  background-color: rgb(255 255 255 / 0.65);
}

.bg-thermor-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-thermor-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-thermor-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-thermor-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}

.bg-thermor-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-thermor-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-thermor-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(243 164 27 / var(--tw-bg-opacity, 1));
}

.bg-thermor-yellow\/0 {
  background-color: rgb(243 164 27 / 0);
}

.bg-thermor-yellow\/10 {
  background-color: rgb(243 164 27 / 0.1);
}

.bg-thermor-yellow\/100 {
  background-color: rgb(243 164 27 / 1);
}

.bg-thermor-yellow\/15 {
  background-color: rgb(243 164 27 / 0.15);
}

.bg-thermor-yellow\/20 {
  background-color: rgb(243 164 27 / 0.2);
}

.bg-thermor-yellow\/25 {
  background-color: rgb(243 164 27 / 0.25);
}

.bg-thermor-yellow\/30 {
  background-color: rgb(243 164 27 / 0.3);
}

.bg-thermor-yellow\/35 {
  background-color: rgb(243 164 27 / 0.35);
}

.bg-thermor-yellow\/40 {
  background-color: rgb(243 164 27 / 0.4);
}

.bg-thermor-yellow\/45 {
  background-color: rgb(243 164 27 / 0.45);
}

.bg-thermor-yellow\/5 {
  background-color: rgb(243 164 27 / 0.05);
}

.bg-thermor-yellow\/50 {
  background-color: rgb(243 164 27 / 0.5);
}

.bg-thermor-yellow\/55 {
  background-color: rgb(243 164 27 / 0.55);
}

.bg-thermor-yellow\/60 {
  background-color: rgb(243 164 27 / 0.6);
}

.bg-thermor-yellow\/65 {
  background-color: rgb(243 164 27 / 0.65);
}

.bg-thermor-yellow\/70 {
  background-color: rgb(243 164 27 / 0.7);
}

.bg-thermor-yellow\/75 {
  background-color: rgb(243 164 27 / 0.75);
}

.bg-thermor-yellow\/80 {
  background-color: rgb(243 164 27 / 0.8);
}

.bg-thermor-yellow\/85 {
  background-color: rgb(243 164 27 / 0.85);
}

.bg-thermor-yellow\/90 {
  background-color: rgb(243 164 27 / 0.9);
}

.bg-thermor-yellow\/95 {
  background-color: rgb(243 164 27 / 0.95);
}

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

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

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

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

.fill-thermor-grey-medium {
  fill: #3B3C3D;
}

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

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

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

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

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

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

.pb-28 {
  padding-bottom: 7rem;
}

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

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

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

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

.ps-10 {
  padding-inline-start: 2.5rem;
}

.ps-2 {
  padding-inline-start: 0.5rem;
}

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

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

.pt-10 {
  padding-top: 2.5rem;
}

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

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

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

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

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

.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-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

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

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-thermor-beige {
  --tw-text-opacity: 1;
  color: rgb(243 244 235 / var(--tw-text-opacity, 1));
}

.text-thermor-beige-dark {
  --tw-text-opacity: 1;
  color: rgb(229 230 217 / var(--tw-text-opacity, 1));
}

.text-thermor-beige-dark\/0 {
  color: rgb(229 230 217 / 0);
}

.text-thermor-beige-dark\/10 {
  color: rgb(229 230 217 / 0.1);
}

.text-thermor-beige-dark\/100 {
  color: rgb(229 230 217 / 1);
}

.text-thermor-beige-dark\/15 {
  color: rgb(229 230 217 / 0.15);
}

.text-thermor-beige-dark\/20 {
  color: rgb(229 230 217 / 0.2);
}

.text-thermor-beige-dark\/25 {
  color: rgb(229 230 217 / 0.25);
}

.text-thermor-beige-dark\/30 {
  color: rgb(229 230 217 / 0.3);
}

.text-thermor-beige-dark\/35 {
  color: rgb(229 230 217 / 0.35);
}

.text-thermor-beige-dark\/40 {
  color: rgb(229 230 217 / 0.4);
}

.text-thermor-beige-dark\/45 {
  color: rgb(229 230 217 / 0.45);
}

.text-thermor-beige-dark\/5 {
  color: rgb(229 230 217 / 0.05);
}

.text-thermor-beige-dark\/50 {
  color: rgb(229 230 217 / 0.5);
}

.text-thermor-beige-dark\/55 {
  color: rgb(229 230 217 / 0.55);
}

.text-thermor-beige-dark\/60 {
  color: rgb(229 230 217 / 0.6);
}

.text-thermor-beige-dark\/65 {
  color: rgb(229 230 217 / 0.65);
}

.text-thermor-beige-dark\/70 {
  color: rgb(229 230 217 / 0.7);
}

.text-thermor-beige-dark\/75 {
  color: rgb(229 230 217 / 0.75);
}

.text-thermor-beige-dark\/80 {
  color: rgb(229 230 217 / 0.8);
}

.text-thermor-beige-dark\/85 {
  color: rgb(229 230 217 / 0.85);
}

.text-thermor-beige-dark\/90 {
  color: rgb(229 230 217 / 0.9);
}

.text-thermor-beige-dark\/95 {
  color: rgb(229 230 217 / 0.95);
}

.text-thermor-beige-light {
  --tw-text-opacity: 1;
  color: rgb(242 227 208 / var(--tw-text-opacity, 1));
}

.text-thermor-beige-light\/0 {
  color: rgb(242 227 208 / 0);
}

.text-thermor-beige-light\/10 {
  color: rgb(242 227 208 / 0.1);
}

.text-thermor-beige-light\/100 {
  color: rgb(242 227 208 / 1);
}

.text-thermor-beige-light\/15 {
  color: rgb(242 227 208 / 0.15);
}

.text-thermor-beige-light\/20 {
  color: rgb(242 227 208 / 0.2);
}

.text-thermor-beige-light\/25 {
  color: rgb(242 227 208 / 0.25);
}

.text-thermor-beige-light\/30 {
  color: rgb(242 227 208 / 0.3);
}

.text-thermor-beige-light\/35 {
  color: rgb(242 227 208 / 0.35);
}

.text-thermor-beige-light\/40 {
  color: rgb(242 227 208 / 0.4);
}

.text-thermor-beige-light\/45 {
  color: rgb(242 227 208 / 0.45);
}

.text-thermor-beige-light\/5 {
  color: rgb(242 227 208 / 0.05);
}

.text-thermor-beige-light\/50 {
  color: rgb(242 227 208 / 0.5);
}

.text-thermor-beige-light\/55 {
  color: rgb(242 227 208 / 0.55);
}

.text-thermor-beige-light\/60 {
  color: rgb(242 227 208 / 0.6);
}

.text-thermor-beige-light\/65 {
  color: rgb(242 227 208 / 0.65);
}

.text-thermor-beige-light\/70 {
  color: rgb(242 227 208 / 0.7);
}

.text-thermor-beige-light\/75 {
  color: rgb(242 227 208 / 0.75);
}

.text-thermor-beige-light\/80 {
  color: rgb(242 227 208 / 0.8);
}

.text-thermor-beige-light\/85 {
  color: rgb(242 227 208 / 0.85);
}

.text-thermor-beige-light\/90 {
  color: rgb(242 227 208 / 0.9);
}

.text-thermor-beige-light\/95 {
  color: rgb(242 227 208 / 0.95);
}

.text-thermor-beige\/0 {
  color: rgb(243 244 235 / 0);
}

.text-thermor-beige\/10 {
  color: rgb(243 244 235 / 0.1);
}

.text-thermor-beige\/100 {
  color: rgb(243 244 235 / 1);
}

.text-thermor-beige\/15 {
  color: rgb(243 244 235 / 0.15);
}

.text-thermor-beige\/20 {
  color: rgb(243 244 235 / 0.2);
}

.text-thermor-beige\/25 {
  color: rgb(243 244 235 / 0.25);
}

.text-thermor-beige\/30 {
  color: rgb(243 244 235 / 0.3);
}

.text-thermor-beige\/35 {
  color: rgb(243 244 235 / 0.35);
}

.text-thermor-beige\/40 {
  color: rgb(243 244 235 / 0.4);
}

.text-thermor-beige\/45 {
  color: rgb(243 244 235 / 0.45);
}

.text-thermor-beige\/5 {
  color: rgb(243 244 235 / 0.05);
}

.text-thermor-beige\/50 {
  color: rgb(243 244 235 / 0.5);
}

.text-thermor-beige\/55 {
  color: rgb(243 244 235 / 0.55);
}

.text-thermor-beige\/60 {
  color: rgb(243 244 235 / 0.6);
}

.text-thermor-beige\/65 {
  color: rgb(243 244 235 / 0.65);
}

.text-thermor-beige\/70 {
  color: rgb(243 244 235 / 0.7);
}

.text-thermor-beige\/75 {
  color: rgb(243 244 235 / 0.75);
}

.text-thermor-beige\/80 {
  color: rgb(243 244 235 / 0.8);
}

.text-thermor-beige\/85 {
  color: rgb(243 244 235 / 0.85);
}

.text-thermor-beige\/90 {
  color: rgb(243 244 235 / 0.9);
}

.text-thermor-beige\/95 {
  color: rgb(243 244 235 / 0.95);
}

.text-thermor-green {
  --tw-text-opacity: 1;
  color: rgb(76 144 8 / var(--tw-text-opacity, 1));
}

.text-thermor-green-accepted {
  --tw-text-opacity: 1;
  color: rgb(0 182 155 / var(--tw-text-opacity, 1));
}

.text-thermor-green-accepted\/0 {
  color: rgb(0 182 155 / 0);
}

.text-thermor-green-accepted\/10 {
  color: rgb(0 182 155 / 0.1);
}

.text-thermor-green-accepted\/100 {
  color: rgb(0 182 155 / 1);
}

.text-thermor-green-accepted\/15 {
  color: rgb(0 182 155 / 0.15);
}

.text-thermor-green-accepted\/20 {
  color: rgb(0 182 155 / 0.2);
}

.text-thermor-green-accepted\/25 {
  color: rgb(0 182 155 / 0.25);
}

.text-thermor-green-accepted\/30 {
  color: rgb(0 182 155 / 0.3);
}

.text-thermor-green-accepted\/35 {
  color: rgb(0 182 155 / 0.35);
}

.text-thermor-green-accepted\/40 {
  color: rgb(0 182 155 / 0.4);
}

.text-thermor-green-accepted\/45 {
  color: rgb(0 182 155 / 0.45);
}

.text-thermor-green-accepted\/5 {
  color: rgb(0 182 155 / 0.05);
}

.text-thermor-green-accepted\/50 {
  color: rgb(0 182 155 / 0.5);
}

.text-thermor-green-accepted\/55 {
  color: rgb(0 182 155 / 0.55);
}

.text-thermor-green-accepted\/60 {
  color: rgb(0 182 155 / 0.6);
}

.text-thermor-green-accepted\/65 {
  color: rgb(0 182 155 / 0.65);
}

.text-thermor-green-accepted\/70 {
  color: rgb(0 182 155 / 0.7);
}

.text-thermor-green-accepted\/75 {
  color: rgb(0 182 155 / 0.75);
}

.text-thermor-green-accepted\/80 {
  color: rgb(0 182 155 / 0.8);
}

.text-thermor-green-accepted\/85 {
  color: rgb(0 182 155 / 0.85);
}

.text-thermor-green-accepted\/90 {
  color: rgb(0 182 155 / 0.9);
}

.text-thermor-green-accepted\/95 {
  color: rgb(0 182 155 / 0.95);
}

.text-thermor-green\/0 {
  color: rgb(76 144 8 / 0);
}

.text-thermor-green\/10 {
  color: rgb(76 144 8 / 0.1);
}

.text-thermor-green\/100 {
  color: rgb(76 144 8 / 1);
}

.text-thermor-green\/15 {
  color: rgb(76 144 8 / 0.15);
}

.text-thermor-green\/20 {
  color: rgb(76 144 8 / 0.2);
}

.text-thermor-green\/25 {
  color: rgb(76 144 8 / 0.25);
}

.text-thermor-green\/30 {
  color: rgb(76 144 8 / 0.3);
}

.text-thermor-green\/35 {
  color: rgb(76 144 8 / 0.35);
}

.text-thermor-green\/40 {
  color: rgb(76 144 8 / 0.4);
}

.text-thermor-green\/45 {
  color: rgb(76 144 8 / 0.45);
}

.text-thermor-green\/5 {
  color: rgb(76 144 8 / 0.05);
}

.text-thermor-green\/50 {
  color: rgb(76 144 8 / 0.5);
}

.text-thermor-green\/55 {
  color: rgb(76 144 8 / 0.55);
}

.text-thermor-green\/60 {
  color: rgb(76 144 8 / 0.6);
}

.text-thermor-green\/65 {
  color: rgb(76 144 8 / 0.65);
}

.text-thermor-green\/70 {
  color: rgb(76 144 8 / 0.7);
}

.text-thermor-green\/75 {
  color: rgb(76 144 8 / 0.75);
}

.text-thermor-green\/80 {
  color: rgb(76 144 8 / 0.8);
}

.text-thermor-green\/85 {
  color: rgb(76 144 8 / 0.85);
}

.text-thermor-green\/90 {
  color: rgb(76 144 8 / 0.9);
}

.text-thermor-green\/95 {
  color: rgb(76 144 8 / 0.95);
}

.text-thermor-grey {
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity, 1));
}

.text-thermor-grey-dark {
  --tw-text-opacity: 1;
  color: rgb(53 55 59 / var(--tw-text-opacity, 1));
}

.text-thermor-grey-dark\/0 {
  color: rgb(53 55 59 / 0);
}

.text-thermor-grey-dark\/10 {
  color: rgb(53 55 59 / 0.1);
}

.text-thermor-grey-dark\/100 {
  color: rgb(53 55 59 / 1);
}

.text-thermor-grey-dark\/15 {
  color: rgb(53 55 59 / 0.15);
}

.text-thermor-grey-dark\/20 {
  color: rgb(53 55 59 / 0.2);
}

.text-thermor-grey-dark\/25 {
  color: rgb(53 55 59 / 0.25);
}

.text-thermor-grey-dark\/30 {
  color: rgb(53 55 59 / 0.3);
}

.text-thermor-grey-dark\/35 {
  color: rgb(53 55 59 / 0.35);
}

.text-thermor-grey-dark\/40 {
  color: rgb(53 55 59 / 0.4);
}

.text-thermor-grey-dark\/45 {
  color: rgb(53 55 59 / 0.45);
}

.text-thermor-grey-dark\/5 {
  color: rgb(53 55 59 / 0.05);
}

.text-thermor-grey-dark\/50 {
  color: rgb(53 55 59 / 0.5);
}

.text-thermor-grey-dark\/55 {
  color: rgb(53 55 59 / 0.55);
}

.text-thermor-grey-dark\/60 {
  color: rgb(53 55 59 / 0.6);
}

.text-thermor-grey-dark\/65 {
  color: rgb(53 55 59 / 0.65);
}

.text-thermor-grey-dark\/70 {
  color: rgb(53 55 59 / 0.7);
}

.text-thermor-grey-dark\/75 {
  color: rgb(53 55 59 / 0.75);
}

.text-thermor-grey-dark\/80 {
  color: rgb(53 55 59 / 0.8);
}

.text-thermor-grey-dark\/85 {
  color: rgb(53 55 59 / 0.85);
}

.text-thermor-grey-dark\/90 {
  color: rgb(53 55 59 / 0.9);
}

.text-thermor-grey-dark\/95 {
  color: rgb(53 55 59 / 0.95);
}

.text-thermor-grey-light {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

.text-thermor-grey-light\/0 {
  color: rgb(217 217 217 / 0);
}

.text-thermor-grey-light\/10 {
  color: rgb(217 217 217 / 0.1);
}

.text-thermor-grey-light\/100 {
  color: rgb(217 217 217 / 1);
}

.text-thermor-grey-light\/15 {
  color: rgb(217 217 217 / 0.15);
}

.text-thermor-grey-light\/20 {
  color: rgb(217 217 217 / 0.2);
}

.text-thermor-grey-light\/25 {
  color: rgb(217 217 217 / 0.25);
}

.text-thermor-grey-light\/30 {
  color: rgb(217 217 217 / 0.3);
}

.text-thermor-grey-light\/35 {
  color: rgb(217 217 217 / 0.35);
}

.text-thermor-grey-light\/40 {
  color: rgb(217 217 217 / 0.4);
}

.text-thermor-grey-light\/45 {
  color: rgb(217 217 217 / 0.45);
}

.text-thermor-grey-light\/5 {
  color: rgb(217 217 217 / 0.05);
}

.text-thermor-grey-light\/50 {
  color: rgb(217 217 217 / 0.5);
}

.text-thermor-grey-light\/55 {
  color: rgb(217 217 217 / 0.55);
}

.text-thermor-grey-light\/60 {
  color: rgb(217 217 217 / 0.6);
}

.text-thermor-grey-light\/65 {
  color: rgb(217 217 217 / 0.65);
}

.text-thermor-grey-light\/70 {
  color: rgb(217 217 217 / 0.7);
}

.text-thermor-grey-light\/75 {
  color: rgb(217 217 217 / 0.75);
}

.text-thermor-grey-light\/80 {
  color: rgb(217 217 217 / 0.8);
}

.text-thermor-grey-light\/85 {
  color: rgb(217 217 217 / 0.85);
}

.text-thermor-grey-light\/90 {
  color: rgb(217 217 217 / 0.9);
}

.text-thermor-grey-light\/95 {
  color: rgb(217 217 217 / 0.95);
}

.text-thermor-grey-medium {
  --tw-text-opacity: 1;
  color: rgb(59 60 61 / var(--tw-text-opacity, 1));
}

.text-thermor-grey-medium\/0 {
  color: rgb(59 60 61 / 0);
}

.text-thermor-grey-medium\/10 {
  color: rgb(59 60 61 / 0.1);
}

.text-thermor-grey-medium\/100 {
  color: rgb(59 60 61 / 1);
}

.text-thermor-grey-medium\/15 {
  color: rgb(59 60 61 / 0.15);
}

.text-thermor-grey-medium\/20 {
  color: rgb(59 60 61 / 0.2);
}

.text-thermor-grey-medium\/25 {
  color: rgb(59 60 61 / 0.25);
}

.text-thermor-grey-medium\/30 {
  color: rgb(59 60 61 / 0.3);
}

.text-thermor-grey-medium\/35 {
  color: rgb(59 60 61 / 0.35);
}

.text-thermor-grey-medium\/40 {
  color: rgb(59 60 61 / 0.4);
}

.text-thermor-grey-medium\/45 {
  color: rgb(59 60 61 / 0.45);
}

.text-thermor-grey-medium\/5 {
  color: rgb(59 60 61 / 0.05);
}

.text-thermor-grey-medium\/50 {
  color: rgb(59 60 61 / 0.5);
}

.text-thermor-grey-medium\/55 {
  color: rgb(59 60 61 / 0.55);
}

.text-thermor-grey-medium\/60 {
  color: rgb(59 60 61 / 0.6);
}

.text-thermor-grey-medium\/65 {
  color: rgb(59 60 61 / 0.65);
}

.text-thermor-grey-medium\/70 {
  color: rgb(59 60 61 / 0.7);
}

.text-thermor-grey-medium\/75 {
  color: rgb(59 60 61 / 0.75);
}

.text-thermor-grey-medium\/80 {
  color: rgb(59 60 61 / 0.8);
}

.text-thermor-grey-medium\/85 {
  color: rgb(59 60 61 / 0.85);
}

.text-thermor-grey-medium\/90 {
  color: rgb(59 60 61 / 0.9);
}

.text-thermor-grey-medium\/95 {
  color: rgb(59 60 61 / 0.95);
}

.text-thermor-grey\/0 {
  color: rgb(133 133 133 / 0);
}

.text-thermor-grey\/10 {
  color: rgb(133 133 133 / 0.1);
}

.text-thermor-grey\/100 {
  color: rgb(133 133 133 / 1);
}

.text-thermor-grey\/15 {
  color: rgb(133 133 133 / 0.15);
}

.text-thermor-grey\/20 {
  color: rgb(133 133 133 / 0.2);
}

.text-thermor-grey\/25 {
  color: rgb(133 133 133 / 0.25);
}

.text-thermor-grey\/30 {
  color: rgb(133 133 133 / 0.3);
}

.text-thermor-grey\/35 {
  color: rgb(133 133 133 / 0.35);
}

.text-thermor-grey\/40 {
  color: rgb(133 133 133 / 0.4);
}

.text-thermor-grey\/45 {
  color: rgb(133 133 133 / 0.45);
}

.text-thermor-grey\/5 {
  color: rgb(133 133 133 / 0.05);
}

.text-thermor-grey\/50 {
  color: rgb(133 133 133 / 0.5);
}

.text-thermor-grey\/55 {
  color: rgb(133 133 133 / 0.55);
}

.text-thermor-grey\/60 {
  color: rgb(133 133 133 / 0.6);
}

.text-thermor-grey\/65 {
  color: rgb(133 133 133 / 0.65);
}

.text-thermor-grey\/70 {
  color: rgb(133 133 133 / 0.7);
}

.text-thermor-grey\/75 {
  color: rgb(133 133 133 / 0.75);
}

.text-thermor-grey\/80 {
  color: rgb(133 133 133 / 0.8);
}

.text-thermor-grey\/85 {
  color: rgb(133 133 133 / 0.85);
}

.text-thermor-grey\/90 {
  color: rgb(133 133 133 / 0.9);
}

.text-thermor-grey\/95 {
  color: rgb(133 133 133 / 0.95);
}

.text-thermor-red {
  --tw-text-opacity: 1;
  color: rgb(230 40 20 / var(--tw-text-opacity, 1));
}

.text-thermor-red-100 {
  --tw-text-opacity: 1;
  color: rgb(251 212 208 / var(--tw-text-opacity, 1));
}

.text-thermor-red-100\/0 {
  color: rgb(251 212 208 / 0);
}

.text-thermor-red-100\/10 {
  color: rgb(251 212 208 / 0.1);
}

.text-thermor-red-100\/100 {
  color: rgb(251 212 208 / 1);
}

.text-thermor-red-100\/15 {
  color: rgb(251 212 208 / 0.15);
}

.text-thermor-red-100\/20 {
  color: rgb(251 212 208 / 0.2);
}

.text-thermor-red-100\/25 {
  color: rgb(251 212 208 / 0.25);
}

.text-thermor-red-100\/30 {
  color: rgb(251 212 208 / 0.3);
}

.text-thermor-red-100\/35 {
  color: rgb(251 212 208 / 0.35);
}

.text-thermor-red-100\/40 {
  color: rgb(251 212 208 / 0.4);
}

.text-thermor-red-100\/45 {
  color: rgb(251 212 208 / 0.45);
}

.text-thermor-red-100\/5 {
  color: rgb(251 212 208 / 0.05);
}

.text-thermor-red-100\/50 {
  color: rgb(251 212 208 / 0.5);
}

.text-thermor-red-100\/55 {
  color: rgb(251 212 208 / 0.55);
}

.text-thermor-red-100\/60 {
  color: rgb(251 212 208 / 0.6);
}

.text-thermor-red-100\/65 {
  color: rgb(251 212 208 / 0.65);
}

.text-thermor-red-100\/70 {
  color: rgb(251 212 208 / 0.7);
}

.text-thermor-red-100\/75 {
  color: rgb(251 212 208 / 0.75);
}

.text-thermor-red-100\/80 {
  color: rgb(251 212 208 / 0.8);
}

.text-thermor-red-100\/85 {
  color: rgb(251 212 208 / 0.85);
}

.text-thermor-red-100\/90 {
  color: rgb(251 212 208 / 0.9);
}

.text-thermor-red-100\/95 {
  color: rgb(251 212 208 / 0.95);
}

.text-thermor-red-200 {
  --tw-text-opacity: 1;
  color: rgb(247 170 161 / var(--tw-text-opacity, 1));
}

.text-thermor-red-200\/0 {
  color: rgb(247 170 161 / 0);
}

.text-thermor-red-200\/10 {
  color: rgb(247 170 161 / 0.1);
}

.text-thermor-red-200\/100 {
  color: rgb(247 170 161 / 1);
}

.text-thermor-red-200\/15 {
  color: rgb(247 170 161 / 0.15);
}

.text-thermor-red-200\/20 {
  color: rgb(247 170 161 / 0.2);
}

.text-thermor-red-200\/25 {
  color: rgb(247 170 161 / 0.25);
}

.text-thermor-red-200\/30 {
  color: rgb(247 170 161 / 0.3);
}

.text-thermor-red-200\/35 {
  color: rgb(247 170 161 / 0.35);
}

.text-thermor-red-200\/40 {
  color: rgb(247 170 161 / 0.4);
}

.text-thermor-red-200\/45 {
  color: rgb(247 170 161 / 0.45);
}

.text-thermor-red-200\/5 {
  color: rgb(247 170 161 / 0.05);
}

.text-thermor-red-200\/50 {
  color: rgb(247 170 161 / 0.5);
}

.text-thermor-red-200\/55 {
  color: rgb(247 170 161 / 0.55);
}

.text-thermor-red-200\/60 {
  color: rgb(247 170 161 / 0.6);
}

.text-thermor-red-200\/65 {
  color: rgb(247 170 161 / 0.65);
}

.text-thermor-red-200\/70 {
  color: rgb(247 170 161 / 0.7);
}

.text-thermor-red-200\/75 {
  color: rgb(247 170 161 / 0.75);
}

.text-thermor-red-200\/80 {
  color: rgb(247 170 161 / 0.8);
}

.text-thermor-red-200\/85 {
  color: rgb(247 170 161 / 0.85);
}

.text-thermor-red-200\/90 {
  color: rgb(247 170 161 / 0.9);
}

.text-thermor-red-200\/95 {
  color: rgb(247 170 161 / 0.95);
}

.text-thermor-red-300 {
  --tw-text-opacity: 1;
  color: rgb(242 123 110 / var(--tw-text-opacity, 1));
}

.text-thermor-red-300\/0 {
  color: rgb(242 123 110 / 0);
}

.text-thermor-red-300\/10 {
  color: rgb(242 123 110 / 0.1);
}

.text-thermor-red-300\/100 {
  color: rgb(242 123 110 / 1);
}

.text-thermor-red-300\/15 {
  color: rgb(242 123 110 / 0.15);
}

.text-thermor-red-300\/20 {
  color: rgb(242 123 110 / 0.2);
}

.text-thermor-red-300\/25 {
  color: rgb(242 123 110 / 0.25);
}

.text-thermor-red-300\/30 {
  color: rgb(242 123 110 / 0.3);
}

.text-thermor-red-300\/35 {
  color: rgb(242 123 110 / 0.35);
}

.text-thermor-red-300\/40 {
  color: rgb(242 123 110 / 0.4);
}

.text-thermor-red-300\/45 {
  color: rgb(242 123 110 / 0.45);
}

.text-thermor-red-300\/5 {
  color: rgb(242 123 110 / 0.05);
}

.text-thermor-red-300\/50 {
  color: rgb(242 123 110 / 0.5);
}

.text-thermor-red-300\/55 {
  color: rgb(242 123 110 / 0.55);
}

.text-thermor-red-300\/60 {
  color: rgb(242 123 110 / 0.6);
}

.text-thermor-red-300\/65 {
  color: rgb(242 123 110 / 0.65);
}

.text-thermor-red-300\/70 {
  color: rgb(242 123 110 / 0.7);
}

.text-thermor-red-300\/75 {
  color: rgb(242 123 110 / 0.75);
}

.text-thermor-red-300\/80 {
  color: rgb(242 123 110 / 0.8);
}

.text-thermor-red-300\/85 {
  color: rgb(242 123 110 / 0.85);
}

.text-thermor-red-300\/90 {
  color: rgb(242 123 110 / 0.9);
}

.text-thermor-red-300\/95 {
  color: rgb(242 123 110 / 0.95);
}

.text-thermor-red-400 {
  --tw-text-opacity: 1;
  color: rgb(238 80 63 / var(--tw-text-opacity, 1));
}

.text-thermor-red-400\/0 {
  color: rgb(238 80 63 / 0);
}

.text-thermor-red-400\/10 {
  color: rgb(238 80 63 / 0.1);
}

.text-thermor-red-400\/100 {
  color: rgb(238 80 63 / 1);
}

.text-thermor-red-400\/15 {
  color: rgb(238 80 63 / 0.15);
}

.text-thermor-red-400\/20 {
  color: rgb(238 80 63 / 0.2);
}

.text-thermor-red-400\/25 {
  color: rgb(238 80 63 / 0.25);
}

.text-thermor-red-400\/30 {
  color: rgb(238 80 63 / 0.3);
}

.text-thermor-red-400\/35 {
  color: rgb(238 80 63 / 0.35);
}

.text-thermor-red-400\/40 {
  color: rgb(238 80 63 / 0.4);
}

.text-thermor-red-400\/45 {
  color: rgb(238 80 63 / 0.45);
}

.text-thermor-red-400\/5 {
  color: rgb(238 80 63 / 0.05);
}

.text-thermor-red-400\/50 {
  color: rgb(238 80 63 / 0.5);
}

.text-thermor-red-400\/55 {
  color: rgb(238 80 63 / 0.55);
}

.text-thermor-red-400\/60 {
  color: rgb(238 80 63 / 0.6);
}

.text-thermor-red-400\/65 {
  color: rgb(238 80 63 / 0.65);
}

.text-thermor-red-400\/70 {
  color: rgb(238 80 63 / 0.7);
}

.text-thermor-red-400\/75 {
  color: rgb(238 80 63 / 0.75);
}

.text-thermor-red-400\/80 {
  color: rgb(238 80 63 / 0.8);
}

.text-thermor-red-400\/85 {
  color: rgb(238 80 63 / 0.85);
}

.text-thermor-red-400\/90 {
  color: rgb(238 80 63 / 0.9);
}

.text-thermor-red-400\/95 {
  color: rgb(238 80 63 / 0.95);
}

.text-thermor-red-50 {
  --tw-text-opacity: 1;
  color: rgb(253 234 232 / var(--tw-text-opacity, 1));
}

.text-thermor-red-50\/0 {
  color: rgb(253 234 232 / 0);
}

.text-thermor-red-50\/10 {
  color: rgb(253 234 232 / 0.1);
}

.text-thermor-red-50\/100 {
  color: rgb(253 234 232 / 1);
}

.text-thermor-red-50\/15 {
  color: rgb(253 234 232 / 0.15);
}

.text-thermor-red-50\/20 {
  color: rgb(253 234 232 / 0.2);
}

.text-thermor-red-50\/25 {
  color: rgb(253 234 232 / 0.25);
}

.text-thermor-red-50\/30 {
  color: rgb(253 234 232 / 0.3);
}

.text-thermor-red-50\/35 {
  color: rgb(253 234 232 / 0.35);
}

.text-thermor-red-50\/40 {
  color: rgb(253 234 232 / 0.4);
}

.text-thermor-red-50\/45 {
  color: rgb(253 234 232 / 0.45);
}

.text-thermor-red-50\/5 {
  color: rgb(253 234 232 / 0.05);
}

.text-thermor-red-50\/50 {
  color: rgb(253 234 232 / 0.5);
}

.text-thermor-red-50\/55 {
  color: rgb(253 234 232 / 0.55);
}

.text-thermor-red-50\/60 {
  color: rgb(253 234 232 / 0.6);
}

.text-thermor-red-50\/65 {
  color: rgb(253 234 232 / 0.65);
}

.text-thermor-red-50\/70 {
  color: rgb(253 234 232 / 0.7);
}

.text-thermor-red-50\/75 {
  color: rgb(253 234 232 / 0.75);
}

.text-thermor-red-50\/80 {
  color: rgb(253 234 232 / 0.8);
}

.text-thermor-red-50\/85 {
  color: rgb(253 234 232 / 0.85);
}

.text-thermor-red-50\/90 {
  color: rgb(253 234 232 / 0.9);
}

.text-thermor-red-50\/95 {
  color: rgb(253 234 232 / 0.95);
}

.text-thermor-red-500 {
  --tw-text-opacity: 1;
  color: rgb(230 40 20 / var(--tw-text-opacity, 1));
}

.text-thermor-red-500\/0 {
  color: rgb(230 40 20 / 0);
}

.text-thermor-red-500\/10 {
  color: rgb(230 40 20 / 0.1);
}

.text-thermor-red-500\/100 {
  color: rgb(230 40 20 / 1);
}

.text-thermor-red-500\/15 {
  color: rgb(230 40 20 / 0.15);
}

.text-thermor-red-500\/20 {
  color: rgb(230 40 20 / 0.2);
}

.text-thermor-red-500\/25 {
  color: rgb(230 40 20 / 0.25);
}

.text-thermor-red-500\/30 {
  color: rgb(230 40 20 / 0.3);
}

.text-thermor-red-500\/35 {
  color: rgb(230 40 20 / 0.35);
}

.text-thermor-red-500\/40 {
  color: rgb(230 40 20 / 0.4);
}

.text-thermor-red-500\/45 {
  color: rgb(230 40 20 / 0.45);
}

.text-thermor-red-500\/5 {
  color: rgb(230 40 20 / 0.05);
}

.text-thermor-red-500\/50 {
  color: rgb(230 40 20 / 0.5);
}

.text-thermor-red-500\/55 {
  color: rgb(230 40 20 / 0.55);
}

.text-thermor-red-500\/60 {
  color: rgb(230 40 20 / 0.6);
}

.text-thermor-red-500\/65 {
  color: rgb(230 40 20 / 0.65);
}

.text-thermor-red-500\/70 {
  color: rgb(230 40 20 / 0.7);
}

.text-thermor-red-500\/75 {
  color: rgb(230 40 20 / 0.75);
}

.text-thermor-red-500\/80 {
  color: rgb(230 40 20 / 0.8);
}

.text-thermor-red-500\/85 {
  color: rgb(230 40 20 / 0.85);
}

.text-thermor-red-500\/90 {
  color: rgb(230 40 20 / 0.9);
}

.text-thermor-red-500\/95 {
  color: rgb(230 40 20 / 0.95);
}

.text-thermor-red-600 {
  --tw-text-opacity: 1;
  color: rgb(183 33 16 / var(--tw-text-opacity, 1));
}

.text-thermor-red-600\/0 {
  color: rgb(183 33 16 / 0);
}

.text-thermor-red-600\/10 {
  color: rgb(183 33 16 / 0.1);
}

.text-thermor-red-600\/100 {
  color: rgb(183 33 16 / 1);
}

.text-thermor-red-600\/15 {
  color: rgb(183 33 16 / 0.15);
}

.text-thermor-red-600\/20 {
  color: rgb(183 33 16 / 0.2);
}

.text-thermor-red-600\/25 {
  color: rgb(183 33 16 / 0.25);
}

.text-thermor-red-600\/30 {
  color: rgb(183 33 16 / 0.3);
}

.text-thermor-red-600\/35 {
  color: rgb(183 33 16 / 0.35);
}

.text-thermor-red-600\/40 {
  color: rgb(183 33 16 / 0.4);
}

.text-thermor-red-600\/45 {
  color: rgb(183 33 16 / 0.45);
}

.text-thermor-red-600\/5 {
  color: rgb(183 33 16 / 0.05);
}

.text-thermor-red-600\/50 {
  color: rgb(183 33 16 / 0.5);
}

.text-thermor-red-600\/55 {
  color: rgb(183 33 16 / 0.55);
}

.text-thermor-red-600\/60 {
  color: rgb(183 33 16 / 0.6);
}

.text-thermor-red-600\/65 {
  color: rgb(183 33 16 / 0.65);
}

.text-thermor-red-600\/70 {
  color: rgb(183 33 16 / 0.7);
}

.text-thermor-red-600\/75 {
  color: rgb(183 33 16 / 0.75);
}

.text-thermor-red-600\/80 {
  color: rgb(183 33 16 / 0.8);
}

.text-thermor-red-600\/85 {
  color: rgb(183 33 16 / 0.85);
}

.text-thermor-red-600\/90 {
  color: rgb(183 33 16 / 0.9);
}

.text-thermor-red-600\/95 {
  color: rgb(183 33 16 / 0.95);
}

.text-thermor-red-700 {
  --tw-text-opacity: 1;
  color: rgb(136 24 12 / var(--tw-text-opacity, 1));
}

.text-thermor-red-700\/0 {
  color: rgb(136 24 12 / 0);
}

.text-thermor-red-700\/10 {
  color: rgb(136 24 12 / 0.1);
}

.text-thermor-red-700\/100 {
  color: rgb(136 24 12 / 1);
}

.text-thermor-red-700\/15 {
  color: rgb(136 24 12 / 0.15);
}

.text-thermor-red-700\/20 {
  color: rgb(136 24 12 / 0.2);
}

.text-thermor-red-700\/25 {
  color: rgb(136 24 12 / 0.25);
}

.text-thermor-red-700\/30 {
  color: rgb(136 24 12 / 0.3);
}

.text-thermor-red-700\/35 {
  color: rgb(136 24 12 / 0.35);
}

.text-thermor-red-700\/40 {
  color: rgb(136 24 12 / 0.4);
}

.text-thermor-red-700\/45 {
  color: rgb(136 24 12 / 0.45);
}

.text-thermor-red-700\/5 {
  color: rgb(136 24 12 / 0.05);
}

.text-thermor-red-700\/50 {
  color: rgb(136 24 12 / 0.5);
}

.text-thermor-red-700\/55 {
  color: rgb(136 24 12 / 0.55);
}

.text-thermor-red-700\/60 {
  color: rgb(136 24 12 / 0.6);
}

.text-thermor-red-700\/65 {
  color: rgb(136 24 12 / 0.65);
}

.text-thermor-red-700\/70 {
  color: rgb(136 24 12 / 0.7);
}

.text-thermor-red-700\/75 {
  color: rgb(136 24 12 / 0.75);
}

.text-thermor-red-700\/80 {
  color: rgb(136 24 12 / 0.8);
}

.text-thermor-red-700\/85 {
  color: rgb(136 24 12 / 0.85);
}

.text-thermor-red-700\/90 {
  color: rgb(136 24 12 / 0.9);
}

.text-thermor-red-700\/95 {
  color: rgb(136 24 12 / 0.95);
}

.text-thermor-red-800 {
  --tw-text-opacity: 1;
  color: rgb(94 17 8 / var(--tw-text-opacity, 1));
}

.text-thermor-red-800\/0 {
  color: rgb(94 17 8 / 0);
}

.text-thermor-red-800\/10 {
  color: rgb(94 17 8 / 0.1);
}

.text-thermor-red-800\/100 {
  color: rgb(94 17 8 / 1);
}

.text-thermor-red-800\/15 {
  color: rgb(94 17 8 / 0.15);
}

.text-thermor-red-800\/20 {
  color: rgb(94 17 8 / 0.2);
}

.text-thermor-red-800\/25 {
  color: rgb(94 17 8 / 0.25);
}

.text-thermor-red-800\/30 {
  color: rgb(94 17 8 / 0.3);
}

.text-thermor-red-800\/35 {
  color: rgb(94 17 8 / 0.35);
}

.text-thermor-red-800\/40 {
  color: rgb(94 17 8 / 0.4);
}

.text-thermor-red-800\/45 {
  color: rgb(94 17 8 / 0.45);
}

.text-thermor-red-800\/5 {
  color: rgb(94 17 8 / 0.05);
}

.text-thermor-red-800\/50 {
  color: rgb(94 17 8 / 0.5);
}

.text-thermor-red-800\/55 {
  color: rgb(94 17 8 / 0.55);
}

.text-thermor-red-800\/60 {
  color: rgb(94 17 8 / 0.6);
}

.text-thermor-red-800\/65 {
  color: rgb(94 17 8 / 0.65);
}

.text-thermor-red-800\/70 {
  color: rgb(94 17 8 / 0.7);
}

.text-thermor-red-800\/75 {
  color: rgb(94 17 8 / 0.75);
}

.text-thermor-red-800\/80 {
  color: rgb(94 17 8 / 0.8);
}

.text-thermor-red-800\/85 {
  color: rgb(94 17 8 / 0.85);
}

.text-thermor-red-800\/90 {
  color: rgb(94 17 8 / 0.9);
}

.text-thermor-red-800\/95 {
  color: rgb(94 17 8 / 0.95);
}

.text-thermor-red-900 {
  --tw-text-opacity: 1;
  color: rgb(47 8 4 / var(--tw-text-opacity, 1));
}

.text-thermor-red-900\/0 {
  color: rgb(47 8 4 / 0);
}

.text-thermor-red-900\/10 {
  color: rgb(47 8 4 / 0.1);
}

.text-thermor-red-900\/100 {
  color: rgb(47 8 4 / 1);
}

.text-thermor-red-900\/15 {
  color: rgb(47 8 4 / 0.15);
}

.text-thermor-red-900\/20 {
  color: rgb(47 8 4 / 0.2);
}

.text-thermor-red-900\/25 {
  color: rgb(47 8 4 / 0.25);
}

.text-thermor-red-900\/30 {
  color: rgb(47 8 4 / 0.3);
}

.text-thermor-red-900\/35 {
  color: rgb(47 8 4 / 0.35);
}

.text-thermor-red-900\/40 {
  color: rgb(47 8 4 / 0.4);
}

.text-thermor-red-900\/45 {
  color: rgb(47 8 4 / 0.45);
}

.text-thermor-red-900\/5 {
  color: rgb(47 8 4 / 0.05);
}

.text-thermor-red-900\/50 {
  color: rgb(47 8 4 / 0.5);
}

.text-thermor-red-900\/55 {
  color: rgb(47 8 4 / 0.55);
}

.text-thermor-red-900\/60 {
  color: rgb(47 8 4 / 0.6);
}

.text-thermor-red-900\/65 {
  color: rgb(47 8 4 / 0.65);
}

.text-thermor-red-900\/70 {
  color: rgb(47 8 4 / 0.7);
}

.text-thermor-red-900\/75 {
  color: rgb(47 8 4 / 0.75);
}

.text-thermor-red-900\/80 {
  color: rgb(47 8 4 / 0.8);
}

.text-thermor-red-900\/85 {
  color: rgb(47 8 4 / 0.85);
}

.text-thermor-red-900\/90 {
  color: rgb(47 8 4 / 0.9);
}

.text-thermor-red-900\/95 {
  color: rgb(47 8 4 / 0.95);
}

.text-thermor-red-950 {
  --tw-text-opacity: 1;
  color: rgb(23 4 2 / var(--tw-text-opacity, 1));
}

.text-thermor-red-950\/0 {
  color: rgb(23 4 2 / 0);
}

.text-thermor-red-950\/10 {
  color: rgb(23 4 2 / 0.1);
}

.text-thermor-red-950\/100 {
  color: rgb(23 4 2 / 1);
}

.text-thermor-red-950\/15 {
  color: rgb(23 4 2 / 0.15);
}

.text-thermor-red-950\/20 {
  color: rgb(23 4 2 / 0.2);
}

.text-thermor-red-950\/25 {
  color: rgb(23 4 2 / 0.25);
}

.text-thermor-red-950\/30 {
  color: rgb(23 4 2 / 0.3);
}

.text-thermor-red-950\/35 {
  color: rgb(23 4 2 / 0.35);
}

.text-thermor-red-950\/40 {
  color: rgb(23 4 2 / 0.4);
}

.text-thermor-red-950\/45 {
  color: rgb(23 4 2 / 0.45);
}

.text-thermor-red-950\/5 {
  color: rgb(23 4 2 / 0.05);
}

.text-thermor-red-950\/50 {
  color: rgb(23 4 2 / 0.5);
}

.text-thermor-red-950\/55 {
  color: rgb(23 4 2 / 0.55);
}

.text-thermor-red-950\/60 {
  color: rgb(23 4 2 / 0.6);
}

.text-thermor-red-950\/65 {
  color: rgb(23 4 2 / 0.65);
}

.text-thermor-red-950\/70 {
  color: rgb(23 4 2 / 0.7);
}

.text-thermor-red-950\/75 {
  color: rgb(23 4 2 / 0.75);
}

.text-thermor-red-950\/80 {
  color: rgb(23 4 2 / 0.8);
}

.text-thermor-red-950\/85 {
  color: rgb(23 4 2 / 0.85);
}

.text-thermor-red-950\/90 {
  color: rgb(23 4 2 / 0.9);
}

.text-thermor-red-950\/95 {
  color: rgb(23 4 2 / 0.95);
}

.text-thermor-red\/0 {
  color: rgb(230 40 20 / 0);
}

.text-thermor-red\/10 {
  color: rgb(230 40 20 / 0.1);
}

.text-thermor-red\/100 {
  color: rgb(230 40 20 / 1);
}

.text-thermor-red\/15 {
  color: rgb(230 40 20 / 0.15);
}

.text-thermor-red\/20 {
  color: rgb(230 40 20 / 0.2);
}

.text-thermor-red\/25 {
  color: rgb(230 40 20 / 0.25);
}

.text-thermor-red\/30 {
  color: rgb(230 40 20 / 0.3);
}

.text-thermor-red\/35 {
  color: rgb(230 40 20 / 0.35);
}

.text-thermor-red\/40 {
  color: rgb(230 40 20 / 0.4);
}

.text-thermor-red\/45 {
  color: rgb(230 40 20 / 0.45);
}

.text-thermor-red\/5 {
  color: rgb(230 40 20 / 0.05);
}

.text-thermor-red\/50 {
  color: rgb(230 40 20 / 0.5);
}

.text-thermor-red\/55 {
  color: rgb(230 40 20 / 0.55);
}

.text-thermor-red\/60 {
  color: rgb(230 40 20 / 0.6);
}

.text-thermor-red\/65 {
  color: rgb(230 40 20 / 0.65);
}

.text-thermor-red\/70 {
  color: rgb(230 40 20 / 0.7);
}

.text-thermor-red\/75 {
  color: rgb(230 40 20 / 0.75);
}

.text-thermor-red\/80 {
  color: rgb(230 40 20 / 0.8);
}

.text-thermor-red\/85 {
  color: rgb(230 40 20 / 0.85);
}

.text-thermor-red\/90 {
  color: rgb(230 40 20 / 0.9);
}

.text-thermor-red\/95 {
  color: rgb(230 40 20 / 0.95);
}

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

.text-thermor-white\/0 {
  color: rgb(255 255 255 / 0);
}

.text-thermor-white\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-thermor-white\/100 {
  color: rgb(255 255 255 / 1);
}

.text-thermor-white\/15 {
  color: rgb(255 255 255 / 0.15);
}

.text-thermor-white\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-thermor-white\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-thermor-white\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-thermor-white\/35 {
  color: rgb(255 255 255 / 0.35);
}

.text-thermor-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-thermor-white\/45 {
  color: rgb(255 255 255 / 0.45);
}

.text-thermor-white\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-thermor-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-thermor-white\/55 {
  color: rgb(255 255 255 / 0.55);
}

.text-thermor-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-thermor-white\/65 {
  color: rgb(255 255 255 / 0.65);
}

.text-thermor-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-thermor-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-thermor-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-thermor-white\/85 {
  color: rgb(255 255 255 / 0.85);
}

.text-thermor-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-thermor-white\/95 {
  color: rgb(255 255 255 / 0.95);
}

.text-thermor-yellow {
  --tw-text-opacity: 1;
  color: rgb(243 164 27 / var(--tw-text-opacity, 1));
}

.text-thermor-yellow\/0 {
  color: rgb(243 164 27 / 0);
}

.text-thermor-yellow\/10 {
  color: rgb(243 164 27 / 0.1);
}

.text-thermor-yellow\/100 {
  color: rgb(243 164 27 / 1);
}

.text-thermor-yellow\/15 {
  color: rgb(243 164 27 / 0.15);
}

.text-thermor-yellow\/20 {
  color: rgb(243 164 27 / 0.2);
}

.text-thermor-yellow\/25 {
  color: rgb(243 164 27 / 0.25);
}

.text-thermor-yellow\/30 {
  color: rgb(243 164 27 / 0.3);
}

.text-thermor-yellow\/35 {
  color: rgb(243 164 27 / 0.35);
}

.text-thermor-yellow\/40 {
  color: rgb(243 164 27 / 0.4);
}

.text-thermor-yellow\/45 {
  color: rgb(243 164 27 / 0.45);
}

.text-thermor-yellow\/5 {
  color: rgb(243 164 27 / 0.05);
}

.text-thermor-yellow\/50 {
  color: rgb(243 164 27 / 0.5);
}

.text-thermor-yellow\/55 {
  color: rgb(243 164 27 / 0.55);
}

.text-thermor-yellow\/60 {
  color: rgb(243 164 27 / 0.6);
}

.text-thermor-yellow\/65 {
  color: rgb(243 164 27 / 0.65);
}

.text-thermor-yellow\/70 {
  color: rgb(243 164 27 / 0.7);
}

.text-thermor-yellow\/75 {
  color: rgb(243 164 27 / 0.75);
}

.text-thermor-yellow\/80 {
  color: rgb(243 164 27 / 0.8);
}

.text-thermor-yellow\/85 {
  color: rgb(243 164 27 / 0.85);
}

.text-thermor-yellow\/90 {
  color: rgb(243 164 27 / 0.9);
}

.text-thermor-yellow\/95 {
  color: rgb(243 164 27 / 0.95);
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

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

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  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 rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-quiz-header {
  --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-quiz-progress-tick {
  --tw-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 2px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-table {
  --tw-shadow: 0px 2px 8px 0px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 2px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.outline-thermor-grey {
  outline-color: #858585;
}

.ring-1 {
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.blur {
  --tw-blur: blur(8px);
  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 {
  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);
}

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

.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

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

#mainHeader {
  background-image: url("../images/Header_Background_Mobile-xtuEIVK.png");
  background-repeat: repeat-x;
  background-size: contain;
  background-position-x: center;
}

#shareSection {
  background-image: url("../images/Background_Share_Mini-UNCPvUP.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position-x: center;
}

#votreChantier {
  background-image: url("../images/testimonials/Bg-Chantier-EXVvwf9.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#sliderTestimony .splide:not(.sub-splide) .splide__slide .img-container {
  transition: transform 0.4s ease, opacity 0.2s ease;
  opacity: 0;
  transform: scale(0.9);
  filter: grayscale(40%);
  pointer-events: none;
}

#sliderTestimony .splide:not(.sub-splide) .splide__slide.is-active .img-container{
  opacity: 1;
  transform: scale(1);
  filter: none;
  pointer-events: auto;
  z-index: 10;
}

#sliderTestimony .splide:not(.sub-splide) .splide__slide.is-prev .img-container,
#sliderTestimony .splide:not(.sub-splide) .splide__slide.is-next .img-container {
  opacity: 0.8;
  transform: scale(0.9);
  filter: none;
  pointer-events: auto;
  z-index: 5;
}

#sliderTestimony .splide:not(.sub-splide) .splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  transition: background-color 0.3s;
  transform: translateY(50px) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(53 55 59 / var(--tw-bg-opacity, 1)) !important;
}

#sliderTestimony .splide:not(.sub-splide) .splide__pagination__page.is-active {
  transform: translateY(50px) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 40 20 / var(--tw-bg-opacity, 1)) !important;
}

.splide__pagination {
  bottom: -19px !important;
}

.splide__pagination .splide__pagination__page {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 60 61 / var(--tw-bg-opacity, 1)) !important;
}

.splide__pagination .splide__pagination__page.is-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 40 20 / var(--tw-bg-opacity, 1)) !important;
}

.sub-splide .splide__track {
  transition: height .2s;
}

.splide.sub-splide {
  .splide__track {
    .splide__list {
      align-items: flex-start !important;
    }
  }
}

.sub-splide .splide__slide:not(.is-active) {
  height: 0 !important;
}

@media (min-width: 640px) {
  #mainHeader {
    background-image: url("../images/Header_Background_3-Bsjn_g2.png");
    background-repeat: repeat-x;
    background-size: contain;
    background-position-x: center;
  }
}

@media (min-width: 992px) {
  #shareSection {
    background-position: center;
    background-size: 100% auto;
  }
}

.hover\:font-figtree-bold:hover {
  font-family: 'Figtree-Bold', sans-serif;
}

.\[\&\.active\]\:font-figtree-bold.active {
  font-family: 'Figtree-Bold', sans-serif;
}

:hover.\[\:hover\&\>div\]\:font-figtree-bold>div {
  font-family: 'Figtree-Bold', sans-serif;
}

.empty\:hidden:empty {
  display: none;
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-thermor-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 40 20 / var(--tw-bg-opacity, 1));
}

.hover\:bg-thermor-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 164 27 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

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

.hover\:brightness-90:hover {
  --tw-brightness: brightness(.9);
  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);
}

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

.active\:bg-white\/10:active {
  background-color: rgb(255 255 255 / 0.1);
}

.group:hover .group-hover\:block {
  display: block;
}

.group.menu-closing .group-\[\.menu-closing\]\:visible {
  visibility: visible;
}

.group.menu-open .group-\[\.menu-open\]\:visible {
  visibility: visible;
}

.group.menu-minified .group-\[\.menu-minified\]\:left-0 {
  left: 0px;
}

.group.menu-open .group-\[\.menu-open\]\:left-0 {
  left: 0px;
}

.group.menu-closing .group-\[\.menu-closing\]\:ms-0 {
  margin-inline-start: 0px;
}

.group.menu-open .group-\[\.menu-open\]\:ms-0 {
  margin-inline-start: 0px;
}

.group.menu-minified .group-\[\.menu-minified\]\:hidden {
  display: none;
}

.group.menu-closing .group-\[\.menu-closing\]\:size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.group.menu-open .group-\[\.menu-open\]\:size-8 {
  width: 2rem;
  height: 2rem;
}

.group.menu-closing .group-\[\.menu-closing\]\:h-16 {
  height: 4rem;
}

.group.menu-closing .group-\[\.menu-closing\]\:h-auto {
  height: auto;
}

.group.menu-open .group-\[\.menu-open\]\:h-16 {
  height: 4rem;
}

.group.menu-open .group-\[\.menu-open\]\:h-auto {
  height: auto;
}

.group.menu-closing .group-\[\.menu-closing\]\:px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.group.menu-open .group-\[\.menu-open\]\:px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.group.menu-open .group-\[\.menu-open\]\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-thermor-beige-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(229 230 217 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 640px) {
  .max-sm\:w-full {
    width: 100%;
  }
}

@media (min-width: 640px) {
  .sm\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

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

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

  .sm\:hidden {
    display: none;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

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

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

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

  .sm\:pt-16 {
    padding-top: 4rem;
  }

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

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .sm\:shadow-quiz {
    --tw-shadow: 0px 0px 51px 3px rgba(0, 0, 0, 0.09);
    --tw-shadow-colored: 0px 0px 51px 3px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 768px) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

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

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

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

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

  .md\:me-4 {
    margin-inline-end: 1rem;
  }

  .md\:ms-2 {
    margin-inline-start: 0.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:max-w-\[500px\] {
    max-width: 500px;
  }

  .md\:max-w-screen-sm {
    max-width: 640px;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

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

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

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

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

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

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:w-\[90\%\] {
    width: 90%;
  }

  .lg\:max-w-screen-md {
    max-width: 768px;
  }

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

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

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

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

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:has-\[\#quizWrapper\]\:pb-36:has(#quizWrapper) {
    padding-bottom: 9rem;
  }
}

@media (min-width: 1280px) {
  .xl\:-mt-0 {
    margin-top: -0px;
  }

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

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

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.\[\&\.active\]\:bg-thermor-beige.active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 235 / var(--tw-bg-opacity, 1));
}

:hover.\[\:hover\&\>i\]\:bg-thermor-red>i {
  --tw-bg-opacity: 1;
  background-color: rgb(230 40 20 / var(--tw-bg-opacity, 1));
}
