@charset "UTF-8";

/*
! 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: #e5e7eb;
  /* 2 */
}

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: var(--typography-default-family), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", 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'],input:where(:not([type])),[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, input:where(:not([type])):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;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-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],[size]:where(select:not([size="1"])){
  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");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

*{
  scrollbar-color: initial;
  scrollbar-width: initial;
}

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

.container{
  width: 100%;
}

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

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

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

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

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

.form-input,.form-textarea,.form-select,.form-multiselect{
  -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;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect: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;
}

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

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

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

.form-input::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

.form-input::-webkit-datetime-edit{
  display: inline-flex;
}

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

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

.form-select:where([size]:not([size="1"])){
  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;
}

.form-checkbox,.form-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;
}

.form-checkbox{
  border-radius: 0px;
}

.form-checkbox:focus,.form-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);
}

.form-checkbox:checked,.form-radio:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

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

@media (forced-colors: active) {
  .form-checkbox:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

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

@media (forced-colors: active) {
  .form-checkbox:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

.debug-screens::before{
  position: fixed;
  z-index: 2147483647;
  bottom: 0;
  left: 0;
  padding: .3333333em .5em;
  font-size: 12px;
  line-height: 1;
  font-family: sans-serif;
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 0 1px #fff;
  content: 'screen: _';
}

@media (min-width: 640px){
  .debug-screens::before{
    content: 'screen: sm';
  }
}

@media (min-width: 768px){
  .debug-screens::before{
    content: 'screen: md';
  }
}

@media (min-width: 1024px){
  .debug-screens::before{
    content: 'screen: lg';
  }
}

@media (min-width: 1280px){
  .debug-screens::before{
    content: 'screen: xl';
  }
}

@media (min-width: 1536px){
  .debug-screens::before{
    content: 'screen: 2xl';
  }
}

.card {
  color: var(--palette-text-primary);
  background-color: var(--palette-surface);
  border-radius: var(--default-borderradius);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.card-square {
  border-radius: 0px;
}

.card-outlined {
  border: 1px solid var(--palette-lines-default);
}

.card-header {
  display: flex;
  padding: 16px;
  align-items: center;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.card-header .card-header-avatar {
  flex: 0 0 auto;
  margin-right: 16px;
  margin-inline-end: 16px;
  margin-inline-start: unset;
}

.card-header .card-header-content {
  flex: 1 1 auto;
}

.card-header .card-header-content .mud-typography {
  margin-bottom: 0;
}

.card-header .card-header-actions {
  flex: 0 0 auto;
  align-self: flex-start;
  margin-top: -8px;
  margin-right: -8px;
  margin-inline-end: -8px;
  margin-inline-start: unset;
}

.card-media {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.card-header + .card-media {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.card-body {
  padding: 16px;
}

.card-actions {
  display: flex;
  padding: 8px;
  align-items: center;
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) {
  border-spacing: 0 10px;
  border-collapse: separate;
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) th {
  border-bottom-width: 0px;
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td{
  border-left-width: 0px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-white-rgb), var(--tw-bg-opacity));
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td:first-child {
  border-left-width: 1px;
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td:last-child {
  border-right-width: 1px;
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td {
  box-shadow: 20px 3px 20px rgba(0, 0, 0, 0.0431372549);
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td.table-report__action {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td.table-report__action:before{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  height: 2rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  content: var(--tw-content);
}

.table {
  width: 100%;
  text-align: left;
  display: table;
}

.table thead.table-light{
  background-color: rgb(226 232 240 / 0.6);
}

.table thead.table-light tr th{
  border-bottom-width: 0px;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.table th {
  border-bottom-width: 2px;
  padding: 0.25rem 0;
  font-weight: 500;
}

.table td {
  border-bottom-width: 1px;
  padding: 0.75rem;
}

.table.table-bordered th,
.table.table-bordered td {
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
}

.table.table-hover tr:hover td{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.table.table-striped tr:nth-of-type(odd) td{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.table.table-sm th,
.table.table-sm td {
  padding: 0.5rem 1rem;
}

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

.col-justify-right {
  text-align: right;
  text-align: left;
}

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

.col-justify-end .col-title {
  flex-direction: row-reverse;
  /* For end-justified cols, the sort indicator should appear before the title text*/
}

.btn{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn:hover:not(:disabled) {
  --tw-border-opacity: .9;
  --tw-bg-opacity: .9 ;
}

.btn:not(button) {
  text-align: center;
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.btn-xs {
  font-size: 0.75rem;
  padding: 0.75rem 0.3rem;
}

.btn-sm {
  font-size: 0.875rem;
  padding: 0.875rem 0.35rem;
}

.btn-md {
  font-size: 1rem;
  padding: 1rem 0.4rem;
}

.btn-lg {
  font-size: 1.125rem;
  padding: 1.125rem 0.45rem;
}

.btn-xl {
  font-size: 1.25rem;
  padding: 1.25rem 0.5rem;
}

.btn-xxl {
  font-size: 2rem;
  padding: 2rem 0.8rem;
}

.btn-white{
  --tw-border-opacity: 1;
  border-color: rgba(var(--palette-white-rgb), var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-white-rgb), var(--tw-bg-opacity));
  color: var(--palette-black);
  color: var(--palette-white-text);
}

.btn-primary{
  --tw-border-opacity: 1;
  border-color: rgba(var(--palette-primary-rgb), var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-primary-rgb), var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(var(--palette-primary-text-rgb), var(--tw-text-opacity));
  color: var(--palette-primary-text);
}

.btn-secondary{
  --tw-border-opacity: 1;
  border-color: rgba(var(--palette-secondary-rgb), var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-secondary-rgb), var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(var(--palette-secondary-text-rgb), var(--tw-text-opacity));
  color: var(--palette-secondary-text);
}

.btn-tertiary{
  --tw-border-opacity: 1;
  border-color: rgba(var(--palette-tertiary-rgb), var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-tertiary-rgb), var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(var(--palette-tertiary-text-rgb), var(--tw-text-opacity));
  color: var(--palette-tertiary-text);
}

.btn-success{
  --tw-border-opacity: 1;
  border-color: rgba(var(--palette-success-rgb), var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-success-rgb), var(--tw-bg-opacity));
  color: var(--palette-success-text);
}

.btn-info{
  --tw-border-opacity: 1;
  border-color: rgba(var(--palette-info-rgb), var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-info-rgb), var(--tw-bg-opacity));
  color: var(--palette-info-text);
}

.btn-warning{
  --tw-border-opacity: 1;
  border-color: rgba(var(--palette-warning-rgb), var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-warning-rgb), var(--tw-bg-opacity));
  color: var(--palette-warning-text);
}

.btn-error{
  --tw-border-opacity: 1;
  border-color: rgba(var(--palette-error-rgb), var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-error-rgb), var(--tw-bg-opacity));
  color: var(--palette-error-text);
}

.btn-dark{
  --tw-border-opacity: 1;
  border-color: rgba(var(--palette-dark-rgb), var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-dark-rgb), var(--tw-bg-opacity));
  color: var(--palette-dark-text);
}

.btn-rounded{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

button:not(.btn-icon):not(.btn-rounded-primary):disabled {
  opacity: 0.5;
}

.btn-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  text-decoration: none !important;
}

.btn-icon:disabled {
  color: var(--palette-action-disabled-background);
}

.btn-icon-outline{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  text-decoration: none !important;
}

.btn-icon-outline:disabled {
  color: var(--palette-action-disabled-background);
}

.form-control{
  width: 100%;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  font-size: .875rem;
  line-height: 1.25rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  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: 200ms;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.form-control:focus{
  border-color: transparent;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgba(var(--palette-primary-rgb), var(--tw-ring-opacity));
  --tw-ring-opacity: 0.2;
}

.form-control::-moz-placeholder{
  color: rgb(148 163 184 / 0.9);
}

.form-control::placeholder{
  color: rgb(148 163 184 / 0.9);
}

.form-inline {
  display: flex;
  align-items: center;
}

.form-inline .form-label {
  margin-bottom: 0;
  margin-right: 1.25rem;
  text-align: right;
}

.form-inline .form-control {
  flex: 1 1 0%;
}

.form-label {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.form-select{
  width: 100%;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-right: 2rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: .875rem;
  line-height: 1.25rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.form-select:focus{
  border-color: transparent;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgba(var(--palette-primary-rgb), var(--tw-ring-opacity));
  --tw-ring-opacity: 0.2;
}

.form-select:disabled, .form-select[readonly]{
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.form-select-sm {
  padding: 0.375rem 2rem 0.375rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.form-select-lg {
  padding: 0.375rem 2rem 0.375rem 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.search .search__input{
  width: 20rem;
  border-radius: 9999px;
  border-color: transparent;
  background-color: rgba(var(--palette-white-rgb), 0.1);
  padding-left: 1rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.search .search__icon{
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.75rem;
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.form-check{
  display: flex;
  align-items: center;
}

.form-check-label{
  margin-left: 0.5rem;
  cursor: pointer;
}

.form-check-input{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.form-check-input[type=radio]{
  cursor: pointer;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-check-input[type=radio]: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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgba(var(--palette-primary-rgb), var(--tw-ring-opacity));
  --tw-ring-opacity: 0.2;
  --tw-ring-offset-width: 0px;
}

.form-check-input[type=radio]:checked{
  --tw-border-opacity: 1;
  border-color: rgba(var(--palette-primary-rgb), var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-primary-rgb), var(--tw-bg-opacity));
}

.form-check-input[type=radio]:disabled:not(:checked){
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.form-check-input[type=radio]:disabled:checked{
  cursor: not-allowed;
  opacity: 0.7;
}

.form-check-input[type=checkbox]{
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-check-input[type=checkbox]: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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgba(var(--palette-primary-rgb), var(--tw-ring-opacity));
  --tw-ring-opacity: 0.2;
  --tw-ring-offset-width: 0px;
}

.form-check-input[type=checkbox]:checked{
  --tw-border-opacity: 1;
  border-color: rgba(var(--palette-primary-rgb), var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-primary-rgb), var(--tw-bg-opacity));
}

.form-check-input[type=checkbox]:disabled:not(:checked){
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.form-check-input[type=checkbox]:disabled:checked{
  cursor: not-allowed;
  opacity: 0.7;
}

.form-switch .form-check-input {
  width: 38px;
  height: 24px;
  padding: 1px;
  position: relative;
  border-radius: 9999px;
  background-image: none;
}

.form-switch .form-check-input:before {
  content: "";
  width: 20px;
  height: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2509803922);
  transition-property: margin-left;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 9999px;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.form-switch .form-check-input:checked{
  --tw-border-opacity: 1;
  border-color: rgba(var(--palette-primary-rgb), var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-primary-rgb), var(--tw-bg-opacity));
}

.form-switch .form-check-input:checked:before{
  margin-left: 14px;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-white-rgb), var(--tw-bg-opacity));
}

.validation-message{
  margin-top: 0.5rem;
  display: none;
  --tw-text-opacity: 1;
  color: rgba(var(--palette-error-rgb), var(--tw-text-opacity));
}

.invalid ~ .validation-message {
  display: block;
}

.form-input.invalid {
  border-color: var(--palette-error);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-input.invalid:focus {
  border-color: var(--palette-error);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

textarea.form-input.invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-check-input.invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.invalid ~ .validation-message {
  display: block;
}

.input-validation {
  position: relative;
}

.customer-details{
  display: flex;
  width: 100%;
  flex: none;
  align-items: baseline;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px){
  .customer-details{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.customer-term{
  width: 40%;
  flex: none;
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

@media (min-width: 640px){
  .customer-term{
    width: 33.333333%;
    font-size: .875rem;
  }
}

.customer-desc{
  font-size: .875rem;
  font-style: italic;
}

@media (min-width: 640px){
  .customer-desc{
    font-size: 1rem;
  }
}

.box{
  position: relative;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-white-rgb), var(--tw-bg-opacity));
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.0431372549);
}

.report-box .report-box__item {
  position: relative;
}

.report-box .report-box__item .report-box__item__icon {
  width: 2.2rem;
  height: 2.2rem;
}

.report-box .report-box__item .report-box__item__icon svg {
  width: 1.3rem;
  height: 1.3rem;
}

.report-box .report-box__item .report-box__item__indicator {
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
}

@media (min-width: 1279px) {
  .report-box .report-box__item:not(:last-child):before{
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity));
    content: "";
    margin-right: -7px;
    margin-top: -25px;
    height: 12px;
    width: 13px;
  }

  .report-box .report-box__item:not(:last-child):after{
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity));
    content: "";
    margin-right: -6px;
    margin-top: -28px;
    height: 14px;
    width: 11px;
  }

  .report-box .report-box__item:not(:last-child) .report-box__content:before{
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity));
    content: "";
    margin-right: -7px;
    margin-bottom: -25px;
    height: 12px;
    width: 13px;
  }
}

.report-box:before{
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  height: 100%;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  content: "";
  width: 96%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.0431372549);
}

.htmlgrid[theme=default] {
  --col-gap: 1rem;
}

.htmlgrid[theme=default] .col-header-content {
  padding-right: var(--col-gap);
}

.htmlgrid[theme=default] > thead > tr > th {
  font-weight: normal;
}

.htmlgrid[theme=default].loading > tbody {
  opacity: 0.25;
  transition: opacity linear 100ms;
  transition-delay: 25ms;
  /* Don't want flicker if the queries are resolving almost immediately */
}

.htmlgrid[theme=default] .col-title {
  padding: 0.1rem 0.4rem;
}

.htmlgrid[theme=default] > tbody > tr > td {
  padding: 0.1rem calc(0.4rem + var(--col-gap)) 0.1rem 0.4rem;
}

.htmlgrid[theme=default] .col-title {
  gap: 0.4rem;
  /* Separate the sort indicator from title text */
  font-weight: bold;
}

.htmlgrid[theme=default] .sort-indicator {
  opacity: 0.5;
}

.htmlgrid[theme=default] .col-options-button {
  width: 1.5rem;
}

.htmlgrid[theme=default] button.col-title:hover, .htmlgrid[theme=default] .col-options-button:hover {
  background-color: rgba(128, 128, 128, 0.2);
}

.htmlgrid[theme=default] button.col-title:active, .htmlgrid[theme=default] .col-options-button:active {
  background-color: rgba(128, 128, 128, 0.5);
}

.htmlgrid[theme=default] > thead .col-width-draghandle {
  width: 1rem;
  right: calc(var(--col-gap) / 2 - 0.5rem);
}

.htmlgrid[theme=default] > thead .col-width-draghandle:hover {
  background: rgba(128, 128, 128, 0.2);
}

.htmlgrid[theme=default] > thead .col-width-draghandle:active {
  background: rgba(128, 128, 128, 0.4);
}

.htmlgrid[theme=default] > thead .col-width-draghandle:hover:after, .htmlgrid[theme=default] > thead .col-width-draghandle:active:after {
  border-color: black;
}

.htmlgrid[theme=default] > thead .col-width-draghandle:after {
  border-color: #ccc;
  left: 0.5rem;
  top: 5px;
  bottom: 5px;
}

.htmlgrid[theme=default] .col-options {
  box-shadow: 0 3px 8px 1px #aaa;
  border-color: #ddd;
  border-radius: 0.3rem;
}

.htmlgrid[theme=default] > tbody > tr > td.grid-cell-placeholder:after {
  content: "…";
  opacity: 0.75;
}

.paginator {
  display: flex;
  border-top: 1px solid #ccc;
  margin-top: 0.5rem;
  padding: 0.25rem 0;
  align-items: center;
}

.paginator .pagination-text {
  margin: 0 0.5rem;
}

.paginator nav {
  display: flex;
  margin-left: auto;
  gap: 0.5rem;
  align-items: center;
}

.paginator nav button {
  border: 0;
  background: none center center/1rem no-repeat;
  width: 2rem;
  height: 2rem;
}

.paginator nav button[disabled] {
  opacity: 0.4;
}

.paginator nav button:not([disabled]):hover {
  background-color: #eee;
}

.paginator nav button:not([disabled]):active {
  background-color: #aaa;
}

.paginator .go-first, .paginator .go-last {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="rotate(90) scale(0.8)" transform-origin="12 12"><path d="m 2,1.5 l 10,17.5 l 10,-17.5 l -10,7.75 l -10,-7.75 z"/><rect height="2" width="20" y="20.5" x="2"/></g></svg>');
}

.paginator .go-previous, .paginator .go-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="rotate(90)" transform-origin="12 12"><path d="M 2 3.25 L 12 20.75 L 22 3.25 L 12 11 z" /></g></svg>');
}

.paginator .go-next, .paginator .go-last {
  transform: scaleX(-1);
}

/* Fix height and enable scrolling */

.grid-table {
  height: 100vh;
  overflow-y: auto;
}

.grid-table table {
  min-width: 100%;
}

.htmlgrid[theme=manager] {
  --col-gap: 1rem;
  /* Sticky header while scrolling */
  /* For virtualized grids, it's essential that all rows have the same known height */
  /* Contains the title text and sort indicator, and expands to fill as much of the col width as it can */
  /*If the column is sortable, its title is rendered as a button element for accessibility and to support navigation by tab*/
  /* We put the column title text in its own element primarily so that it can use text-overflow: ellipsis */
}

.htmlgrid[theme=manager] thead {
  position: sticky;
  top: 0;
  background-color: white;
  outline: 1px solid white;
  z-index: 1;
}

.htmlgrid[theme=manager] tr {
  height: 60px;
  border-bottom: 0.5px solid silver;
}

.htmlgrid[theme=manager] tbody td {
  white-space: nowrap;
  overflow: hidden;
  max-width: 0;
  text-overflow: ellipsis;
}

.htmlgrid[theme=manager] .col-title {
  display: flex;
  /*  So that we can make col-title-text expand as much as possible, and still hide overflow with ellipsis min-width: 0px;*/
  flex-grow: 1;
  padding: 0;
}

.htmlgrid[theme=manager] button.col-title {
  border: none;
  background: none;
  position: relative;
  cursor: pointer;
}

.htmlgrid[theme=manager] .col-justify-center .col-title {
  justify-content: center;
}

.htmlgrid[theme=manager] .col-justify-end .col-title {
  flex-direction: row-reverse;
  /* For end-justified cols, the sort indicator should appear before the title text*/
}

.htmlgrid[theme=manager] .col-title-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.htmlgrid[theme=manager] .col-header-content {
  padding-right: var(--col-gap);
  display: flex;
  align-items: center;
}

.htmlgrid[theme=manager] > thead > tr > th {
  font-weight: normal;
}

.htmlgrid[theme=manager].loading > tbody {
  opacity: 0.25;
  transition: opacity linear 100ms;
  transition-delay: 25ms;
  /* Don 't want flicker if the queries are resolving almost immediately*/
}

.htmlgrid[theme=manager] .col-title {
  padding: 0.1rem 0.4rem;
}

.htmlgrid[theme=manager] > tbody > tr > td {
  padding: 0.1rem calc(0.1rem + var(--col-gap)) 0.1rem 0.1rem;
}

.htmlgrid[theme=manager] .col-title {
  gap: 0.4rem;
  /* Separate the sort indicator from title text font-weight: bold;*/
}

.htmlgrid[theme=manager] .sort-indicator {
  opacity: 0.5;
}

.htmlgrid[theme=manager] .col-options-button {
  width: 1.5rem;
}

.htmlgrid[theme=manager] button.col-title:hover, .htmlgrid[theme=manager] .col-options-button:hover {
  background-color: rgba(128, 128, 128, 0.2);
}

.htmlgrid[theme=manager] button.col-title:active, .htmlgrid[theme=manager] .col-options-button:active {
  background-color: rgba(128, 128, 128, 0.5);
}

.htmlgrid[theme=manager] > thead .col-width-draghandle {
  width: 1rem;
  right: calc(var(--col-gap) / 2 - 0.5rem);
}

.htmlgrid[theme=manager] > thead .col-width-draghandle:hover {
  background: rgba(128, 128, 128, 0.2);
}

.htmlgrid[theme=manager] > thead .col-width-draghandle:active {
  background: rgba(128, 128, 128, 0.4);
}

.htmlgrid[theme=manager] > thead .col-width-draghandle:hover:after, .htmlgrid[theme=manager] > thead .col-width-draghandle:active:after {
  border-color: black;
}

.htmlgrid[theme=manager] > thead .col-width-draghandle:after {
  border-color: #ccc;
  left: 0.5rem;
  top: 5px;
  bottom: 5px;
}

.htmlgrid[theme=manager] .col-options {
  /* box-shadow: 0 3px 8px 1px #aaa;*/
  border-color: #ddd;
  border-radius: 0.3rem;
}

.htmlgrid[theme=manager] > tbody > tr > td.grid-cell-placeholder:after {
  content: "…";
  opacity: 0.75;
}

.side-nav{
  position: relative;
  display: flex;
  height: 100vh;
  width: 270px;
  flex-direction: column;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-primary-rgb), var(--tw-bg-opacity));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(var(--palette-primary-rgb)) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(var(--palette-primary-rgb), 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgba(var(--palette-black-rgb), 0.3) var(--tw-gradient-to-position);
  padding-left: 1.5rem;
  padding-right: 0.5rem;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.side-nav:before {
  content: "";
  background-size: 270px auto;
  background-position: right 3.5rem;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  opacity: 0;
}

.side-nav .side-nav__header {
  height: 33px;
}

.side-nav .side-nav__header .side-nav__header__logo {
  width: 1.6rem;
}

.side-nav .side-nav__header .side-nav__header__toggler,
.side-nav .side-nav__header .mobile-menu-toggler {
  z-index: 5;
}

.side-nav .side-nav__header .side-nav__header__toggler svg,
.side-nav .side-nav__header .mobile-menu-toggler svg {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.side-nav .side-nav__devider {
  position: relative;
  height: 1.25rem;
  width: 100%;
  padding-left: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(255, 255, 255, 0.5019607843);
}

.side-nav .side-nav__devider:not(:first-child) {
  margin-top: 1.5rem;
}

.side-nav .side-menu{
  position: relative;
  margin-bottom: 0.25rem;
  display: flex;
  height: 3rem;
  align-items: center;
  padding-left: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(var(--palette-white-rgb), var(--tw-text-opacity));
}

.side-nav .side-menu .side-menu__icon svg {
  margin-top: -0.125rem;
  height: 1.25rem;
  width: 1.25rem;
}

.side-nav .side-menu .side-menu__title {
  margin-left: 0.75rem;
  display: flex;
  width: 100%;
  align-items: center;
}

.side-nav .side-menu .side-menu__title .side-menu__sub-icon {
  margin-left: auto;
  margin-right: 1rem;
  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: 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.side-nav .side-menu .side-menu__title .side-menu__sub-icon svg {
  height: 1rem;
  width: 1rem;
}

.side-nav .scrollable {
  position: relative;
  z-index: 10;
  margin-left: -1.25rem;
  padding-left: 1.25rem;
  -webkit-mask-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black 30px);
          mask-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black 30px);
  height: 100%;
  overflow-y: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.side-nav .scrollable .simplebar-content {
  padding: 0;
}

.side-nav .scrollable .simplebar-track.simplebar-vertical {
  width: 10px;
  padding-top: 3.1rem;
  margin-right: 0.125rem;
}

.side-nav .scrollable .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  background-color: rgba(255, 255, 255, 0.2);
}

.side-nav .scrollable::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}

.side-nav .scrollable__content {
  overflow-x: hidden;
  padding-right: 1.25rem;
}

.side-nav .scrollable__content > li > .side-menu:hover:not(.side-menu--active):not(.side-menu--open){
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-primary-rgb), var(--tw-bg-opacity));
}

.side-nav .scrollable__content > li > .side-menu:hover:not(.side-menu--active):not(.side-menu--open):before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  display: block;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.1019607843);
}

.side-nav .scrollable__content > li > .side-menu.side-menu--active{
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-primary-rgb), var(--tw-bg-opacity));
}

.side-nav .scrollable__content > li:nth-child(1).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}

.side-nav .scrollable__content > li:nth-child(1) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}

