/*
! tailwindcss v3.4.1 | 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: currentColor;
  /* 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: Poppins, sans-serif;
  /* 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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}

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

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

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
}

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

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

a:hover {
  text-decoration-line: underline;
}

a {
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity));
}

table {
  table-layout: auto;
  border-collapse: separate;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  text-align: left;
}

th {
  padding: 1rem;
}

td {
  padding: 1rem;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}

*, ::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:  ;
}

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

.tem-container {
  width: 100%;
}

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

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

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

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

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

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

.tem-invisible {
  visibility: hidden;
}

.tem-fixed {
  position: fixed;
}

.tem-absolute {
  position: absolute;
}

.tem-relative {
  position: relative;
}

.tem-sticky {
  position: sticky;
}

.tem-bottom-0 {
  bottom: 0px;
}

.tem-bottom-\[2px\] {
  bottom: 2px;
}

.tem-left-0 {
  left: 0px;
}

.tem-right-0 {
  right: 0px;
}

.tem-top-0 {
  top: 0px;
}

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

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

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

.tem-col-span-1 {
  grid-column: span 1 / span 1;
}

.tem-col-span-10 {
  grid-column: span 10 / span 10;
}

.tem-col-span-11 {
  grid-column: span 11 / span 11;
}

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

.tem-col-span-2 {
  grid-column: span 2 / span 2;
}

.tem-col-span-3 {
  grid-column: span 3 / span 3;
}

.tem-col-span-4 {
  grid-column: span 4 / span 4;
}

.tem-col-span-5 {
  grid-column: span 5 / span 5;
}

.tem-col-span-6 {
  grid-column: span 6 / span 6;
}

.tem-col-span-7 {
  grid-column: span 7 / span 7;
}

.tem-col-span-8 {
  grid-column: span 8 / span 8;
}

.tem-col-span-9 {
  grid-column: span 9 / span 9;
}

.tem-col-\[span_200_\/_span_200\] {
  grid-column: span 200 / span 200;
}

.tem-m-auto {
  margin: auto;
}

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

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

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

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

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

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

.tem-ml-\[-1rem\] {
  margin-left: -1rem;
}

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

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

.tem-mr-\[-1rem\] {
  margin-right: -1rem;
}

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

.tem-mt-\[-1rem\] {
  margin-top: -1rem;
}

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

.\!tem-block {
  display: block !important;
}

.tem-block {
  display: block;
}

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

.tem-inline {
  display: inline;
}

.tem-flex {
  display: flex;
}

.tem-grid {
  display: grid;
}

.tem-contents {
  display: contents;
}

.tem-hidden {
  display: none;
}

.tem-aspect-square {
  aspect-ratio: 1 / 1;
}

.\!tem-h-max {
  height: -moz-max-content !important;
  height: max-content !important;
}

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

.tem-h-11 {
  height: 2.75rem;
}

.tem-h-5 {
  height: 1.25rem;
}

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

.tem-h-8 {
  height: 2rem;
}

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

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

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

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

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

.tem-h-\[calc\(100vh-72px\)\] {
  height: calc(100vh - 72px);
}

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

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

.tem-max-h-\[80\%\] {
  max-height: 80%;
}

.tem-max-h-\[95\%\] {
  max-height: 95%;
}

.tem-max-h-\[95cd\%\] {
  max-height: 95cd%;
}

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

.tem-min-h-11 {
  min-height: 2.75rem;
}

.tem-min-h-\[640px\] {
  min-height: 640px;
}

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

.tem-w-10 {
  width: 2.5rem;
}

.tem-w-11 {
  width: 2.75rem;
}

.tem-w-48 {
  width: 12rem;
}

.tem-w-5 {
  width: 1.25rem;
}

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

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

.tem-w-\[169px\] {
  width: 169px;
}

.tem-w-\[20px\] {
  width: 20px;
}

.tem-w-\[26px\] {
  width: 26px;
}

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

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

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

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

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

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

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

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

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

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

.tem-basis-full {
  flex-basis: 100%;
}

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

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

.-tem-translate-x-full {
  --tw-translate-x: -100%;
  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));
}

.tem-translate-x-0 {
  --tw-translate-x: 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));
}

.tem-translate-x-5 {
  --tw-translate-x: 1.25rem;
  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));
}

.tem-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 tem-bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1.0);
  }
}

.tem-animate-bounce-in {
  animation: tem-bounceIn 0.3s ease-out;
}

@keyframes tem-animateSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

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

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

.tem-cursor-pointer {
  cursor: pointer;
}

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

.tem-grid-flow-row {
  grid-auto-flow: row;
}

.tem-grid-flow-col {
  grid-auto-flow: column;
}

.tem-grid-flow-dense {
  grid-auto-flow: dense;
}

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

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

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

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

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

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

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

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

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

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

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

.tem-grid-cols-\[repeat\(1\,_minmax\(auto\,_auto\)\)\] {
  grid-template-columns: repeat(1, minmax(auto, auto));
}

.tem-grid-cols-\[repeat\(10\,_minmax\(auto\,_auto\)\)\] {
  grid-template-columns: repeat(10, minmax(auto, auto));
}

.tem-grid-cols-\[repeat\(11\,_minmax\(auto\,_auto\)\)\] {
  grid-template-columns: repeat(11, minmax(auto, auto));
}

.tem-grid-cols-\[repeat\(12\,_minmax\(auto\,_auto\)\)\] {
  grid-template-columns: repeat(12, minmax(auto, auto));
}

.tem-grid-cols-\[repeat\(13\,_minmax\(auto\,_auto\)\)\] {
  grid-template-columns: repeat(13, minmax(auto, auto));
}

.tem-grid-cols-\[repeat\(2\,_minmax\(auto\,_auto\)\)\] {
  grid-template-columns: repeat(2, minmax(auto, auto));
}

.tem-grid-cols-\[repeat\(3\,_minmax\(auto\,_auto\)\)\] {
  grid-template-columns: repeat(3, minmax(auto, auto));
}

.tem-grid-cols-\[repeat\(4\,_minmax\(auto\,_auto\)\)\] {
  grid-template-columns: repeat(4, minmax(auto, auto));
}

.tem-grid-cols-\[repeat\(5\,_minmax\(auto\,_auto\)\)\] {
  grid-template-columns: repeat(5, minmax(auto, auto));
}

.tem-grid-cols-\[repeat\(6\,_minmax\(auto\,_auto\)\)\] {
  grid-template-columns: repeat(6, minmax(auto, auto));
}

.tem-grid-cols-\[repeat\(7\,_minmax\(auto\,_auto\)\)\] {
  grid-template-columns: repeat(7, minmax(auto, auto));
}

.tem-grid-cols-\[repeat\(8\,_minmax\(auto\,_auto\)\)\] {
  grid-template-columns: repeat(8, minmax(auto, auto));
}

.tem-grid-cols-\[repeat\(9\,_minmax\(auto\,_auto\)\)\] {
  grid-template-columns: repeat(9, minmax(auto, auto));
}

.tem-grid-cols-subgrid {
  grid-template-columns: subgrid;
}

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

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

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

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

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

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

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

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

.tem-gap-2 {
  gap: 0.5rem;
}

.tem-gap-4 {
  gap: 1rem;
}

.tem-gap-8 {
  gap: 2rem;
}

.tem-gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.tem-gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.tem-gap-y-1 {
  row-gap: 0.25rem;
}

.tem-gap-y-2 {
  row-gap: 0.5rem;
}

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

.tem-gap-y-8 {
  row-gap: 2rem;
}

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

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

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

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

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

.tem-hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.tem-rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.tem-rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tem-rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.tem-rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tem-rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.tem-rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

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

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

.tem-border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.tem-border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.tem-border-y-\[2rem\] {
  border-top-width: 2rem;
  border-bottom-width: 2rem;
}

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

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

.tem-border-l-4 {
  border-left-width: 4px;
}

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

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

.tem-border-t-4 {
  border-top-width: 4px;
}

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

.\!tem-border-transparent {
  border-color: transparent !important;
}

.tem-border-alert {
  --tw-border-opacity: 1;
  border-color: rgb(255 242 195 / var(--tw-border-opacity));
}

.tem-border-alert\/0 {
  border-color: rgb(255 242 195 / 0);
}

.tem-border-alert\/10 {
  border-color: rgb(255 242 195 / 0.1);
}

.tem-border-alert\/100 {
  border-color: rgb(255 242 195 / 1);
}

.tem-border-alert\/15 {
  border-color: rgb(255 242 195 / 0.15);
}

.tem-border-alert\/20 {
  border-color: rgb(255 242 195 / 0.2);
}

.tem-border-alert\/25 {
  border-color: rgb(255 242 195 / 0.25);
}

.tem-border-alert\/30 {
  border-color: rgb(255 242 195 / 0.3);
}

.tem-border-alert\/35 {
  border-color: rgb(255 242 195 / 0.35);
}

.tem-border-alert\/40 {
  border-color: rgb(255 242 195 / 0.4);
}

.tem-border-alert\/45 {
  border-color: rgb(255 242 195 / 0.45);
}

.tem-border-alert\/5 {
  border-color: rgb(255 242 195 / 0.05);
}

.tem-border-alert\/50 {
  border-color: rgb(255 242 195 / 0.5);
}

.tem-border-alert\/55 {
  border-color: rgb(255 242 195 / 0.55);
}

.tem-border-alert\/60 {
  border-color: rgb(255 242 195 / 0.6);
}

.tem-border-alert\/65 {
  border-color: rgb(255 242 195 / 0.65);
}

.tem-border-alert\/70 {
  border-color: rgb(255 242 195 / 0.7);
}

.tem-border-alert\/75 {
  border-color: rgb(255 242 195 / 0.75);
}

.tem-border-alert\/80 {
  border-color: rgb(255 242 195 / 0.8);
}

.tem-border-alert\/85 {
  border-color: rgb(255 242 195 / 0.85);
}

.tem-border-alert\/90 {
  border-color: rgb(255 242 195 / 0.9);
}

.tem-border-alert\/95 {
  border-color: rgb(255 242 195 / 0.95);
}

.tem-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.tem-border-black\/0 {
  border-color: rgb(0 0 0 / 0);
}

.tem-border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.tem-border-black\/100 {
  border-color: rgb(0 0 0 / 1);
}

.tem-border-black\/15 {
  border-color: rgb(0 0 0 / 0.15);
}

.tem-border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.tem-border-black\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.tem-border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.tem-border-black\/35 {
  border-color: rgb(0 0 0 / 0.35);
}

.tem-border-black\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.tem-border-black\/45 {
  border-color: rgb(0 0 0 / 0.45);
}

.tem-border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.tem-border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.tem-border-black\/55 {
  border-color: rgb(0 0 0 / 0.55);
}

.tem-border-black\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.tem-border-black\/65 {
  border-color: rgb(0 0 0 / 0.65);
}

.tem-border-black\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.tem-border-black\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.tem-border-black\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.tem-border-black\/85 {
  border-color: rgb(0 0 0 / 0.85);
}

.tem-border-black\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.tem-border-black\/95 {
  border-color: rgb(0 0 0 / 0.95);
}

.tem-border-error {
  --tw-border-opacity: 1;
  border-color: rgb(252 209 209 / var(--tw-border-opacity));
}

.tem-border-error\/0 {
  border-color: rgb(252 209 209 / 0);
}

.tem-border-error\/10 {
  border-color: rgb(252 209 209 / 0.1);
}

.tem-border-error\/100 {
  border-color: rgb(252 209 209 / 1);
}

.tem-border-error\/15 {
  border-color: rgb(252 209 209 / 0.15);
}

.tem-border-error\/20 {
  border-color: rgb(252 209 209 / 0.2);
}

.tem-border-error\/25 {
  border-color: rgb(252 209 209 / 0.25);
}

.tem-border-error\/30 {
  border-color: rgb(252 209 209 / 0.3);
}

.tem-border-error\/35 {
  border-color: rgb(252 209 209 / 0.35);
}

.tem-border-error\/40 {
  border-color: rgb(252 209 209 / 0.4);
}

.tem-border-error\/45 {
  border-color: rgb(252 209 209 / 0.45);
}

.tem-border-error\/5 {
  border-color: rgb(252 209 209 / 0.05);
}

.tem-border-error\/50 {
  border-color: rgb(252 209 209 / 0.5);
}

.tem-border-error\/55 {
  border-color: rgb(252 209 209 / 0.55);
}

.tem-border-error\/60 {
  border-color: rgb(252 209 209 / 0.6);
}

.tem-border-error\/65 {
  border-color: rgb(252 209 209 / 0.65);
}

.tem-border-error\/70 {
  border-color: rgb(252 209 209 / 0.7);
}

.tem-border-error\/75 {
  border-color: rgb(252 209 209 / 0.75);
}

.tem-border-error\/80 {
  border-color: rgb(252 209 209 / 0.8);
}

.tem-border-error\/85 {
  border-color: rgb(252 209 209 / 0.85);
}

.tem-border-error\/90 {
  border-color: rgb(252 209 209 / 0.9);
}

.tem-border-error\/95 {
  border-color: rgb(252 209 209 / 0.95);
}

.tem-border-on-alert {
  --tw-border-opacity: 1;
  border-color: rgb(167 140 0 / var(--tw-border-opacity));
}

.tem-border-on-alert\/0 {
  border-color: rgb(167 140 0 / 0);
}

.tem-border-on-alert\/10 {
  border-color: rgb(167 140 0 / 0.1);
}

.tem-border-on-alert\/100 {
  border-color: rgb(167 140 0 / 1);
}

.tem-border-on-alert\/15 {
  border-color: rgb(167 140 0 / 0.15);
}

.tem-border-on-alert\/20 {
  border-color: rgb(167 140 0 / 0.2);
}

.tem-border-on-alert\/25 {
  border-color: rgb(167 140 0 / 0.25);
}

.tem-border-on-alert\/30 {
  border-color: rgb(167 140 0 / 0.3);
}

.tem-border-on-alert\/35 {
  border-color: rgb(167 140 0 / 0.35);
}

.tem-border-on-alert\/40 {
  border-color: rgb(167 140 0 / 0.4);
}

.tem-border-on-alert\/45 {
  border-color: rgb(167 140 0 / 0.45);
}

.tem-border-on-alert\/5 {
  border-color: rgb(167 140 0 / 0.05);
}

.tem-border-on-alert\/50 {
  border-color: rgb(167 140 0 / 0.5);
}

.tem-border-on-alert\/55 {
  border-color: rgb(167 140 0 / 0.55);
}

.tem-border-on-alert\/60 {
  border-color: rgb(167 140 0 / 0.6);
}

.tem-border-on-alert\/65 {
  border-color: rgb(167 140 0 / 0.65);
}

.tem-border-on-alert\/70 {
  border-color: rgb(167 140 0 / 0.7);
}

.tem-border-on-alert\/75 {
  border-color: rgb(167 140 0 / 0.75);
}

.tem-border-on-alert\/80 {
  border-color: rgb(167 140 0 / 0.8);
}

.tem-border-on-alert\/85 {
  border-color: rgb(167 140 0 / 0.85);
}

.tem-border-on-alert\/90 {
  border-color: rgb(167 140 0 / 0.9);
}

.tem-border-on-alert\/95 {
  border-color: rgb(167 140 0 / 0.95);
}

.tem-border-on-error {
  --tw-border-opacity: 1;
  border-color: rgb(185 71 71 / var(--tw-border-opacity));
}

.tem-border-on-error\/0 {
  border-color: rgb(185 71 71 / 0);
}

.tem-border-on-error\/10 {
  border-color: rgb(185 71 71 / 0.1);
}

.tem-border-on-error\/100 {
  border-color: rgb(185 71 71 / 1);
}

.tem-border-on-error\/15 {
  border-color: rgb(185 71 71 / 0.15);
}

.tem-border-on-error\/20 {
  border-color: rgb(185 71 71 / 0.2);
}

.tem-border-on-error\/25 {
  border-color: rgb(185 71 71 / 0.25);
}

.tem-border-on-error\/30 {
  border-color: rgb(185 71 71 / 0.3);
}

.tem-border-on-error\/35 {
  border-color: rgb(185 71 71 / 0.35);
}

.tem-border-on-error\/40 {
  border-color: rgb(185 71 71 / 0.4);
}

.tem-border-on-error\/45 {
  border-color: rgb(185 71 71 / 0.45);
}

.tem-border-on-error\/5 {
  border-color: rgb(185 71 71 / 0.05);
}

.tem-border-on-error\/50 {
  border-color: rgb(185 71 71 / 0.5);
}

.tem-border-on-error\/55 {
  border-color: rgb(185 71 71 / 0.55);
}

.tem-border-on-error\/60 {
  border-color: rgb(185 71 71 / 0.6);
}

.tem-border-on-error\/65 {
  border-color: rgb(185 71 71 / 0.65);
}

.tem-border-on-error\/70 {
  border-color: rgb(185 71 71 / 0.7);
}

.tem-border-on-error\/75 {
  border-color: rgb(185 71 71 / 0.75);
}

.tem-border-on-error\/80 {
  border-color: rgb(185 71 71 / 0.8);
}

.tem-border-on-error\/85 {
  border-color: rgb(185 71 71 / 0.85);
}

.tem-border-on-error\/90 {
  border-color: rgb(185 71 71 / 0.9);
}

.tem-border-on-error\/95 {
  border-color: rgb(185 71 71 / 0.95);
}

.tem-border-on-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.tem-border-on-primary-container {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.tem-border-on-primary-container\/0 {
  border-color: rgb(0 0 0 / 0);
}

.tem-border-on-primary-container\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.tem-border-on-primary-container\/100 {
  border-color: rgb(0 0 0 / 1);
}

.tem-border-on-primary-container\/15 {
  border-color: rgb(0 0 0 / 0.15);
}

.tem-border-on-primary-container\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.tem-border-on-primary-container\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.tem-border-on-primary-container\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.tem-border-on-primary-container\/35 {
  border-color: rgb(0 0 0 / 0.35);
}

.tem-border-on-primary-container\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.tem-border-on-primary-container\/45 {
  border-color: rgb(0 0 0 / 0.45);
}

.tem-border-on-primary-container\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.tem-border-on-primary-container\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.tem-border-on-primary-container\/55 {
  border-color: rgb(0 0 0 / 0.55);
}

.tem-border-on-primary-container\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.tem-border-on-primary-container\/65 {
  border-color: rgb(0 0 0 / 0.65);
}

.tem-border-on-primary-container\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.tem-border-on-primary-container\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.tem-border-on-primary-container\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.tem-border-on-primary-container\/85 {
  border-color: rgb(0 0 0 / 0.85);
}

.tem-border-on-primary-container\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.tem-border-on-primary-container\/95 {
  border-color: rgb(0 0 0 / 0.95);
}

.tem-border-on-primary\/0 {
  border-color: rgb(0 0 0 / 0);
}

.tem-border-on-primary\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.tem-border-on-primary\/100 {
  border-color: rgb(0 0 0 / 1);
}

.tem-border-on-primary\/15 {
  border-color: rgb(0 0 0 / 0.15);
}

.tem-border-on-primary\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.tem-border-on-primary\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.tem-border-on-primary\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.tem-border-on-primary\/35 {
  border-color: rgb(0 0 0 / 0.35);
}

.tem-border-on-primary\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.tem-border-on-primary\/45 {
  border-color: rgb(0 0 0 / 0.45);
}

.tem-border-on-primary\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.tem-border-on-primary\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.tem-border-on-primary\/55 {
  border-color: rgb(0 0 0 / 0.55);
}

.tem-border-on-primary\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.tem-border-on-primary\/65 {
  border-color: rgb(0 0 0 / 0.65);
}

.tem-border-on-primary\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.tem-border-on-primary\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.tem-border-on-primary\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.tem-border-on-primary\/85 {
  border-color: rgb(0 0 0 / 0.85);
}

.tem-border-on-primary\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.tem-border-on-primary\/95 {
  border-color: rgb(0 0 0 / 0.95);
}

.tem-border-on-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(55 63 93 / var(--tw-border-opacity));
}

.tem-border-on-secondary-container {
  --tw-border-opacity: 1;
  border-color: rgb(174 189 218 / var(--tw-border-opacity));
}

.tem-border-on-secondary-container\/0 {
  border-color: rgb(174 189 218 / 0);
}

.tem-border-on-secondary-container\/10 {
  border-color: rgb(174 189 218 / 0.1);
}

.tem-border-on-secondary-container\/100 {
  border-color: rgb(174 189 218 / 1);
}

.tem-border-on-secondary-container\/15 {
  border-color: rgb(174 189 218 / 0.15);
}

.tem-border-on-secondary-container\/20 {
  border-color: rgb(174 189 218 / 0.2);
}

.tem-border-on-secondary-container\/25 {
  border-color: rgb(174 189 218 / 0.25);
}

.tem-border-on-secondary-container\/30 {
  border-color: rgb(174 189 218 / 0.3);
}

.tem-border-on-secondary-container\/35 {
  border-color: rgb(174 189 218 / 0.35);
}

.tem-border-on-secondary-container\/40 {
  border-color: rgb(174 189 218 / 0.4);
}

.tem-border-on-secondary-container\/45 {
  border-color: rgb(174 189 218 / 0.45);
}

.tem-border-on-secondary-container\/5 {
  border-color: rgb(174 189 218 / 0.05);
}

.tem-border-on-secondary-container\/50 {
  border-color: rgb(174 189 218 / 0.5);
}

.tem-border-on-secondary-container\/55 {
  border-color: rgb(174 189 218 / 0.55);
}

.tem-border-on-secondary-container\/60 {
  border-color: rgb(174 189 218 / 0.6);
}

.tem-border-on-secondary-container\/65 {
  border-color: rgb(174 189 218 / 0.65);
}

.tem-border-on-secondary-container\/70 {
  border-color: rgb(174 189 218 / 0.7);
}

.tem-border-on-secondary-container\/75 {
  border-color: rgb(174 189 218 / 0.75);
}

.tem-border-on-secondary-container\/80 {
  border-color: rgb(174 189 218 / 0.8);
}

.tem-border-on-secondary-container\/85 {
  border-color: rgb(174 189 218 / 0.85);
}

.tem-border-on-secondary-container\/90 {
  border-color: rgb(174 189 218 / 0.9);
}

.tem-border-on-secondary-container\/95 {
  border-color: rgb(174 189 218 / 0.95);
}

.tem-border-on-secondary\/0 {
  border-color: rgb(55 63 93 / 0);
}

.tem-border-on-secondary\/10 {
  border-color: rgb(55 63 93 / 0.1);
}

.tem-border-on-secondary\/100 {
  border-color: rgb(55 63 93 / 1);
}

.tem-border-on-secondary\/15 {
  border-color: rgb(55 63 93 / 0.15);
}

.tem-border-on-secondary\/20 {
  border-color: rgb(55 63 93 / 0.2);
}

.tem-border-on-secondary\/25 {
  border-color: rgb(55 63 93 / 0.25);
}

.tem-border-on-secondary\/30 {
  border-color: rgb(55 63 93 / 0.3);
}

.tem-border-on-secondary\/35 {
  border-color: rgb(55 63 93 / 0.35);
}

.tem-border-on-secondary\/40 {
  border-color: rgb(55 63 93 / 0.4);
}

.tem-border-on-secondary\/45 {
  border-color: rgb(55 63 93 / 0.45);
}

.tem-border-on-secondary\/5 {
  border-color: rgb(55 63 93 / 0.05);
}

.tem-border-on-secondary\/50 {
  border-color: rgb(55 63 93 / 0.5);
}

.tem-border-on-secondary\/55 {
  border-color: rgb(55 63 93 / 0.55);
}

.tem-border-on-secondary\/60 {
  border-color: rgb(55 63 93 / 0.6);
}

.tem-border-on-secondary\/65 {
  border-color: rgb(55 63 93 / 0.65);
}

.tem-border-on-secondary\/70 {
  border-color: rgb(55 63 93 / 0.7);
}

.tem-border-on-secondary\/75 {
  border-color: rgb(55 63 93 / 0.75);
}

.tem-border-on-secondary\/80 {
  border-color: rgb(55 63 93 / 0.8);
}

.tem-border-on-secondary\/85 {
  border-color: rgb(55 63 93 / 0.85);
}

.tem-border-on-secondary\/90 {
  border-color: rgb(55 63 93 / 0.9);
}

.tem-border-on-secondary\/95 {
  border-color: rgb(55 63 93 / 0.95);
}

.tem-border-on-success {
  --tw-border-opacity: 1;
  border-color: rgb(57 90 57 / var(--tw-border-opacity));
}

.tem-border-on-success\/0 {
  border-color: rgb(57 90 57 / 0);
}

.tem-border-on-success\/10 {
  border-color: rgb(57 90 57 / 0.1);
}

.tem-border-on-success\/100 {
  border-color: rgb(57 90 57 / 1);
}

.tem-border-on-success\/15 {
  border-color: rgb(57 90 57 / 0.15);
}

.tem-border-on-success\/20 {
  border-color: rgb(57 90 57 / 0.2);
}

.tem-border-on-success\/25 {
  border-color: rgb(57 90 57 / 0.25);
}

.tem-border-on-success\/30 {
  border-color: rgb(57 90 57 / 0.3);
}

.tem-border-on-success\/35 {
  border-color: rgb(57 90 57 / 0.35);
}

.tem-border-on-success\/40 {
  border-color: rgb(57 90 57 / 0.4);
}

.tem-border-on-success\/45 {
  border-color: rgb(57 90 57 / 0.45);
}

.tem-border-on-success\/5 {
  border-color: rgb(57 90 57 / 0.05);
}

.tem-border-on-success\/50 {
  border-color: rgb(57 90 57 / 0.5);
}

.tem-border-on-success\/55 {
  border-color: rgb(57 90 57 / 0.55);
}

.tem-border-on-success\/60 {
  border-color: rgb(57 90 57 / 0.6);
}

.tem-border-on-success\/65 {
  border-color: rgb(57 90 57 / 0.65);
}

.tem-border-on-success\/70 {
  border-color: rgb(57 90 57 / 0.7);
}

.tem-border-on-success\/75 {
  border-color: rgb(57 90 57 / 0.75);
}

.tem-border-on-success\/80 {
  border-color: rgb(57 90 57 / 0.8);
}

.tem-border-on-success\/85 {
  border-color: rgb(57 90 57 / 0.85);
}

.tem-border-on-success\/90 {
  border-color: rgb(57 90 57 / 0.9);
}

.tem-border-on-success\/95 {
  border-color: rgb(57 90 57 / 0.95);
}

.tem-border-on-surface {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.tem-border-on-surface-tint {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.tem-border-on-surface-tint\/0 {
  border-color: rgb(0 0 0 / 0);
}

.tem-border-on-surface-tint\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.tem-border-on-surface-tint\/100 {
  border-color: rgb(0 0 0 / 1);
}

.tem-border-on-surface-tint\/15 {
  border-color: rgb(0 0 0 / 0.15);
}

.tem-border-on-surface-tint\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.tem-border-on-surface-tint\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.tem-border-on-surface-tint\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.tem-border-on-surface-tint\/35 {
  border-color: rgb(0 0 0 / 0.35);
}

.tem-border-on-surface-tint\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.tem-border-on-surface-tint\/45 {
  border-color: rgb(0 0 0 / 0.45);
}

.tem-border-on-surface-tint\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.tem-border-on-surface-tint\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.tem-border-on-surface-tint\/55 {
  border-color: rgb(0 0 0 / 0.55);
}

.tem-border-on-surface-tint\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.tem-border-on-surface-tint\/65 {
  border-color: rgb(0 0 0 / 0.65);
}

.tem-border-on-surface-tint\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.tem-border-on-surface-tint\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.tem-border-on-surface-tint\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.tem-border-on-surface-tint\/85 {
  border-color: rgb(0 0 0 / 0.85);
}

.tem-border-on-surface-tint\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.tem-border-on-surface-tint\/95 {
  border-color: rgb(0 0 0 / 0.95);
}

.tem-border-on-surface-variant {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.tem-border-on-surface-variant\/0 {
  border-color: rgb(115 115 115 / 0);
}

.tem-border-on-surface-variant\/10 {
  border-color: rgb(115 115 115 / 0.1);
}

.tem-border-on-surface-variant\/100 {
  border-color: rgb(115 115 115 / 1);
}

.tem-border-on-surface-variant\/15 {
  border-color: rgb(115 115 115 / 0.15);
}

.tem-border-on-surface-variant\/20 {
  border-color: rgb(115 115 115 / 0.2);
}

.tem-border-on-surface-variant\/25 {
  border-color: rgb(115 115 115 / 0.25);
}

.tem-border-on-surface-variant\/30 {
  border-color: rgb(115 115 115 / 0.3);
}

.tem-border-on-surface-variant\/35 {
  border-color: rgb(115 115 115 / 0.35);
}

.tem-border-on-surface-variant\/40 {
  border-color: rgb(115 115 115 / 0.4);
}

.tem-border-on-surface-variant\/45 {
  border-color: rgb(115 115 115 / 0.45);
}

.tem-border-on-surface-variant\/5 {
  border-color: rgb(115 115 115 / 0.05);
}

.tem-border-on-surface-variant\/50 {
  border-color: rgb(115 115 115 / 0.5);
}

.tem-border-on-surface-variant\/55 {
  border-color: rgb(115 115 115 / 0.55);
}

.tem-border-on-surface-variant\/60 {
  border-color: rgb(115 115 115 / 0.6);
}

.tem-border-on-surface-variant\/65 {
  border-color: rgb(115 115 115 / 0.65);
}

.tem-border-on-surface-variant\/70 {
  border-color: rgb(115 115 115 / 0.7);
}

.tem-border-on-surface-variant\/75 {
  border-color: rgb(115 115 115 / 0.75);
}

.tem-border-on-surface-variant\/80 {
  border-color: rgb(115 115 115 / 0.8);
}

.tem-border-on-surface-variant\/85 {
  border-color: rgb(115 115 115 / 0.85);
}

.tem-border-on-surface-variant\/90 {
  border-color: rgb(115 115 115 / 0.9);
}

.tem-border-on-surface-variant\/95 {
  border-color: rgb(115 115 115 / 0.95);
}

.tem-border-on-surface\/0 {
  border-color: rgb(0 0 0 / 0);
}

.tem-border-on-surface\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.tem-border-on-surface\/100 {
  border-color: rgb(0 0 0 / 1);
}

.tem-border-on-surface\/15 {
  border-color: rgb(0 0 0 / 0.15);
}

.tem-border-on-surface\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.tem-border-on-surface\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.tem-border-on-surface\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.tem-border-on-surface\/35 {
  border-color: rgb(0 0 0 / 0.35);
}

.tem-border-on-surface\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.tem-border-on-surface\/45 {
  border-color: rgb(0 0 0 / 0.45);
}

.tem-border-on-surface\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.tem-border-on-surface\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.tem-border-on-surface\/55 {
  border-color: rgb(0 0 0 / 0.55);
}

.tem-border-on-surface\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.tem-border-on-surface\/65 {
  border-color: rgb(0 0 0 / 0.65);
}

.tem-border-on-surface\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.tem-border-on-surface\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.tem-border-on-surface\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.tem-border-on-surface\/85 {
  border-color: rgb(0 0 0 / 0.85);
}

.tem-border-on-surface\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.tem-border-on-surface\/95 {
  border-color: rgb(0 0 0 / 0.95);
}

.tem-border-on-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.tem-border-on-tertiary-container {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.tem-border-on-tertiary-container\/0 {
  border-color: rgb(255 255 255 / 0);
}

.tem-border-on-tertiary-container\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.tem-border-on-tertiary-container\/100 {
  border-color: rgb(255 255 255 / 1);
}

.tem-border-on-tertiary-container\/15 {
  border-color: rgb(255 255 255 / 0.15);
}

.tem-border-on-tertiary-container\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.tem-border-on-tertiary-container\/25 {
  border-color: rgb(255 255 255 / 0.25);
}

.tem-border-on-tertiary-container\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.tem-border-on-tertiary-container\/35 {
  border-color: rgb(255 255 255 / 0.35);
}

.tem-border-on-tertiary-container\/40 {
  border-color: rgb(255 255 255 / 0.4);
}

.tem-border-on-tertiary-container\/45 {
  border-color: rgb(255 255 255 / 0.45);
}

.tem-border-on-tertiary-container\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

.tem-border-on-tertiary-container\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.tem-border-on-tertiary-container\/55 {
  border-color: rgb(255 255 255 / 0.55);
}

.tem-border-on-tertiary-container\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.tem-border-on-tertiary-container\/65 {
  border-color: rgb(255 255 255 / 0.65);
}

.tem-border-on-tertiary-container\/70 {
  border-color: rgb(255 255 255 / 0.7);
}

.tem-border-on-tertiary-container\/75 {
  border-color: rgb(255 255 255 / 0.75);
}

.tem-border-on-tertiary-container\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.tem-border-on-tertiary-container\/85 {
  border-color: rgb(255 255 255 / 0.85);
}

.tem-border-on-tertiary-container\/90 {
  border-color: rgb(255 255 255 / 0.9);
}

.tem-border-on-tertiary-container\/95 {
  border-color: rgb(255 255 255 / 0.95);
}

.tem-border-on-tertiary\/0 {
  border-color: rgb(0 0 0 / 0);
}

.tem-border-on-tertiary\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.tem-border-on-tertiary\/100 {
  border-color: rgb(0 0 0 / 1);
}

.tem-border-on-tertiary\/15 {
  border-color: rgb(0 0 0 / 0.15);
}

.tem-border-on-tertiary\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.tem-border-on-tertiary\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.tem-border-on-tertiary\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.tem-border-on-tertiary\/35 {
  border-color: rgb(0 0 0 / 0.35);
}

.tem-border-on-tertiary\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.tem-border-on-tertiary\/45 {
  border-color: rgb(0 0 0 / 0.45);
}

.tem-border-on-tertiary\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.tem-border-on-tertiary\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.tem-border-on-tertiary\/55 {
  border-color: rgb(0 0 0 / 0.55);
}

.tem-border-on-tertiary\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.tem-border-on-tertiary\/65 {
  border-color: rgb(0 0 0 / 0.65);
}

.tem-border-on-tertiary\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.tem-border-on-tertiary\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.tem-border-on-tertiary\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.tem-border-on-tertiary\/85 {
  border-color: rgb(0 0 0 / 0.85);
}

.tem-border-on-tertiary\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.tem-border-on-tertiary\/95 {
  border-color: rgb(0 0 0 / 0.95);
}

.tem-border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(255 196 32 / var(--tw-border-opacity));
}

.tem-border-primary-container {
  --tw-border-opacity: 1;
  border-color: rgb(242 203 96 / var(--tw-border-opacity));
}

.tem-border-primary-container\/0 {
  border-color: rgb(242 203 96 / 0);
}

.tem-border-primary-container\/10 {
  border-color: rgb(242 203 96 / 0.1);
}

.tem-border-primary-container\/100 {
  border-color: rgb(242 203 96 / 1);
}

.tem-border-primary-container\/15 {
  border-color: rgb(242 203 96 / 0.15);
}

.tem-border-primary-container\/20 {
  border-color: rgb(242 203 96 / 0.2);
}

.tem-border-primary-container\/25 {
  border-color: rgb(242 203 96 / 0.25);
}

.tem-border-primary-container\/30 {
  border-color: rgb(242 203 96 / 0.3);
}

.tem-border-primary-container\/35 {
  border-color: rgb(242 203 96 / 0.35);
}

.tem-border-primary-container\/40 {
  border-color: rgb(242 203 96 / 0.4);
}

.tem-border-primary-container\/45 {
  border-color: rgb(242 203 96 / 0.45);
}

.tem-border-primary-container\/5 {
  border-color: rgb(242 203 96 / 0.05);
}

.tem-border-primary-container\/50 {
  border-color: rgb(242 203 96 / 0.5);
}

.tem-border-primary-container\/55 {
  border-color: rgb(242 203 96 / 0.55);
}

.tem-border-primary-container\/60 {
  border-color: rgb(242 203 96 / 0.6);
}

.tem-border-primary-container\/65 {
  border-color: rgb(242 203 96 / 0.65);
}

.tem-border-primary-container\/70 {
  border-color: rgb(242 203 96 / 0.7);
}

.tem-border-primary-container\/75 {
  border-color: rgb(242 203 96 / 0.75);
}

.tem-border-primary-container\/80 {
  border-color: rgb(242 203 96 / 0.8);
}

.tem-border-primary-container\/85 {
  border-color: rgb(242 203 96 / 0.85);
}

.tem-border-primary-container\/90 {
  border-color: rgb(242 203 96 / 0.9);
}

.tem-border-primary-container\/95 {
  border-color: rgb(242 203 96 / 0.95);
}

.tem-border-primary\/0 {
  border-color: rgb(255 196 32 / 0);
}

.tem-border-primary\/10 {
  border-color: rgb(255 196 32 / 0.1);
}

.tem-border-primary\/100 {
  border-color: rgb(255 196 32 / 1);
}

.tem-border-primary\/15 {
  border-color: rgb(255 196 32 / 0.15);
}

.tem-border-primary\/20 {
  border-color: rgb(255 196 32 / 0.2);
}

.tem-border-primary\/25 {
  border-color: rgb(255 196 32 / 0.25);
}

.tem-border-primary\/30 {
  border-color: rgb(255 196 32 / 0.3);
}

.tem-border-primary\/35 {
  border-color: rgb(255 196 32 / 0.35);
}

.tem-border-primary\/40 {
  border-color: rgb(255 196 32 / 0.4);
}

.tem-border-primary\/45 {
  border-color: rgb(255 196 32 / 0.45);
}

.tem-border-primary\/5 {
  border-color: rgb(255 196 32 / 0.05);
}

.tem-border-primary\/50 {
  border-color: rgb(255 196 32 / 0.5);
}

.tem-border-primary\/55 {
  border-color: rgb(255 196 32 / 0.55);
}

.tem-border-primary\/60 {
  border-color: rgb(255 196 32 / 0.6);
}

.tem-border-primary\/65 {
  border-color: rgb(255 196 32 / 0.65);
}

.tem-border-primary\/70 {
  border-color: rgb(255 196 32 / 0.7);
}

.tem-border-primary\/75 {
  border-color: rgb(255 196 32 / 0.75);
}

.tem-border-primary\/80 {
  border-color: rgb(255 196 32 / 0.8);
}

.tem-border-primary\/85 {
  border-color: rgb(255 196 32 / 0.85);
}

.tem-border-primary\/90 {
  border-color: rgb(255 196 32 / 0.9);
}

.tem-border-primary\/95 {
  border-color: rgb(255 196 32 / 0.95);
}

.tem-border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(111 123 154 / var(--tw-border-opacity));
}

.tem-border-secondary-container {
  --tw-border-opacity: 1;
  border-color: rgb(56 64 84 / var(--tw-border-opacity));
}

.tem-border-secondary-container\/0 {
  border-color: rgb(56 64 84 / 0);
}

.tem-border-secondary-container\/10 {
  border-color: rgb(56 64 84 / 0.1);
}

.tem-border-secondary-container\/100 {
  border-color: rgb(56 64 84 / 1);
}

.tem-border-secondary-container\/15 {
  border-color: rgb(56 64 84 / 0.15);
}

.tem-border-secondary-container\/20 {
  border-color: rgb(56 64 84 / 0.2);
}

.tem-border-secondary-container\/25 {
  border-color: rgb(56 64 84 / 0.25);
}

.tem-border-secondary-container\/30 {
  border-color: rgb(56 64 84 / 0.3);
}

.tem-border-secondary-container\/35 {
  border-color: rgb(56 64 84 / 0.35);
}

.tem-border-secondary-container\/40 {
  border-color: rgb(56 64 84 / 0.4);
}

.tem-border-secondary-container\/45 {
  border-color: rgb(56 64 84 / 0.45);
}

.tem-border-secondary-container\/5 {
  border-color: rgb(56 64 84 / 0.05);
}

.tem-border-secondary-container\/50 {
  border-color: rgb(56 64 84 / 0.5);
}

.tem-border-secondary-container\/55 {
  border-color: rgb(56 64 84 / 0.55);
}

.tem-border-secondary-container\/60 {
  border-color: rgb(56 64 84 / 0.6);
}

.tem-border-secondary-container\/65 {
  border-color: rgb(56 64 84 / 0.65);
}

.tem-border-secondary-container\/70 {
  border-color: rgb(56 64 84 / 0.7);
}

.tem-border-secondary-container\/75 {
  border-color: rgb(56 64 84 / 0.75);
}

.tem-border-secondary-container\/80 {
  border-color: rgb(56 64 84 / 0.8);
}

.tem-border-secondary-container\/85 {
  border-color: rgb(56 64 84 / 0.85);
}

.tem-border-secondary-container\/90 {
  border-color: rgb(56 64 84 / 0.9);
}

.tem-border-secondary-container\/95 {
  border-color: rgb(56 64 84 / 0.95);
}

.tem-border-secondary\/0 {
  border-color: rgb(111 123 154 / 0);
}

.tem-border-secondary\/10 {
  border-color: rgb(111 123 154 / 0.1);
}

.tem-border-secondary\/100 {
  border-color: rgb(111 123 154 / 1);
}

.tem-border-secondary\/15 {
  border-color: rgb(111 123 154 / 0.15);
}

.tem-border-secondary\/20 {
  border-color: rgb(111 123 154 / 0.2);
}

.tem-border-secondary\/25 {
  border-color: rgb(111 123 154 / 0.25);
}

.tem-border-secondary\/30 {
  border-color: rgb(111 123 154 / 0.3);
}

.tem-border-secondary\/35 {
  border-color: rgb(111 123 154 / 0.35);
}

.tem-border-secondary\/40 {
  border-color: rgb(111 123 154 / 0.4);
}

.tem-border-secondary\/45 {
  border-color: rgb(111 123 154 / 0.45);
}

.tem-border-secondary\/5 {
  border-color: rgb(111 123 154 / 0.05);
}

.tem-border-secondary\/50 {
  border-color: rgb(111 123 154 / 0.5);
}

.tem-border-secondary\/55 {
  border-color: rgb(111 123 154 / 0.55);
}

.tem-border-secondary\/60 {
  border-color: rgb(111 123 154 / 0.6);
}

.tem-border-secondary\/65 {
  border-color: rgb(111 123 154 / 0.65);
}

.tem-border-secondary\/70 {
  border-color: rgb(111 123 154 / 0.7);
}

.tem-border-secondary\/75 {
  border-color: rgb(111 123 154 / 0.75);
}

.tem-border-secondary\/80 {
  border-color: rgb(111 123 154 / 0.8);
}

.tem-border-secondary\/85 {
  border-color: rgb(111 123 154 / 0.85);
}

.tem-border-secondary\/90 {
  border-color: rgb(111 123 154 / 0.9);
}

.tem-border-secondary\/95 {
  border-color: rgb(111 123 154 / 0.95);
}

.tem-border-success {
  --tw-border-opacity: 1;
  border-color: rgb(216 227 211 / var(--tw-border-opacity));
}

.tem-border-success\/0 {
  border-color: rgb(216 227 211 / 0);
}

.tem-border-success\/10 {
  border-color: rgb(216 227 211 / 0.1);
}

.tem-border-success\/100 {
  border-color: rgb(216 227 211 / 1);
}

.tem-border-success\/15 {
  border-color: rgb(216 227 211 / 0.15);
}

.tem-border-success\/20 {
  border-color: rgb(216 227 211 / 0.2);
}

.tem-border-success\/25 {
  border-color: rgb(216 227 211 / 0.25);
}

.tem-border-success\/30 {
  border-color: rgb(216 227 211 / 0.3);
}

.tem-border-success\/35 {
  border-color: rgb(216 227 211 / 0.35);
}

.tem-border-success\/40 {
  border-color: rgb(216 227 211 / 0.4);
}

.tem-border-success\/45 {
  border-color: rgb(216 227 211 / 0.45);
}

.tem-border-success\/5 {
  border-color: rgb(216 227 211 / 0.05);
}

.tem-border-success\/50 {
  border-color: rgb(216 227 211 / 0.5);
}

.tem-border-success\/55 {
  border-color: rgb(216 227 211 / 0.55);
}

.tem-border-success\/60 {
  border-color: rgb(216 227 211 / 0.6);
}

.tem-border-success\/65 {
  border-color: rgb(216 227 211 / 0.65);
}

.tem-border-success\/70 {
  border-color: rgb(216 227 211 / 0.7);
}

.tem-border-success\/75 {
  border-color: rgb(216 227 211 / 0.75);
}

.tem-border-success\/80 {
  border-color: rgb(216 227 211 / 0.8);
}

.tem-border-success\/85 {
  border-color: rgb(216 227 211 / 0.85);
}

.tem-border-success\/90 {
  border-color: rgb(216 227 211 / 0.9);
}

.tem-border-success\/95 {
  border-color: rgb(216 227 211 / 0.95);
}

.tem-border-surface {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.tem-border-surface-tint {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}

.tem-border-surface-tint\/0 {
  border-color: rgb(233 233 233 / 0);
}

.tem-border-surface-tint\/10 {
  border-color: rgb(233 233 233 / 0.1);
}

.tem-border-surface-tint\/100 {
  border-color: rgb(233 233 233 / 1);
}

.tem-border-surface-tint\/15 {
  border-color: rgb(233 233 233 / 0.15);
}

.tem-border-surface-tint\/20 {
  border-color: rgb(233 233 233 / 0.2);
}

.tem-border-surface-tint\/25 {
  border-color: rgb(233 233 233 / 0.25);
}

.tem-border-surface-tint\/30 {
  border-color: rgb(233 233 233 / 0.3);
}

.tem-border-surface-tint\/35 {
  border-color: rgb(233 233 233 / 0.35);
}

.tem-border-surface-tint\/40 {
  border-color: rgb(233 233 233 / 0.4);
}

.tem-border-surface-tint\/45 {
  border-color: rgb(233 233 233 / 0.45);
}

.tem-border-surface-tint\/5 {
  border-color: rgb(233 233 233 / 0.05);
}

.tem-border-surface-tint\/50 {
  border-color: rgb(233 233 233 / 0.5);
}

.tem-border-surface-tint\/55 {
  border-color: rgb(233 233 233 / 0.55);
}

.tem-border-surface-tint\/60 {
  border-color: rgb(233 233 233 / 0.6);
}

.tem-border-surface-tint\/65 {
  border-color: rgb(233 233 233 / 0.65);
}

.tem-border-surface-tint\/70 {
  border-color: rgb(233 233 233 / 0.7);
}

.tem-border-surface-tint\/75 {
  border-color: rgb(233 233 233 / 0.75);
}

.tem-border-surface-tint\/80 {
  border-color: rgb(233 233 233 / 0.8);
}

.tem-border-surface-tint\/85 {
  border-color: rgb(233 233 233 / 0.85);
}

.tem-border-surface-tint\/90 {
  border-color: rgb(233 233 233 / 0.9);
}

.tem-border-surface-tint\/95 {
  border-color: rgb(233 233 233 / 0.95);
}

.tem-border-surface\/0 {
  border-color: rgb(255 255 255 / 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tem-border-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(170 165 153 / var(--tw-border-opacity));
}

.tem-border-tertiary-container {
  --tw-border-opacity: 1;
  border-color: rgb(39 36 29 / var(--tw-border-opacity));
}

.tem-border-tertiary-container\/0 {
  border-color: rgb(39 36 29 / 0);
}

.tem-border-tertiary-container\/10 {
  border-color: rgb(39 36 29 / 0.1);
}

.tem-border-tertiary-container\/100 {
  border-color: rgb(39 36 29 / 1);
}

.tem-border-tertiary-container\/15 {
  border-color: rgb(39 36 29 / 0.15);
}

.tem-border-tertiary-container\/20 {
  border-color: rgb(39 36 29 / 0.2);
}

.tem-border-tertiary-container\/25 {
  border-color: rgb(39 36 29 / 0.25);
}

.tem-border-tertiary-container\/30 {
  border-color: rgb(39 36 29 / 0.3);
}

.tem-border-tertiary-container\/35 {
  border-color: rgb(39 36 29 / 0.35);
}

.tem-border-tertiary-container\/40 {
  border-color: rgb(39 36 29 / 0.4);
}

.tem-border-tertiary-container\/45 {
  border-color: rgb(39 36 29 / 0.45);
}

.tem-border-tertiary-container\/5 {
  border-color: rgb(39 36 29 / 0.05);
}

.tem-border-tertiary-container\/50 {
  border-color: rgb(39 36 29 / 0.5);
}

.tem-border-tertiary-container\/55 {
  border-color: rgb(39 36 29 / 0.55);
}

.tem-border-tertiary-container\/60 {
  border-color: rgb(39 36 29 / 0.6);
}

.tem-border-tertiary-container\/65 {
  border-color: rgb(39 36 29 / 0.65);
}

.tem-border-tertiary-container\/70 {
  border-color: rgb(39 36 29 / 0.7);
}

.tem-border-tertiary-container\/75 {
  border-color: rgb(39 36 29 / 0.75);
}

.tem-border-tertiary-container\/80 {
  border-color: rgb(39 36 29 / 0.8);
}

.tem-border-tertiary-container\/85 {
  border-color: rgb(39 36 29 / 0.85);
}

.tem-border-tertiary-container\/90 {
  border-color: rgb(39 36 29 / 0.9);
}

.tem-border-tertiary-container\/95 {
  border-color: rgb(39 36 29 / 0.95);
}

.tem-border-tertiary\/0 {
  border-color: rgb(170 165 153 / 0);
}

.tem-border-tertiary\/10 {
  border-color: rgb(170 165 153 / 0.1);
}

.tem-border-tertiary\/100 {
  border-color: rgb(170 165 153 / 1);
}

.tem-border-tertiary\/15 {
  border-color: rgb(170 165 153 / 0.15);
}

.tem-border-tertiary\/20 {
  border-color: rgb(170 165 153 / 0.2);
}

.tem-border-tertiary\/25 {
  border-color: rgb(170 165 153 / 0.25);
}

.tem-border-tertiary\/30 {
  border-color: rgb(170 165 153 / 0.3);
}

.tem-border-tertiary\/35 {
  border-color: rgb(170 165 153 / 0.35);
}

.tem-border-tertiary\/40 {
  border-color: rgb(170 165 153 / 0.4);
}

.tem-border-tertiary\/45 {
  border-color: rgb(170 165 153 / 0.45);
}

.tem-border-tertiary\/5 {
  border-color: rgb(170 165 153 / 0.05);
}

.tem-border-tertiary\/50 {
  border-color: rgb(170 165 153 / 0.5);
}

.tem-border-tertiary\/55 {
  border-color: rgb(170 165 153 / 0.55);
}

.tem-border-tertiary\/60 {
  border-color: rgb(170 165 153 / 0.6);
}

.tem-border-tertiary\/65 {
  border-color: rgb(170 165 153 / 0.65);
}

.tem-border-tertiary\/70 {
  border-color: rgb(170 165 153 / 0.7);
}

.tem-border-tertiary\/75 {
  border-color: rgb(170 165 153 / 0.75);
}

.tem-border-tertiary\/80 {
  border-color: rgb(170 165 153 / 0.8);
}

.tem-border-tertiary\/85 {
  border-color: rgb(170 165 153 / 0.85);
}

.tem-border-tertiary\/90 {
  border-color: rgb(170 165 153 / 0.9);
}

.tem-border-tertiary\/95 {
  border-color: rgb(170 165 153 / 0.95);
}

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

.tem-border-transparent\/0 {
  border-color: rgb(0 0 0 / 0);
}

.tem-border-transparent\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.tem-border-transparent\/100 {
  border-color: rgb(0 0 0 / 1);
}

.tem-border-transparent\/15 {
  border-color: rgb(0 0 0 / 0.15);
}

.tem-border-transparent\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.tem-border-transparent\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.tem-border-transparent\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.tem-border-transparent\/35 {
  border-color: rgb(0 0 0 / 0.35);
}

.tem-border-transparent\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.tem-border-transparent\/45 {
  border-color: rgb(0 0 0 / 0.45);
}

.tem-border-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.tem-border-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.tem-border-transparent\/55 {
  border-color: rgb(0 0 0 / 0.55);
}

.tem-border-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.tem-border-transparent\/65 {
  border-color: rgb(0 0 0 / 0.65);
}

.tem-border-transparent\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.tem-border-transparent\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.tem-border-transparent\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.tem-border-transparent\/85 {
  border-color: rgb(0 0 0 / 0.85);
}

.tem-border-transparent\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.tem-border-transparent\/95 {
  border-color: rgb(0 0 0 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tem-border-l-primary {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 196 32 / var(--tw-border-opacity));
}

.tem-border-t-primary {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 196 32 / var(--tw-border-opacity));
}

.\!tem-bg-surface-tint {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity)) !important;
}

.\!tem-bg-surface\/20 {
  background-color: rgb(255 255 255 / 0.2) !important;
}

.tem-bg-alert {
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 195 / var(--tw-bg-opacity));
}

.tem-bg-alert\/0 {
  background-color: rgb(255 242 195 / 0);
}

.tem-bg-alert\/10 {
  background-color: rgb(255 242 195 / 0.1);
}

.tem-bg-alert\/100 {
  background-color: rgb(255 242 195 / 1);
}

.tem-bg-alert\/15 {
  background-color: rgb(255 242 195 / 0.15);
}

.tem-bg-alert\/20 {
  background-color: rgb(255 242 195 / 0.2);
}

.tem-bg-alert\/25 {
  background-color: rgb(255 242 195 / 0.25);
}

.tem-bg-alert\/30 {
  background-color: rgb(255 242 195 / 0.3);
}

.tem-bg-alert\/35 {
  background-color: rgb(255 242 195 / 0.35);
}

.tem-bg-alert\/40 {
  background-color: rgb(255 242 195 / 0.4);
}

.tem-bg-alert\/45 {
  background-color: rgb(255 242 195 / 0.45);
}

.tem-bg-alert\/5 {
  background-color: rgb(255 242 195 / 0.05);
}

.tem-bg-alert\/50 {
  background-color: rgb(255 242 195 / 0.5);
}

.tem-bg-alert\/55 {
  background-color: rgb(255 242 195 / 0.55);
}

.tem-bg-alert\/60 {
  background-color: rgb(255 242 195 / 0.6);
}

.tem-bg-alert\/65 {
  background-color: rgb(255 242 195 / 0.65);
}

.tem-bg-alert\/70 {
  background-color: rgb(255 242 195 / 0.7);
}

.tem-bg-alert\/75 {
  background-color: rgb(255 242 195 / 0.75);
}

.tem-bg-alert\/80 {
  background-color: rgb(255 242 195 / 0.8);
}

.tem-bg-alert\/85 {
  background-color: rgb(255 242 195 / 0.85);
}

.tem-bg-alert\/90 {
  background-color: rgb(255 242 195 / 0.9);
}

.tem-bg-alert\/95 {
  background-color: rgb(255 242 195 / 0.95);
}

.tem-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.tem-bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}

.tem-bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.tem-bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}

.tem-bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.tem-bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.tem-bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.tem-bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.tem-bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.tem-bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.tem-bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.tem-bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.tem-bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.tem-bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}

.tem-bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.tem-bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}

.tem-bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.tem-bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.tem-bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.tem-bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.tem-bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.tem-bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.tem-bg-error {
  --tw-bg-opacity: 1;
  background-color: rgb(252 209 209 / var(--tw-bg-opacity));
}

.tem-bg-error\/0 {
  background-color: rgb(252 209 209 / 0);
}

.tem-bg-error\/10 {
  background-color: rgb(252 209 209 / 0.1);
}

.tem-bg-error\/100 {
  background-color: rgb(252 209 209 / 1);
}

.tem-bg-error\/15 {
  background-color: rgb(252 209 209 / 0.15);
}

.tem-bg-error\/20 {
  background-color: rgb(252 209 209 / 0.2);
}

.tem-bg-error\/25 {
  background-color: rgb(252 209 209 / 0.25);
}

.tem-bg-error\/30 {
  background-color: rgb(252 209 209 / 0.3);
}

.tem-bg-error\/35 {
  background-color: rgb(252 209 209 / 0.35);
}

.tem-bg-error\/40 {
  background-color: rgb(252 209 209 / 0.4);
}

.tem-bg-error\/45 {
  background-color: rgb(252 209 209 / 0.45);
}

.tem-bg-error\/5 {
  background-color: rgb(252 209 209 / 0.05);
}

.tem-bg-error\/50 {
  background-color: rgb(252 209 209 / 0.5);
}

.tem-bg-error\/55 {
  background-color: rgb(252 209 209 / 0.55);
}

.tem-bg-error\/60 {
  background-color: rgb(252 209 209 / 0.6);
}

.tem-bg-error\/65 {
  background-color: rgb(252 209 209 / 0.65);
}

.tem-bg-error\/70 {
  background-color: rgb(252 209 209 / 0.7);
}

.tem-bg-error\/75 {
  background-color: rgb(252 209 209 / 0.75);
}

.tem-bg-error\/80 {
  background-color: rgb(252 209 209 / 0.8);
}

.tem-bg-error\/85 {
  background-color: rgb(252 209 209 / 0.85);
}

.tem-bg-error\/90 {
  background-color: rgb(252 209 209 / 0.9);
}

.tem-bg-error\/95 {
  background-color: rgb(252 209 209 / 0.95);
}

.tem-bg-on-alert {
  --tw-bg-opacity: 1;
  background-color: rgb(167 140 0 / var(--tw-bg-opacity));
}

.tem-bg-on-alert\/0 {
  background-color: rgb(167 140 0 / 0);
}

.tem-bg-on-alert\/10 {
  background-color: rgb(167 140 0 / 0.1);
}

.tem-bg-on-alert\/100 {
  background-color: rgb(167 140 0 / 1);
}

.tem-bg-on-alert\/15 {
  background-color: rgb(167 140 0 / 0.15);
}

.tem-bg-on-alert\/20 {
  background-color: rgb(167 140 0 / 0.2);
}

.tem-bg-on-alert\/25 {
  background-color: rgb(167 140 0 / 0.25);
}

.tem-bg-on-alert\/30 {
  background-color: rgb(167 140 0 / 0.3);
}

.tem-bg-on-alert\/35 {
  background-color: rgb(167 140 0 / 0.35);
}

.tem-bg-on-alert\/40 {
  background-color: rgb(167 140 0 / 0.4);
}

.tem-bg-on-alert\/45 {
  background-color: rgb(167 140 0 / 0.45);
}

.tem-bg-on-alert\/5 {
  background-color: rgb(167 140 0 / 0.05);
}

.tem-bg-on-alert\/50 {
  background-color: rgb(167 140 0 / 0.5);
}

.tem-bg-on-alert\/55 {
  background-color: rgb(167 140 0 / 0.55);
}

.tem-bg-on-alert\/60 {
  background-color: rgb(167 140 0 / 0.6);
}

.tem-bg-on-alert\/65 {
  background-color: rgb(167 140 0 / 0.65);
}

.tem-bg-on-alert\/70 {
  background-color: rgb(167 140 0 / 0.7);
}

.tem-bg-on-alert\/75 {
  background-color: rgb(167 140 0 / 0.75);
}

.tem-bg-on-alert\/80 {
  background-color: rgb(167 140 0 / 0.8);
}

.tem-bg-on-alert\/85 {
  background-color: rgb(167 140 0 / 0.85);
}

.tem-bg-on-alert\/90 {
  background-color: rgb(167 140 0 / 0.9);
}

.tem-bg-on-alert\/95 {
  background-color: rgb(167 140 0 / 0.95);
}

.tem-bg-on-error {
  --tw-bg-opacity: 1;
  background-color: rgb(185 71 71 / var(--tw-bg-opacity));
}

.tem-bg-on-error\/0 {
  background-color: rgb(185 71 71 / 0);
}

.tem-bg-on-error\/10 {
  background-color: rgb(185 71 71 / 0.1);
}

.tem-bg-on-error\/100 {
  background-color: rgb(185 71 71 / 1);
}

.tem-bg-on-error\/15 {
  background-color: rgb(185 71 71 / 0.15);
}

.tem-bg-on-error\/20 {
  background-color: rgb(185 71 71 / 0.2);
}

.tem-bg-on-error\/25 {
  background-color: rgb(185 71 71 / 0.25);
}

.tem-bg-on-error\/30 {
  background-color: rgb(185 71 71 / 0.3);
}

.tem-bg-on-error\/35 {
  background-color: rgb(185 71 71 / 0.35);
}

.tem-bg-on-error\/40 {
  background-color: rgb(185 71 71 / 0.4);
}

.tem-bg-on-error\/45 {
  background-color: rgb(185 71 71 / 0.45);
}

.tem-bg-on-error\/5 {
  background-color: rgb(185 71 71 / 0.05);
}

.tem-bg-on-error\/50 {
  background-color: rgb(185 71 71 / 0.5);
}

.tem-bg-on-error\/55 {
  background-color: rgb(185 71 71 / 0.55);
}

.tem-bg-on-error\/60 {
  background-color: rgb(185 71 71 / 0.6);
}

.tem-bg-on-error\/65 {
  background-color: rgb(185 71 71 / 0.65);
}

.tem-bg-on-error\/70 {
  background-color: rgb(185 71 71 / 0.7);
}

.tem-bg-on-error\/75 {
  background-color: rgb(185 71 71 / 0.75);
}

.tem-bg-on-error\/80 {
  background-color: rgb(185 71 71 / 0.8);
}

.tem-bg-on-error\/85 {
  background-color: rgb(185 71 71 / 0.85);
}

.tem-bg-on-error\/90 {
  background-color: rgb(185 71 71 / 0.9);
}

.tem-bg-on-error\/95 {
  background-color: rgb(185 71 71 / 0.95);
}

.tem-bg-on-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.tem-bg-on-primary-container {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.tem-bg-on-primary-container\/0 {
  background-color: rgb(0 0 0 / 0);
}

.tem-bg-on-primary-container\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.tem-bg-on-primary-container\/100 {
  background-color: rgb(0 0 0 / 1);
}

.tem-bg-on-primary-container\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.tem-bg-on-primary-container\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.tem-bg-on-primary-container\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.tem-bg-on-primary-container\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.tem-bg-on-primary-container\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.tem-bg-on-primary-container\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.tem-bg-on-primary-container\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.tem-bg-on-primary-container\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.tem-bg-on-primary-container\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.tem-bg-on-primary-container\/55 {
  background-color: rgb(0 0 0 / 0.55);
}

.tem-bg-on-primary-container\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.tem-bg-on-primary-container\/65 {
  background-color: rgb(0 0 0 / 0.65);
}

.tem-bg-on-primary-container\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.tem-bg-on-primary-container\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.tem-bg-on-primary-container\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.tem-bg-on-primary-container\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.tem-bg-on-primary-container\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.tem-bg-on-primary-container\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.tem-bg-on-primary\/0 {
  background-color: rgb(0 0 0 / 0);
}

.tem-bg-on-primary\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.tem-bg-on-primary\/100 {
  background-color: rgb(0 0 0 / 1);
}

.tem-bg-on-primary\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.tem-bg-on-primary\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.tem-bg-on-primary\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.tem-bg-on-primary\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.tem-bg-on-primary\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.tem-bg-on-primary\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.tem-bg-on-primary\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.tem-bg-on-primary\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.tem-bg-on-primary\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.tem-bg-on-primary\/55 {
  background-color: rgb(0 0 0 / 0.55);
}

.tem-bg-on-primary\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.tem-bg-on-primary\/65 {
  background-color: rgb(0 0 0 / 0.65);
}

.tem-bg-on-primary\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.tem-bg-on-primary\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.tem-bg-on-primary\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.tem-bg-on-primary\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.tem-bg-on-primary\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.tem-bg-on-primary\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.tem-bg-on-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(55 63 93 / var(--tw-bg-opacity));
}

.tem-bg-on-secondary-container {
  --tw-bg-opacity: 1;
  background-color: rgb(174 189 218 / var(--tw-bg-opacity));
}

.tem-bg-on-secondary-container\/0 {
  background-color: rgb(174 189 218 / 0);
}

.tem-bg-on-secondary-container\/10 {
  background-color: rgb(174 189 218 / 0.1);
}

.tem-bg-on-secondary-container\/100 {
  background-color: rgb(174 189 218 / 1);
}

.tem-bg-on-secondary-container\/15 {
  background-color: rgb(174 189 218 / 0.15);
}

.tem-bg-on-secondary-container\/20 {
  background-color: rgb(174 189 218 / 0.2);
}

.tem-bg-on-secondary-container\/25 {
  background-color: rgb(174 189 218 / 0.25);
}

.tem-bg-on-secondary-container\/30 {
  background-color: rgb(174 189 218 / 0.3);
}

.tem-bg-on-secondary-container\/35 {
  background-color: rgb(174 189 218 / 0.35);
}

.tem-bg-on-secondary-container\/40 {
  background-color: rgb(174 189 218 / 0.4);
}

.tem-bg-on-secondary-container\/45 {
  background-color: rgb(174 189 218 / 0.45);
}

.tem-bg-on-secondary-container\/5 {
  background-color: rgb(174 189 218 / 0.05);
}

.tem-bg-on-secondary-container\/50 {
  background-color: rgb(174 189 218 / 0.5);
}

.tem-bg-on-secondary-container\/55 {
  background-color: rgb(174 189 218 / 0.55);
}

.tem-bg-on-secondary-container\/60 {
  background-color: rgb(174 189 218 / 0.6);
}

.tem-bg-on-secondary-container\/65 {
  background-color: rgb(174 189 218 / 0.65);
}

.tem-bg-on-secondary-container\/70 {
  background-color: rgb(174 189 218 / 0.7);
}

.tem-bg-on-secondary-container\/75 {
  background-color: rgb(174 189 218 / 0.75);
}

.tem-bg-on-secondary-container\/80 {
  background-color: rgb(174 189 218 / 0.8);
}

.tem-bg-on-secondary-container\/85 {
  background-color: rgb(174 189 218 / 0.85);
}

.tem-bg-on-secondary-container\/90 {
  background-color: rgb(174 189 218 / 0.9);
}

.tem-bg-on-secondary-container\/95 {
  background-color: rgb(174 189 218 / 0.95);
}

.tem-bg-on-secondary\/0 {
  background-color: rgb(55 63 93 / 0);
}

.tem-bg-on-secondary\/10 {
  background-color: rgb(55 63 93 / 0.1);
}

.tem-bg-on-secondary\/100 {
  background-color: rgb(55 63 93 / 1);
}

.tem-bg-on-secondary\/15 {
  background-color: rgb(55 63 93 / 0.15);
}

.tem-bg-on-secondary\/20 {
  background-color: rgb(55 63 93 / 0.2);
}

.tem-bg-on-secondary\/25 {
  background-color: rgb(55 63 93 / 0.25);
}

.tem-bg-on-secondary\/30 {
  background-color: rgb(55 63 93 / 0.3);
}

.tem-bg-on-secondary\/35 {
  background-color: rgb(55 63 93 / 0.35);
}

.tem-bg-on-secondary\/40 {
  background-color: rgb(55 63 93 / 0.4);
}

.tem-bg-on-secondary\/45 {
  background-color: rgb(55 63 93 / 0.45);
}

.tem-bg-on-secondary\/5 {
  background-color: rgb(55 63 93 / 0.05);
}

.tem-bg-on-secondary\/50 {
  background-color: rgb(55 63 93 / 0.5);
}

.tem-bg-on-secondary\/55 {
  background-color: rgb(55 63 93 / 0.55);
}

.tem-bg-on-secondary\/60 {
  background-color: rgb(55 63 93 / 0.6);
}

.tem-bg-on-secondary\/65 {
  background-color: rgb(55 63 93 / 0.65);
}

.tem-bg-on-secondary\/70 {
  background-color: rgb(55 63 93 / 0.7);
}

.tem-bg-on-secondary\/75 {
  background-color: rgb(55 63 93 / 0.75);
}

.tem-bg-on-secondary\/80 {
  background-color: rgb(55 63 93 / 0.8);
}

.tem-bg-on-secondary\/85 {
  background-color: rgb(55 63 93 / 0.85);
}

.tem-bg-on-secondary\/90 {
  background-color: rgb(55 63 93 / 0.9);
}

.tem-bg-on-secondary\/95 {
  background-color: rgb(55 63 93 / 0.95);
}

.tem-bg-on-success {
  --tw-bg-opacity: 1;
  background-color: rgb(57 90 57 / var(--tw-bg-opacity));
}

.tem-bg-on-success\/0 {
  background-color: rgb(57 90 57 / 0);
}

.tem-bg-on-success\/10 {
  background-color: rgb(57 90 57 / 0.1);
}

.tem-bg-on-success\/100 {
  background-color: rgb(57 90 57 / 1);
}

.tem-bg-on-success\/15 {
  background-color: rgb(57 90 57 / 0.15);
}

.tem-bg-on-success\/20 {
  background-color: rgb(57 90 57 / 0.2);
}

.tem-bg-on-success\/25 {
  background-color: rgb(57 90 57 / 0.25);
}

.tem-bg-on-success\/30 {
  background-color: rgb(57 90 57 / 0.3);
}

.tem-bg-on-success\/35 {
  background-color: rgb(57 90 57 / 0.35);
}

.tem-bg-on-success\/40 {
  background-color: rgb(57 90 57 / 0.4);
}

.tem-bg-on-success\/45 {
  background-color: rgb(57 90 57 / 0.45);
}

.tem-bg-on-success\/5 {
  background-color: rgb(57 90 57 / 0.05);
}

.tem-bg-on-success\/50 {
  background-color: rgb(57 90 57 / 0.5);
}

.tem-bg-on-success\/55 {
  background-color: rgb(57 90 57 / 0.55);
}

.tem-bg-on-success\/60 {
  background-color: rgb(57 90 57 / 0.6);
}

.tem-bg-on-success\/65 {
  background-color: rgb(57 90 57 / 0.65);
}

.tem-bg-on-success\/70 {
  background-color: rgb(57 90 57 / 0.7);
}

.tem-bg-on-success\/75 {
  background-color: rgb(57 90 57 / 0.75);
}

.tem-bg-on-success\/80 {
  background-color: rgb(57 90 57 / 0.8);
}

.tem-bg-on-success\/85 {
  background-color: rgb(57 90 57 / 0.85);
}

.tem-bg-on-success\/90 {
  background-color: rgb(57 90 57 / 0.9);
}

.tem-bg-on-success\/95 {
  background-color: rgb(57 90 57 / 0.95);
}

.tem-bg-on-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.tem-bg-on-surface-tint {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.tem-bg-on-surface-tint\/0 {
  background-color: rgb(0 0 0 / 0);
}

.tem-bg-on-surface-tint\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.tem-bg-on-surface-tint\/100 {
  background-color: rgb(0 0 0 / 1);
}

.tem-bg-on-surface-tint\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.tem-bg-on-surface-tint\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.tem-bg-on-surface-tint\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.tem-bg-on-surface-tint\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.tem-bg-on-surface-tint\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.tem-bg-on-surface-tint\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.tem-bg-on-surface-tint\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.tem-bg-on-surface-tint\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.tem-bg-on-surface-tint\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.tem-bg-on-surface-tint\/55 {
  background-color: rgb(0 0 0 / 0.55);
}

.tem-bg-on-surface-tint\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.tem-bg-on-surface-tint\/65 {
  background-color: rgb(0 0 0 / 0.65);
}

.tem-bg-on-surface-tint\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.tem-bg-on-surface-tint\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.tem-bg-on-surface-tint\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.tem-bg-on-surface-tint\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.tem-bg-on-surface-tint\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.tem-bg-on-surface-tint\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.tem-bg-on-surface-variant {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

.tem-bg-on-surface-variant\/0 {
  background-color: rgb(115 115 115 / 0);
}

.tem-bg-on-surface-variant\/10 {
  background-color: rgb(115 115 115 / 0.1);
}

.tem-bg-on-surface-variant\/100 {
  background-color: rgb(115 115 115 / 1);
}

.tem-bg-on-surface-variant\/15 {
  background-color: rgb(115 115 115 / 0.15);
}

.tem-bg-on-surface-variant\/20 {
  background-color: rgb(115 115 115 / 0.2);
}

.tem-bg-on-surface-variant\/25 {
  background-color: rgb(115 115 115 / 0.25);
}

.tem-bg-on-surface-variant\/30 {
  background-color: rgb(115 115 115 / 0.3);
}

.tem-bg-on-surface-variant\/35 {
  background-color: rgb(115 115 115 / 0.35);
}

.tem-bg-on-surface-variant\/40 {
  background-color: rgb(115 115 115 / 0.4);
}

.tem-bg-on-surface-variant\/45 {
  background-color: rgb(115 115 115 / 0.45);
}

.tem-bg-on-surface-variant\/5 {
  background-color: rgb(115 115 115 / 0.05);
}

.tem-bg-on-surface-variant\/50 {
  background-color: rgb(115 115 115 / 0.5);
}

.tem-bg-on-surface-variant\/55 {
  background-color: rgb(115 115 115 / 0.55);
}

.tem-bg-on-surface-variant\/60 {
  background-color: rgb(115 115 115 / 0.6);
}

.tem-bg-on-surface-variant\/65 {
  background-color: rgb(115 115 115 / 0.65);
}

.tem-bg-on-surface-variant\/70 {
  background-color: rgb(115 115 115 / 0.7);
}

.tem-bg-on-surface-variant\/75 {
  background-color: rgb(115 115 115 / 0.75);
}

.tem-bg-on-surface-variant\/80 {
  background-color: rgb(115 115 115 / 0.8);
}

.tem-bg-on-surface-variant\/85 {
  background-color: rgb(115 115 115 / 0.85);
}

.tem-bg-on-surface-variant\/90 {
  background-color: rgb(115 115 115 / 0.9);
}

.tem-bg-on-surface-variant\/95 {
  background-color: rgb(115 115 115 / 0.95);
}

.tem-bg-on-surface\/0 {
  background-color: rgb(0 0 0 / 0);
}

.tem-bg-on-surface\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.tem-bg-on-surface\/100 {
  background-color: rgb(0 0 0 / 1);
}

.tem-bg-on-surface\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.tem-bg-on-surface\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.tem-bg-on-surface\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.tem-bg-on-surface\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.tem-bg-on-surface\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.tem-bg-on-surface\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.tem-bg-on-surface\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.tem-bg-on-surface\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.tem-bg-on-surface\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.tem-bg-on-surface\/55 {
  background-color: rgb(0 0 0 / 0.55);
}

.tem-bg-on-surface\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.tem-bg-on-surface\/65 {
  background-color: rgb(0 0 0 / 0.65);
}

.tem-bg-on-surface\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.tem-bg-on-surface\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.tem-bg-on-surface\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.tem-bg-on-surface\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.tem-bg-on-surface\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.tem-bg-on-surface\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.tem-bg-on-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.tem-bg-on-tertiary-container {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.tem-bg-on-tertiary-container\/0 {
  background-color: rgb(255 255 255 / 0);
}

.tem-bg-on-tertiary-container\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.tem-bg-on-tertiary-container\/100 {
  background-color: rgb(255 255 255 / 1);
}

.tem-bg-on-tertiary-container\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

.tem-bg-on-tertiary-container\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.tem-bg-on-tertiary-container\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.tem-bg-on-tertiary-container\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.tem-bg-on-tertiary-container\/35 {
  background-color: rgb(255 255 255 / 0.35);
}

.tem-bg-on-tertiary-container\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.tem-bg-on-tertiary-container\/45 {
  background-color: rgb(255 255 255 / 0.45);
}

.tem-bg-on-tertiary-container\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.tem-bg-on-tertiary-container\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.tem-bg-on-tertiary-container\/55 {
  background-color: rgb(255 255 255 / 0.55);
}

.tem-bg-on-tertiary-container\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.tem-bg-on-tertiary-container\/65 {
  background-color: rgb(255 255 255 / 0.65);
}

.tem-bg-on-tertiary-container\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.tem-bg-on-tertiary-container\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.tem-bg-on-tertiary-container\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.tem-bg-on-tertiary-container\/85 {
  background-color: rgb(255 255 255 / 0.85);
}

.tem-bg-on-tertiary-container\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.tem-bg-on-tertiary-container\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.tem-bg-on-tertiary\/0 {
  background-color: rgb(0 0 0 / 0);
}

.tem-bg-on-tertiary\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.tem-bg-on-tertiary\/100 {
  background-color: rgb(0 0 0 / 1);
}

.tem-bg-on-tertiary\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.tem-bg-on-tertiary\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.tem-bg-on-tertiary\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.tem-bg-on-tertiary\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.tem-bg-on-tertiary\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.tem-bg-on-tertiary\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.tem-bg-on-tertiary\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.tem-bg-on-tertiary\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.tem-bg-on-tertiary\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.tem-bg-on-tertiary\/55 {
  background-color: rgb(0 0 0 / 0.55);
}

.tem-bg-on-tertiary\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.tem-bg-on-tertiary\/65 {
  background-color: rgb(0 0 0 / 0.65);
}

.tem-bg-on-tertiary\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.tem-bg-on-tertiary\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.tem-bg-on-tertiary\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.tem-bg-on-tertiary\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.tem-bg-on-tertiary\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.tem-bg-on-tertiary\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.tem-bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 32 / var(--tw-bg-opacity));
}

.tem-bg-primary-container {
  --tw-bg-opacity: 1;
  background-color: rgb(242 203 96 / var(--tw-bg-opacity));
}

.tem-bg-primary-container\/0 {
  background-color: rgb(242 203 96 / 0);
}

.tem-bg-primary-container\/10 {
  background-color: rgb(242 203 96 / 0.1);
}

.tem-bg-primary-container\/100 {
  background-color: rgb(242 203 96 / 1);
}

.tem-bg-primary-container\/15 {
  background-color: rgb(242 203 96 / 0.15);
}

.tem-bg-primary-container\/20 {
  background-color: rgb(242 203 96 / 0.2);
}

.tem-bg-primary-container\/25 {
  background-color: rgb(242 203 96 / 0.25);
}

.tem-bg-primary-container\/30 {
  background-color: rgb(242 203 96 / 0.3);
}

.tem-bg-primary-container\/35 {
  background-color: rgb(242 203 96 / 0.35);
}

.tem-bg-primary-container\/40 {
  background-color: rgb(242 203 96 / 0.4);
}

.tem-bg-primary-container\/45 {
  background-color: rgb(242 203 96 / 0.45);
}

.tem-bg-primary-container\/5 {
  background-color: rgb(242 203 96 / 0.05);
}

.tem-bg-primary-container\/50 {
  background-color: rgb(242 203 96 / 0.5);
}

.tem-bg-primary-container\/55 {
  background-color: rgb(242 203 96 / 0.55);
}

.tem-bg-primary-container\/60 {
  background-color: rgb(242 203 96 / 0.6);
}

.tem-bg-primary-container\/65 {
  background-color: rgb(242 203 96 / 0.65);
}

.tem-bg-primary-container\/70 {
  background-color: rgb(242 203 96 / 0.7);
}

.tem-bg-primary-container\/75 {
  background-color: rgb(242 203 96 / 0.75);
}

.tem-bg-primary-container\/80 {
  background-color: rgb(242 203 96 / 0.8);
}

.tem-bg-primary-container\/85 {
  background-color: rgb(242 203 96 / 0.85);
}

.tem-bg-primary-container\/90 {
  background-color: rgb(242 203 96 / 0.9);
}

.tem-bg-primary-container\/95 {
  background-color: rgb(242 203 96 / 0.95);
}

.tem-bg-primary\/0 {
  background-color: rgb(255 196 32 / 0);
}

.tem-bg-primary\/10 {
  background-color: rgb(255 196 32 / 0.1);
}

.tem-bg-primary\/100 {
  background-color: rgb(255 196 32 / 1);
}

.tem-bg-primary\/15 {
  background-color: rgb(255 196 32 / 0.15);
}

.tem-bg-primary\/20 {
  background-color: rgb(255 196 32 / 0.2);
}

.tem-bg-primary\/25 {
  background-color: rgb(255 196 32 / 0.25);
}

.tem-bg-primary\/30 {
  background-color: rgb(255 196 32 / 0.3);
}

.tem-bg-primary\/35 {
  background-color: rgb(255 196 32 / 0.35);
}

.tem-bg-primary\/40 {
  background-color: rgb(255 196 32 / 0.4);
}

.tem-bg-primary\/45 {
  background-color: rgb(255 196 32 / 0.45);
}

.tem-bg-primary\/5 {
  background-color: rgb(255 196 32 / 0.05);
}

.tem-bg-primary\/50 {
  background-color: rgb(255 196 32 / 0.5);
}

.tem-bg-primary\/55 {
  background-color: rgb(255 196 32 / 0.55);
}

.tem-bg-primary\/60 {
  background-color: rgb(255 196 32 / 0.6);
}

.tem-bg-primary\/65 {
  background-color: rgb(255 196 32 / 0.65);
}

.tem-bg-primary\/70 {
  background-color: rgb(255 196 32 / 0.7);
}

.tem-bg-primary\/75 {
  background-color: rgb(255 196 32 / 0.75);
}

.tem-bg-primary\/80 {
  background-color: rgb(255 196 32 / 0.8);
}

.tem-bg-primary\/85 {
  background-color: rgb(255 196 32 / 0.85);
}

.tem-bg-primary\/90 {
  background-color: rgb(255 196 32 / 0.9);
}

.tem-bg-primary\/95 {
  background-color: rgb(255 196 32 / 0.95);
}

.tem-bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(111 123 154 / var(--tw-bg-opacity));
}

.tem-bg-secondary-container {
  --tw-bg-opacity: 1;
  background-color: rgb(56 64 84 / var(--tw-bg-opacity));
}

.tem-bg-secondary-container\/0 {
  background-color: rgb(56 64 84 / 0);
}

.tem-bg-secondary-container\/10 {
  background-color: rgb(56 64 84 / 0.1);
}

.tem-bg-secondary-container\/100 {
  background-color: rgb(56 64 84 / 1);
}

.tem-bg-secondary-container\/15 {
  background-color: rgb(56 64 84 / 0.15);
}

.tem-bg-secondary-container\/20 {
  background-color: rgb(56 64 84 / 0.2);
}

.tem-bg-secondary-container\/25 {
  background-color: rgb(56 64 84 / 0.25);
}

.tem-bg-secondary-container\/30 {
  background-color: rgb(56 64 84 / 0.3);
}

.tem-bg-secondary-container\/35 {
  background-color: rgb(56 64 84 / 0.35);
}

.tem-bg-secondary-container\/40 {
  background-color: rgb(56 64 84 / 0.4);
}

.tem-bg-secondary-container\/45 {
  background-color: rgb(56 64 84 / 0.45);
}

.tem-bg-secondary-container\/5 {
  background-color: rgb(56 64 84 / 0.05);
}

.tem-bg-secondary-container\/50 {
  background-color: rgb(56 64 84 / 0.5);
}

.tem-bg-secondary-container\/55 {
  background-color: rgb(56 64 84 / 0.55);
}

.tem-bg-secondary-container\/60 {
  background-color: rgb(56 64 84 / 0.6);
}

.tem-bg-secondary-container\/65 {
  background-color: rgb(56 64 84 / 0.65);
}

.tem-bg-secondary-container\/70 {
  background-color: rgb(56 64 84 / 0.7);
}

.tem-bg-secondary-container\/75 {
  background-color: rgb(56 64 84 / 0.75);
}

.tem-bg-secondary-container\/80 {
  background-color: rgb(56 64 84 / 0.8);
}

.tem-bg-secondary-container\/85 {
  background-color: rgb(56 64 84 / 0.85);
}

.tem-bg-secondary-container\/90 {
  background-color: rgb(56 64 84 / 0.9);
}

.tem-bg-secondary-container\/95 {
  background-color: rgb(56 64 84 / 0.95);
}

.tem-bg-secondary\/0 {
  background-color: rgb(111 123 154 / 0);
}

.tem-bg-secondary\/10 {
  background-color: rgb(111 123 154 / 0.1);
}

.tem-bg-secondary\/100 {
  background-color: rgb(111 123 154 / 1);
}

.tem-bg-secondary\/15 {
  background-color: rgb(111 123 154 / 0.15);
}

.tem-bg-secondary\/20 {
  background-color: rgb(111 123 154 / 0.2);
}

.tem-bg-secondary\/25 {
  background-color: rgb(111 123 154 / 0.25);
}

.tem-bg-secondary\/30 {
  background-color: rgb(111 123 154 / 0.3);
}

.tem-bg-secondary\/35 {
  background-color: rgb(111 123 154 / 0.35);
}

.tem-bg-secondary\/40 {
  background-color: rgb(111 123 154 / 0.4);
}

.tem-bg-secondary\/45 {
  background-color: rgb(111 123 154 / 0.45);
}

.tem-bg-secondary\/5 {
  background-color: rgb(111 123 154 / 0.05);
}

.tem-bg-secondary\/50 {
  background-color: rgb(111 123 154 / 0.5);
}

.tem-bg-secondary\/55 {
  background-color: rgb(111 123 154 / 0.55);
}

.tem-bg-secondary\/60 {
  background-color: rgb(111 123 154 / 0.6);
}

.tem-bg-secondary\/65 {
  background-color: rgb(111 123 154 / 0.65);
}

.tem-bg-secondary\/70 {
  background-color: rgb(111 123 154 / 0.7);
}

.tem-bg-secondary\/75 {
  background-color: rgb(111 123 154 / 0.75);
}

.tem-bg-secondary\/80 {
  background-color: rgb(111 123 154 / 0.8);
}

.tem-bg-secondary\/85 {
  background-color: rgb(111 123 154 / 0.85);
}

.tem-bg-secondary\/90 {
  background-color: rgb(111 123 154 / 0.9);
}

.tem-bg-secondary\/95 {
  background-color: rgb(111 123 154 / 0.95);
}

.tem-bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(216 227 211 / var(--tw-bg-opacity));
}

.tem-bg-success\/0 {
  background-color: rgb(216 227 211 / 0);
}

.tem-bg-success\/10 {
  background-color: rgb(216 227 211 / 0.1);
}

.tem-bg-success\/100 {
  background-color: rgb(216 227 211 / 1);
}

.tem-bg-success\/15 {
  background-color: rgb(216 227 211 / 0.15);
}

.tem-bg-success\/20 {
  background-color: rgb(216 227 211 / 0.2);
}

.tem-bg-success\/25 {
  background-color: rgb(216 227 211 / 0.25);
}

.tem-bg-success\/30 {
  background-color: rgb(216 227 211 / 0.3);
}

.tem-bg-success\/35 {
  background-color: rgb(216 227 211 / 0.35);
}

.tem-bg-success\/40 {
  background-color: rgb(216 227 211 / 0.4);
}

.tem-bg-success\/45 {
  background-color: rgb(216 227 211 / 0.45);
}

.tem-bg-success\/5 {
  background-color: rgb(216 227 211 / 0.05);
}

.tem-bg-success\/50 {
  background-color: rgb(216 227 211 / 0.5);
}

.tem-bg-success\/55 {
  background-color: rgb(216 227 211 / 0.55);
}

.tem-bg-success\/60 {
  background-color: rgb(216 227 211 / 0.6);
}

.tem-bg-success\/65 {
  background-color: rgb(216 227 211 / 0.65);
}

.tem-bg-success\/70 {
  background-color: rgb(216 227 211 / 0.7);
}

.tem-bg-success\/75 {
  background-color: rgb(216 227 211 / 0.75);
}

.tem-bg-success\/80 {
  background-color: rgb(216 227 211 / 0.8);
}

.tem-bg-success\/85 {
  background-color: rgb(216 227 211 / 0.85);
}

.tem-bg-success\/90 {
  background-color: rgb(216 227 211 / 0.9);
}

.tem-bg-success\/95 {
  background-color: rgb(216 227 211 / 0.95);
}

.tem-bg-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.tem-bg-surface-tint {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}

.tem-bg-surface-tint\/0 {
  background-color: rgb(233 233 233 / 0);
}

.tem-bg-surface-tint\/10 {
  background-color: rgb(233 233 233 / 0.1);
}

.tem-bg-surface-tint\/100 {
  background-color: rgb(233 233 233 / 1);
}

.tem-bg-surface-tint\/15 {
  background-color: rgb(233 233 233 / 0.15);
}

.tem-bg-surface-tint\/20 {
  background-color: rgb(233 233 233 / 0.2);
}

.tem-bg-surface-tint\/25 {
  background-color: rgb(233 233 233 / 0.25);
}

.tem-bg-surface-tint\/30 {
  background-color: rgb(233 233 233 / 0.3);
}

.tem-bg-surface-tint\/35 {
  background-color: rgb(233 233 233 / 0.35);
}

.tem-bg-surface-tint\/40 {
  background-color: rgb(233 233 233 / 0.4);
}

.tem-bg-surface-tint\/45 {
  background-color: rgb(233 233 233 / 0.45);
}

.tem-bg-surface-tint\/5 {
  background-color: rgb(233 233 233 / 0.05);
}

.tem-bg-surface-tint\/50 {
  background-color: rgb(233 233 233 / 0.5);
}

.tem-bg-surface-tint\/55 {
  background-color: rgb(233 233 233 / 0.55);
}

.tem-bg-surface-tint\/60 {
  background-color: rgb(233 233 233 / 0.6);
}

.tem-bg-surface-tint\/65 {
  background-color: rgb(233 233 233 / 0.65);
}

.tem-bg-surface-tint\/70 {
  background-color: rgb(233 233 233 / 0.7);
}

.tem-bg-surface-tint\/75 {
  background-color: rgb(233 233 233 / 0.75);
}

.tem-bg-surface-tint\/80 {
  background-color: rgb(233 233 233 / 0.8);
}

.tem-bg-surface-tint\/85 {
  background-color: rgb(233 233 233 / 0.85);
}

.tem-bg-surface-tint\/90 {
  background-color: rgb(233 233 233 / 0.9);
}

.tem-bg-surface-tint\/95 {
  background-color: rgb(233 233 233 / 0.95);
}

.tem-bg-surface\/0 {
  background-color: rgb(255 255 255 / 0);
}

.tem-bg-surface\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.tem-bg-surface\/100 {
  background-color: rgb(255 255 255 / 1);
}

.tem-bg-surface\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

.tem-bg-surface\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.tem-bg-surface\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.tem-bg-surface\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.tem-bg-surface\/35 {
  background-color: rgb(255 255 255 / 0.35);
}

.tem-bg-surface\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.tem-bg-surface\/45 {
  background-color: rgb(255 255 255 / 0.45);
}

.tem-bg-surface\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.tem-bg-surface\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.tem-bg-surface\/55 {
  background-color: rgb(255 255 255 / 0.55);
}

.tem-bg-surface\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.tem-bg-surface\/65 {
  background-color: rgb(255 255 255 / 0.65);
}

.tem-bg-surface\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.tem-bg-surface\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.tem-bg-surface\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.tem-bg-surface\/85 {
  background-color: rgb(255 255 255 / 0.85);
}

.tem-bg-surface\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.tem-bg-surface\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.tem-bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(170 165 153 / var(--tw-bg-opacity));
}

.tem-bg-tertiary-container {
  --tw-bg-opacity: 1;
  background-color: rgb(39 36 29 / var(--tw-bg-opacity));
}

.tem-bg-tertiary-container\/0 {
  background-color: rgb(39 36 29 / 0);
}

.tem-bg-tertiary-container\/10 {
  background-color: rgb(39 36 29 / 0.1);
}

.tem-bg-tertiary-container\/100 {
  background-color: rgb(39 36 29 / 1);
}

.tem-bg-tertiary-container\/15 {
  background-color: rgb(39 36 29 / 0.15);
}

.tem-bg-tertiary-container\/20 {
  background-color: rgb(39 36 29 / 0.2);
}

.tem-bg-tertiary-container\/25 {
  background-color: rgb(39 36 29 / 0.25);
}

.tem-bg-tertiary-container\/30 {
  background-color: rgb(39 36 29 / 0.3);
}

.tem-bg-tertiary-container\/35 {
  background-color: rgb(39 36 29 / 0.35);
}

.tem-bg-tertiary-container\/40 {
  background-color: rgb(39 36 29 / 0.4);
}

.tem-bg-tertiary-container\/45 {
  background-color: rgb(39 36 29 / 0.45);
}

.tem-bg-tertiary-container\/5 {
  background-color: rgb(39 36 29 / 0.05);
}

.tem-bg-tertiary-container\/50 {
  background-color: rgb(39 36 29 / 0.5);
}

.tem-bg-tertiary-container\/55 {
  background-color: rgb(39 36 29 / 0.55);
}

.tem-bg-tertiary-container\/60 {
  background-color: rgb(39 36 29 / 0.6);
}

.tem-bg-tertiary-container\/65 {
  background-color: rgb(39 36 29 / 0.65);
}

.tem-bg-tertiary-container\/70 {
  background-color: rgb(39 36 29 / 0.7);
}

.tem-bg-tertiary-container\/75 {
  background-color: rgb(39 36 29 / 0.75);
}

.tem-bg-tertiary-container\/80 {
  background-color: rgb(39 36 29 / 0.8);
}

.tem-bg-tertiary-container\/85 {
  background-color: rgb(39 36 29 / 0.85);
}

.tem-bg-tertiary-container\/90 {
  background-color: rgb(39 36 29 / 0.9);
}

.tem-bg-tertiary-container\/95 {
  background-color: rgb(39 36 29 / 0.95);
}

.tem-bg-tertiary\/0 {
  background-color: rgb(170 165 153 / 0);
}

.tem-bg-tertiary\/10 {
  background-color: rgb(170 165 153 / 0.1);
}

.tem-bg-tertiary\/100 {
  background-color: rgb(170 165 153 / 1);
}

.tem-bg-tertiary\/15 {
  background-color: rgb(170 165 153 / 0.15);
}

.tem-bg-tertiary\/20 {
  background-color: rgb(170 165 153 / 0.2);
}

.tem-bg-tertiary\/25 {
  background-color: rgb(170 165 153 / 0.25);
}

.tem-bg-tertiary\/30 {
  background-color: rgb(170 165 153 / 0.3);
}

.tem-bg-tertiary\/35 {
  background-color: rgb(170 165 153 / 0.35);
}

.tem-bg-tertiary\/40 {
  background-color: rgb(170 165 153 / 0.4);
}

.tem-bg-tertiary\/45 {
  background-color: rgb(170 165 153 / 0.45);
}

.tem-bg-tertiary\/5 {
  background-color: rgb(170 165 153 / 0.05);
}

.tem-bg-tertiary\/50 {
  background-color: rgb(170 165 153 / 0.5);
}

.tem-bg-tertiary\/55 {
  background-color: rgb(170 165 153 / 0.55);
}

.tem-bg-tertiary\/60 {
  background-color: rgb(170 165 153 / 0.6);
}

.tem-bg-tertiary\/65 {
  background-color: rgb(170 165 153 / 0.65);
}

.tem-bg-tertiary\/70 {
  background-color: rgb(170 165 153 / 0.7);
}

.tem-bg-tertiary\/75 {
  background-color: rgb(170 165 153 / 0.75);
}

.tem-bg-tertiary\/80 {
  background-color: rgb(170 165 153 / 0.8);
}

.tem-bg-tertiary\/85 {
  background-color: rgb(170 165 153 / 0.85);
}

.tem-bg-tertiary\/90 {
  background-color: rgb(170 165 153 / 0.9);
}

.tem-bg-tertiary\/95 {
  background-color: rgb(170 165 153 / 0.95);
}

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

.tem-bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}

.tem-bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.tem-bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}

.tem-bg-transparent\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.tem-bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.tem-bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.tem-bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.tem-bg-transparent\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.tem-bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.tem-bg-transparent\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.tem-bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.tem-bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.tem-bg-transparent\/55 {
  background-color: rgb(0 0 0 / 0.55);
}

.tem-bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.tem-bg-transparent\/65 {
  background-color: rgb(0 0 0 / 0.65);
}

.tem-bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.tem-bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.tem-bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.tem-bg-transparent\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.tem-bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.tem-bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.tem-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.tem-bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}

.tem-bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.tem-bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}

.tem-bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

.tem-bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.tem-bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.tem-bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.tem-bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}

.tem-bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.tem-bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}

.tem-bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.tem-bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.tem-bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55);
}

.tem-bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.tem-bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65);
}

.tem-bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.tem-bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.tem-bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.tem-bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}

.tem-bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.tem-bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.tem-bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.tem-from-black\/80 {
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.tem-via-black\/80 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.tem-to-black\/0 {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
}

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

.tem-p-0 {
  padding: 0px;
}

.tem-p-1 {
  padding: 0.25rem;
}

.tem-p-2 {
  padding: 0.5rem;
}

.tem-p-3 {
  padding: 0.75rem;
}

.tem-p-4 {
  padding: 1rem;
}

.tem-p-5 {
  padding: 1.25rem;
}

.tem-p-8 {
  padding: 2rem;
}

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

.tem-px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

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

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

.tem-py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

.tem-pb-24 {
  padding-bottom: 6rem;
}

.tem-pl-10 {
  padding-left: 2.5rem;
}

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

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

.tem-pr-10 {
  padding-right: 2.5rem;
}

.tem-pr-7 {
  padding-right: 1.75rem;
}

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

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

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

.tem-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

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

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

.\!tem-text-on-tertiary-container {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.tem-text-alert {
  --tw-text-opacity: 1;
  color: rgb(255 242 195 / var(--tw-text-opacity));
}

.tem-text-alert\/0 {
  color: rgb(255 242 195 / 0);
}

.tem-text-alert\/10 {
  color: rgb(255 242 195 / 0.1);
}

.tem-text-alert\/100 {
  color: rgb(255 242 195 / 1);
}

.tem-text-alert\/15 {
  color: rgb(255 242 195 / 0.15);
}

.tem-text-alert\/20 {
  color: rgb(255 242 195 / 0.2);
}

.tem-text-alert\/25 {
  color: rgb(255 242 195 / 0.25);
}

.tem-text-alert\/30 {
  color: rgb(255 242 195 / 0.3);
}

.tem-text-alert\/35 {
  color: rgb(255 242 195 / 0.35);
}

.tem-text-alert\/40 {
  color: rgb(255 242 195 / 0.4);
}

.tem-text-alert\/45 {
  color: rgb(255 242 195 / 0.45);
}

.tem-text-alert\/5 {
  color: rgb(255 242 195 / 0.05);
}

.tem-text-alert\/50 {
  color: rgb(255 242 195 / 0.5);
}

.tem-text-alert\/55 {
  color: rgb(255 242 195 / 0.55);
}

.tem-text-alert\/60 {
  color: rgb(255 242 195 / 0.6);
}

.tem-text-alert\/65 {
  color: rgb(255 242 195 / 0.65);
}

.tem-text-alert\/70 {
  color: rgb(255 242 195 / 0.7);
}

.tem-text-alert\/75 {
  color: rgb(255 242 195 / 0.75);
}

.tem-text-alert\/80 {
  color: rgb(255 242 195 / 0.8);
}

.tem-text-alert\/85 {
  color: rgb(255 242 195 / 0.85);
}

.tem-text-alert\/90 {
  color: rgb(255 242 195 / 0.9);
}

.tem-text-alert\/95 {
  color: rgb(255 242 195 / 0.95);
}

.tem-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tem-text-black\/0 {
  color: rgb(0 0 0 / 0);
}

.tem-text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}

.tem-text-black\/100 {
  color: rgb(0 0 0 / 1);
}

.tem-text-black\/15 {
  color: rgb(0 0 0 / 0.15);
}

.tem-text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}

.tem-text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}

.tem-text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}

.tem-text-black\/35 {
  color: rgb(0 0 0 / 0.35);
}

.tem-text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}

.tem-text-black\/45 {
  color: rgb(0 0 0 / 0.45);
}

.tem-text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}

.tem-text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.tem-text-black\/55 {
  color: rgb(0 0 0 / 0.55);
}

.tem-text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

.tem-text-black\/65 {
  color: rgb(0 0 0 / 0.65);
}

.tem-text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}

.tem-text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}

.tem-text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}

.tem-text-black\/85 {
  color: rgb(0 0 0 / 0.85);
}

.tem-text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}

.tem-text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}

.tem-text-error {
  --tw-text-opacity: 1;
  color: rgb(252 209 209 / var(--tw-text-opacity));
}

.tem-text-error\/0 {
  color: rgb(252 209 209 / 0);
}

.tem-text-error\/10 {
  color: rgb(252 209 209 / 0.1);
}

.tem-text-error\/100 {
  color: rgb(252 209 209 / 1);
}

.tem-text-error\/15 {
  color: rgb(252 209 209 / 0.15);
}

.tem-text-error\/20 {
  color: rgb(252 209 209 / 0.2);
}

.tem-text-error\/25 {
  color: rgb(252 209 209 / 0.25);
}

.tem-text-error\/30 {
  color: rgb(252 209 209 / 0.3);
}

.tem-text-error\/35 {
  color: rgb(252 209 209 / 0.35);
}

.tem-text-error\/40 {
  color: rgb(252 209 209 / 0.4);
}

.tem-text-error\/45 {
  color: rgb(252 209 209 / 0.45);
}

.tem-text-error\/5 {
  color: rgb(252 209 209 / 0.05);
}

.tem-text-error\/50 {
  color: rgb(252 209 209 / 0.5);
}

.tem-text-error\/55 {
  color: rgb(252 209 209 / 0.55);
}

.tem-text-error\/60 {
  color: rgb(252 209 209 / 0.6);
}

.tem-text-error\/65 {
  color: rgb(252 209 209 / 0.65);
}

.tem-text-error\/70 {
  color: rgb(252 209 209 / 0.7);
}

.tem-text-error\/75 {
  color: rgb(252 209 209 / 0.75);
}

.tem-text-error\/80 {
  color: rgb(252 209 209 / 0.8);
}

.tem-text-error\/85 {
  color: rgb(252 209 209 / 0.85);
}

.tem-text-error\/90 {
  color: rgb(252 209 209 / 0.9);
}

.tem-text-error\/95 {
  color: rgb(252 209 209 / 0.95);
}

.tem-text-on-alert {
  --tw-text-opacity: 1;
  color: rgb(167 140 0 / var(--tw-text-opacity));
}

.tem-text-on-alert\/0 {
  color: rgb(167 140 0 / 0);
}

.tem-text-on-alert\/10 {
  color: rgb(167 140 0 / 0.1);
}

.tem-text-on-alert\/100 {
  color: rgb(167 140 0 / 1);
}

.tem-text-on-alert\/15 {
  color: rgb(167 140 0 / 0.15);
}

.tem-text-on-alert\/20 {
  color: rgb(167 140 0 / 0.2);
}

.tem-text-on-alert\/25 {
  color: rgb(167 140 0 / 0.25);
}

.tem-text-on-alert\/30 {
  color: rgb(167 140 0 / 0.3);
}

.tem-text-on-alert\/35 {
  color: rgb(167 140 0 / 0.35);
}

.tem-text-on-alert\/40 {
  color: rgb(167 140 0 / 0.4);
}

.tem-text-on-alert\/45 {
  color: rgb(167 140 0 / 0.45);
}

.tem-text-on-alert\/5 {
  color: rgb(167 140 0 / 0.05);
}

.tem-text-on-alert\/50 {
  color: rgb(167 140 0 / 0.5);
}

.tem-text-on-alert\/55 {
  color: rgb(167 140 0 / 0.55);
}

.tem-text-on-alert\/60 {
  color: rgb(167 140 0 / 0.6);
}

.tem-text-on-alert\/65 {
  color: rgb(167 140 0 / 0.65);
}

.tem-text-on-alert\/70 {
  color: rgb(167 140 0 / 0.7);
}

.tem-text-on-alert\/75 {
  color: rgb(167 140 0 / 0.75);
}

.tem-text-on-alert\/80 {
  color: rgb(167 140 0 / 0.8);
}

.tem-text-on-alert\/85 {
  color: rgb(167 140 0 / 0.85);
}

.tem-text-on-alert\/90 {
  color: rgb(167 140 0 / 0.9);
}

.tem-text-on-alert\/95 {
  color: rgb(167 140 0 / 0.95);
}

.tem-text-on-error {
  --tw-text-opacity: 1;
  color: rgb(185 71 71 / var(--tw-text-opacity));
}

.tem-text-on-error\/0 {
  color: rgb(185 71 71 / 0);
}

.tem-text-on-error\/10 {
  color: rgb(185 71 71 / 0.1);
}

.tem-text-on-error\/100 {
  color: rgb(185 71 71 / 1);
}

.tem-text-on-error\/15 {
  color: rgb(185 71 71 / 0.15);
}

.tem-text-on-error\/20 {
  color: rgb(185 71 71 / 0.2);
}

.tem-text-on-error\/25 {
  color: rgb(185 71 71 / 0.25);
}

.tem-text-on-error\/30 {
  color: rgb(185 71 71 / 0.3);
}

.tem-text-on-error\/35 {
  color: rgb(185 71 71 / 0.35);
}

.tem-text-on-error\/40 {
  color: rgb(185 71 71 / 0.4);
}

.tem-text-on-error\/45 {
  color: rgb(185 71 71 / 0.45);
}

.tem-text-on-error\/5 {
  color: rgb(185 71 71 / 0.05);
}

.tem-text-on-error\/50 {
  color: rgb(185 71 71 / 0.5);
}

.tem-text-on-error\/55 {
  color: rgb(185 71 71 / 0.55);
}

.tem-text-on-error\/60 {
  color: rgb(185 71 71 / 0.6);
}

.tem-text-on-error\/65 {
  color: rgb(185 71 71 / 0.65);
}

.tem-text-on-error\/70 {
  color: rgb(185 71 71 / 0.7);
}

.tem-text-on-error\/75 {
  color: rgb(185 71 71 / 0.75);
}

.tem-text-on-error\/80 {
  color: rgb(185 71 71 / 0.8);
}

.tem-text-on-error\/85 {
  color: rgb(185 71 71 / 0.85);
}

.tem-text-on-error\/90 {
  color: rgb(185 71 71 / 0.9);
}

.tem-text-on-error\/95 {
  color: rgb(185 71 71 / 0.95);
}

.tem-text-on-primary {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tem-text-on-primary-container {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tem-text-on-primary-container\/0 {
  color: rgb(0 0 0 / 0);
}

.tem-text-on-primary-container\/10 {
  color: rgb(0 0 0 / 0.1);
}

.tem-text-on-primary-container\/100 {
  color: rgb(0 0 0 / 1);
}

.tem-text-on-primary-container\/15 {
  color: rgb(0 0 0 / 0.15);
}

.tem-text-on-primary-container\/20 {
  color: rgb(0 0 0 / 0.2);
}

.tem-text-on-primary-container\/25 {
  color: rgb(0 0 0 / 0.25);
}

.tem-text-on-primary-container\/30 {
  color: rgb(0 0 0 / 0.3);
}

.tem-text-on-primary-container\/35 {
  color: rgb(0 0 0 / 0.35);
}

.tem-text-on-primary-container\/40 {
  color: rgb(0 0 0 / 0.4);
}

.tem-text-on-primary-container\/45 {
  color: rgb(0 0 0 / 0.45);
}

.tem-text-on-primary-container\/5 {
  color: rgb(0 0 0 / 0.05);
}

.tem-text-on-primary-container\/50 {
  color: rgb(0 0 0 / 0.5);
}

.tem-text-on-primary-container\/55 {
  color: rgb(0 0 0 / 0.55);
}

.tem-text-on-primary-container\/60 {
  color: rgb(0 0 0 / 0.6);
}

.tem-text-on-primary-container\/65 {
  color: rgb(0 0 0 / 0.65);
}

.tem-text-on-primary-container\/70 {
  color: rgb(0 0 0 / 0.7);
}

.tem-text-on-primary-container\/75 {
  color: rgb(0 0 0 / 0.75);
}

.tem-text-on-primary-container\/80 {
  color: rgb(0 0 0 / 0.8);
}

.tem-text-on-primary-container\/85 {
  color: rgb(0 0 0 / 0.85);
}

.tem-text-on-primary-container\/90 {
  color: rgb(0 0 0 / 0.9);
}

.tem-text-on-primary-container\/95 {
  color: rgb(0 0 0 / 0.95);
}

.tem-text-on-primary\/0 {
  color: rgb(0 0 0 / 0);
}

.tem-text-on-primary\/10 {
  color: rgb(0 0 0 / 0.1);
}

.tem-text-on-primary\/100 {
  color: rgb(0 0 0 / 1);
}

.tem-text-on-primary\/15 {
  color: rgb(0 0 0 / 0.15);
}

.tem-text-on-primary\/20 {
  color: rgb(0 0 0 / 0.2);
}

.tem-text-on-primary\/25 {
  color: rgb(0 0 0 / 0.25);
}

.tem-text-on-primary\/30 {
  color: rgb(0 0 0 / 0.3);
}

.tem-text-on-primary\/35 {
  color: rgb(0 0 0 / 0.35);
}

.tem-text-on-primary\/40 {
  color: rgb(0 0 0 / 0.4);
}

.tem-text-on-primary\/45 {
  color: rgb(0 0 0 / 0.45);
}

.tem-text-on-primary\/5 {
  color: rgb(0 0 0 / 0.05);
}

.tem-text-on-primary\/50 {
  color: rgb(0 0 0 / 0.5);
}

.tem-text-on-primary\/55 {
  color: rgb(0 0 0 / 0.55);
}

.tem-text-on-primary\/60 {
  color: rgb(0 0 0 / 0.6);
}

.tem-text-on-primary\/65 {
  color: rgb(0 0 0 / 0.65);
}

.tem-text-on-primary\/70 {
  color: rgb(0 0 0 / 0.7);
}

.tem-text-on-primary\/75 {
  color: rgb(0 0 0 / 0.75);
}

.tem-text-on-primary\/80 {
  color: rgb(0 0 0 / 0.8);
}

.tem-text-on-primary\/85 {
  color: rgb(0 0 0 / 0.85);
}

.tem-text-on-primary\/90 {
  color: rgb(0 0 0 / 0.9);
}

.tem-text-on-primary\/95 {
  color: rgb(0 0 0 / 0.95);
}

.tem-text-on-secondary {
  --tw-text-opacity: 1;
  color: rgb(55 63 93 / var(--tw-text-opacity));
}

.tem-text-on-secondary-container {
  --tw-text-opacity: 1;
  color: rgb(174 189 218 / var(--tw-text-opacity));
}

.tem-text-on-secondary-container\/0 {
  color: rgb(174 189 218 / 0);
}

.tem-text-on-secondary-container\/10 {
  color: rgb(174 189 218 / 0.1);
}

.tem-text-on-secondary-container\/100 {
  color: rgb(174 189 218 / 1);
}

.tem-text-on-secondary-container\/15 {
  color: rgb(174 189 218 / 0.15);
}

.tem-text-on-secondary-container\/20 {
  color: rgb(174 189 218 / 0.2);
}

.tem-text-on-secondary-container\/25 {
  color: rgb(174 189 218 / 0.25);
}

.tem-text-on-secondary-container\/30 {
  color: rgb(174 189 218 / 0.3);
}

.tem-text-on-secondary-container\/35 {
  color: rgb(174 189 218 / 0.35);
}

.tem-text-on-secondary-container\/40 {
  color: rgb(174 189 218 / 0.4);
}

.tem-text-on-secondary-container\/45 {
  color: rgb(174 189 218 / 0.45);
}

.tem-text-on-secondary-container\/5 {
  color: rgb(174 189 218 / 0.05);
}

.tem-text-on-secondary-container\/50 {
  color: rgb(174 189 218 / 0.5);
}

.tem-text-on-secondary-container\/55 {
  color: rgb(174 189 218 / 0.55);
}

.tem-text-on-secondary-container\/60 {
  color: rgb(174 189 218 / 0.6);
}

.tem-text-on-secondary-container\/65 {
  color: rgb(174 189 218 / 0.65);
}

.tem-text-on-secondary-container\/70 {
  color: rgb(174 189 218 / 0.7);
}

.tem-text-on-secondary-container\/75 {
  color: rgb(174 189 218 / 0.75);
}

.tem-text-on-secondary-container\/80 {
  color: rgb(174 189 218 / 0.8);
}

.tem-text-on-secondary-container\/85 {
  color: rgb(174 189 218 / 0.85);
}

.tem-text-on-secondary-container\/90 {
  color: rgb(174 189 218 / 0.9);
}

.tem-text-on-secondary-container\/95 {
  color: rgb(174 189 218 / 0.95);
}

.tem-text-on-secondary\/0 {
  color: rgb(55 63 93 / 0);
}

.tem-text-on-secondary\/10 {
  color: rgb(55 63 93 / 0.1);
}

.tem-text-on-secondary\/100 {
  color: rgb(55 63 93 / 1);
}

.tem-text-on-secondary\/15 {
  color: rgb(55 63 93 / 0.15);
}

.tem-text-on-secondary\/20 {
  color: rgb(55 63 93 / 0.2);
}

.tem-text-on-secondary\/25 {
  color: rgb(55 63 93 / 0.25);
}

.tem-text-on-secondary\/30 {
  color: rgb(55 63 93 / 0.3);
}

.tem-text-on-secondary\/35 {
  color: rgb(55 63 93 / 0.35);
}

.tem-text-on-secondary\/40 {
  color: rgb(55 63 93 / 0.4);
}

.tem-text-on-secondary\/45 {
  color: rgb(55 63 93 / 0.45);
}

.tem-text-on-secondary\/5 {
  color: rgb(55 63 93 / 0.05);
}

.tem-text-on-secondary\/50 {
  color: rgb(55 63 93 / 0.5);
}

.tem-text-on-secondary\/55 {
  color: rgb(55 63 93 / 0.55);
}

.tem-text-on-secondary\/60 {
  color: rgb(55 63 93 / 0.6);
}

.tem-text-on-secondary\/65 {
  color: rgb(55 63 93 / 0.65);
}

.tem-text-on-secondary\/70 {
  color: rgb(55 63 93 / 0.7);
}

.tem-text-on-secondary\/75 {
  color: rgb(55 63 93 / 0.75);
}

.tem-text-on-secondary\/80 {
  color: rgb(55 63 93 / 0.8);
}

.tem-text-on-secondary\/85 {
  color: rgb(55 63 93 / 0.85);
}

.tem-text-on-secondary\/90 {
  color: rgb(55 63 93 / 0.9);
}

.tem-text-on-secondary\/95 {
  color: rgb(55 63 93 / 0.95);
}

.tem-text-on-success {
  --tw-text-opacity: 1;
  color: rgb(57 90 57 / var(--tw-text-opacity));
}

.tem-text-on-success\/0 {
  color: rgb(57 90 57 / 0);
}

.tem-text-on-success\/10 {
  color: rgb(57 90 57 / 0.1);
}

.tem-text-on-success\/100 {
  color: rgb(57 90 57 / 1);
}

.tem-text-on-success\/15 {
  color: rgb(57 90 57 / 0.15);
}

.tem-text-on-success\/20 {
  color: rgb(57 90 57 / 0.2);
}

.tem-text-on-success\/25 {
  color: rgb(57 90 57 / 0.25);
}

.tem-text-on-success\/30 {
  color: rgb(57 90 57 / 0.3);
}

.tem-text-on-success\/35 {
  color: rgb(57 90 57 / 0.35);
}

.tem-text-on-success\/40 {
  color: rgb(57 90 57 / 0.4);
}

.tem-text-on-success\/45 {
  color: rgb(57 90 57 / 0.45);
}

.tem-text-on-success\/5 {
  color: rgb(57 90 57 / 0.05);
}

.tem-text-on-success\/50 {
  color: rgb(57 90 57 / 0.5);
}

.tem-text-on-success\/55 {
  color: rgb(57 90 57 / 0.55);
}

.tem-text-on-success\/60 {
  color: rgb(57 90 57 / 0.6);
}

.tem-text-on-success\/65 {
  color: rgb(57 90 57 / 0.65);
}

.tem-text-on-success\/70 {
  color: rgb(57 90 57 / 0.7);
}

.tem-text-on-success\/75 {
  color: rgb(57 90 57 / 0.75);
}

.tem-text-on-success\/80 {
  color: rgb(57 90 57 / 0.8);
}

.tem-text-on-success\/85 {
  color: rgb(57 90 57 / 0.85);
}

.tem-text-on-success\/90 {
  color: rgb(57 90 57 / 0.9);
}

.tem-text-on-success\/95 {
  color: rgb(57 90 57 / 0.95);
}

.tem-text-on-surface {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tem-text-on-surface-tint {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tem-text-on-surface-tint\/0 {
  color: rgb(0 0 0 / 0);
}

.tem-text-on-surface-tint\/10 {
  color: rgb(0 0 0 / 0.1);
}

.tem-text-on-surface-tint\/100 {
  color: rgb(0 0 0 / 1);
}

.tem-text-on-surface-tint\/15 {
  color: rgb(0 0 0 / 0.15);
}

.tem-text-on-surface-tint\/20 {
  color: rgb(0 0 0 / 0.2);
}

.tem-text-on-surface-tint\/25 {
  color: rgb(0 0 0 / 0.25);
}

.tem-text-on-surface-tint\/30 {
  color: rgb(0 0 0 / 0.3);
}

.tem-text-on-surface-tint\/35 {
  color: rgb(0 0 0 / 0.35);
}

.tem-text-on-surface-tint\/40 {
  color: rgb(0 0 0 / 0.4);
}

.tem-text-on-surface-tint\/45 {
  color: rgb(0 0 0 / 0.45);
}

.tem-text-on-surface-tint\/5 {
  color: rgb(0 0 0 / 0.05);
}

.tem-text-on-surface-tint\/50 {
  color: rgb(0 0 0 / 0.5);
}

.tem-text-on-surface-tint\/55 {
  color: rgb(0 0 0 / 0.55);
}

.tem-text-on-surface-tint\/60 {
  color: rgb(0 0 0 / 0.6);
}

.tem-text-on-surface-tint\/65 {
  color: rgb(0 0 0 / 0.65);
}

.tem-text-on-surface-tint\/70 {
  color: rgb(0 0 0 / 0.7);
}

.tem-text-on-surface-tint\/75 {
  color: rgb(0 0 0 / 0.75);
}

.tem-text-on-surface-tint\/80 {
  color: rgb(0 0 0 / 0.8);
}

.tem-text-on-surface-tint\/85 {
  color: rgb(0 0 0 / 0.85);
}

.tem-text-on-surface-tint\/90 {
  color: rgb(0 0 0 / 0.9);
}

.tem-text-on-surface-tint\/95 {
  color: rgb(0 0 0 / 0.95);
}

.tem-text-on-surface-variant {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.tem-text-on-surface-variant\/0 {
  color: rgb(115 115 115 / 0);
}

.tem-text-on-surface-variant\/10 {
  color: rgb(115 115 115 / 0.1);
}

.tem-text-on-surface-variant\/100 {
  color: rgb(115 115 115 / 1);
}

.tem-text-on-surface-variant\/15 {
  color: rgb(115 115 115 / 0.15);
}

.tem-text-on-surface-variant\/20 {
  color: rgb(115 115 115 / 0.2);
}

.tem-text-on-surface-variant\/25 {
  color: rgb(115 115 115 / 0.25);
}

.tem-text-on-surface-variant\/30 {
  color: rgb(115 115 115 / 0.3);
}

.tem-text-on-surface-variant\/35 {
  color: rgb(115 115 115 / 0.35);
}

.tem-text-on-surface-variant\/40 {
  color: rgb(115 115 115 / 0.4);
}

.tem-text-on-surface-variant\/45 {
  color: rgb(115 115 115 / 0.45);
}

.tem-text-on-surface-variant\/5 {
  color: rgb(115 115 115 / 0.05);
}

.tem-text-on-surface-variant\/50 {
  color: rgb(115 115 115 / 0.5);
}

.tem-text-on-surface-variant\/55 {
  color: rgb(115 115 115 / 0.55);
}

.tem-text-on-surface-variant\/60 {
  color: rgb(115 115 115 / 0.6);
}

.tem-text-on-surface-variant\/65 {
  color: rgb(115 115 115 / 0.65);
}

.tem-text-on-surface-variant\/70 {
  color: rgb(115 115 115 / 0.7);
}

.tem-text-on-surface-variant\/75 {
  color: rgb(115 115 115 / 0.75);
}

.tem-text-on-surface-variant\/80 {
  color: rgb(115 115 115 / 0.8);
}

.tem-text-on-surface-variant\/85 {
  color: rgb(115 115 115 / 0.85);
}

.tem-text-on-surface-variant\/90 {
  color: rgb(115 115 115 / 0.9);
}

.tem-text-on-surface-variant\/95 {
  color: rgb(115 115 115 / 0.95);
}

.tem-text-on-surface\/0 {
  color: rgb(0 0 0 / 0);
}

.tem-text-on-surface\/10 {
  color: rgb(0 0 0 / 0.1);
}

.tem-text-on-surface\/100 {
  color: rgb(0 0 0 / 1);
}

.tem-text-on-surface\/15 {
  color: rgb(0 0 0 / 0.15);
}

.tem-text-on-surface\/20 {
  color: rgb(0 0 0 / 0.2);
}

.tem-text-on-surface\/25 {
  color: rgb(0 0 0 / 0.25);
}

.tem-text-on-surface\/30 {
  color: rgb(0 0 0 / 0.3);
}

.tem-text-on-surface\/35 {
  color: rgb(0 0 0 / 0.35);
}

.tem-text-on-surface\/40 {
  color: rgb(0 0 0 / 0.4);
}

.tem-text-on-surface\/45 {
  color: rgb(0 0 0 / 0.45);
}

.tem-text-on-surface\/5 {
  color: rgb(0 0 0 / 0.05);
}

.tem-text-on-surface\/50 {
  color: rgb(0 0 0 / 0.5);
}

.tem-text-on-surface\/55 {
  color: rgb(0 0 0 / 0.55);
}

.tem-text-on-surface\/60 {
  color: rgb(0 0 0 / 0.6);
}

.tem-text-on-surface\/65 {
  color: rgb(0 0 0 / 0.65);
}

.tem-text-on-surface\/70 {
  color: rgb(0 0 0 / 0.7);
}

.tem-text-on-surface\/75 {
  color: rgb(0 0 0 / 0.75);
}

.tem-text-on-surface\/80 {
  color: rgb(0 0 0 / 0.8);
}

.tem-text-on-surface\/85 {
  color: rgb(0 0 0 / 0.85);
}

.tem-text-on-surface\/90 {
  color: rgb(0 0 0 / 0.9);
}

.tem-text-on-surface\/95 {
  color: rgb(0 0 0 / 0.95);
}

.tem-text-on-tertiary {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tem-text-on-tertiary-container {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tem-text-on-tertiary-container\/0 {
  color: rgb(255 255 255 / 0);
}

.tem-text-on-tertiary-container\/10 {
  color: rgb(255 255 255 / 0.1);
}

.tem-text-on-tertiary-container\/100 {
  color: rgb(255 255 255 / 1);
}

.tem-text-on-tertiary-container\/15 {
  color: rgb(255 255 255 / 0.15);
}

.tem-text-on-tertiary-container\/20 {
  color: rgb(255 255 255 / 0.2);
}

.tem-text-on-tertiary-container\/25 {
  color: rgb(255 255 255 / 0.25);
}

.tem-text-on-tertiary-container\/30 {
  color: rgb(255 255 255 / 0.3);
}

.tem-text-on-tertiary-container\/35 {
  color: rgb(255 255 255 / 0.35);
}

.tem-text-on-tertiary-container\/40 {
  color: rgb(255 255 255 / 0.4);
}

.tem-text-on-tertiary-container\/45 {
  color: rgb(255 255 255 / 0.45);
}

.tem-text-on-tertiary-container\/5 {
  color: rgb(255 255 255 / 0.05);
}

.tem-text-on-tertiary-container\/50 {
  color: rgb(255 255 255 / 0.5);
}

.tem-text-on-tertiary-container\/55 {
  color: rgb(255 255 255 / 0.55);
}

.tem-text-on-tertiary-container\/60 {
  color: rgb(255 255 255 / 0.6);
}

.tem-text-on-tertiary-container\/65 {
  color: rgb(255 255 255 / 0.65);
}

.tem-text-on-tertiary-container\/70 {
  color: rgb(255 255 255 / 0.7);
}

.tem-text-on-tertiary-container\/75 {
  color: rgb(255 255 255 / 0.75);
}

.tem-text-on-tertiary-container\/80 {
  color: rgb(255 255 255 / 0.8);
}

.tem-text-on-tertiary-container\/85 {
  color: rgb(255 255 255 / 0.85);
}

.tem-text-on-tertiary-container\/90 {
  color: rgb(255 255 255 / 0.9);
}

.tem-text-on-tertiary-container\/95 {
  color: rgb(255 255 255 / 0.95);
}

.tem-text-on-tertiary\/0 {
  color: rgb(0 0 0 / 0);
}

.tem-text-on-tertiary\/10 {
  color: rgb(0 0 0 / 0.1);
}

.tem-text-on-tertiary\/100 {
  color: rgb(0 0 0 / 1);
}

.tem-text-on-tertiary\/15 {
  color: rgb(0 0 0 / 0.15);
}

.tem-text-on-tertiary\/20 {
  color: rgb(0 0 0 / 0.2);
}

.tem-text-on-tertiary\/25 {
  color: rgb(0 0 0 / 0.25);
}

.tem-text-on-tertiary\/30 {
  color: rgb(0 0 0 / 0.3);
}

.tem-text-on-tertiary\/35 {
  color: rgb(0 0 0 / 0.35);
}

.tem-text-on-tertiary\/40 {
  color: rgb(0 0 0 / 0.4);
}

.tem-text-on-tertiary\/45 {
  color: rgb(0 0 0 / 0.45);
}

.tem-text-on-tertiary\/5 {
  color: rgb(0 0 0 / 0.05);
}

.tem-text-on-tertiary\/50 {
  color: rgb(0 0 0 / 0.5);
}

.tem-text-on-tertiary\/55 {
  color: rgb(0 0 0 / 0.55);
}

.tem-text-on-tertiary\/60 {
  color: rgb(0 0 0 / 0.6);
}

.tem-text-on-tertiary\/65 {
  color: rgb(0 0 0 / 0.65);
}

.tem-text-on-tertiary\/70 {
  color: rgb(0 0 0 / 0.7);
}

.tem-text-on-tertiary\/75 {
  color: rgb(0 0 0 / 0.75);
}

.tem-text-on-tertiary\/80 {
  color: rgb(0 0 0 / 0.8);
}

.tem-text-on-tertiary\/85 {
  color: rgb(0 0 0 / 0.85);
}

.tem-text-on-tertiary\/90 {
  color: rgb(0 0 0 / 0.9);
}

.tem-text-on-tertiary\/95 {
  color: rgb(0 0 0 / 0.95);
}

.tem-text-primary {
  --tw-text-opacity: 1;
  color: rgb(255 196 32 / var(--tw-text-opacity));
}

.tem-text-primary-container {
  --tw-text-opacity: 1;
  color: rgb(242 203 96 / var(--tw-text-opacity));
}

.tem-text-primary-container\/0 {
  color: rgb(242 203 96 / 0);
}

.tem-text-primary-container\/10 {
  color: rgb(242 203 96 / 0.1);
}

.tem-text-primary-container\/100 {
  color: rgb(242 203 96 / 1);
}

.tem-text-primary-container\/15 {
  color: rgb(242 203 96 / 0.15);
}

.tem-text-primary-container\/20 {
  color: rgb(242 203 96 / 0.2);
}

.tem-text-primary-container\/25 {
  color: rgb(242 203 96 / 0.25);
}

.tem-text-primary-container\/30 {
  color: rgb(242 203 96 / 0.3);
}

.tem-text-primary-container\/35 {
  color: rgb(242 203 96 / 0.35);
}

.tem-text-primary-container\/40 {
  color: rgb(242 203 96 / 0.4);
}

.tem-text-primary-container\/45 {
  color: rgb(242 203 96 / 0.45);
}

.tem-text-primary-container\/5 {
  color: rgb(242 203 96 / 0.05);
}

.tem-text-primary-container\/50 {
  color: rgb(242 203 96 / 0.5);
}

.tem-text-primary-container\/55 {
  color: rgb(242 203 96 / 0.55);
}

.tem-text-primary-container\/60 {
  color: rgb(242 203 96 / 0.6);
}

.tem-text-primary-container\/65 {
  color: rgb(242 203 96 / 0.65);
}

.tem-text-primary-container\/70 {
  color: rgb(242 203 96 / 0.7);
}

.tem-text-primary-container\/75 {
  color: rgb(242 203 96 / 0.75);
}

.tem-text-primary-container\/80 {
  color: rgb(242 203 96 / 0.8);
}

.tem-text-primary-container\/85 {
  color: rgb(242 203 96 / 0.85);
}

.tem-text-primary-container\/90 {
  color: rgb(242 203 96 / 0.9);
}

.tem-text-primary-container\/95 {
  color: rgb(242 203 96 / 0.95);
}

.tem-text-primary\/0 {
  color: rgb(255 196 32 / 0);
}

.tem-text-primary\/10 {
  color: rgb(255 196 32 / 0.1);
}

.tem-text-primary\/100 {
  color: rgb(255 196 32 / 1);
}

.tem-text-primary\/15 {
  color: rgb(255 196 32 / 0.15);
}

.tem-text-primary\/20 {
  color: rgb(255 196 32 / 0.2);
}

.tem-text-primary\/25 {
  color: rgb(255 196 32 / 0.25);
}

.tem-text-primary\/30 {
  color: rgb(255 196 32 / 0.3);
}

.tem-text-primary\/35 {
  color: rgb(255 196 32 / 0.35);
}

.tem-text-primary\/40 {
  color: rgb(255 196 32 / 0.4);
}

.tem-text-primary\/45 {
  color: rgb(255 196 32 / 0.45);
}

.tem-text-primary\/5 {
  color: rgb(255 196 32 / 0.05);
}

.tem-text-primary\/50 {
  color: rgb(255 196 32 / 0.5);
}

.tem-text-primary\/55 {
  color: rgb(255 196 32 / 0.55);
}

.tem-text-primary\/60 {
  color: rgb(255 196 32 / 0.6);
}

.tem-text-primary\/65 {
  color: rgb(255 196 32 / 0.65);
}

.tem-text-primary\/70 {
  color: rgb(255 196 32 / 0.7);
}

.tem-text-primary\/75 {
  color: rgb(255 196 32 / 0.75);
}

.tem-text-primary\/80 {
  color: rgb(255 196 32 / 0.8);
}

.tem-text-primary\/85 {
  color: rgb(255 196 32 / 0.85);
}

.tem-text-primary\/90 {
  color: rgb(255 196 32 / 0.9);
}

.tem-text-primary\/95 {
  color: rgb(255 196 32 / 0.95);
}

.tem-text-secondary {
  --tw-text-opacity: 1;
  color: rgb(111 123 154 / var(--tw-text-opacity));
}

.tem-text-secondary-container {
  --tw-text-opacity: 1;
  color: rgb(56 64 84 / var(--tw-text-opacity));
}

.tem-text-secondary-container\/0 {
  color: rgb(56 64 84 / 0);
}

.tem-text-secondary-container\/10 {
  color: rgb(56 64 84 / 0.1);
}

.tem-text-secondary-container\/100 {
  color: rgb(56 64 84 / 1);
}

.tem-text-secondary-container\/15 {
  color: rgb(56 64 84 / 0.15);
}

.tem-text-secondary-container\/20 {
  color: rgb(56 64 84 / 0.2);
}

.tem-text-secondary-container\/25 {
  color: rgb(56 64 84 / 0.25);
}

.tem-text-secondary-container\/30 {
  color: rgb(56 64 84 / 0.3);
}

.tem-text-secondary-container\/35 {
  color: rgb(56 64 84 / 0.35);
}

.tem-text-secondary-container\/40 {
  color: rgb(56 64 84 / 0.4);
}

.tem-text-secondary-container\/45 {
  color: rgb(56 64 84 / 0.45);
}

.tem-text-secondary-container\/5 {
  color: rgb(56 64 84 / 0.05);
}

.tem-text-secondary-container\/50 {
  color: rgb(56 64 84 / 0.5);
}

.tem-text-secondary-container\/55 {
  color: rgb(56 64 84 / 0.55);
}

.tem-text-secondary-container\/60 {
  color: rgb(56 64 84 / 0.6);
}

.tem-text-secondary-container\/65 {
  color: rgb(56 64 84 / 0.65);
}

.tem-text-secondary-container\/70 {
  color: rgb(56 64 84 / 0.7);
}

.tem-text-secondary-container\/75 {
  color: rgb(56 64 84 / 0.75);
}

.tem-text-secondary-container\/80 {
  color: rgb(56 64 84 / 0.8);
}

.tem-text-secondary-container\/85 {
  color: rgb(56 64 84 / 0.85);
}

.tem-text-secondary-container\/90 {
  color: rgb(56 64 84 / 0.9);
}

.tem-text-secondary-container\/95 {
  color: rgb(56 64 84 / 0.95);
}

.tem-text-secondary\/0 {
  color: rgb(111 123 154 / 0);
}

.tem-text-secondary\/10 {
  color: rgb(111 123 154 / 0.1);
}

.tem-text-secondary\/100 {
  color: rgb(111 123 154 / 1);
}

.tem-text-secondary\/15 {
  color: rgb(111 123 154 / 0.15);
}

.tem-text-secondary\/20 {
  color: rgb(111 123 154 / 0.2);
}

.tem-text-secondary\/25 {
  color: rgb(111 123 154 / 0.25);
}

.tem-text-secondary\/30 {
  color: rgb(111 123 154 / 0.3);
}

.tem-text-secondary\/35 {
  color: rgb(111 123 154 / 0.35);
}

.tem-text-secondary\/40 {
  color: rgb(111 123 154 / 0.4);
}

.tem-text-secondary\/45 {
  color: rgb(111 123 154 / 0.45);
}

.tem-text-secondary\/5 {
  color: rgb(111 123 154 / 0.05);
}

.tem-text-secondary\/50 {
  color: rgb(111 123 154 / 0.5);
}

.tem-text-secondary\/55 {
  color: rgb(111 123 154 / 0.55);
}

.tem-text-secondary\/60 {
  color: rgb(111 123 154 / 0.6);
}

.tem-text-secondary\/65 {
  color: rgb(111 123 154 / 0.65);
}

.tem-text-secondary\/70 {
  color: rgb(111 123 154 / 0.7);
}

.tem-text-secondary\/75 {
  color: rgb(111 123 154 / 0.75);
}

.tem-text-secondary\/80 {
  color: rgb(111 123 154 / 0.8);
}

.tem-text-secondary\/85 {
  color: rgb(111 123 154 / 0.85);
}

.tem-text-secondary\/90 {
  color: rgb(111 123 154 / 0.9);
}

.tem-text-secondary\/95 {
  color: rgb(111 123 154 / 0.95);
}

.tem-text-success {
  --tw-text-opacity: 1;
  color: rgb(216 227 211 / var(--tw-text-opacity));
}

.tem-text-success\/0 {
  color: rgb(216 227 211 / 0);
}

.tem-text-success\/10 {
  color: rgb(216 227 211 / 0.1);
}

.tem-text-success\/100 {
  color: rgb(216 227 211 / 1);
}

.tem-text-success\/15 {
  color: rgb(216 227 211 / 0.15);
}

.tem-text-success\/20 {
  color: rgb(216 227 211 / 0.2);
}

.tem-text-success\/25 {
  color: rgb(216 227 211 / 0.25);
}

.tem-text-success\/30 {
  color: rgb(216 227 211 / 0.3);
}

.tem-text-success\/35 {
  color: rgb(216 227 211 / 0.35);
}

.tem-text-success\/40 {
  color: rgb(216 227 211 / 0.4);
}

.tem-text-success\/45 {
  color: rgb(216 227 211 / 0.45);
}

.tem-text-success\/5 {
  color: rgb(216 227 211 / 0.05);
}

.tem-text-success\/50 {
  color: rgb(216 227 211 / 0.5);
}

.tem-text-success\/55 {
  color: rgb(216 227 211 / 0.55);
}

.tem-text-success\/60 {
  color: rgb(216 227 211 / 0.6);
}

.tem-text-success\/65 {
  color: rgb(216 227 211 / 0.65);
}

.tem-text-success\/70 {
  color: rgb(216 227 211 / 0.7);
}

.tem-text-success\/75 {
  color: rgb(216 227 211 / 0.75);
}

.tem-text-success\/80 {
  color: rgb(216 227 211 / 0.8);
}

.tem-text-success\/85 {
  color: rgb(216 227 211 / 0.85);
}

.tem-text-success\/90 {
  color: rgb(216 227 211 / 0.9);
}

.tem-text-success\/95 {
  color: rgb(216 227 211 / 0.95);
}

.tem-text-surface {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tem-text-surface-tint {
  --tw-text-opacity: 1;
  color: rgb(233 233 233 / var(--tw-text-opacity));
}

.tem-text-surface-tint\/0 {
  color: rgb(233 233 233 / 0);
}

.tem-text-surface-tint\/10 {
  color: rgb(233 233 233 / 0.1);
}

.tem-text-surface-tint\/100 {
  color: rgb(233 233 233 / 1);
}

.tem-text-surface-tint\/15 {
  color: rgb(233 233 233 / 0.15);
}

.tem-text-surface-tint\/20 {
  color: rgb(233 233 233 / 0.2);
}

.tem-text-surface-tint\/25 {
  color: rgb(233 233 233 / 0.25);
}

.tem-text-surface-tint\/30 {
  color: rgb(233 233 233 / 0.3);
}

.tem-text-surface-tint\/35 {
  color: rgb(233 233 233 / 0.35);
}

.tem-text-surface-tint\/40 {
  color: rgb(233 233 233 / 0.4);
}

.tem-text-surface-tint\/45 {
  color: rgb(233 233 233 / 0.45);
}

.tem-text-surface-tint\/5 {
  color: rgb(233 233 233 / 0.05);
}

.tem-text-surface-tint\/50 {
  color: rgb(233 233 233 / 0.5);
}

.tem-text-surface-tint\/55 {
  color: rgb(233 233 233 / 0.55);
}

.tem-text-surface-tint\/60 {
  color: rgb(233 233 233 / 0.6);
}

.tem-text-surface-tint\/65 {
  color: rgb(233 233 233 / 0.65);
}

.tem-text-surface-tint\/70 {
  color: rgb(233 233 233 / 0.7);
}

.tem-text-surface-tint\/75 {
  color: rgb(233 233 233 / 0.75);
}

.tem-text-surface-tint\/80 {
  color: rgb(233 233 233 / 0.8);
}

.tem-text-surface-tint\/85 {
  color: rgb(233 233 233 / 0.85);
}

.tem-text-surface-tint\/90 {
  color: rgb(233 233 233 / 0.9);
}

.tem-text-surface-tint\/95 {
  color: rgb(233 233 233 / 0.95);
}

.tem-text-surface\/0 {
  color: rgb(255 255 255 / 0);
}

.tem-text-surface\/10 {
  color: rgb(255 255 255 / 0.1);
}

.tem-text-surface\/100 {
  color: rgb(255 255 255 / 1);
}

.tem-text-surface\/15 {
  color: rgb(255 255 255 / 0.15);
}

.tem-text-surface\/20 {
  color: rgb(255 255 255 / 0.2);
}

.tem-text-surface\/25 {
  color: rgb(255 255 255 / 0.25);
}

.tem-text-surface\/30 {
  color: rgb(255 255 255 / 0.3);
}

.tem-text-surface\/35 {
  color: rgb(255 255 255 / 0.35);
}

.tem-text-surface\/40 {
  color: rgb(255 255 255 / 0.4);
}

.tem-text-surface\/45 {
  color: rgb(255 255 255 / 0.45);
}

.tem-text-surface\/5 {
  color: rgb(255 255 255 / 0.05);
}

.tem-text-surface\/50 {
  color: rgb(255 255 255 / 0.5);
}

.tem-text-surface\/55 {
  color: rgb(255 255 255 / 0.55);
}

.tem-text-surface\/60 {
  color: rgb(255 255 255 / 0.6);
}

.tem-text-surface\/65 {
  color: rgb(255 255 255 / 0.65);
}

.tem-text-surface\/70 {
  color: rgb(255 255 255 / 0.7);
}

.tem-text-surface\/75 {
  color: rgb(255 255 255 / 0.75);
}

.tem-text-surface\/80 {
  color: rgb(255 255 255 / 0.8);
}

.tem-text-surface\/85 {
  color: rgb(255 255 255 / 0.85);
}

.tem-text-surface\/90 {
  color: rgb(255 255 255 / 0.9);
}

.tem-text-surface\/95 {
  color: rgb(255 255 255 / 0.95);
}

.tem-text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(170 165 153 / var(--tw-text-opacity));
}

.tem-text-tertiary-container {
  --tw-text-opacity: 1;
  color: rgb(39 36 29 / var(--tw-text-opacity));
}

.tem-text-tertiary-container\/0 {
  color: rgb(39 36 29 / 0);
}

.tem-text-tertiary-container\/10 {
  color: rgb(39 36 29 / 0.1);
}

.tem-text-tertiary-container\/100 {
  color: rgb(39 36 29 / 1);
}

.tem-text-tertiary-container\/15 {
  color: rgb(39 36 29 / 0.15);
}

.tem-text-tertiary-container\/20 {
  color: rgb(39 36 29 / 0.2);
}

.tem-text-tertiary-container\/25 {
  color: rgb(39 36 29 / 0.25);
}

.tem-text-tertiary-container\/30 {
  color: rgb(39 36 29 / 0.3);
}

.tem-text-tertiary-container\/35 {
  color: rgb(39 36 29 / 0.35);
}

.tem-text-tertiary-container\/40 {
  color: rgb(39 36 29 / 0.4);
}

.tem-text-tertiary-container\/45 {
  color: rgb(39 36 29 / 0.45);
}

.tem-text-tertiary-container\/5 {
  color: rgb(39 36 29 / 0.05);
}

.tem-text-tertiary-container\/50 {
  color: rgb(39 36 29 / 0.5);
}

.tem-text-tertiary-container\/55 {
  color: rgb(39 36 29 / 0.55);
}

.tem-text-tertiary-container\/60 {
  color: rgb(39 36 29 / 0.6);
}

.tem-text-tertiary-container\/65 {
  color: rgb(39 36 29 / 0.65);
}

.tem-text-tertiary-container\/70 {
  color: rgb(39 36 29 / 0.7);
}

.tem-text-tertiary-container\/75 {
  color: rgb(39 36 29 / 0.75);
}

.tem-text-tertiary-container\/80 {
  color: rgb(39 36 29 / 0.8);
}

.tem-text-tertiary-container\/85 {
  color: rgb(39 36 29 / 0.85);
}

.tem-text-tertiary-container\/90 {
  color: rgb(39 36 29 / 0.9);
}

.tem-text-tertiary-container\/95 {
  color: rgb(39 36 29 / 0.95);
}

.tem-text-tertiary\/0 {
  color: rgb(170 165 153 / 0);
}

.tem-text-tertiary\/10 {
  color: rgb(170 165 153 / 0.1);
}

.tem-text-tertiary\/100 {
  color: rgb(170 165 153 / 1);
}

.tem-text-tertiary\/15 {
  color: rgb(170 165 153 / 0.15);
}

.tem-text-tertiary\/20 {
  color: rgb(170 165 153 / 0.2);
}

.tem-text-tertiary\/25 {
  color: rgb(170 165 153 / 0.25);
}

.tem-text-tertiary\/30 {
  color: rgb(170 165 153 / 0.3);
}

.tem-text-tertiary\/35 {
  color: rgb(170 165 153 / 0.35);
}

.tem-text-tertiary\/40 {
  color: rgb(170 165 153 / 0.4);
}

.tem-text-tertiary\/45 {
  color: rgb(170 165 153 / 0.45);
}

.tem-text-tertiary\/5 {
  color: rgb(170 165 153 / 0.05);
}

.tem-text-tertiary\/50 {
  color: rgb(170 165 153 / 0.5);
}

.tem-text-tertiary\/55 {
  color: rgb(170 165 153 / 0.55);
}

.tem-text-tertiary\/60 {
  color: rgb(170 165 153 / 0.6);
}

.tem-text-tertiary\/65 {
  color: rgb(170 165 153 / 0.65);
}

.tem-text-tertiary\/70 {
  color: rgb(170 165 153 / 0.7);
}

.tem-text-tertiary\/75 {
  color: rgb(170 165 153 / 0.75);
}

.tem-text-tertiary\/80 {
  color: rgb(170 165 153 / 0.8);
}

.tem-text-tertiary\/85 {
  color: rgb(170 165 153 / 0.85);
}

.tem-text-tertiary\/90 {
  color: rgb(170 165 153 / 0.9);
}

.tem-text-tertiary\/95 {
  color: rgb(170 165 153 / 0.95);
}

.tem-text-transparent {
  color: transparent;
}

.tem-text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}

.tem-text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}

.tem-text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}

.tem-text-transparent\/15 {
  color: rgb(0 0 0 / 0.15);
}

.tem-text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}

.tem-text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}

.tem-text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}

.tem-text-transparent\/35 {
  color: rgb(0 0 0 / 0.35);
}

.tem-text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}

.tem-text-transparent\/45 {
  color: rgb(0 0 0 / 0.45);
}

.tem-text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}

.tem-text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}

.tem-text-transparent\/55 {
  color: rgb(0 0 0 / 0.55);
}

.tem-text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}

.tem-text-transparent\/65 {
  color: rgb(0 0 0 / 0.65);
}

.tem-text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}

.tem-text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}

.tem-text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}

.tem-text-transparent\/85 {
  color: rgb(0 0 0 / 0.85);
}

.tem-text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}

.tem-text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}

.tem-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tem-text-white\/0 {
  color: rgb(255 255 255 / 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tem-opacity-0 {
  opacity: 0;
}

.tem-opacity-50 {
  opacity: 0.5;
}

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

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

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

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

.tem-ring-inset {
  --tw-ring-inset: inset;
}

.tem-ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.tem-ring-surface-tint {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 233 233 / var(--tw-ring-opacity));
}

.tem-ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

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

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

.tem-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.tem-duration-200 {
  transition-duration: 200ms;
}

.tem-duration-300 {
  transition-duration: 300ms;
}

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

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

.collapse-container > a, .collapse-container > div > button {
  padding-left: 2rem;
}

.sidebar {
  background-image: url(../images/pattern-no-lines.png);
  background-size: cover;
  background-position: center;
  scrollbar-color: #aaa599 transparent;
  scrollbar-width: thin;
}

.sidebar::-webkit-scrollbar {
  width: 12px;
}

.sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aaa599;
  border-radius: 20px;
  border: 3px solid #aaa599;
}

.markdown table {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}

.markdown table th {
  padding-top: 0px;
  padding-bottom: 0px;
}

.markdown table tbody tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.login-container {
  background-image: url(../images/pattern-no-lines.svg);
  background-size: cover;
  background-position: center;
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}

.login-content {
  background-image: url(../images/login-background.jpg);
  background-size: cover;
  background-position: center;
}

input[type="file"]::before {
  position: absolute;
  pointer-events: none;
  color: #000;
  top: 10px;
  left: 16px;
  height: 15px;
  width: 15px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M288 109.3V352c0 17.7-14.3 32-32 32s-32-14.3-32-32V109.3l-73.4 73.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0l128 128c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L288 109.3zM64 352H192c0 35.3 28.7 64 64 64s64-28.7 64-64H448c35.3 0 64 28.7 64 64v32c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V416c0-35.3 28.7-64 64-64zM432 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z'/%3E%3C/svg%3E");
}

input[aria-invalid] {
  --tw-text-opacity: 1;
  color: rgb(185 71 71 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(185 71 71 / var(--tw-border-opacity));
}

.caption {
  font-size: 0.875rem;
  line-height: 1.25rem;
  /*md:text-base lg:text-lg;*/
}