.side-nav .scrollable__content > li:nth-child(1) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(2).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}

.side-nav .scrollable__content > li:nth-child(2) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}

.side-nav .scrollable__content > li:nth-child(2) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(3).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}

.side-nav .scrollable__content > li:nth-child(3) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}

.side-nav .scrollable__content > li:nth-child(3) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(4).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}

.side-nav .scrollable__content > li:nth-child(4) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}

.side-nav .scrollable__content > li:nth-child(4) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(5).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

.side-nav .scrollable__content > li:nth-child(5) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

.side-nav .scrollable__content > li:nth-child(5) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(6).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}

.side-nav .scrollable__content > li:nth-child(6) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}

.side-nav .scrollable__content > li:nth-child(6) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(7).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
}

.side-nav .scrollable__content > li:nth-child(7) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
}

.side-nav .scrollable__content > li:nth-child(7) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(8).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}

.side-nav .scrollable__content > li:nth-child(8) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}

.side-nav .scrollable__content > li:nth-child(8) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(9).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.9s;
}

.side-nav .scrollable__content > li:nth-child(9) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.9s;
}

.side-nav .scrollable__content > li:nth-child(9) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(10).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.side-nav .scrollable__content > li:nth-child(10) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.side-nav .scrollable__content > li:nth-child(10) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(11).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.1s;
}