.caption-uppercase {
  font-size: 0.75rem;
  line-height: 1rem;
  /*md:text-sm lg:text-base;*/
  text-transform: uppercase;
}

.file\:tem-mr-4::file-selector-button {
  margin-right: 1rem;
}

.file\:tem-w-12::file-selector-button {
  width: 3rem;
}

.file\:tem-border-0::file-selector-button {
  border-width: 0px;
}

.file\:tem-bg-primary::file-selector-button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 32 / var(--tw-bg-opacity));
}

.file\:tem-py-1::file-selector-button {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.file\:tem-py-1\.5::file-selector-button {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.file\:tem-text-primary::file-selector-button {
  --tw-text-opacity: 1;
  color: rgb(255 196 32 / var(--tw-text-opacity));
}

.file\:tem-text-transparent::file-selector-button {
  color: transparent;
}

.odd\:tem-bg-surface-tint:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}

.even\:tem-bg-surface:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.last-of-type\:tem-rounded-b:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.last-of-type\:tem-border-b-0:last-of-type {
  border-bottom-width: 0px;
}

.checked\:tem-bg-primary:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 32 / var(--tw-bg-opacity));
}

.checked\:tem-text-on-primary:checked {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:tem-bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 32 / var(--tw-bg-opacity));
}

.hover\:tem-no-underline:hover {
  text-decoration-line: none;
}