.side-nav .scrollable__content > li:nth-child(11) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.1s;
}

.side-nav .scrollable__content > li:nth-child(11) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(12).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}

.side-nav .scrollable__content > li:nth-child(12) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}

.side-nav .scrollable__content > li:nth-child(12) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(13).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.3s;
}

.side-nav .scrollable__content > li:nth-child(13) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.3s;
}

.side-nav .scrollable__content > li:nth-child(13) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(14).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.4s;
}

.side-nav .scrollable__content > li:nth-child(14) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.4s;
}

.side-nav .scrollable__content > li:nth-child(14) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(15).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}

.side-nav .scrollable__content > li:nth-child(15) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}

.side-nav .scrollable__content > li:nth-child(15) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(16).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.6s;
}

.side-nav .scrollable__content > li:nth-child(16) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.6s;
}

.side-nav .scrollable__content > li:nth-child(16) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(17).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.7s;
}

.side-nav .scrollable__content > li:nth-child(17) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.7s;
}

.side-nav .scrollable__content > li:nth-child(17) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(18).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.8s;
}

.side-nav .scrollable__content > li:nth-child(18) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.8s;
}

.side-nav .scrollable__content > li:nth-child(18) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(19).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.9s;
}

.side-nav .scrollable__content > li:nth-child(19) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.9s;
}