.checked\:hover\:tem-bg-primary:hover:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 32 / var(--tw-bg-opacity));
}

.checked\:hover\:tem-text-on-primary:hover:checked {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.focus\:tem-bg-primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 32 / var(--tw-bg-opacity));
}

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

.focus\:tem-ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:tem-ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 196 32 / var(--tw-ring-opacity));
}

.focus\:tem-ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.checked\:focus\:tem-bg-primary:focus:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 32 / var(--tw-bg-opacity));
}

.checked\:focus\:tem-text-on-primary:focus:checked {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.active\:tem-bg-tertiary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(170 165 153 / var(--tw-bg-opacity));
}

.checked\:active\:tem-bg-primary:active:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 32 / var(--tw-bg-opacity));
}

.tem-peer:focus ~ .peer-focus\:\!tem-border-\[\#2463eb\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(36 99 235 / var(--tw-border-opacity)) !important;
}

.has-\[\:checked\]\:tem-bg-surface:has(:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .sm\:tem-grid-flow-col {
    grid-auto-flow: column;
  }

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

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

  .sm\:tem-leading-6 {
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:tem-relative {
    position: relative;
  }

  .md\:tem-left-auto {
    left: auto;
  }

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

  .md\:\!tem-block {
    display: block !important;
  }

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

  .md\:tem-flex {
    display: flex;
  }

  .md\:tem-hidden {
    display: none;
  }

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

  .md\:tem-h-\[24px\] {
    height: 24px;
  }

  .md\:tem-max-h-\[740px\] {
    max-height: 740px;
  }

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

  .md\:tem-w-8 {
    width: 2rem;
  }

  .md\:tem-w-80 {
    width: 20rem;
  }

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

  .md\:tem-w-\[244px\] {
    width: 244px;
  }

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

  .md\:tem-grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:tem-gap-8 {
    gap: 2rem;
  }

  .md\:tem-rounded {
    border-radius: 0.25rem;
  }

  .md\:tem-rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:tem-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

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

  .md\:tem-pr-0 {
    padding-right: 0px;
  }

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

@media (min-width: 1024px) {
  .lg\:tem-ml-auto {
    margin-left: auto;
  }

  .lg\:tem-mt-\[-72px\] {
    margin-top: -72px;
  }

  .lg\:tem-block {
    display: block;
  }

  .lg\:tem-hidden {
    display: none;
  }

  .lg\:tem-w-96 {
    width: 24rem;
  }

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

  .lg\:tem-max-w-3xl {
    max-width: 48rem;
  }

  .lg\:tem-translate-x-0 {
    --tw-translate-x: 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));
  }

  .lg\:tem-grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:tem-justify-normal {
    justify-content: normal;
  }

  .lg\:tem-rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

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

  .lg\:tem-pl-96 {
    padding-left: 24rem;
  }
}

@media (min-width: 1280px) {
  .xl\:tem-grid-flow-col {
    grid-auto-flow: column;
  }
}

@media (min-width: 1536px) {
  .\32xl\:tem-grid-flow-col {
    grid-auto-flow: column;
  }
}