.side-nav .scrollable__content > li:nth-child(19) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(20).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}

.side-nav .scrollable__content > li:nth-child(20) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}

.side-nav .scrollable__content > li:nth-child(20) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(21).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.1s;
}

.side-nav .scrollable__content > li:nth-child(21) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.1s;
}

.side-nav .scrollable__content > li:nth-child(21) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(22).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.2s;
}

.side-nav .scrollable__content > li:nth-child(22) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.2s;
}

.side-nav .scrollable__content > li:nth-child(22) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(23).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.3s;
}

.side-nav .scrollable__content > li:nth-child(23) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.3s;
}

.side-nav .scrollable__content > li:nth-child(23) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(24).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.4s;
}

.side-nav .scrollable__content > li:nth-child(24) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.4s;
}

.side-nav .scrollable__content > li:nth-child(24) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(25).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.5s;
}

.side-nav .scrollable__content > li:nth-child(25) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.5s;
}

.side-nav .scrollable__content > li:nth-child(25) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(26).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.6s;
}

.side-nav .scrollable__content > li:nth-child(26) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.6s;
}

.side-nav .scrollable__content > li:nth-child(26) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(27).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.7s;
}

.side-nav .scrollable__content > li:nth-child(27) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.7s;
}

.side-nav .scrollable__content > li:nth-child(27) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(28).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.8s;
}

.side-nav .scrollable__content > li:nth-child(28) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.8s;
}

.side-nav .scrollable__content > li:nth-child(28) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(29).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.9s;
}

.side-nav .scrollable__content > li:nth-child(29) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.9s;
}

.side-nav .scrollable__content > li:nth-child(29) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(30).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}

.side-nav .scrollable__content > li:nth-child(30) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}

.side-nav .scrollable__content > li:nth-child(30) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(31).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.1s;
}

.side-nav .scrollable__content > li:nth-child(31) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.1s;
}

.side-nav .scrollable__content > li:nth-child(31) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(32).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.2s;
}

.side-nav .scrollable__content > li:nth-child(32) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.2s;
}

.side-nav .scrollable__content > li:nth-child(32) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(33).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.3s;
}

.side-nav .scrollable__content > li:nth-child(33) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.3s;
}

.side-nav .scrollable__content > li:nth-child(33) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(34).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.4s;
}

.side-nav .scrollable__content > li:nth-child(34) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.4s;
}

.side-nav .scrollable__content > li:nth-child(34) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(35).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.5s;
}

.side-nav .scrollable__content > li:nth-child(35) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.5s;
}

.side-nav .scrollable__content > li:nth-child(35) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(36).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.6s;
}

.side-nav .scrollable__content > li:nth-child(36) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.6s;
}

.side-nav .scrollable__content > li:nth-child(36) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(37).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.7s;
}

.side-nav .scrollable__content > li:nth-child(37) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.7s;
}

.side-nav .scrollable__content > li:nth-child(37) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(38).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.8s;
}

.side-nav .scrollable__content > li:nth-child(38) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.8s;
}

.side-nav .scrollable__content > li:nth-child(38) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(39).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.9s;
}

.side-nav .scrollable__content > li:nth-child(39) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.9s;
}

.side-nav .scrollable__content > li:nth-child(39) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(40).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4s;
}

.side-nav .scrollable__content > li:nth-child(40) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4s;
}

.side-nav .scrollable__content > li:nth-child(40) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(41).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.1s;
}

.side-nav .scrollable__content > li:nth-child(41) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.1s;
}

.side-nav .scrollable__content > li:nth-child(41) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(42).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.2s;
}

.side-nav .scrollable__content > li:nth-child(42) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.2s;
}

.side-nav .scrollable__content > li:nth-child(42) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(43).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.3s;
}

.side-nav .scrollable__content > li:nth-child(43) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.3s;
}

.side-nav .scrollable__content > li:nth-child(43) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(44).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.4s;
}

.side-nav .scrollable__content > li:nth-child(44) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.4s;
}

.side-nav .scrollable__content > li:nth-child(44) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(45).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.5s;
}

.side-nav .scrollable__content > li:nth-child(45) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.5s;
}

.side-nav .scrollable__content > li:nth-child(45) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(46).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.6s;
}

.side-nav .scrollable__content > li:nth-child(46) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.6s;
}

.side-nav .scrollable__content > li:nth-child(46) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(47).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.7s;
}

.side-nav .scrollable__content > li:nth-child(47) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.7s;
}

.side-nav .scrollable__content > li:nth-child(47) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(48).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.8s;
}

.side-nav .scrollable__content > li:nth-child(48) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.8s;
}

.side-nav .scrollable__content > li:nth-child(48) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(49).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.9s;
}

.side-nav .scrollable__content > li:nth-child(49) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.9s;
}

.side-nav .scrollable__content > li:nth-child(49) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

.side-nav .scrollable__content > li:nth-child(50).side-nav__devider {
  opacity: 0;
  animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 5s;
}

.side-nav .scrollable__content > li:nth-child(50) > a:not(.side-menu--active) {
  opacity: 0;
  transform: translate(50px);
  animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 5s;
}

.side-nav .scrollable__content > li:nth-child(50) > a.side-menu--active {
  animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
}

@media (max-width: 1279px) {
  .side-nav{
    position: absolute;
    z-index: 52;
    margin-left: -100%;
  }

  .side-nav:before {
    content: "";
    visibility: hidden;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -2;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    --tw-bg-opacity: .6;
    background-image: none;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .side-nav:after {
    content: "";
    margin-top: 0;
    --tw-bg-opacity: 1;
    background-color: rgbq(var(--color-primary), var(--tw-bg-opacity));
  }

  .side-nav.side-nav--active {
    margin-left: 0;
  }

  .side-nav.side-nav--active:before {
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 1279px) {
  .side-nav.side-nav--simple {
    position: absolute;
    z-index: 52;
    width: 112px;
  }

  .side-nav.side-nav--simple:hover,
  .side-nav.side-nav--simple.hover {
    min-height: 100vh;
    width: 270px;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(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 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  }

  .side-nav.side-nav--simple:hover .side-menu .side-menu__title,
  .side-nav.side-nav--simple.hover .side-menu .side-menu__title {
    display: flex;
  }

  .side-nav.side-nav--simple:hover .side-nav__devider,
  .side-nav.side-nav--simple.hover .side-nav__devider {
    color: rgba(255, 255, 255, 0.5019607843);
    --tw-text-opacity: .7 ;
  }

  .side-nav.side-nav--simple:hover .side-nav__devider:before,
  .side-nav.side-nav--simple.hover .side-nav__devider:before {
    color: transparent;
  }

  .side-nav.side-nav--simple:hover .side-nav__header .side-nav__header__logo,
  .side-nav.side-nav--simple.hover .side-nav__header .side-nav__header__logo {
    margin-left: 0;
  }

  .side-nav.side-nav--simple:hover .side-nav__header .side-nav__header__text,
  .side-nav.side-nav--simple:hover .side-nav__header .side-nav__header__toggler,
  .side-nav.side-nav--simple.hover .side-nav__header .side-nav__header__text,
  .side-nav.side-nav--simple.hover .side-nav__header .side-nav__header__toggler {
    opacity: 1;
  }

  .side-nav.side-nav--simple .side-nav__devider {
    white-space: nowrap;
    color: transparent;
  }

  .side-nav.side-nav--simple .side-nav__devider:before {
    content: "...";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin-top: -0.875rem;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    color: rgba(255, 255, 255, 0.5019607843);
    --tw-text-opacity: .7 ;
  }

  .side-nav.side-nav--simple .side-menu .side-menu__title {
    display: none;
    white-space: nowrap;
  }

  .side-nav.side-nav--simple .side-nav__header .side-nav__header__logo {
    margin-left: 1.25rem;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .side-nav.side-nav--simple .side-nav__header .side-nav__header__text,
  .side-nav.side-nav--simple .side-nav__header .side-nav__header__toggler {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .side-nav.side-nav--simple .side-nav__header .side-nav__header__toggler svg {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.wrapper {
  height: 100vh;
  min-width: 0px;
  flex: 1 1 0%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
}

@media (max-width: 1279px) {
  .wrapper {
    margin-left: 0;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 639px) {
  .wrapper {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.wrapper.wrapper--simple {
  margin-left: 112px;
  padding-left: 0;
}

@media (max-width: 1279px) {
  .wrapper.wrapper--simple {
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 639px) {
  .wrapper.wrapper--simple {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.wrapper:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

@keyframes intro-devider-animation {
  to {
    opacity: 1;
  }
}

@keyframes intro-menu-animation {
  to {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes intro-submenu-animation {
  to {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes intro-active-menu-animation {
  to {
    z-index: 10;
  }
}

@keyframes active-side-menu-chevron-animation {
  to {
    margin-right: -27px;
    opacity: 1;
  }
}

* > .intro-x:nth-child(1) {
  z-index: 49;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}

* > .-intro-x:nth-child(1) {
  z-index: 49;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}

* > .intro-y:nth-child(1) {
  z-index: 49;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}

* > .-intro-y:nth-child(1) {
  z-index: 49;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}

* > .intro-x:nth-child(2) {
  z-index: 48;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}

* > .-intro-x:nth-child(2) {
  z-index: 48;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}

* > .intro-y:nth-child(2) {
  z-index: 48;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}

* > .-intro-y:nth-child(2) {
  z-index: 48;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}

* > .intro-x:nth-child(3) {
  z-index: 47;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}

* > .-intro-x:nth-child(3) {
  z-index: 47;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}

* > .intro-y:nth-child(3) {
  z-index: 47;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}

* > .-intro-y:nth-child(3) {
  z-index: 47;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}

* > .intro-x:nth-child(4) {
  z-index: 46;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}

* > .-intro-x:nth-child(4) {
  z-index: 46;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}

* > .intro-y:nth-child(4) {
  z-index: 46;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}

* > .-intro-y:nth-child(4) {
  z-index: 46;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}

* > .intro-x:nth-child(5) {
  z-index: 45;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

* > .-intro-x:nth-child(5) {
  z-index: 45;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

* > .intro-y:nth-child(5) {
  z-index: 45;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

* > .-intro-y:nth-child(5) {
  z-index: 45;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

* > .intro-x:nth-child(6) {
  z-index: 44;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}

* > .-intro-x:nth-child(6) {
  z-index: 44;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}

* > .intro-y:nth-child(6) {
  z-index: 44;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}

* > .-intro-y:nth-child(6) {
  z-index: 44;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}

* > .intro-x:nth-child(7) {
  z-index: 43;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
}

* > .-intro-x:nth-child(7) {
  z-index: 43;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
}

* > .intro-y:nth-child(7) {
  z-index: 43;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
}

* > .-intro-y:nth-child(7) {
  z-index: 43;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
}

* > .intro-x:nth-child(8) {
  z-index: 42;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}

* > .-intro-x:nth-child(8) {
  z-index: 42;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}

* > .intro-y:nth-child(8) {
  z-index: 42;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}

* > .-intro-y:nth-child(8) {
  z-index: 42;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}

* > .intro-x:nth-child(9) {
  z-index: 41;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.9s;
}

* > .-intro-x:nth-child(9) {
  z-index: 41;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.9s;
}

* > .intro-y:nth-child(9) {
  z-index: 41;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.9s;
}

* > .-intro-y:nth-child(9) {
  z-index: 41;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.9s;
}

* > .intro-x:nth-child(10) {
  z-index: 40;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

* > .-intro-x:nth-child(10) {
  z-index: 40;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

* > .intro-y:nth-child(10) {
  z-index: 40;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

* > .-intro-y:nth-child(10) {
  z-index: 40;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

* > .intro-x:nth-child(11) {
  z-index: 39;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.1s;
}

* > .-intro-x:nth-child(11) {
  z-index: 39;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.1s;
}

* > .intro-y:nth-child(11) {
  z-index: 39;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.1s;
}

* > .-intro-y:nth-child(11) {
  z-index: 39;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.1s;
}

* > .intro-x:nth-child(12) {
  z-index: 38;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}

* > .-intro-x:nth-child(12) {
  z-index: 38;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}

* > .intro-y:nth-child(12) {
  z-index: 38;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}

* > .-intro-y:nth-child(12) {
  z-index: 38;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}

* > .intro-x:nth-child(13) {
  z-index: 37;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.3s;
}

* > .-intro-x:nth-child(13) {
  z-index: 37;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.3s;
}

* > .intro-y:nth-child(13) {
  z-index: 37;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.3s;
}

* > .-intro-y:nth-child(13) {
  z-index: 37;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.3s;
}

* > .intro-x:nth-child(14) {
  z-index: 36;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.4s;
}

* > .-intro-x:nth-child(14) {
  z-index: 36;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.4s;
}

* > .intro-y:nth-child(14) {
  z-index: 36;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.4s;
}

* > .-intro-y:nth-child(14) {
  z-index: 36;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.4s;
}

* > .intro-x:nth-child(15) {
  z-index: 35;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}

* > .-intro-x:nth-child(15) {
  z-index: 35;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}

* > .intro-y:nth-child(15) {
  z-index: 35;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}

* > .-intro-y:nth-child(15) {
  z-index: 35;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}

* > .intro-x:nth-child(16) {
  z-index: 34;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.6s;
}

* > .-intro-x:nth-child(16) {
  z-index: 34;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.6s;
}

* > .intro-y:nth-child(16) {
  z-index: 34;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.6s;
}

* > .-intro-y:nth-child(16) {
  z-index: 34;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.6s;
}

* > .intro-x:nth-child(17) {
  z-index: 33;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.7s;
}

* > .-intro-x:nth-child(17) {
  z-index: 33;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.7s;
}

* > .intro-y:nth-child(17) {
  z-index: 33;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.7s;
}

* > .-intro-y:nth-child(17) {
  z-index: 33;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.7s;
}

* > .intro-x:nth-child(18) {
  z-index: 32;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.8s;
}

* > .-intro-x:nth-child(18) {
  z-index: 32;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.8s;
}

* > .intro-y:nth-child(18) {
  z-index: 32;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.8s;
}

* > .-intro-y:nth-child(18) {
  z-index: 32;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.8s;
}

* > .intro-x:nth-child(19) {
  z-index: 31;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.9s;
}

* > .-intro-x:nth-child(19) {
  z-index: 31;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.9s;
}

* > .intro-y:nth-child(19) {
  z-index: 31;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.9s;
}

* > .-intro-y:nth-child(19) {
  z-index: 31;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.9s;
}

* > .intro-x:nth-child(20) {
  z-index: 30;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}

* > .-intro-x:nth-child(20) {
  z-index: 30;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}

* > .intro-y:nth-child(20) {
  z-index: 30;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}

* > .-intro-y:nth-child(20) {
  z-index: 30;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}

* > .intro-x:nth-child(21) {
  z-index: 29;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.1s;
}

* > .-intro-x:nth-child(21) {
  z-index: 29;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.1s;
}

* > .intro-y:nth-child(21) {
  z-index: 29;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.1s;
}

* > .-intro-y:nth-child(21) {
  z-index: 29;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.1s;
}

* > .intro-x:nth-child(22) {
  z-index: 28;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.2s;
}

* > .-intro-x:nth-child(22) {
  z-index: 28;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.2s;
}

* > .intro-y:nth-child(22) {
  z-index: 28;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.2s;
}

* > .-intro-y:nth-child(22) {
  z-index: 28;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.2s;
}

* > .intro-x:nth-child(23) {
  z-index: 27;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.3s;
}

* > .-intro-x:nth-child(23) {
  z-index: 27;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.3s;
}

* > .intro-y:nth-child(23) {
  z-index: 27;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.3s;
}

* > .-intro-y:nth-child(23) {
  z-index: 27;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.3s;
}

* > .intro-x:nth-child(24) {
  z-index: 26;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.4s;
}

* > .-intro-x:nth-child(24) {
  z-index: 26;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.4s;
}

* > .intro-y:nth-child(24) {
  z-index: 26;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.4s;
}

* > .-intro-y:nth-child(24) {
  z-index: 26;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.4s;
}

* > .intro-x:nth-child(25) {
  z-index: 25;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.5s;
}

* > .-intro-x:nth-child(25) {
  z-index: 25;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.5s;
}

* > .intro-y:nth-child(25) {
  z-index: 25;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.5s;
}

* > .-intro-y:nth-child(25) {
  z-index: 25;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.5s;
}

* > .intro-x:nth-child(26) {
  z-index: 24;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.6s;
}

* > .-intro-x:nth-child(26) {
  z-index: 24;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.6s;
}

* > .intro-y:nth-child(26) {
  z-index: 24;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.6s;
}

* > .-intro-y:nth-child(26) {
  z-index: 24;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.6s;
}

* > .intro-x:nth-child(27) {
  z-index: 23;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.7s;
}

* > .-intro-x:nth-child(27) {
  z-index: 23;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.7s;
}

* > .intro-y:nth-child(27) {
  z-index: 23;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.7s;
}

* > .-intro-y:nth-child(27) {
  z-index: 23;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.7s;
}

* > .intro-x:nth-child(28) {
  z-index: 22;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.8s;
}

* > .-intro-x:nth-child(28) {
  z-index: 22;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.8s;
}

* > .intro-y:nth-child(28) {
  z-index: 22;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.8s;
}

* > .-intro-y:nth-child(28) {
  z-index: 22;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.8s;
}

* > .intro-x:nth-child(29) {
  z-index: 21;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.9s;
}

* > .-intro-x:nth-child(29) {
  z-index: 21;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.9s;
}

* > .intro-y:nth-child(29) {
  z-index: 21;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.9s;
}

* > .-intro-y:nth-child(29) {
  z-index: 21;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.9s;
}

* > .intro-x:nth-child(30) {
  z-index: 20;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}

* > .-intro-x:nth-child(30) {
  z-index: 20;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}

* > .intro-y:nth-child(30) {
  z-index: 20;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}

* > .-intro-y:nth-child(30) {
  z-index: 20;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}

* > .intro-x:nth-child(31) {
  z-index: 19;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.1s;
}

* > .-intro-x:nth-child(31) {
  z-index: 19;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.1s;
}

* > .intro-y:nth-child(31) {
  z-index: 19;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.1s;
}

* > .-intro-y:nth-child(31) {
  z-index: 19;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.1s;
}

* > .intro-x:nth-child(32) {
  z-index: 18;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.2s;
}

* > .-intro-x:nth-child(32) {
  z-index: 18;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.2s;
}

* > .intro-y:nth-child(32) {
  z-index: 18;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.2s;
}

* > .-intro-y:nth-child(32) {
  z-index: 18;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.2s;
}

* > .intro-x:nth-child(33) {
  z-index: 17;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.3s;
}

* > .-intro-x:nth-child(33) {
  z-index: 17;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.3s;
}

* > .intro-y:nth-child(33) {
  z-index: 17;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.3s;
}

* > .-intro-y:nth-child(33) {
  z-index: 17;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.3s;
}

* > .intro-x:nth-child(34) {
  z-index: 16;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.4s;
}

* > .-intro-x:nth-child(34) {
  z-index: 16;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.4s;
}

* > .intro-y:nth-child(34) {
  z-index: 16;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.4s;
}

* > .-intro-y:nth-child(34) {
  z-index: 16;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.4s;
}

* > .intro-x:nth-child(35) {
  z-index: 15;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.5s;
}

* > .-intro-x:nth-child(35) {
  z-index: 15;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.5s;
}

* > .intro-y:nth-child(35) {
  z-index: 15;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.5s;
}

* > .-intro-y:nth-child(35) {
  z-index: 15;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.5s;
}

* > .intro-x:nth-child(36) {
  z-index: 14;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.6s;
}

* > .-intro-x:nth-child(36) {
  z-index: 14;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.6s;
}

* > .intro-y:nth-child(36) {
  z-index: 14;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.6s;
}

* > .-intro-y:nth-child(36) {
  z-index: 14;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.6s;
}

* > .intro-x:nth-child(37) {
  z-index: 13;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.7s;
}

* > .-intro-x:nth-child(37) {
  z-index: 13;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.7s;
}

* > .intro-y:nth-child(37) {
  z-index: 13;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.7s;
}

* > .-intro-y:nth-child(37) {
  z-index: 13;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.7s;
}

* > .intro-x:nth-child(38) {
  z-index: 12;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.8s;
}

* > .-intro-x:nth-child(38) {
  z-index: 12;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.8s;
}

* > .intro-y:nth-child(38) {
  z-index: 12;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.8s;
}

* > .-intro-y:nth-child(38) {
  z-index: 12;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.8s;
}

* > .intro-x:nth-child(39) {
  z-index: 11;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.9s;
}

* > .-intro-x:nth-child(39) {
  z-index: 11;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.9s;
}

* > .intro-y:nth-child(39) {
  z-index: 11;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.9s;
}

* > .-intro-y:nth-child(39) {
  z-index: 11;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.9s;
}

* > .intro-x:nth-child(40) {
  z-index: 10;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4s;
}

* > .-intro-x:nth-child(40) {
  z-index: 10;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4s;
}

* > .intro-y:nth-child(40) {
  z-index: 10;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4s;
}

* > .-intro-y:nth-child(40) {
  z-index: 10;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4s;
}

* > .intro-x:nth-child(41) {
  z-index: 9;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.1s;
}

* > .-intro-x:nth-child(41) {
  z-index: 9;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.1s;
}

* > .intro-y:nth-child(41) {
  z-index: 9;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.1s;
}

* > .-intro-y:nth-child(41) {
  z-index: 9;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.1s;
}

* > .intro-x:nth-child(42) {
  z-index: 8;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.2s;
}

* > .-intro-x:nth-child(42) {
  z-index: 8;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.2s;
}

* > .intro-y:nth-child(42) {
  z-index: 8;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.2s;
}

* > .-intro-y:nth-child(42) {
  z-index: 8;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.2s;
}

* > .intro-x:nth-child(43) {
  z-index: 7;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.3s;
}

* > .-intro-x:nth-child(43) {
  z-index: 7;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.3s;
}

* > .intro-y:nth-child(43) {
  z-index: 7;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.3s;
}

* > .-intro-y:nth-child(43) {
  z-index: 7;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.3s;
}

* > .intro-x:nth-child(44) {
  z-index: 6;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.4s;
}

* > .-intro-x:nth-child(44) {
  z-index: 6;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.4s;
}

* > .intro-y:nth-child(44) {
  z-index: 6;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.4s;
}

* > .-intro-y:nth-child(44) {
  z-index: 6;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.4s;
}

* > .intro-x:nth-child(45) {
  z-index: 5;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.5s;
}

* > .-intro-x:nth-child(45) {
  z-index: 5;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.5s;
}

* > .intro-y:nth-child(45) {
  z-index: 5;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.5s;
}

* > .-intro-y:nth-child(45) {
  z-index: 5;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.5s;
}

* > .intro-x:nth-child(46) {
  z-index: 4;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.6s;
}

* > .-intro-x:nth-child(46) {
  z-index: 4;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.6s;
}

* > .intro-y:nth-child(46) {
  z-index: 4;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.6s;
}

* > .-intro-y:nth-child(46) {
  z-index: 4;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.6s;
}

* > .intro-x:nth-child(47) {
  z-index: 3;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.7s;
}

* > .-intro-x:nth-child(47) {
  z-index: 3;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.7s;
}

* > .intro-y:nth-child(47) {
  z-index: 3;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.7s;
}

* > .-intro-y:nth-child(47) {
  z-index: 3;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.7s;
}

* > .intro-x:nth-child(48) {
  z-index: 2;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.8s;
}

* > .-intro-x:nth-child(48) {
  z-index: 2;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.8s;
}

* > .intro-y:nth-child(48) {
  z-index: 2;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.8s;
}

* > .-intro-y:nth-child(48) {
  z-index: 2;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.8s;
}

* > .intro-x:nth-child(49) {
  z-index: 1;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.9s;
}

* > .-intro-x:nth-child(49) {
  z-index: 1;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.9s;
}

* > .intro-y:nth-child(49) {
  z-index: 1;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.9s;
}

* > .-intro-y:nth-child(49) {
  z-index: 1;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.9s;
}

* > .intro-x:nth-child(50) {
  z-index: 0;
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 5s;
}

* > .-intro-x:nth-child(50) {
  z-index: 0;
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 5s;
}

* > .intro-y:nth-child(50) {
  z-index: 0;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 5s;
}

* > .-intro-y:nth-child(50) {
  z-index: 0;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 5s;
}

@keyframes intro-x-animation {
  to {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes intro-y-animation {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.\!top-20{
  top: 5rem !important;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

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

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

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

.order-2{
  order: 2;
}

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

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

.m-0{
  margin: 0px;
}

.m-12{
  margin: 3rem;
}

.m-3{
  margin: 0.75rem;
}

.m-32{
  margin: 8rem;
}

.m-60{
  margin: 15rem;
}

.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5{
  margin-left: 1.25rem;
}

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

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

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

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

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

.mr-5{
  margin-right: 1.25rem;
}

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

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

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

.mt-0\.5{
  margin-top: 0.125rem;
}

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

.mt-10{
  margin-top: 2.5rem;
}

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

.mt-14{
  margin-top: 3.5rem;
}

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

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

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

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

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

.mt-7{
  margin-top: 1.75rem;
}

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

.h-14{
  height: 3.5rem;
}

.h-2{
  height: 0.5rem;
}

.h-20{
  height: 5rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-70{
  height: 70vh;
}

.h-8{
  height: 2rem;
}

.h-96{
  height: 24rem;
}

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-half{
  height: 50vh;
}

.h-screen{
  height: 100vh;
}

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

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

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

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

.min-h-half{
  min-height: 50vh;
}

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

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

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

.w-10{
  width: 2.5rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

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

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-32{
  width: 8rem;
}

.w-4{
  width: 1rem;
}

.w-40{
  width: 10rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-96{
  width: 24rem;
}

.w-\[219\.33px\]{
  width: 219.33px;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.min-w-\[100px\]{
  min-width: 100px;
}

.min-w-\[60px\]{
  min-width: 60px;
}

.max-w-\[10rem\]{
  max-width: 10rem;
}

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

.max-w-\[50vw\]{
  max-width: 50vw;
}

.max-w-\[7rem\]{
  max-width: 7rem;
}

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

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

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

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

.grow{
  flex-grow: 1;
}

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

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

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

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

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

.cursor-pointer{
  cursor: pointer;
}

.touch-manipulation{
  touch-action: manipulation;
}

.resize{
  resize: both;
}

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

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

.auto-cols-auto{
  grid-auto-columns: auto;
}

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

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

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

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

.grid-cols-\[1fr_1\.5fr\]{
  grid-template-columns: 1fr 1.5fr;
}

.grid-cols-\[1fr_24px\]{
  grid-template-columns: 1fr 24px;
}

.grid-cols-\[1fr_auto\]{
  grid-template-columns: 1fr auto;
}

.grid-cols-\[200px_1fr\]{
  grid-template-columns: 200px 1fr;
}

.grid-cols-\[auto_1fr\]{
  grid-template-columns: auto 1fr;
}

.grid-rows-\[auto_1fr_auto\]{
  grid-template-rows: auto 1fr auto;
}

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

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

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

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

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

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

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

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.divide-slate-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity));
}

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

.rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-br-xl{
  border-bottom-right-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

.\!border-none{
  border-style: none !important;
}

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

.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-lines-default{
  border-color: var(--palette-lines-default);
}

.border-primary\/20{
  border-color: rgba(var(--palette-primary-rgb), 0.2);
}

.border-slate-200\/60{
  border-color: rgb(226 232 240 / 0.6);
}

.border-slate-300\/50{
  border-color: rgb(203 213 225 / 0.5);
}

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

.border-b-primary{
  --tw-border-opacity: 1;
  border-bottom-color: rgba(var(--palette-primary-rgb), var(--tw-border-opacity));
}

.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--palette-white-rgb), var(--tw-bg-opacity)) !important;
}

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

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

.bg-black\/10{
  background-color: rgba(var(--palette-black-rgb), 0.1);
}

.bg-black\/20{
  background-color: rgba(var(--palette-black-rgb), 0.2);
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-grey-dark{
  background-color: var(--palette-grey-dark);
}

.bg-primary\/20{
  background-color: rgba(var(--palette-primary-rgb), 0.2);
}

.bg-secondary-hover{
  background-color: var(--palette-secondary-hover);
}

.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-success{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-success-rgb), var(--tw-bg-opacity));
}

.bg-surface{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-surface-rgb), var(--tw-bg-opacity));
}

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

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

.bg-none{
  background-image: none;
}

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

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

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

.stroke-current{
  stroke: currentColor;
}

.p-0{
  padding: 0px;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

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

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

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

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

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}

.\!pl-12{
  padding-left: 3rem !important;
}

.\!pt-0{
  padding-top: 0px !important;
}

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

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

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

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

.pl-10{
  padding-left: 2.5rem;
}

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

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

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

.pr-10{
  padding-right: 2.5rem;
}

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

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

.pr-5{
  padding-right: 1.25rem;
}

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

.pt-0\.5{
  padding-top: 0.125rem;
}

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

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

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

.pt-5{
  padding-top: 1.25rem;
}

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

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

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

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

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

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

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

.text-lg{
  font-size: 1.125rem;
}

.text-sm{
  font-size: .875rem;
}

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

.text-xs{
  font-size: .75rem;
}

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

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.italic{
  font-style: italic;
}

.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-7{
  line-height: 1.75rem;
}

.leading-8{
  line-height: 2rem;
}

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

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

.tracking-wider{
  letter-spacing: 0.05em;
}

.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--palette-black-rgb), var(--tw-text-opacity)) !important;
}

.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--palette-white-rgb), var(--tw-text-opacity)) !important;
}

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

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-error{
  --tw-text-opacity: 1;
  color: rgba(var(--palette-error-rgb), var(--tw-text-opacity));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-grey-default{
  color: var(--palette-grey-default);
}

.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgba(var(--palette-primary-rgb), var(--tw-text-opacity));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgba(var(--palette-secondary-rgb), var(--tw-text-opacity));
}

.text-slate-200{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.text-success{
  --tw-text-opacity: 1;
  color: rgba(var(--palette-success-rgb), var(--tw-text-opacity));
}

.text-tertiary{
  --tw-text-opacity: 1;
  color: rgba(var(--palette-tertiary-rgb), var(--tw-text-opacity));
}

.text-text-primary{
  color: var(--palette-text-primary);
}

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

.text-opacity-70{
  --tw-text-opacity: 0.7;
}

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

.\!no-underline{
  text-decoration-line: none !important;
}

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

.\!opacity-100{
  opacity: 1 !important;
}

.opacity-0{
  opacity: 0;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

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

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

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline{
  outline-style: solid;
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.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: 250ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}

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

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

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

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

.scrollbar{
  scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
}

.scrollbar::-webkit-scrollbar-track{
  background-color: var(--scrollbar-track);
  border-radius: var(--scrollbar-track-radius);
}

.scrollbar::-webkit-scrollbar-track:hover{
  background-color: var(--scrollbar-track-hover, var(--scrollbar-track));
}

.scrollbar::-webkit-scrollbar-track:active{
  background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)));
}

.scrollbar::-webkit-scrollbar-thumb{
  background-color: var(--scrollbar-thumb);
  border-radius: var(--scrollbar-thumb-radius);
}

.scrollbar::-webkit-scrollbar-thumb:hover{
  background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb));
}

.scrollbar::-webkit-scrollbar-thumb:active{
  background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)));
}

.scrollbar::-webkit-scrollbar-corner{
  background-color: var(--scrollbar-corner);
  border-radius: var(--scrollbar-corner-radius);
}

.scrollbar::-webkit-scrollbar-corner:hover{
  background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner));
}

.scrollbar::-webkit-scrollbar-corner:active{
  background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)));
}

.scrollbar{
  scrollbar-width: auto;
}

.scrollbar::-webkit-scrollbar{
  display: block;
  width: var(--scrollbar-width, 16px);
  height: var(--scrollbar-height, 16px);
}

html, body{
  font-family: var(--typography-default-family), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html{
  min-height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--palette-primary-rgb), var(--tw-bg-opacity));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(var(--palette-primary-rgb)) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(var(--palette-primary-rgb), 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgba(var(--palette-black-rgb), 0.3) var(--tw-gradient-to-position);
}

* {
  -webkit-tap-highlight-color: transparent;
}

vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: var(--scroll-bar-thumb);
}

.tiny-scroll::-webkit-scrollbar{
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.tiny-scroll::-webkit-scrollbar-thumb{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.placeholder\:text-xs::-moz-placeholder{
  font-size: .75rem;
}

.placeholder\:text-xs::placeholder{
  font-size: .75rem;
}

.placeholder\:text-gray-500::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.placeholder\:text-gray-500::placeholder{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-x-0::before{
  content: var(--tw-content);
  left: 0px;
  right: 0px;
}

.before\:z-\[-1\]::before{
  content: var(--tw-content);
  z-index: -1;
}

.before\:mx-auto::before{
  content: var(--tw-content);
  margin-left: auto;
  margin-right: auto;
}

.before\:-mt-5::before{
  content: var(--tw-content);
  margin-top: -1.25rem;
}

.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}

.before\:w-\[95\%\]::before{
  content: var(--tw-content);
  width: 95%;
}

.before\:rounded-lg::before{
  content: var(--tw-content);
  border-radius: 0.5rem;
}

.before\:border::before{
  content: var(--tw-content);
  border-width: 1px;
}

.before\:border-slate-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.before\:bg-slate-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.group:focus-within .group-focus-within\:visible{
  visibility: visible;
}

.group:active .group-active\:visible{
  visibility: visible;
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-slate-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgba(var(--palette-secondary-rgb), var(--tw-text-opacity));
}

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

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

.hover\:opacity-50:hover{
  opacity: 0.5;
}

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

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

.focus\:ring: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(3px + 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\: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\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.focus\:ring-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(var(--palette-primary-rgb), var(--tw-ring-opacity));
}

.focus\:ring-opacity-20:focus{
  --tw-ring-opacity: 0.2;
}

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

:is(.dark .dark\:divide-white\/5) > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(var(--palette-white-rgb), 0.05);
}

:is(.dark .dark\:border-gray-600){
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

:is(.dark .dark\:bg-gray-700){
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

:is(.dark .dark\:text-gray-200){
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-300){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-400){
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

:is(.dark .dark\:ring-offset-gray-800){
  --tw-ring-offset-color: #1f2937;
}

:is(.dark .dark\:hover\:bg-gray-600:hover){
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:text-white:hover){
  --tw-text-opacity: 1;
  color: rgba(var(--palette-white-rgb), var(--tw-text-opacity));
}

:is(.dark .dark\:focus\:ring-blue-600:focus){
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}

@media not all and (min-width: 1024px){
  .max-lg\:scrollbar-none{
    scrollbar-width: none;
  }

  .max-lg\:scrollbar-none::-webkit-scrollbar{
    display: none;
  }
}

@media (min-width: 640px){
  .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }

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

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

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

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

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

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

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

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:w-56{
    width: 14rem;
  }

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

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

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

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

  .md\:order-1{
    order: 1;
  }

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

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

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

  .md\:ml-44{
    margin-left: 11rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

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

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

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

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

  .md\:p-20{
    padding: 5rem;
  }
}

@media (min-width: 1024px){
  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

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

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

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

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

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

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

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

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

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

  .lg\:border-0{
    border-width: 0px;
  }

  .lg\:border-t-0{
    border-top-width: 0px;
  }

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

  .lg\:pt-0{
    padding-top: 0px;
  }

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

@media (min-width: 1280px){
  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

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

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

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

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

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

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

  .xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

@media (min-width: 1536px){
  .\32xl\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .\32xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .\32xl\:col-span-9{
    grid-column: span 9 / span 9;
  }

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

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

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