.wvkhjFeCVAQ4MGGKS0zq[data-focused=true] {
    background-color: #E5E5E5
}
.lGldSjG3jnzCIgRFw6sw[data-focused=true] {background-color: #E5E5E5
}.lGldSjG3jnzCIgRFw6sw[data-focused=true] .ieKc24PzJomXhSz4Y5ZH {color: #000000
}.lGldSjG3jnzCIgRFw6sw[data-focused=true] .eGX7N8oQ_5KJE1z40BEs {color: #2B2B2B
}
*, ::before, ::after {
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}@font-face{font-family:"Noto Sans Condensed";src:url(fonts/NotoSans_Condensed-Bold.ttf) format("truetype");font-weight:700}@font-face{font-family:"Noto Sans";src:url(fonts/NotoSans-Bold.ttf) format("truetype");font-weight:700}@font-face{font-family:"Noto Sans";src:url(fonts/NotoSans-Regular.ttf) format("truetype");font-weight:400}@font-face{font-family:"Noto Sans";src:url(fonts/NotoSans-SemiBold.ttf) format("truetype");font-weight:600}html{font-size:16px}@media (min-width: 960px){html{font-size:1rem}}@media (min-width: 1280px){html{font-size:1.3333rem}}@media (min-width: 1920px){html{font-size:2rem}}@media (min-width: 2560px){html{font-size:2.6667rem}}@media (min-width: 3840px){html{font-size:4rem}}
.onyx-animate {
  transition-timing-function: ease-in-out;
  transition-duration: 500ms;
  transition-property: transform;
}
.btn {
  background-color: #181818;
  color: #454545;
  font-family: Noto Sans;
  font-size: 1rem;
  border-radius: 0.375rem;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.btn[data-selected="true"] {
  background-color: #1E1E1E;
}
.btn[data-focused="true"] {
  background-color: #60BF02;
  color: #000000;
}
.btn[data-disabled="true"] {
  background-color: #232323;
  color: #343434;
}
.btn[data-inert="true"] {
  background-color: #2B2B2B;
  font-family: Noto Sans Condensed;
}
.btn[data-pressed="true"] {
  background-color: #428400;
  color: #E5E5E5;
}
.center-y {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.center-x {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.center-xy {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.checkbox {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  display: block;
  box-shadow: inset 0 0 0 0.25rem #181818;
  border-radius: 9999px;
}
.checkbox[data-selected="true"] {
  box-shadow: inset 0 0 0 0.25rem #428400;
}
.checkbox[data-selected="true"] .checkbox-inner {
  background-color: #428400;
}
.checkbox .checkbox-inner {
  background-color: #181818;
  border-radius: 9999px;
  width: 1rem;
  height: 1rem;
}
.dialog {
  background-color: #1E1E1E;
  color: #454545;
  font-family: Noto Sans;
}
.dialog-title {
  font-size: 1.25rem;
  color: #454545;
}
.dialog-message {
  font-size: 1rem;
}
.dialog-options {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.dialog-options > * {
  margin: 0.25rem;
}
.input {
  background-color: #454545;
  color: #1E1E1E;
  font-family: Noto Sans;
  font-size: 1rem;
  border-radius: 0.375rem;
  border-width: 0.125rem;
  border-color: #181818;
  max-width: 10rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  min-width: 10rem;
}
.input-label {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  top: -0.75rem;
  left: 0.25rem;
  background-color: #454545;
  color: #1E1E1E;
  font-size: 0.5rem;
}
.input-adornment-start {
  background-color: #181818;
}
.input-adornment-end {
  background-color: #181818;
}
.input-caret {
  background-color: #1E1E1E;
  width: 0.125rem;
}
.input-placeholder {
  font-family: Noto Sans Condensed;
}
.input-char {
  font-family: Noto Sans;
}
.input-value {
  font-family: Noto Sans;
  padding-right: 0.125rem;
}
.input[data-focused="true"] {
  background-color: #454545;
}
.input-value[data-focused="true"] {
  background-color: #343434;
}
.keyboard {
  background-color: #1E1E1E;
  color: #454545;
  font-family: Noto Sans;
  font-size: 1rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.keyboard-row {
  }
.keyboard-col-gap > * + * {
  margin-left: 0.25rem;
}
.keyboard-row-gap > * + * {
  margin-top: 0.25rem;
}
.keyboard-key {
  }
.keyboard-key[data-focused="true"] {
  }
.keyboard-key[data-layout-key="true"] {
  background-color: #428400;
}
.keyboard-key[data-action-key="true"] {
  background-color: #428400;
}
.keyboard-key[data-layout-key="true"].keyboard-key[data-focused="true"] {
  }
.keyboard-key[data-selected="true"] {
  }
.keyboard-key[data-disabled="true"] {
  }
.keyboard-key[data-inert="true"] {
  }
.loader {
  }
.progress-bar {
  background-color: #454545;
  height: 1rem;
  border-radius: 9999px;
  width: 100%;
}
.progress-bar-track {
  border-radius: 9999px;
}
.progress-bar-segmented {
  background-color: #343434;
  height: 1rem;
  border-radius: 9999px;
  width: 100%;
}
.progress-bar-buffer {
  background-color: #232323;
  border-radius: 9999px;
  height: 1rem;
  min-height: 1rem;
}
.progress-bar-progress {
  background-color: #428400;
  border-radius: 9999px;
  height: 1rem;
  min-height: 1rem;
}
.progress-bar-playhead {
  size: 1.5rem;
  background-color: #E93A24;
}
.switch {
  width: 2rem;
  min-height: 1rem;
  min-width: 2rem;
  height: 1rem;
  display: block;
  background-color: #181818;
  border-radius: 9999px;
}
.switch[data-on="true"] {
  background-color: #60BF02;
}
.switch[data-disabled="true"] {
  background-color: #2B2B2B;
}
.switch-handle {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  background-color: #8C8C8C;
}
.textView {
  }
.toast {
  background-color: #1E1E1E;
  max-width: 20rem;
  border-radius: 0.5rem;
  padding: 0.25rem;
  justify-content: stretch;
}
.toast-content {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.toast[data-severity="error"] {
  color: #E93A24;
}
.toast[data-severity="warning"] {
  color: #E17A00;
}
.toast[data-severity="info"] {
  color: #454545;
}
.toast[data-severity="success"] {
  color: #60BF02;
}
.toast-title {
  font-family: Noto Sans Condensed;
  font-size: 0.875rem;
}
.toast-message {
  font-family: Noto Sans Condensed;
  font-size: 0.75rem;
}
.toast-icon {
  size: 1rem;
}
.\!view {
  }
.view {
  }
.checkbox {
  }
.lock-checkbox {
  }
.keyboard {
  }
.\!main-menu-button {
  }
.main-menu-button {
  }
.\!main-menu-button {
    background-color: #1E1E1E !important;
    color: #E5E5E5 !important;
  }
.main-menu-button {
    background-color: #1E1E1E;
    color: #E5E5E5;
  }
.\!main-menu-button[data-selected='true'] {
    /* add custom style here */
    background-color: #2B2B2B !important;
  }
.main-menu-button[data-selected='true'] {
    /* add custom style here */
    background-color: #2B2B2B;
  }
.\!main-menu-button[data-focused='true'] {
    /* add custom style here */
    background-color: #E5E5E5 !important;
    color: #000000 !important;
  }
.main-menu-button[data-focused='true'] {
    /* add custom style here */
    background-color: #E5E5E5;
    color: #000000;
  }
.\!main-menu-button[data-inert='true'] {
    /* add custom style here */
  }
.main-menu-button[data-inert='true'] {
    /* add custom style here */
  }
.keyboard {
  position: absolute;
  border-radius: 0.5rem;
  background-color: #181818;
  padding: 0.75rem;
  color: #E5E5E5;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    max-width: 37.1rem;
    width: 37.1rem;
}
.keyboard-row {
  max-width: 37.1rem;
  width: 37.1rem;
  min-width: 37.1rem;
}
.keyboard-col-gap > * + * {
  margin-left: 0.25rem;
}
.keyboard-row-gap > * + * {
  margin-top: 0.31rem;
}
.keyboard-key {
  border-radius: 0.375rem;
  background-color: #454545;
  color: #E5E5E5;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}
.keyboard-key[data-focused='true'] {
  background-color: #E5E5E5;
  color: #000000;
}
.keyboard-key[data-layout-key='true'] {
  background-color: #6f6f6f;
}
.keyboard-key[data-focused='true'][data-layout-key='true'] {
  background-color: #E5E5E5;
  color: #000000;
}
.keyboard-key[data-selected='true'] {
  }
.keyboard-key[data-disabled='true'] {
    /* @apply bg-red-500; */
  }
.keyboard-key[data-inert='true'] {
  }
.lock-checkbox {
  border-radius: 9999px;
  width: 1.375rem;
  min-width: 1.375rem;
  height: 1.375rem;
  min-height: 1.375rem;
  box-shadow: inset 0 0 0 0.125rem #E5E5E5;
  outline: none;
}
.lock-checkbox[data-checked='true'] {
  box-shadow: inset 0 0 0 0.75rem #E5E5E5;
  outline: none;
}
.lock-checkbox[data-selected='true'] {
  box-shadow: inset 0 0 0 0.125rem #000000;
  outline: none;
}
.lock-checkbox[data-selected='true'][data-checked='true'] {
  box-shadow: inset 0 0 0 0.75rem #000000;
  outline: none;
}
.progress-bar {
  border-radius: 9999px;
  background-color: rgba(229,229,229,0.25);
  width: 100%;
  min-width: 100%;
  height: 0.25rem !important;
  min-height: 0.25rem !important;
}
.progress-bar-track {
  border-radius: 9999px;
}
.progress-bar-segmented {
  background-image: none;
}
.progress-bar-buffer {
  border-radius: 9999px;
  background-color: rgba(229,229,229,0.25);
  width: 100%;
  min-width: 100%;
  height: 0.25rem;
  min-height: 0.25rem;
}
.progress-bar-progress {
  border-radius: 9999px;
  background-color: #60BF02;
  width: 100%;
  min-width: 100%;
  height: 0.25rem;
  min-height: 0.25rem;
}
.progress-bar-playhead {
    background-color: transparent;
  }
.pvr-card-details {
    background-color: #2B2B2B;
    color: #E5E5E5;
  }
.pvr-card-details[data-selected='true'] {
    /* add custom style here */
    background-color: #2B2B2B;
    color: #E5E5E5;
  }
.pvr-card-details[data-focused='true'] {
    /* add custom style here */
    background-color: #E5E5E5;
    color: #2B2B2B;
  }
.pvr-card-details[data-inert='true'] {
    /* add custom style here */
  }
.pvr-menu-button {
    background-color: transparent;
    color: #E5E5E5;
  }
.pvr-menu-button[data-selected='true'] {
    /* add custom style here */
    background-color: #2B2B2B;
    color: #E5E5E5;
  }
.pvr-menu-button[data-focused='true'] {
    /* add custom style here */
    background-color: #2B2B2B;
    color: #E5E5E5;
  }
.pvr-menu-button[data-inert='true'] {
    /* add custom style here */
  }
.filter-button {
    border-color: #454545;
    color: #E5E5E5;
  }
.filter-button[data-selected='true'] {
    /* add custom style here */
    color: #E5E5E5;
  }
.filter-button[data-focused='true'] {
    /* add custom style here */
    border-color: #E5E5E5;
    color: #E5E5E5;
  }
.filter-button[data-focused='false'] {
    /* add custom style here */
    color: #E5E5E5;
  }
.filter-button[data-inert='true'] {
    /* add custom style here */
  }
.filter-text {
    color: #E5E5E5;
  }
.filter-text[data-selected='true'] {
    /* add custom style here */
    color: #E5E5E5;
  }
.filter-text[data-focused='true'] {
    /* add custom style here */
    color: #E5E5E5;
  }
.filter-text[data-inert='true'] {
    /* add custom style here */
  }
.filter-modal {
    background: rgba(0, 0, 0, 0.40);
  }
.filter-option {
    background-color: #1E1E1E;
  }
.filter-option[data-selected='true'] {
    /* add custom style here */
    background-color: #8C8C8C;
  }
.filter-option[data-focused='true'] {
    /* add custom style here */
    background-color: #8C8C8C;
  }
.filter-option[data-inert='true'] {
    /* add custom style here */
  }
.checkbox {
  width: 1.375rem;
  min-width: 1.375rem;
  height: 1.375rem;
  min-height: 1.375rem;
  box-shadow: inset 0 0 0 0.125rem #E5E5E5;
  outline: none;
}
.checkbox[data-selected='true'] {
  box-shadow: inset 0 0 0 0.125rem #000000;
  outline: none;
}
.checkbox[data-checked='true'] {
  box-shadow: inset 0 0 0 0.125rem #60BF02;
  outline: none;
}
.checkbox .checkbox-inner {
  background-color: #E5E5E5;
  width: 0.75rem;
  min-width: 0.75rem;
  height: 0.75rem;
  min-height: 0.75rem;
}
.checkbox[data-checked='true'] .checkbox-inner {
  background-color: #60BF02;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.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: 0;
}
.-inset-1 {
  inset: -0.0625rem;
}
.-inset-12 {
  inset: -0.75rem;
}
.-inset-16 {
  inset: -1rem;
}
.-inset-2 {
  inset: -0.125rem;
}
.-inset-20 {
  inset: -1.25rem;
}
.-inset-24 {
  inset: -1.5rem;
}
.-inset-32 {
  inset: -2rem;
}
.-inset-4 {
  inset: -0.25rem;
}
.-inset-40 {
  inset: -2.5rem;
}
.-inset-48 {
  inset: -3rem;
}
.-inset-56 {
  inset: -3.5rem;
}
.-inset-6 {
  inset: -0.375rem;
}
.-inset-72 {
  inset: -4.5rem;
}
.-inset-8 {
  inset: -0.5rem;
}
.-inset-h-rem-full {
  inset: -33.75rem;
}
.-inset-w-rem-full {
  inset: -60rem;
}
.inset-0 {
  inset: 0;
}
.inset-1 {
  inset: 0.0625rem;
}
.inset-12 {
  inset: 0.75rem;
}
.inset-16 {
  inset: 1rem;
}
.inset-2 {
  inset: 0.125rem;
}
.inset-20 {
  inset: 1.25rem;
}
.inset-24 {
  inset: 1.5rem;
}
.inset-32 {
  inset: 2rem;
}
.inset-4 {
  inset: 0.25rem;
}
.inset-40 {
  inset: 2.5rem;
}
.inset-48 {
  inset: 3rem;
}
.inset-56 {
  inset: 3.5rem;
}
.inset-6 {
  inset: 0.375rem;
}
.inset-72 {
  inset: 4.5rem;
}
.inset-8 {
  inset: 0.5rem;
}
.inset-h-rem-full {
  inset: 33.75rem;
}
.inset-w-rem-full {
  inset: 60rem;
}
.-inset-x-0 {
  left: 0;
  right: 0;
}
.-inset-x-1 {
  left: -0.0625rem;
  right: -0.0625rem;
}
.-inset-x-12 {
  left: -0.75rem;
  right: -0.75rem;
}
.-inset-x-16 {
  left: -1rem;
  right: -1rem;
}
.-inset-x-2 {
  left: -0.125rem;
  right: -0.125rem;
}
.-inset-x-20 {
  left: -1.25rem;
  right: -1.25rem;
}
.-inset-x-24 {
  left: -1.5rem;
  right: -1.5rem;
}
.-inset-x-32 {
  left: -2rem;
  right: -2rem;
}
.-inset-x-4 {
  left: -0.25rem;
  right: -0.25rem;
}
.-inset-x-40 {
  left: -2.5rem;
  right: -2.5rem;
}
.-inset-x-48 {
  left: -3rem;
  right: -3rem;
}
.-inset-x-56 {
  left: -3.5rem;
  right: -3.5rem;
}
.-inset-x-6 {
  left: -0.375rem;
  right: -0.375rem;
}
.-inset-x-72 {
  left: -4.5rem;
  right: -4.5rem;
}
.-inset-x-8 {
  left: -0.5rem;
  right: -0.5rem;
}
.-inset-x-h-rem-full {
  left: -33.75rem;
  right: -33.75rem;
}
.-inset-x-w-rem-full {
  left: -60rem;
  right: -60rem;
}
.-inset-y-0 {
  top: 0;
  bottom: 0;
}
.-inset-y-1 {
  top: -0.0625rem;
  bottom: -0.0625rem;
}
.-inset-y-12 {
  top: -0.75rem;
  bottom: -0.75rem;
}
.-inset-y-16 {
  top: -1rem;
  bottom: -1rem;
}
.-inset-y-2 {
  top: -0.125rem;
  bottom: -0.125rem;
}
.-inset-y-20 {
  top: -1.25rem;
  bottom: -1.25rem;
}
.-inset-y-24 {
  top: -1.5rem;
  bottom: -1.5rem;
}
.-inset-y-32 {
  top: -2rem;
  bottom: -2rem;
}
.-inset-y-4 {
  top: -0.25rem;
  bottom: -0.25rem;
}
.-inset-y-40 {
  top: -2.5rem;
  bottom: -2.5rem;
}
.-inset-y-48 {
  top: -3rem;
  bottom: -3rem;
}
.-inset-y-56 {
  top: -3.5rem;
  bottom: -3.5rem;
}
.-inset-y-6 {
  top: -0.375rem;
  bottom: -0.375rem;
}
.-inset-y-72 {
  top: -4.5rem;
  bottom: -4.5rem;
}
.-inset-y-8 {
  top: -0.5rem;
  bottom: -0.5rem;
}
.-inset-y-h-rem-full {
  top: -33.75rem;
  bottom: -33.75rem;
}
.-inset-y-w-rem-full {
  top: -60rem;
  bottom: -60rem;
}
.inset-x-0 {
  left: 0;
  right: 0;
}
.inset-x-1 {
  left: 0.0625rem;
  right: 0.0625rem;
}
.inset-x-12 {
  left: 0.75rem;
  right: 0.75rem;
}
.inset-x-16 {
  left: 1rem;
  right: 1rem;
}
.inset-x-2 {
  left: 0.125rem;
  right: 0.125rem;
}
.inset-x-20 {
  left: 1.25rem;
  right: 1.25rem;
}
.inset-x-24 {
  left: 1.5rem;
  right: 1.5rem;
}
.inset-x-32 {
  left: 2rem;
  right: 2rem;
}
.inset-x-4 {
  left: 0.25rem;
  right: 0.25rem;
}
.inset-x-40 {
  left: 2.5rem;
  right: 2.5rem;
}
.inset-x-48 {
  left: 3rem;
  right: 3rem;
}
.inset-x-56 {
  left: 3.5rem;
  right: 3.5rem;
}
.inset-x-6 {
  left: 0.375rem;
  right: 0.375rem;
}
.inset-x-72 {
  left: 4.5rem;
  right: 4.5rem;
}
.inset-x-8 {
  left: 0.5rem;
  right: 0.5rem;
}
.inset-x-h-rem-full {
  left: 33.75rem;
  right: 33.75rem;
}
.inset-x-w-rem-full {
  left: 60rem;
  right: 60rem;
}
.inset-y-0 {
  top: 0;
  bottom: 0;
}
.inset-y-1 {
  top: 0.0625rem;
  bottom: 0.0625rem;
}
.inset-y-12 {
  top: 0.75rem;
  bottom: 0.75rem;
}
.inset-y-16 {
  top: 1rem;
  bottom: 1rem;
}
.inset-y-2 {
  top: 0.125rem;
  bottom: 0.125rem;
}
.inset-y-20 {
  top: 1.25rem;
  bottom: 1.25rem;
}
.inset-y-24 {
  top: 1.5rem;
  bottom: 1.5rem;
}
.inset-y-32 {
  top: 2rem;
  bottom: 2rem;
}
.inset-y-4 {
  top: 0.25rem;
  bottom: 0.25rem;
}
.inset-y-40 {
  top: 2.5rem;
  bottom: 2.5rem;
}
.inset-y-48 {
  top: 3rem;
  bottom: 3rem;
}
.inset-y-56 {
  top: 3.5rem;
  bottom: 3.5rem;
}
.inset-y-6 {
  top: 0.375rem;
  bottom: 0.375rem;
}
.inset-y-72 {
  top: 4.5rem;
  bottom: 4.5rem;
}
.inset-y-8 {
  top: 0.5rem;
  bottom: 0.5rem;
}
.inset-y-h-rem-full {
  top: 33.75rem;
  bottom: 33.75rem;
}
.inset-y-w-rem-full {
  top: 60rem;
  bottom: 60rem;
}
.\!-top-4 {
  top: -0.25rem !important;
}
.-bottom-0 {
  bottom: 0;
}
.-bottom-1 {
  bottom: -0.0625rem;
}
.-bottom-12 {
  bottom: -0.75rem;
}
.-bottom-16 {
  bottom: -1rem;
}
.-bottom-2 {
  bottom: -0.125rem;
}
.-bottom-20 {
  bottom: -1.25rem;
}
.-bottom-24 {
  bottom: -1.5rem;
}
.-bottom-32 {
  bottom: -2rem;
}
.-bottom-4 {
  bottom: -0.25rem;
}
.-bottom-40 {
  bottom: -2.5rem;
}
.-bottom-48 {
  bottom: -3rem;
}
.-bottom-56 {
  bottom: -3.5rem;
}
.-bottom-6 {
  bottom: -0.375rem;
}
.-bottom-72 {
  bottom: -4.5rem;
}
.-bottom-8 {
  bottom: -0.5rem;
}
.-bottom-h-rem-full {
  bottom: -33.75rem;
}
.-bottom-w-rem-full {
  bottom: -60rem;
}
.-end-0 {
  inset-inline-end: 0;
}
.-end-1 {
  inset-inline-end: -0.0625rem;
}
.-end-12 {
  inset-inline-end: -0.75rem;
}
.-end-16 {
  inset-inline-end: -1rem;
}
.-end-2 {
  inset-inline-end: -0.125rem;
}
.-end-20 {
  inset-inline-end: -1.25rem;
}
.-end-24 {
  inset-inline-end: -1.5rem;
}
.-end-32 {
  inset-inline-end: -2rem;
}
.-end-4 {
  inset-inline-end: -0.25rem;
}
.-end-40 {
  inset-inline-end: -2.5rem;
}
.-end-48 {
  inset-inline-end: -3rem;
}
.-end-56 {
  inset-inline-end: -3.5rem;
}
.-end-6 {
  inset-inline-end: -0.375rem;
}
.-end-72 {
  inset-inline-end: -4.5rem;
}
.-end-8 {
  inset-inline-end: -0.5rem;
}
.-end-h-rem-full {
  inset-inline-end: -33.75rem;
}
.-end-w-rem-full {
  inset-inline-end: -60rem;
}
.-left-0 {
  left: 0;
}
.-left-1 {
  left: -0.0625rem;
}
.-left-12 {
  left: -0.75rem;
}
.-left-16 {
  left: -1rem;
}
.-left-2 {
  left: -0.125rem;
}
.-left-20 {
  left: -1.25rem;
}
.-left-24 {
  left: -1.5rem;
}
.-left-32 {
  left: -2rem;
}
.-left-4 {
  left: -0.25rem;
}
.-left-40 {
  left: -2.5rem;
}
.-left-48 {
  left: -3rem;
}
.-left-56 {
  left: -3.5rem;
}
.-left-6 {
  left: -0.375rem;
}
.-left-72 {
  left: -4.5rem;
}
.-left-8 {
  left: -0.5rem;
}
.-left-h-rem-full {
  left: -33.75rem;
}
.-left-w-rem-full {
  left: -60rem;
}
.-right-0 {
  right: 0;
}
.-right-1 {
  right: -0.0625rem;
}
.-right-12 {
  right: -0.75rem;
}
.-right-16 {
  right: -1rem;
}
.-right-2 {
  right: -0.125rem;
}
.-right-20 {
  right: -1.25rem;
}
.-right-24 {
  right: -1.5rem;
}
.-right-32 {
  right: -2rem;
}
.-right-4 {
  right: -0.25rem;
}
.-right-40 {
  right: -2.5rem;
}
.-right-48 {
  right: -3rem;
}
.-right-56 {
  right: -3.5rem;
}
.-right-6 {
  right: -0.375rem;
}
.-right-72 {
  right: -4.5rem;
}
.-right-8 {
  right: -0.5rem;
}
.-right-h-rem-full {
  right: -33.75rem;
}
.-right-w-rem-full {
  right: -60rem;
}
.-start-0 {
  inset-inline-start: 0;
}
.-start-1 {
  inset-inline-start: -0.0625rem;
}
.-start-12 {
  inset-inline-start: -0.75rem;
}
.-start-16 {
  inset-inline-start: -1rem;
}
.-start-2 {
  inset-inline-start: -0.125rem;
}
.-start-20 {
  inset-inline-start: -1.25rem;
}
.-start-24 {
  inset-inline-start: -1.5rem;
}
.-start-32 {
  inset-inline-start: -2rem;
}
.-start-4 {
  inset-inline-start: -0.25rem;
}
.-start-40 {
  inset-inline-start: -2.5rem;
}
.-start-48 {
  inset-inline-start: -3rem;
}
.-start-56 {
  inset-inline-start: -3.5rem;
}
.-start-6 {
  inset-inline-start: -0.375rem;
}
.-start-72 {
  inset-inline-start: -4.5rem;
}
.-start-8 {
  inset-inline-start: -0.5rem;
}
.-start-h-rem-full {
  inset-inline-start: -33.75rem;
}
.-start-w-rem-full {
  inset-inline-start: -60rem;
}
.-top-0 {
  top: 0;
}
.-top-1 {
  top: -0.0625rem;
}
.-top-12 {
  top: -0.75rem;
}
.-top-16 {
  top: -1rem;
}
.-top-2 {
  top: -0.125rem;
}
.-top-20 {
  top: -1.25rem;
}
.-top-24 {
  top: -1.5rem;
}
.-top-32 {
  top: -2rem;
}
.-top-4 {
  top: -0.25rem;
}
.-top-40 {
  top: -2.5rem;
}
.-top-48 {
  top: -3rem;
}
.-top-56 {
  top: -3.5rem;
}
.-top-6 {
  top: -0.375rem;
}
.-top-72 {
  top: -4.5rem;
}
.-top-8 {
  top: -0.5rem;
}
.-top-h-rem-full {
  top: -33.75rem;
}
.-top-w-rem-full {
  top: -60rem;
}
.bottom-0 {
  bottom: 0;
}
.bottom-1 {
  bottom: 0.0625rem;
}
.bottom-12 {
  bottom: 0.75rem;
}
.bottom-16 {
  bottom: 1rem;
}
.bottom-2 {
  bottom: 0.125rem;
}
.bottom-20 {
  bottom: 1.25rem;
}
.bottom-24 {
  bottom: 1.5rem;
}
.bottom-32 {
  bottom: 2rem;
}
.bottom-4 {
  bottom: 0.25rem;
}
.bottom-40 {
  bottom: 2.5rem;
}
.bottom-48 {
  bottom: 3rem;
}
.bottom-56 {
  bottom: 3.5rem;
}
.bottom-6 {
  bottom: 0.375rem;
}
.bottom-72 {
  bottom: 4.5rem;
}
.bottom-8 {
  bottom: 0.5rem;
}
.bottom-\[1\.87rem\] {
  bottom: 1.87rem;
}
.bottom-\[3\.19rem\] {
  bottom: 3.19rem;
}
.bottom-\[3\.75rem\] {
  bottom: 3.75rem;
}
.bottom-\[5\.37rem\] {
  bottom: 5.37rem;
}
.bottom-h-rem-full {
  bottom: 33.75rem;
}
.bottom-w-rem-full {
  bottom: 60rem;
}
.end-0 {
  inset-inline-end: 0;
}
.end-1 {
  inset-inline-end: 0.0625rem;
}
.end-12 {
  inset-inline-end: 0.75rem;
}
.end-16 {
  inset-inline-end: 1rem;
}
.end-2 {
  inset-inline-end: 0.125rem;
}
.end-20 {
  inset-inline-end: 1.25rem;
}
.end-24 {
  inset-inline-end: 1.5rem;
}
.end-32 {
  inset-inline-end: 2rem;
}
.end-4 {
  inset-inline-end: 0.25rem;
}
.end-40 {
  inset-inline-end: 2.5rem;
}
.end-48 {
  inset-inline-end: 3rem;
}
.end-56 {
  inset-inline-end: 3.5rem;
}
.end-6 {
  inset-inline-end: 0.375rem;
}
.end-72 {
  inset-inline-end: 4.5rem;
}
.end-8 {
  inset-inline-end: 0.5rem;
}
.end-h-rem-full {
  inset-inline-end: 33.75rem;
}
.end-w-rem-full {
  inset-inline-end: 60rem;
}
.left-0 {
  left: 0;
}
.left-1 {
  left: 0.0625rem;
}
.left-12 {
  left: 0.75rem;
}
.left-16 {
  left: 1rem;
}
.left-2 {
  left: 0.125rem;
}
.left-20 {
  left: 1.25rem;
}
.left-24 {
  left: 1.5rem;
}
.left-32 {
  left: 2rem;
}
.left-4 {
  left: 0.25rem;
}
.left-40 {
  left: 2.5rem;
}
.left-48 {
  left: 3rem;
}
.left-56 {
  left: 3.5rem;
}
.left-6 {
  left: 0.375rem;
}
.left-72 {
  left: 4.5rem;
}
.left-8 {
  left: 0.5rem;
}
.left-\[12\.25rem\] {
  left: 12.25rem;
}
.left-\[16\.4rem\] {
  left: 16.4rem;
}
.left-\[16\.81rem\] {
  left: 16.81rem;
}
.left-\[2\.81rem\] {
  left: 2.81rem;
}
.left-\[22\.5rem\] {
  left: 22.5rem;
}
.left-\[35\.19rem\] {
  left: 35.19rem;
}
.left-\[38rem\] {
  left: 38rem;
}
.left-\[7\.25rem\] {
  left: 7.25rem;
}
.left-\[7\.63rem\] {
  left: 7.63rem;
}
.left-\[auto\] {
  left: auto;
}
.left-h-rem-full {
  left: 33.75rem;
}
.left-w-rem-full {
  left: 60rem;
}
.right-0 {
  right: 0;
}
.right-1 {
  right: 0.0625rem;
}
.right-12 {
  right: 0.75rem;
}
.right-16 {
  right: 1rem;
}
.right-2 {
  right: 0.125rem;
}
.right-20 {
  right: 1.25rem;
}
.right-24 {
  right: 1.5rem;
}
.right-32 {
  right: 2rem;
}
.right-4 {
  right: 0.25rem;
}
.right-40 {
  right: 2.5rem;
}
.right-48 {
  right: 3rem;
}
.right-56 {
  right: 3.5rem;
}
.right-6 {
  right: 0.375rem;
}
.right-72 {
  right: 4.5rem;
}
.right-8 {
  right: 0.5rem;
}
.right-h-rem-full {
  right: 33.75rem;
}
.right-w-rem-full {
  right: 60rem;
}
.start-0 {
  inset-inline-start: 0;
}
.start-1 {
  inset-inline-start: 0.0625rem;
}
.start-12 {
  inset-inline-start: 0.75rem;
}
.start-16 {
  inset-inline-start: 1rem;
}
.start-2 {
  inset-inline-start: 0.125rem;
}
.start-20 {
  inset-inline-start: 1.25rem;
}
.start-24 {
  inset-inline-start: 1.5rem;
}
.start-32 {
  inset-inline-start: 2rem;
}
.start-4 {
  inset-inline-start: 0.25rem;
}
.start-40 {
  inset-inline-start: 2.5rem;
}
.start-48 {
  inset-inline-start: 3rem;
}
.start-56 {
  inset-inline-start: 3.5rem;
}
.start-6 {
  inset-inline-start: 0.375rem;
}
.start-72 {
  inset-inline-start: 4.5rem;
}
.start-8 {
  inset-inline-start: 0.5rem;
}
.start-h-rem-full {
  inset-inline-start: 33.75rem;
}
.start-w-rem-full {
  inset-inline-start: 60rem;
}
.top-0 {
  top: 0;
}
.top-1 {
  top: 0.0625rem;
}
.top-12 {
  top: 0.75rem;
}
.top-16 {
  top: 1rem;
}
.top-2 {
  top: 0.125rem;
}
.top-20 {
  top: 1.25rem;
}
.top-24 {
  top: 1.5rem;
}
.top-32 {
  top: 2rem;
}
.top-4 {
  top: 0.25rem;
}
.top-40 {
  top: 2.5rem;
}
.top-48 {
  top: 3rem;
}
.top-56 {
  top: 3.5rem;
}
.top-6 {
  top: 0.375rem;
}
.top-72 {
  top: 4.5rem;
}
.top-8 {
  top: 0.5rem;
}
.top-\[13\.12rem\] {
  top: 13.12rem;
}
.top-\[13\.75rem\] {
  top: 13.75rem;
}
.top-\[13rem\] {
  top: 13rem;
}
.top-\[2\.5rem\] {
  top: 2.5rem;
}
.top-\[2\.75rem\] {
  top: 2.75rem;
}
.top-\[2rem\] {
  top: 2rem;
}
.top-\[4rem\] {
  top: 4rem;
}
.top-\[6\.13rem\] {
  top: 6.13rem;
}
.top-\[6\.88rem\] {
  top: 6.88rem;
}
.top-\[7rem\] {
  top: 7rem;
}
.top-\[auto\] {
  top: auto;
}
.top-h-rem-full {
  top: 33.75rem;
}
.top-w-rem-full {
  top: 60rem;
}
.-z-0 {
  z-index: 0;
}
.-z-10 {
  z-index: -10;
}
.-z-20 {
  z-index: -20;
}
.-z-30 {
  z-index: -30;
}
.-z-40 {
  z-index: -40;
}
.-z-50 {
  z-index: -50;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-auto {
  z-index: auto;
}
.-order-1 {
  order: -1;
}
.-order-10 {
  order: -10;
}
.-order-11 {
  order: -11;
}
.-order-12 {
  order: -12;
}
.-order-2 {
  order: -2;
}
.-order-3 {
  order: -3;
}
.-order-4 {
  order: -4;
}
.-order-5 {
  order: -5;
}
.-order-6 {
  order: -6;
}
.-order-7 {
  order: -7;
}
.-order-8 {
  order: -8;
}
.-order-9 {
  order: -9;
}
.-order-first {
  order: 9999;
}
.-order-last {
  order: -9999;
}
.-order-none {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.order-none {
  order: 0;
}
.float-start {
  float: inline-start;
}
.float-end {
  float: inline-end;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.float-none {
  float: none;
}
.-m-0 {
  margin: 0;
}
.-m-1 {
  margin: -0.0625rem;
}
.-m-12 {
  margin: -0.75rem;
}
.-m-16 {
  margin: -1rem;
}
.-m-2 {
  margin: -0.125rem;
}
.-m-20 {
  margin: -1.25rem;
}
.-m-24 {
  margin: -1.5rem;
}
.-m-32 {
  margin: -2rem;
}
.-m-4 {
  margin: -0.25rem;
}
.-m-40 {
  margin: -2.5rem;
}
.-m-48 {
  margin: -3rem;
}
.-m-56 {
  margin: -3.5rem;
}
.-m-6 {
  margin: -0.375rem;
}
.-m-72 {
  margin: -4.5rem;
}
.-m-8 {
  margin: -0.5rem;
}
.-m-h-rem-full {
  margin: -33.75rem;
}
.-m-w-rem-full {
  margin: -60rem;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 0.0625rem;
}
.m-12 {
  margin: 0.75rem;
}
.m-16 {
  margin: 1rem;
}
.m-2 {
  margin: 0.125rem;
}
.m-20 {
  margin: 1.25rem;
}
.m-24 {
  margin: 1.5rem;
}
.m-32 {
  margin: 2rem;
}
.m-4 {
  margin: 0.25rem;
}
.m-40 {
  margin: 2.5rem;
}
.m-48 {
  margin: 3rem;
}
.m-56 {
  margin: 3.5rem;
}
.m-6 {
  margin: 0.375rem;
}
.m-72 {
  margin: 4.5rem;
}
.m-8 {
  margin: 0.5rem;
}
.m-auto {
  margin: auto;
}
.m-h-rem-full {
  margin: 33.75rem;
}
.m-w-rem-full {
  margin: 60rem;
}
.-mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.-mx-1 {
  margin-left: -0.0625rem;
  margin-right: -0.0625rem;
}
.-mx-12 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-16 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-2 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.-mx-20 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.-mx-24 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-mx-32 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.-mx-4 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-40 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.-mx-48 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.-mx-56 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}
.-mx-6 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-mx-72 {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}
.-mx-8 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-h-rem-full {
  margin-left: -33.75rem;
  margin-right: -33.75rem;
}
.-mx-w-rem-full {
  margin-left: -60rem;
  margin-right: -60rem;
}
.-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.-my-1 {
  margin-top: -0.0625rem;
  margin-bottom: -0.0625rem;
}
.-my-12 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.-my-16 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.-my-2 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}
.-my-20 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.-my-24 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.-my-32 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.-my-4 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.-my-40 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.-my-48 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.-my-56 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}
.-my-6 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.-my-72 {
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}
.-my-8 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-my-h-rem-full {
  margin-top: -33.75rem;
  margin-bottom: -33.75rem;
}
.-my-w-rem-full {
  margin-top: -60rem;
  margin-bottom: -60rem;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 0.0625rem;
  margin-right: 0.0625rem;
}
.mx-12 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-16 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-2 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-24 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-32 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-4 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-40 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-48 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-56 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.mx-6 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-72 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}
.mx-8 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-\[0rem\] {
  margin-left: 0rem;
  margin-right: 0rem;
}
.mx-\[3rem\] {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-h-rem-full {
  margin-left: 33.75rem;
  margin-right: 33.75rem;
}
.mx-w-rem-full {
  margin-left: 60rem;
  margin-right: 60rem;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 0.0625rem;
  margin-bottom: 0.0625rem;
}
.my-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-2 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-24 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-32 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-48 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-56 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-6 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-72 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
.my-8 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-\[0\.5rem\] {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-\[1\.5rem\] {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-\[2rem\] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my-h-rem-full {
  margin-top: 33.75rem;
  margin-bottom: 33.75rem;
}
.my-w-rem-full {
  margin-top: 60rem;
  margin-bottom: 60rem;
}
.\!ml-24 {
  margin-left: 1.5rem !important;
}
.\!mt-0 {
  margin-top: 0 !important;
}
.\!mt-12 {
  margin-top: 0.75rem !important;
}
.\!mt-24 {
  margin-top: 1.5rem !important;
}
.\!mt-4 {
  margin-top: 0.25rem !important;
}
.-mb-0 {
  margin-bottom: 0;
}
.-mb-1 {
  margin-bottom: -0.0625rem;
}
.-mb-12 {
  margin-bottom: -0.75rem;
}
.-mb-16 {
  margin-bottom: -1rem;
}
.-mb-2 {
  margin-bottom: -0.125rem;
}
.-mb-20 {
  margin-bottom: -1.25rem;
}
.-mb-24 {
  margin-bottom: -1.5rem;
}
.-mb-32 {
  margin-bottom: -2rem;
}
.-mb-4 {
  margin-bottom: -0.25rem;
}
.-mb-40 {
  margin-bottom: -2.5rem;
}
.-mb-48 {
  margin-bottom: -3rem;
}
.-mb-56 {
  margin-bottom: -3.5rem;
}
.-mb-6 {
  margin-bottom: -0.375rem;
}
.-mb-72 {
  margin-bottom: -4.5rem;
}
.-mb-8 {
  margin-bottom: -0.5rem;
}
.-mb-h-rem-full {
  margin-bottom: -33.75rem;
}
.-mb-w-rem-full {
  margin-bottom: -60rem;
}
.-me-0 {
  margin-inline-end: 0;
}
.-me-1 {
  margin-inline-end: -0.0625rem;
}
.-me-12 {
  margin-inline-end: -0.75rem;
}
.-me-16 {
  margin-inline-end: -1rem;
}
.-me-2 {
  margin-inline-end: -0.125rem;
}
.-me-20 {
  margin-inline-end: -1.25rem;
}
.-me-24 {
  margin-inline-end: -1.5rem;
}
.-me-32 {
  margin-inline-end: -2rem;
}
.-me-4 {
  margin-inline-end: -0.25rem;
}
.-me-40 {
  margin-inline-end: -2.5rem;
}
.-me-48 {
  margin-inline-end: -3rem;
}
.-me-56 {
  margin-inline-end: -3.5rem;
}
.-me-6 {
  margin-inline-end: -0.375rem;
}
.-me-72 {
  margin-inline-end: -4.5rem;
}
.-me-8 {
  margin-inline-end: -0.5rem;
}
.-me-h-rem-full {
  margin-inline-end: -33.75rem;
}
.-me-w-rem-full {
  margin-inline-end: -60rem;
}
.-ml-0 {
  margin-left: 0;
}
.-ml-1 {
  margin-left: -0.0625rem;
}
.-ml-12 {
  margin-left: -0.75rem;
}
.-ml-16 {
  margin-left: -1rem;
}
.-ml-2 {
  margin-left: -0.125rem;
}
.-ml-20 {
  margin-left: -1.25rem;
}
.-ml-24 {
  margin-left: -1.5rem;
}
.-ml-32 {
  margin-left: -2rem;
}
.-ml-4 {
  margin-left: -0.25rem;
}
.-ml-40 {
  margin-left: -2.5rem;
}
.-ml-48 {
  margin-left: -3rem;
}
.-ml-56 {
  margin-left: -3.5rem;
}
.-ml-6 {
  margin-left: -0.375rem;
}
.-ml-72 {
  margin-left: -4.5rem;
}
.-ml-8 {
  margin-left: -0.5rem;
}
.-ml-h-rem-full {
  margin-left: -33.75rem;
}
.-ml-w-rem-full {
  margin-left: -60rem;
}
.-mr-0 {
  margin-right: 0;
}
.-mr-1 {
  margin-right: -0.0625rem;
}
.-mr-12 {
  margin-right: -0.75rem;
}
.-mr-16 {
  margin-right: -1rem;
}
.-mr-2 {
  margin-right: -0.125rem;
}
.-mr-20 {
  margin-right: -1.25rem;
}
.-mr-24 {
  margin-right: -1.5rem;
}
.-mr-32 {
  margin-right: -2rem;
}
.-mr-4 {
  margin-right: -0.25rem;
}
.-mr-40 {
  margin-right: -2.5rem;
}
.-mr-48 {
  margin-right: -3rem;
}
.-mr-56 {
  margin-right: -3.5rem;
}
.-mr-6 {
  margin-right: -0.375rem;
}
.-mr-72 {
  margin-right: -4.5rem;
}
.-mr-8 {
  margin-right: -0.5rem;
}
.-mr-h-rem-full {
  margin-right: -33.75rem;
}
.-mr-w-rem-full {
  margin-right: -60rem;
}
.-ms-0 {
  margin-inline-start: 0;
}
.-ms-1 {
  margin-inline-start: -0.0625rem;
}
.-ms-12 {
  margin-inline-start: -0.75rem;
}
.-ms-16 {
  margin-inline-start: -1rem;
}
.-ms-2 {
  margin-inline-start: -0.125rem;
}
.-ms-20 {
  margin-inline-start: -1.25rem;
}
.-ms-24 {
  margin-inline-start: -1.5rem;
}
.-ms-32 {
  margin-inline-start: -2rem;
}
.-ms-4 {
  margin-inline-start: -0.25rem;
}
.-ms-40 {
  margin-inline-start: -2.5rem;
}
.-ms-48 {
  margin-inline-start: -3rem;
}
.-ms-56 {
  margin-inline-start: -3.5rem;
}
.-ms-6 {
  margin-inline-start: -0.375rem;
}
.-ms-72 {
  margin-inline-start: -4.5rem;
}
.-ms-8 {
  margin-inline-start: -0.5rem;
}
.-ms-h-rem-full {
  margin-inline-start: -33.75rem;
}
.-ms-w-rem-full {
  margin-inline-start: -60rem;
}
.-mt-0 {
  margin-top: 0;
}
.-mt-1 {
  margin-top: -0.0625rem;
}
.-mt-12 {
  margin-top: -0.75rem;
}
.-mt-16 {
  margin-top: -1rem;
}
.-mt-2 {
  margin-top: -0.125rem;
}
.-mt-20 {
  margin-top: -1.25rem;
}
.-mt-24 {
  margin-top: -1.5rem;
}
.-mt-32 {
  margin-top: -2rem;
}
.-mt-4 {
  margin-top: -0.25rem;
}
.-mt-40 {
  margin-top: -2.5rem;
}
.-mt-48 {
  margin-top: -3rem;
}
.-mt-56 {
  margin-top: -3.5rem;
}
.-mt-6 {
  margin-top: -0.375rem;
}
.-mt-72 {
  margin-top: -4.5rem;
}
.-mt-8 {
  margin-top: -0.5rem;
}
.-mt-h-rem-full {
  margin-top: -33.75rem;
}
.-mt-w-rem-full {
  margin-top: -60rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.0625rem;
}
.mb-12 {
  margin-bottom: 0.75rem;
}
.mb-16 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 0.125rem;
}
.mb-20 {
  margin-bottom: 1.25rem;
}
.mb-24 {
  margin-bottom: 1.5rem;
}
.mb-32 {
  margin-bottom: 2rem;
}
.mb-4 {
  margin-bottom: 0.25rem;
}
.mb-40 {
  margin-bottom: 2.5rem;
}
.mb-48 {
  margin-bottom: 3rem;
}
.mb-56 {
  margin-bottom: 3.5rem;
}
.mb-6 {
  margin-bottom: 0.375rem;
}
.mb-72 {
  margin-bottom: 4.5rem;
}
.mb-8 {
  margin-bottom: 0.5rem;
}
.mb-\[0\.1rem\] {
  margin-bottom: 0.1rem;
}
.mb-\[0\.41rem\] {
  margin-bottom: 0.41rem;
}
.mb-\[0\.5rem\] {
  margin-bottom: 0.5rem;
}
.mb-\[1\.5rem\] {
  margin-bottom: 1.5rem;
}
.mb-\[1\.87rem\] {
  margin-bottom: 1.87rem;
}
.mb-\[1px\] {
  margin-bottom: 1px;
}
.mb-\[1rem\] {
  margin-bottom: 1rem;
}
.mb-\[2\.32rem\] {
  margin-bottom: 2.32rem;
}
.mb-\[3\.38rem\] {
  margin-bottom: 3.38rem;
}
.mb-\[3\.5rem\] {
  margin-bottom: 3.5rem;
}
.mb-auto {
  margin-bottom: auto;
}
.mb-h-rem-full {
  margin-bottom: 33.75rem;
}
.mb-w-rem-full {
  margin-bottom: 60rem;
}
.me-0 {
  margin-inline-end: 0;
}
.me-1 {
  margin-inline-end: 0.0625rem;
}
.me-12 {
  margin-inline-end: 0.75rem;
}
.me-16 {
  margin-inline-end: 1rem;
}
.me-2 {
  margin-inline-end: 0.125rem;
}
.me-20 {
  margin-inline-end: 1.25rem;
}
.me-24 {
  margin-inline-end: 1.5rem;
}
.me-32 {
  margin-inline-end: 2rem;
}
.me-4 {
  margin-inline-end: 0.25rem;
}
.me-40 {
  margin-inline-end: 2.5rem;
}
.me-48 {
  margin-inline-end: 3rem;
}
.me-56 {
  margin-inline-end: 3.5rem;
}
.me-6 {
  margin-inline-end: 0.375rem;
}
.me-72 {
  margin-inline-end: 4.5rem;
}
.me-8 {
  margin-inline-end: 0.5rem;
}
.me-auto {
  margin-inline-end: auto;
}
.me-h-rem-full {
  margin-inline-end: 33.75rem;
}
.me-w-rem-full {
  margin-inline-end: 60rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 0.0625rem;
}
.ml-12 {
  margin-left: 0.75rem;
}
.ml-16 {
  margin-left: 1rem;
}
.ml-2 {
  margin-left: 0.125rem;
}
.ml-20 {
  margin-left: 1.25rem;
}
.ml-24 {
  margin-left: 1.5rem;
}
.ml-32 {
  margin-left: 2rem;
}
.ml-4 {
  margin-left: 0.25rem;
}
.ml-40 {
  margin-left: 2.5rem;
}
.ml-48 {
  margin-left: 3rem;
}
.ml-56 {
  margin-left: 3.5rem;
}
.ml-6 {
  margin-left: 0.375rem;
}
.ml-72 {
  margin-left: 4.5rem;
}
.ml-8 {
  margin-left: 0.5rem;
}
.ml-\[0\.25rem\] {
  margin-left: 0.25rem;
}
.ml-\[0\.44rem\] {
  margin-left: 0.44rem;
}
.ml-\[0\.5rem\] {
  margin-left: 0.5rem;
}
.ml-\[1\.5rem\] {
  margin-left: 1.5rem;
}
.ml-\[1rem\] {
  margin-left: 1rem;
}
.ml-\[2\.44rem\] {
  margin-left: 2.44rem;
}
.ml-\[26\.5rem\] {
  margin-left: 26.5rem;
}
.ml-\[2rem\] {
  margin-left: 2rem;
}
.ml-\[3rem\] {
  margin-left: 3rem;
}
.ml-\[4\.75rem\] {
  margin-left: 4.75rem;
}
.ml-\[7\.62rem\] {
  margin-left: 7.62rem;
}
.ml-auto {
  margin-left: auto;
}
.ml-h-rem-full {
  margin-left: 33.75rem;
}
.ml-w-rem-full {
  margin-left: 60rem;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 0.0625rem;
}
.mr-12 {
  margin-right: 0.75rem;
}
.mr-16 {
  margin-right: 1rem;
}
.mr-2 {
  margin-right: 0.125rem;
}
.mr-20 {
  margin-right: 1.25rem;
}
.mr-24 {
  margin-right: 1.5rem;
}
.mr-32 {
  margin-right: 2rem;
}
.mr-4 {
  margin-right: 0.25rem;
}
.mr-40 {
  margin-right: 2.5rem;
}
.mr-48 {
  margin-right: 3rem;
}
.mr-56 {
  margin-right: 3.5rem;
}
.mr-6 {
  margin-right: 0.375rem;
}
.mr-72 {
  margin-right: 4.5rem;
}
.mr-8 {
  margin-right: 0.5rem;
}
.mr-\[0\.25rem\] {
  margin-right: 0.25rem;
}
.mr-\[0\.44rem\] {
  margin-right: 0.44rem;
}
.mr-\[0\.5rem\] {
  margin-right: 0.5rem;
}
.mr-\[0\.75rem\] {
  margin-right: 0.75rem;
}
.mr-\[1\.12rem\] {
  margin-right: 1.12rem;
}
.mr-\[1\.19rem\] {
  margin-right: 1.19rem;
}
.mr-\[1\.37rem\] {
  margin-right: 1.37rem;
}
.mr-\[1rem\] {
  margin-right: 1rem;
}
.mr-\[2\.38rem\] {
  margin-right: 2.38rem;
}
.mr-\[4\.1875rem\] {
  margin-right: 4.1875rem;
}
.mr-auto {
  margin-right: auto;
}
.mr-h-rem-full {
  margin-right: 33.75rem;
}
.mr-w-rem-full {
  margin-right: 60rem;
}
.ms-0 {
  margin-inline-start: 0;
}
.ms-1 {
  margin-inline-start: 0.0625rem;
}
.ms-12 {
  margin-inline-start: 0.75rem;
}
.ms-16 {
  margin-inline-start: 1rem;
}
.ms-2 {
  margin-inline-start: 0.125rem;
}
.ms-20 {
  margin-inline-start: 1.25rem;
}
.ms-24 {
  margin-inline-start: 1.5rem;
}
.ms-32 {
  margin-inline-start: 2rem;
}
.ms-4 {
  margin-inline-start: 0.25rem;
}
.ms-40 {
  margin-inline-start: 2.5rem;
}
.ms-48 {
  margin-inline-start: 3rem;
}
.ms-56 {
  margin-inline-start: 3.5rem;
}
.ms-6 {
  margin-inline-start: 0.375rem;
}
.ms-72 {
  margin-inline-start: 4.5rem;
}
.ms-8 {
  margin-inline-start: 0.5rem;
}
.ms-auto {
  margin-inline-start: auto;
}
.ms-h-rem-full {
  margin-inline-start: 33.75rem;
}
.ms-w-rem-full {
  margin-inline-start: 60rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.0625rem;
}
.mt-12 {
  margin-top: 0.75rem;
}
.mt-16 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 0.125rem;
}
.mt-20 {
  margin-top: 1.25rem;
}
.mt-24 {
  margin-top: 1.5rem;
}
.mt-32 {
  margin-top: 2rem;
}
.mt-4 {
  margin-top: 0.25rem;
}
.mt-40 {
  margin-top: 2.5rem;
}
.mt-48 {
  margin-top: 3rem;
}
.mt-56 {
  margin-top: 3.5rem;
}
.mt-6 {
  margin-top: 0.375rem;
}
.mt-72 {
  margin-top: 4.5rem;
}
.mt-8 {
  margin-top: 0.5rem;
}
.mt-\[-0\.25rem\] {
  margin-top: -0.25rem;
}
.mt-\[0\.25rem\] {
  margin-top: 0.25rem;
}
.mt-\[0\.44rem\] {
  margin-top: 0.44rem;
}
.mt-\[0\.45rem\] {
  margin-top: 0.45rem;
}
.mt-\[0\.4rem\] {
  margin-top: 0.4rem;
}
.mt-\[0\.5rem\] {
  margin-top: 0.5rem;
}
.mt-\[0\.75rem\] {
  margin-top: 0.75rem;
}
.mt-\[1\.05rem\] {
  margin-top: 1.05rem;
}
.mt-\[1\.5rem\] {
  margin-top: 1.5rem;
}
.mt-\[1\.69rem\] {
  margin-top: 1.69rem;
}
.mt-\[1\.87rem\] {
  margin-top: 1.87rem;
}
.mt-\[10rem\] {
  margin-top: 10rem;
}
.mt-\[1rem\] {
  margin-top: 1rem;
}
.mt-\[2rem\] {
  margin-top: 2rem;
}
.mt-\[3\.5rem\] {
  margin-top: 3.5rem;
}
.mt-\[4\.25rem\] {
  margin-top: 4.25rem;
}
.mt-\[6\.87rem\] {
  margin-top: 6.87rem;
}
.mt-auto {
  margin-top: auto;
}
.mt-h-rem-full {
  margin-top: 33.75rem;
}
.mt-w-rem-full {
  margin-top: 60rem;
}
.box-border {
  box-sizing: border-box;
}
.box-content {
  box-sizing: content-box;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.\!inline-block {
  display: inline-block !important;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.inline-table {
  display: inline-table;
}
.table-caption {
  display: table-caption;
}
.table-cell {
  display: table-cell;
}
.table-column {
  display: table-column;
}
.table-column-group {
  display: table-column-group;
}
.table-footer-group {
  display: table-footer-group;
}
.table-header-group {
  display: table-header-group;
}
.table-row-group {
  display: table-row-group;
}
.table-row {
  display: table-row;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.aspect-auto {
  aspect-ratio: auto;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.max-h-0 {
  max-height: 0;
}
.max-h-1 {
  max-height: 0.0625rem;
}
.max-h-12 {
  max-height: 0.75rem;
}
.max-h-16 {
  max-height: 1rem;
}
.max-h-2 {
  max-height: 0.125rem;
}
.max-h-20 {
  max-height: 1.25rem;
}
.max-h-24 {
  max-height: 1.5rem;
}
.max-h-32 {
  max-height: 2rem;
}
.max-h-4 {
  max-height: 0.25rem;
}
.max-h-40 {
  max-height: 2.5rem;
}
.max-h-48 {
  max-height: 3rem;
}
.max-h-56 {
  max-height: 3.5rem;
}
.max-h-6 {
  max-height: 0.375rem;
}
.max-h-72 {
  max-height: 4.5rem;
}
.max-h-8 {
  max-height: 0.5rem;
}
.max-h-\[2\.4rem\] {
  max-height: 2.4rem;
}
.max-h-\[22rem\] {
  max-height: 22rem;
}
.max-h-dvh {
  max-height: 100dvh;
}
.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.max-h-full {
  max-height: 100%;
}
.max-h-h-rem-full {
  max-height: 33.75rem;
}
.max-h-lvh {
  max-height: 100lvh;
}
.max-h-max {
  max-height: -moz-max-content;
  max-height: max-content;
}
.max-h-min {
  max-height: -moz-min-content;
  max-height: min-content;
}
.max-h-none {
  max-height: none;
}
.max-h-screen {
  max-height: 100vh;
}
.max-h-svh {
  max-height: 100svh;
}
.max-h-w-rem-full {
  max-height: 60rem;
}
.min-h-0 {
  min-height: 0;
}
.min-h-1 {
  min-height: 0.0625rem;
}
.min-h-12 {
  min-height: 0.75rem;
}
.min-h-16 {
  min-height: 1rem;
}
.min-h-2 {
  min-height: 0.125rem;
}
.min-h-20 {
  min-height: 1.25rem;
}
.min-h-24 {
  min-height: 1.5rem;
}
.min-h-32 {
  min-height: 2rem;
}
.min-h-4 {
  min-height: 0.25rem;
}
.min-h-40 {
  min-height: 2.5rem;
}
.min-h-48 {
  min-height: 3rem;
}
.min-h-56 {
  min-height: 3.5rem;
}
.min-h-6 {
  min-height: 0.375rem;
}
.min-h-72 {
  min-height: 4.5rem;
}
.min-h-8 {
  min-height: 0.5rem;
}
.min-h-\[0\.1rem\] {
  min-height: 0.1rem;
}
.min-h-\[1\.25rem\] {
  min-height: 1.25rem;
}
.min-h-\[2\.56rem\] {
  min-height: 2.56rem;
}
.min-h-\[22rem\] {
  min-height: 22rem;
}
.min-h-\[24\.4rem\] {
  min-height: 24.4rem;
}
.min-h-\[26rem\] {
  min-height: 26rem;
}
.min-h-dvh {
  min-height: 100dvh;
}
.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.min-h-full {
  min-height: 100%;
}
.min-h-h-rem-full {
  min-height: 33.75rem;
}
.min-h-lvh {
  min-height: 100lvh;
}
.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}
.min-h-min {
  min-height: -moz-min-content;
  min-height: min-content;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-svh {
  min-height: 100svh;
}
.min-h-w-rem-full {
  min-height: 60rem;
}
.min-w-0 {
  min-width: 0;
}
.min-w-1 {
  min-width: 0.0625rem;
}
.min-w-12 {
  min-width: 0.75rem;
}
.min-w-16 {
  min-width: 1rem;
}
.min-w-2 {
  min-width: 0.125rem;
}
.min-w-20 {
  min-width: 1.25rem;
}
.min-w-24 {
  min-width: 1.5rem;
}
.min-w-32 {
  min-width: 2rem;
}
.min-w-4 {
  min-width: 0.25rem;
}
.min-w-40 {
  min-width: 2.5rem;
}
.min-w-48 {
  min-width: 3rem;
}
.min-w-56 {
  min-width: 3.5rem;
}
.min-w-6 {
  min-width: 0.375rem;
}
.min-w-72 {
  min-width: 4.5rem;
}
.min-w-8 {
  min-width: 0.5rem;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-full {
  min-width: 100%;
}
.min-w-h-rem-full {
  min-width: 33.75rem;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}
.min-w-w-rem-full {
  min-width: 60rem;
}
.max-w-0 {
  max-width: 0;
}
.max-w-1 {
  max-width: 0.0625rem;
}
.max-w-12 {
  max-width: 0.75rem;
}
.max-w-16 {
  max-width: 1rem;
}
.max-w-2 {
  max-width: 0.125rem;
}
.max-w-20 {
  max-width: 1.25rem;
}
.max-w-24 {
  max-width: 1.5rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-32 {
  max-width: 2rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4 {
  max-width: 0.25rem;
}
.max-w-40 {
  max-width: 2.5rem;
}
.max-w-48 {
  max-width: 3rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-56 {
  max-width: 3.5rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6 {
  max-width: 0.375rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-72 {
  max-width: 4.5rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-8 {
  max-width: 0.5rem;
}
.max-w-\[10rem\] {
  max-width: 10rem;
}
.max-w-\[13\.38rem\] {
  max-width: 13.38rem;
}
.max-w-\[32rem\] {
  max-width: 32rem;
}
.max-w-\[33rem\] {
  max-width: 33rem;
}
.max-w-\[57rem\] {
  max-width: 57rem;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-h-rem-full {
  max-width: 33.75rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-min {
  max-width: -moz-min-content;
  max-width: min-content;
}
.max-w-none {
  max-width: none;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-screen-1080 {
  max-width: 1920px;
}
.max-w-screen-1440 {
  max-width: 2560px;
}
.max-w-screen-2160 {
  max-width: 3840px;
}
.max-w-screen-540 {
  max-width: 960px;
}
.max-w-screen-720 {
  max-width: 1280px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-w-rem-full {
  max-width: 60rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.basis-0 {
  flex-basis: 0;
}
.basis-1 {
  flex-basis: 0.0625rem;
}
.basis-1\/12 {
  flex-basis: 8.333333%;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-1\/4 {
  flex-basis: 25%;
}
.basis-1\/5 {
  flex-basis: 20%;
}
.basis-1\/6 {
  flex-basis: 16.666667%;
}
.basis-10\/12 {
  flex-basis: 83.333333%;
}
.basis-11\/12 {
  flex-basis: 91.666667%;
}
.basis-12 {
  flex-basis: 0.75rem;
}
.basis-16 {
  flex-basis: 1rem;
}
.basis-2 {
  flex-basis: 0.125rem;
}
.basis-2\/12 {
  flex-basis: 16.666667%;
}
.basis-2\/3 {
  flex-basis: 66.666667%;
}
.basis-2\/4 {
  flex-basis: 50%;
}
.basis-2\/5 {
  flex-basis: 40%;
}
.basis-2\/6 {
  flex-basis: 33.333333%;
}
.basis-20 {
  flex-basis: 1.25rem;
}
.basis-24 {
  flex-basis: 1.5rem;
}
.basis-3\/12 {
  flex-basis: 25%;
}
.basis-3\/4 {
  flex-basis: 75%;
}
.basis-3\/5 {
  flex-basis: 60%;
}
.basis-3\/6 {
  flex-basis: 50%;
}
.basis-32 {
  flex-basis: 2rem;
}
.basis-4 {
  flex-basis: 0.25rem;
}
.basis-4\/12 {
  flex-basis: 33.333333%;
}
.basis-4\/5 {
  flex-basis: 80%;
}
.basis-4\/6 {
  flex-basis: 66.666667%;
}
.basis-40 {
  flex-basis: 2.5rem;
}
.basis-48 {
  flex-basis: 3rem;
}
.basis-5\/12 {
  flex-basis: 41.666667%;
}
.basis-5\/6 {
  flex-basis: 83.333333%;
}
.basis-56 {
  flex-basis: 3.5rem;
}
.basis-6 {
  flex-basis: 0.375rem;
}
.basis-6\/12 {
  flex-basis: 50%;
}
.basis-7\/12 {
  flex-basis: 58.333333%;
}
.basis-72 {
  flex-basis: 4.5rem;
}
.basis-8 {
  flex-basis: 0.5rem;
}
.basis-8\/12 {
  flex-basis: 66.666667%;
}
.basis-9\/12 {
  flex-basis: 75%;
}
.basis-auto {
  flex-basis: auto;
}
.basis-full {
  flex-basis: 100%;
}
.basis-h-rem-full {
  flex-basis: 33.75rem;
}
.basis-w-rem-full {
  flex-basis: 60rem;
}
.origin-bottom {
  transform-origin: bottom;
}
.origin-bottom-left {
  transform-origin: bottom left;
}
.origin-bottom-right {
  transform-origin: bottom right;
}
.origin-center {
  transform-origin: center;
}
.origin-left {
  transform-origin: left;
}
.origin-right {
  transform-origin: right;
}
.origin-top {
  transform-origin: top;
}
.origin-top-left {
  transform-origin: top left;
}
.origin-top-right {
  transform-origin: top right;
}
.-rotate-0 {
  --tw-rotate: -0deg;
  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-1 {
  --tw-rotate: -1deg;
  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-12 {
  --tw-rotate: -12deg;
  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-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-2 {
  --tw-rotate: -2deg;
  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-3 {
  --tw-rotate: -3deg;
  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-45 {
  --tw-rotate: -45deg;
  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-6 {
  --tw-rotate: -6deg;
  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));
}
.rotate-0 {
  --tw-rotate: 0deg;
  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-1 {
  --tw-rotate: 1deg;
  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-12 {
  --tw-rotate: 12deg;
  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-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-2 {
  --tw-rotate: 2deg;
  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-3 {
  --tw-rotate: 3deg;
  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-45 {
  --tw-rotate: 45deg;
  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-6 {
  --tw-rotate: 6deg;
  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));
}
.-scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-100 {
  --tw-scale-x: -1;
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-105 {
  --tw-scale-x: -1.05;
  --tw-scale-y: -1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-110 {
  --tw-scale-x: -1.1;
  --tw-scale-y: -1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-125 {
  --tw-scale-x: -1.25;
  --tw-scale-y: -1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-150 {
  --tw-scale-x: -1.5;
  --tw-scale-y: -1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-50 {
  --tw-scale-x: -.5;
  --tw-scale-y: -.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-75 {
  --tw-scale-x: -.75;
  --tw-scale-y: -.75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-90 {
  --tw-scale-x: -.9;
  --tw-scale-y: -.9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-95 {
  --tw-scale-x: -.95;
  --tw-scale-y: -.95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-x-0 {
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-x-100 {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-x-105 {
  --tw-scale-x: -1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-x-110 {
  --tw-scale-x: -1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-x-125 {
  --tw-scale-x: -1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-x-150 {
  --tw-scale-x: -1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-x-50 {
  --tw-scale-x: -.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-x-75 {
  --tw-scale-x: -.75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-x-90 {
  --tw-scale-x: -.9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-x-95 {
  --tw-scale-x: -.95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-y-0 {
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-y-100 {
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-y-105 {
  --tw-scale-y: -1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-y-110 {
  --tw-scale-y: -1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-y-125 {
  --tw-scale-y: -1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-y-150 {
  --tw-scale-y: -1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-y-50 {
  --tw-scale-y: -.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-y-75 {
  --tw-scale-y: -.75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-y-90 {
  --tw-scale-y: -.9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-y-95 {
  --tw-scale-y: -.95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-0 {
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-100 {
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-105 {
  --tw-scale-x: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-110 {
  --tw-scale-x: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-125 {
  --tw-scale-x: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-150 {
  --tw-scale-x: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-50 {
  --tw-scale-x: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-75 {
  --tw-scale-x: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-90 {
  --tw-scale-x: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-95 {
  --tw-scale-x: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-0 {
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-100 {
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-105 {
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-110 {
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-125 {
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-150 {
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-50 {
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-75 {
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-90 {
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-95 {
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce {

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

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes fadeIn {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.animate-fadeIn {
  animation: fadeIn 0s ease-in-out;
}
.animate-none {
  animation: none;
}
@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.resize-x {
  resize: horizontal;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-outside {
  list-style-position: outside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.list-image-none {
  list-style-image: none;
}
.\!flex-row {
  flex-direction: row !important;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-content-center {
  place-content: center;
}
.place-content-start {
  place-content: start;
}
.place-content-end {
  place-content: end;
}
.place-content-between {
  place-content: space-between;
}
.place-content-around {
  place-content: space-around;
}
.place-content-evenly {
  place-content: space-evenly;
}
.place-content-baseline {
  place-content: baseline;
}
.place-content-stretch {
  place-content: stretch;
}
.content-normal {
  align-content: normal;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.content-evenly {
  align-content: space-evenly;
}
.content-baseline {
  align-content: baseline;
}
.content-stretch {
  align-content: stretch;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-normal {
  justify-content: normal;
}
.\!justify-start {
  justify-content: flex-start !important;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.\!justify-center {
  justify-content: center !important;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.\!justify-stretch {
  justify-content: stretch !important;
}
.justify-stretch {
  justify-content: stretch;
}
.justify-items-start {
  justify-items: start;
}
.justify-items-end {
  justify-items: end;
}
.justify-items-center {
  justify-items: center;
}
.justify-items-stretch {
  justify-items: stretch;
}
.-space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.0625rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.0625rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-12 > :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)));
}
.-space-x-16 > :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-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem * var(--tw-space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-4 > :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-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-h-rem-full > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-33.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-33.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-w-rem-full > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-60rem * var(--tw-space-x-reverse));
  margin-left: calc(-60rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.0625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.0625rem * var(--tw-space-y-reverse));
}
.-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}
.-space-y-16 > :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));
}
.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
}
.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}
.-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}
.-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}
.-space-y-4 > :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-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}
.-space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}
.-space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}
.-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
}
.-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
}
.-space-y-8 > :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-h-rem-full > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-33.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-33.75rem * var(--tw-space-y-reverse));
}
.-space-y-w-rem-full > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-60rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-60rem * var(--tw-space-y-reverse));
}
.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.0625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.0625rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-12 > :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)));
}
.space-x-16 > :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-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :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-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4.5rem * var(--tw-space-x-reverse));
  margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-h-rem-full > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(33.75rem * var(--tw-space-x-reverse));
  margin-left: calc(33.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-w-rem-full > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(60rem * var(--tw-space-x-reverse));
  margin-left: calc(60rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.0625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.0625rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-16 > :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));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-4 > :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-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :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-h-rem-full > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(33.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(33.75rem * var(--tw-space-y-reverse));
}
.space-y-w-rem-full > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(60rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(60rem * var(--tw-space-y-reverse));
}
.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}
.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}
.place-self-auto {
  place-self: auto;
}
.place-self-start {
  place-self: start;
}
.place-self-end {
  place-self: end;
}
.place-self-center {
  place-self: center;
}
.place-self-stretch {
  place-self: stretch;
}
.self-auto {
  align-self: auto;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.self-baseline {
  align-self: baseline;
}
.justify-self-auto {
  justify-self: auto;
}
.justify-self-start {
  justify-self: start;
}
.justify-self-end {
  justify-self: end;
}
.justify-self-center {
  justify-self: center;
}
.justify-self-stretch {
  justify-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-clip {
  overflow: clip;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-y-clip {
  overflow-y: clip;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.text-clip {
  text-overflow: clip;
}
.hyphens-none {
  hyphens: none;
}
.hyphens-manual {
  hyphens: manual;
}
.hyphens-auto {
  hyphens: auto;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.whitespace-break-spaces {
  white-space: break-spaces;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.text-pretty {
  text-wrap: pretty;
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.break-keep {
  word-break: keep-all;
}
.\!rounded-8 {
  border-radius: 0.5rem !important;
}
.rounded-1 {
  border-radius: 0.0625rem;
}
.rounded-12 {
  border-radius: 0.75rem;
}
.rounded-16 {
  border-radius: 1rem;
}
.rounded-2 {
  border-radius: 0.125rem;
}
.rounded-20 {
  border-radius: 1.25rem;
}
.rounded-24 {
  border-radius: 1.5rem;
}
.rounded-32 {
  border-radius: 2rem;
}
.rounded-4 {
  border-radius: 0.25rem;
}
.rounded-40 {
  border-radius: 2.5rem;
}
.rounded-48 {
  border-radius: 3rem;
}
.rounded-56 {
  border-radius: 3.5rem;
}
.rounded-6 {
  border-radius: 0.375rem;
}
.rounded-72 {
  border-radius: 4.5rem;
}
.rounded-8 {
  border-radius: 0.5rem;
}
.rounded-\[0\.25rem\] {
  border-radius: 0.25rem;
}
.rounded-\[0\.5rem\] {
  border-radius: 0.5rem;
}
.rounded-\[3\.13rem\] {
  border-radius: 3.13rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-none {
  border-radius: 0;
}
.rounded-b-1 {
  border-bottom-right-radius: 0.0625rem;
  border-bottom-left-radius: 0.0625rem;
}
.rounded-b-12 {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-b-16 {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-b-2 {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-b-20 {
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
.rounded-b-24 {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-b-32 {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.rounded-b-4 {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-40 {
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
}
.rounded-b-48 {
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
}
.rounded-b-56 {
  border-bottom-right-radius: 3.5rem;
  border-bottom-left-radius: 3.5rem;
}
.rounded-b-6 {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b-72 {
  border-bottom-right-radius: 4.5rem;
  border-bottom-left-radius: 4.5rem;
}
.rounded-b-8 {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-e-1 {
  border-start-end-radius: 0.0625rem;
  border-end-end-radius: 0.0625rem;
}
.rounded-e-12 {
  border-start-end-radius: 0.75rem;
  border-end-end-radius: 0.75rem;
}
.rounded-e-16 {
  border-start-end-radius: 1rem;
  border-end-end-radius: 1rem;
}
.rounded-e-2 {
  border-start-end-radius: 0.125rem;
  border-end-end-radius: 0.125rem;
}
.rounded-e-20 {
  border-start-end-radius: 1.25rem;
  border-end-end-radius: 1.25rem;
}
.rounded-e-24 {
  border-start-end-radius: 1.5rem;
  border-end-end-radius: 1.5rem;
}
.rounded-e-32 {
  border-start-end-radius: 2rem;
  border-end-end-radius: 2rem;
}
.rounded-e-4 {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}
.rounded-e-40 {
  border-start-end-radius: 2.5rem;
  border-end-end-radius: 2.5rem;
}
.rounded-e-48 {
  border-start-end-radius: 3rem;
  border-end-end-radius: 3rem;
}
.rounded-e-56 {
  border-start-end-radius: 3.5rem;
  border-end-end-radius: 3.5rem;
}
.rounded-e-6 {
  border-start-end-radius: 0.375rem;
  border-end-end-radius: 0.375rem;
}
.rounded-e-72 {
  border-start-end-radius: 4.5rem;
  border-end-end-radius: 4.5rem;
}
.rounded-e-8 {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}
.rounded-e-full {
  border-start-end-radius: 9999px;
  border-end-end-radius: 9999px;
}
.rounded-e-none {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.rounded-l-1 {
  border-top-left-radius: 0.0625rem;
  border-bottom-left-radius: 0.0625rem;
}
.rounded-l-12 {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-16 {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-l-2 {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-l-20 {
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
.rounded-l-24 {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-l-32 {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.rounded-l-4 {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-40 {
  border-top-left-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
}
.rounded-l-48 {
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}
.rounded-l-56 {
  border-top-left-radius: 3.5rem;
  border-bottom-left-radius: 3.5rem;
}
.rounded-l-6 {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-72 {
  border-top-left-radius: 4.5rem;
  border-bottom-left-radius: 4.5rem;
}
.rounded-l-8 {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-r-1 {
  border-top-right-radius: 0.0625rem;
  border-bottom-right-radius: 0.0625rem;
}
.rounded-r-12 {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rounded-r-16 {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.rounded-r-2 {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.rounded-r-20 {
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.rounded-r-24 {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.rounded-r-32 {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.rounded-r-4 {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-r-40 {
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
}
.rounded-r-48 {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
.rounded-r-56 {
  border-top-right-radius: 3.5rem;
  border-bottom-right-radius: 3.5rem;
}
.rounded-r-6 {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-r-72 {
  border-top-right-radius: 4.5rem;
  border-bottom-right-radius: 4.5rem;
}
.rounded-r-8 {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-s-1 {
  border-start-start-radius: 0.0625rem;
  border-end-start-radius: 0.0625rem;
}
.rounded-s-12 {
  border-start-start-radius: 0.75rem;
  border-end-start-radius: 0.75rem;
}
.rounded-s-16 {
  border-start-start-radius: 1rem;
  border-end-start-radius: 1rem;
}
.rounded-s-2 {
  border-start-start-radius: 0.125rem;
  border-end-start-radius: 0.125rem;
}
.rounded-s-20 {
  border-start-start-radius: 1.25rem;
  border-end-start-radius: 1.25rem;
}
.rounded-s-24 {
  border-start-start-radius: 1.5rem;
  border-end-start-radius: 1.5rem;
}
.rounded-s-32 {
  border-start-start-radius: 2rem;
  border-end-start-radius: 2rem;
}
.rounded-s-4 {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}
.rounded-s-40 {
  border-start-start-radius: 2.5rem;
  border-end-start-radius: 2.5rem;
}
.rounded-s-48 {
  border-start-start-radius: 3rem;
  border-end-start-radius: 3rem;
}
.rounded-s-56 {
  border-start-start-radius: 3.5rem;
  border-end-start-radius: 3.5rem;
}
.rounded-s-6 {
  border-start-start-radius: 0.375rem;
  border-end-start-radius: 0.375rem;
}
.rounded-s-72 {
  border-start-start-radius: 4.5rem;
  border-end-start-radius: 4.5rem;
}
.rounded-s-8 {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}
.rounded-s-full {
  border-start-start-radius: 9999px;
  border-end-start-radius: 9999px;
}
.rounded-s-none {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}
.rounded-t-1 {
  border-top-left-radius: 0.0625rem;
  border-top-right-radius: 0.0625rem;
}
.rounded-t-12 {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-t-16 {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-2 {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
.rounded-t-20 {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
.rounded-t-24 {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-32 {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.rounded-t-4 {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-40 {
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
}
.rounded-t-48 {
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}
.rounded-t-56 {
  border-top-left-radius: 3.5rem;
  border-top-right-radius: 3.5rem;
}
.rounded-t-6 {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-72 {
  border-top-left-radius: 4.5rem;
  border-top-right-radius: 4.5rem;
}
.rounded-t-8 {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded-bl-1 {
  border-bottom-left-radius: 0.0625rem;
}
.rounded-bl-12 {
  border-bottom-left-radius: 0.75rem;
}
.rounded-bl-16 {
  border-bottom-left-radius: 1rem;
}
.rounded-bl-2 {
  border-bottom-left-radius: 0.125rem;
}
.rounded-bl-20 {
  border-bottom-left-radius: 1.25rem;
}
.rounded-bl-24 {
  border-bottom-left-radius: 1.5rem;
}
.rounded-bl-32 {
  border-bottom-left-radius: 2rem;
}
.rounded-bl-4 {
  border-bottom-left-radius: 0.25rem;
}
.rounded-bl-40 {
  border-bottom-left-radius: 2.5rem;
}
.rounded-bl-48 {
  border-bottom-left-radius: 3rem;
}
.rounded-bl-56 {
  border-bottom-left-radius: 3.5rem;
}
.rounded-bl-6 {
  border-bottom-left-radius: 0.375rem;
}
.rounded-bl-72 {
  border-bottom-left-radius: 4.5rem;
}
.rounded-bl-8 {
  border-bottom-left-radius: 0.5rem;
}
.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}
.rounded-bl-none {
  border-bottom-left-radius: 0;
}
.rounded-br-1 {
  border-bottom-right-radius: 0.0625rem;
}
.rounded-br-12 {
  border-bottom-right-radius: 0.75rem;
}
.rounded-br-16 {
  border-bottom-right-radius: 1rem;
}
.rounded-br-2 {
  border-bottom-right-radius: 0.125rem;
}
.rounded-br-20 {
  border-bottom-right-radius: 1.25rem;
}
.rounded-br-24 {
  border-bottom-right-radius: 1.5rem;
}
.rounded-br-32 {
  border-bottom-right-radius: 2rem;
}
.rounded-br-4 {
  border-bottom-right-radius: 0.25rem;
}
.rounded-br-40 {
  border-bottom-right-radius: 2.5rem;
}
.rounded-br-48 {
  border-bottom-right-radius: 3rem;
}
.rounded-br-56 {
  border-bottom-right-radius: 3.5rem;
}
.rounded-br-6 {
  border-bottom-right-radius: 0.375rem;
}
.rounded-br-72 {
  border-bottom-right-radius: 4.5rem;
}
.rounded-br-8 {
  border-bottom-right-radius: 0.5rem;
}
.rounded-br-full {
  border-bottom-right-radius: 9999px;
}
.rounded-br-none {
  border-bottom-right-radius: 0;
}
.rounded-ee-1 {
  border-end-end-radius: 0.0625rem;
}
.rounded-ee-12 {
  border-end-end-radius: 0.75rem;
}
.rounded-ee-16 {
  border-end-end-radius: 1rem;
}
.rounded-ee-2 {
  border-end-end-radius: 0.125rem;
}
.rounded-ee-20 {
  border-end-end-radius: 1.25rem;
}
.rounded-ee-24 {
  border-end-end-radius: 1.5rem;
}
.rounded-ee-32 {
  border-end-end-radius: 2rem;
}
.rounded-ee-4 {
  border-end-end-radius: 0.25rem;
}
.rounded-ee-40 {
  border-end-end-radius: 2.5rem;
}
.rounded-ee-48 {
  border-end-end-radius: 3rem;
}
.rounded-ee-56 {
  border-end-end-radius: 3.5rem;
}
.rounded-ee-6 {
  border-end-end-radius: 0.375rem;
}
.rounded-ee-72 {
  border-end-end-radius: 4.5rem;
}
.rounded-ee-8 {
  border-end-end-radius: 0.5rem;
}
.rounded-ee-full {
  border-end-end-radius: 9999px;
}
.rounded-ee-none {
  border-end-end-radius: 0;
}
.rounded-es-1 {
  border-end-start-radius: 0.0625rem;
}
.rounded-es-12 {
  border-end-start-radius: 0.75rem;
}
.rounded-es-16 {
  border-end-start-radius: 1rem;
}
.rounded-es-2 {
  border-end-start-radius: 0.125rem;
}
.rounded-es-20 {
  border-end-start-radius: 1.25rem;
}
.rounded-es-24 {
  border-end-start-radius: 1.5rem;
}
.rounded-es-32 {
  border-end-start-radius: 2rem;
}
.rounded-es-4 {
  border-end-start-radius: 0.25rem;
}
.rounded-es-40 {
  border-end-start-radius: 2.5rem;
}
.rounded-es-48 {
  border-end-start-radius: 3rem;
}
.rounded-es-56 {
  border-end-start-radius: 3.5rem;
}
.rounded-es-6 {
  border-end-start-radius: 0.375rem;
}
.rounded-es-72 {
  border-end-start-radius: 4.5rem;
}
.rounded-es-8 {
  border-end-start-radius: 0.5rem;
}
.rounded-es-full {
  border-end-start-radius: 9999px;
}
.rounded-es-none {
  border-end-start-radius: 0;
}
.rounded-se-1 {
  border-start-end-radius: 0.0625rem;
}
.rounded-se-12 {
  border-start-end-radius: 0.75rem;
}
.rounded-se-16 {
  border-start-end-radius: 1rem;
}
.rounded-se-2 {
  border-start-end-radius: 0.125rem;
}
.rounded-se-20 {
  border-start-end-radius: 1.25rem;
}
.rounded-se-24 {
  border-start-end-radius: 1.5rem;
}
.rounded-se-32 {
  border-start-end-radius: 2rem;
}
.rounded-se-4 {
  border-start-end-radius: 0.25rem;
}
.rounded-se-40 {
  border-start-end-radius: 2.5rem;
}
.rounded-se-48 {
  border-start-end-radius: 3rem;
}
.rounded-se-56 {
  border-start-end-radius: 3.5rem;
}
.rounded-se-6 {
  border-start-end-radius: 0.375rem;
}
.rounded-se-72 {
  border-start-end-radius: 4.5rem;
}
.rounded-se-8 {
  border-start-end-radius: 0.5rem;
}
.rounded-se-full {
  border-start-end-radius: 9999px;
}
.rounded-se-none {
  border-start-end-radius: 0;
}
.rounded-ss-1 {
  border-start-start-radius: 0.0625rem;
}
.rounded-ss-12 {
  border-start-start-radius: 0.75rem;
}
.rounded-ss-16 {
  border-start-start-radius: 1rem;
}
.rounded-ss-2 {
  border-start-start-radius: 0.125rem;
}
.rounded-ss-20 {
  border-start-start-radius: 1.25rem;
}
.rounded-ss-24 {
  border-start-start-radius: 1.5rem;
}
.rounded-ss-32 {
  border-start-start-radius: 2rem;
}
.rounded-ss-4 {
  border-start-start-radius: 0.25rem;
}
.rounded-ss-40 {
  border-start-start-radius: 2.5rem;
}
.rounded-ss-48 {
  border-start-start-radius: 3rem;
}
.rounded-ss-56 {
  border-start-start-radius: 3.5rem;
}
.rounded-ss-6 {
  border-start-start-radius: 0.375rem;
}
.rounded-ss-72 {
  border-start-start-radius: 4.5rem;
}
.rounded-ss-8 {
  border-start-start-radius: 0.5rem;
}
.rounded-ss-full {
  border-start-start-radius: 9999px;
}
.rounded-ss-none {
  border-start-start-radius: 0;
}
.rounded-tl-1 {
  border-top-left-radius: 0.0625rem;
}
.rounded-tl-12 {
  border-top-left-radius: 0.75rem;
}
.rounded-tl-16 {
  border-top-left-radius: 1rem;
}
.rounded-tl-2 {
  border-top-left-radius: 0.125rem;
}
.rounded-tl-20 {
  border-top-left-radius: 1.25rem;
}
.rounded-tl-24 {
  border-top-left-radius: 1.5rem;
}
.rounded-tl-32 {
  border-top-left-radius: 2rem;
}
.rounded-tl-4 {
  border-top-left-radius: 0.25rem;
}
.rounded-tl-40 {
  border-top-left-radius: 2.5rem;
}
.rounded-tl-48 {
  border-top-left-radius: 3rem;
}
.rounded-tl-56 {
  border-top-left-radius: 3.5rem;
}
.rounded-tl-6 {
  border-top-left-radius: 0.375rem;
}
.rounded-tl-72 {
  border-top-left-radius: 4.5rem;
}
.rounded-tl-8 {
  border-top-left-radius: 0.5rem;
}
.rounded-tl-full {
  border-top-left-radius: 9999px;
}
.rounded-tl-none {
  border-top-left-radius: 0;
}
.rounded-tr-1 {
  border-top-right-radius: 0.0625rem;
}
.rounded-tr-12 {
  border-top-right-radius: 0.75rem;
}
.rounded-tr-16 {
  border-top-right-radius: 1rem;
}
.rounded-tr-2 {
  border-top-right-radius: 0.125rem;
}
.rounded-tr-20 {
  border-top-right-radius: 1.25rem;
}
.rounded-tr-24 {
  border-top-right-radius: 1.5rem;
}
.rounded-tr-32 {
  border-top-right-radius: 2rem;
}
.rounded-tr-4 {
  border-top-right-radius: 0.25rem;
}
.rounded-tr-40 {
  border-top-right-radius: 2.5rem;
}
.rounded-tr-48 {
  border-top-right-radius: 3rem;
}
.rounded-tr-56 {
  border-top-right-radius: 3.5rem;
}
.rounded-tr-6 {
  border-top-right-radius: 0.375rem;
}
.rounded-tr-72 {
  border-top-right-radius: 4.5rem;
}
.rounded-tr-8 {
  border-top-right-radius: 0.5rem;
}
.rounded-tr-full {
  border-top-right-radius: 9999px;
}
.rounded-tr-none {
  border-top-right-radius: 0;
}
.border-0 {
  border-width: 0;
}
.border-1 {
  border-width: 0.0625rem;
}
.border-2 {
  border-width: 0.125rem;
}
.border-4 {
  border-width: 0.25rem;
}
.border-8 {
  border-width: 0.5rem;
}
.border-\[0\.5rem\] {
  border-width: 0.5rem;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-x-0 {
  border-left-width: 0;
  border-right-width: 0;
}
.border-x-1 {
  border-left-width: 0.0625rem;
  border-right-width: 0.0625rem;
}
.border-x-2 {
  border-left-width: 0.125rem;
  border-right-width: 0.125rem;
}
.border-x-4 {
  border-left-width: 0.25rem;
  border-right-width: 0.25rem;
}
.border-x-8 {
  border-left-width: 0.5rem;
  border-right-width: 0.5rem;
}
.border-y-0 {
  border-top-width: 0;
  border-bottom-width: 0;
}
.border-y-1 {
  border-top-width: 0.0625rem;
  border-bottom-width: 0.0625rem;
}
.border-y-2 {
  border-top-width: 0.125rem;
  border-bottom-width: 0.125rem;
}
.border-y-4 {
  border-top-width: 0.25rem;
  border-bottom-width: 0.25rem;
}
.border-y-8 {
  border-top-width: 0.5rem;
  border-bottom-width: 0.5rem;
}
.border-b-0 {
  border-bottom-width: 0;
}
.border-b-1 {
  border-bottom-width: 0.0625rem;
}
.border-b-2 {
  border-bottom-width: 0.125rem;
}
.border-b-4 {
  border-bottom-width: 0.25rem;
}
.border-b-8 {
  border-bottom-width: 0.5rem;
}
.border-e-0 {
  border-inline-end-width: 0;
}
.border-e-1 {
  border-inline-end-width: 0.0625rem;
}
.border-e-2 {
  border-inline-end-width: 0.125rem;
}
.border-e-4 {
  border-inline-end-width: 0.25rem;
}
.border-e-8 {
  border-inline-end-width: 0.5rem;
}
.border-l-0 {
  border-left-width: 0;
}
.border-l-1 {
  border-left-width: 0.0625rem;
}
.border-l-2 {
  border-left-width: 0.125rem;
}
.border-l-4 {
  border-left-width: 0.25rem;
}
.border-l-8 {
  border-left-width: 0.5rem;
}
.border-r-0 {
  border-right-width: 0;
}
.border-r-1 {
  border-right-width: 0.0625rem;
}
.border-r-2 {
  border-right-width: 0.125rem;
}
.border-r-4 {
  border-right-width: 0.25rem;
}
.border-r-8 {
  border-right-width: 0.5rem;
}
.border-s-0 {
  border-inline-start-width: 0;
}
.border-s-1 {
  border-inline-start-width: 0.0625rem;
}
.border-s-2 {
  border-inline-start-width: 0.125rem;
}
.border-s-4 {
  border-inline-start-width: 0.25rem;
}
.border-s-8 {
  border-inline-start-width: 0.5rem;
}
.border-t-0 {
  border-top-width: 0;
}
.border-t-1 {
  border-top-width: 0.0625rem;
}
.border-t-2 {
  border-top-width: 0.125rem;
}
.border-t-4 {
  border-top-width: 0.25rem;
}
.border-t-8 {
  border-top-width: 0.5rem;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-double {
  border-style: double;
}
.border-hidden {
  border-style: hidden;
}
.border-none {
  border-style: none;
}
.border-\[\#80808070\] {
  border-color: #80808070;
}
.border-\[gray\] {
  border-color: gray;
}
.border-attention-0 {
  border-color: #E17A00;
}
.border-attention-0\/0 {
  border-color: rgba(225,122,0,0);
}
.border-attention-0\/10 {
  border-color: rgba(225,122,0,0.1);
}
.border-attention-0\/100 {
  border-color: rgba(225,122,0,1);
}
.border-attention-0\/15 {
  border-color: rgba(225,122,0,0.15);
}
.border-attention-0\/20 {
  border-color: rgba(225,122,0,0.2);
}
.border-attention-0\/25 {
  border-color: rgba(225,122,0,0.25);
}
.border-attention-0\/30 {
  border-color: rgba(225,122,0,0.3);
}
.border-attention-0\/35 {
  border-color: rgba(225,122,0,0.35);
}
.border-attention-0\/40 {
  border-color: rgba(225,122,0,0.4);
}
.border-attention-0\/45 {
  border-color: rgba(225,122,0,0.45);
}
.border-attention-0\/5 {
  border-color: rgba(225,122,0,0.05);
}
.border-attention-0\/50 {
  border-color: rgba(225,122,0,0.5);
}
.border-attention-0\/55 {
  border-color: rgba(225,122,0,0.55);
}
.border-attention-0\/60 {
  border-color: rgba(225,122,0,0.6);
}
.border-attention-0\/65 {
  border-color: rgba(225,122,0,0.65);
}
.border-attention-0\/70 {
  border-color: rgba(225,122,0,0.7);
}
.border-attention-0\/75 {
  border-color: rgba(225,122,0,0.75);
}
.border-attention-0\/80 {
  border-color: rgba(225,122,0,0.8);
}
.border-attention-0\/85 {
  border-color: rgba(225,122,0,0.85);
}
.border-attention-0\/90 {
  border-color: rgba(225,122,0,0.9);
}
.border-attention-0\/95 {
  border-color: rgba(225,122,0,0.95);
}
.border-attention-100 {
  border-color: #E17A00;
}
.border-attention-100\/0 {
  border-color: rgba(225,122,0,0);
}
.border-attention-100\/10 {
  border-color: rgba(225,122,0,0.1);
}
.border-attention-100\/100 {
  border-color: rgba(225,122,0,1);
}
.border-attention-100\/15 {
  border-color: rgba(225,122,0,0.15);
}
.border-attention-100\/20 {
  border-color: rgba(225,122,0,0.2);
}
.border-attention-100\/25 {
  border-color: rgba(225,122,0,0.25);
}
.border-attention-100\/30 {
  border-color: rgba(225,122,0,0.3);
}
.border-attention-100\/35 {
  border-color: rgba(225,122,0,0.35);
}
.border-attention-100\/40 {
  border-color: rgba(225,122,0,0.4);
}
.border-attention-100\/45 {
  border-color: rgba(225,122,0,0.45);
}
.border-attention-100\/5 {
  border-color: rgba(225,122,0,0.05);
}
.border-attention-100\/50 {
  border-color: rgba(225,122,0,0.5);
}
.border-attention-100\/55 {
  border-color: rgba(225,122,0,0.55);
}
.border-attention-100\/60 {
  border-color: rgba(225,122,0,0.6);
}
.border-attention-100\/65 {
  border-color: rgba(225,122,0,0.65);
}
.border-attention-100\/70 {
  border-color: rgba(225,122,0,0.7);
}
.border-attention-100\/75 {
  border-color: rgba(225,122,0,0.75);
}
.border-attention-100\/80 {
  border-color: rgba(225,122,0,0.8);
}
.border-attention-100\/85 {
  border-color: rgba(225,122,0,0.85);
}
.border-attention-100\/90 {
  border-color: rgba(225,122,0,0.9);
}
.border-attention-100\/95 {
  border-color: rgba(225,122,0,0.95);
}
.border-attention-200 {
  border-color: #E17A00;
}
.border-attention-200\/0 {
  border-color: rgba(225,122,0,0);
}
.border-attention-200\/10 {
  border-color: rgba(225,122,0,0.1);
}
.border-attention-200\/100 {
  border-color: rgba(225,122,0,1);
}
.border-attention-200\/15 {
  border-color: rgba(225,122,0,0.15);
}
.border-attention-200\/20 {
  border-color: rgba(225,122,0,0.2);
}
.border-attention-200\/25 {
  border-color: rgba(225,122,0,0.25);
}
.border-attention-200\/30 {
  border-color: rgba(225,122,0,0.3);
}
.border-attention-200\/35 {
  border-color: rgba(225,122,0,0.35);
}
.border-attention-200\/40 {
  border-color: rgba(225,122,0,0.4);
}
.border-attention-200\/45 {
  border-color: rgba(225,122,0,0.45);
}
.border-attention-200\/5 {
  border-color: rgba(225,122,0,0.05);
}
.border-attention-200\/50 {
  border-color: rgba(225,122,0,0.5);
}
.border-attention-200\/55 {
  border-color: rgba(225,122,0,0.55);
}
.border-attention-200\/60 {
  border-color: rgba(225,122,0,0.6);
}
.border-attention-200\/65 {
  border-color: rgba(225,122,0,0.65);
}
.border-attention-200\/70 {
  border-color: rgba(225,122,0,0.7);
}
.border-attention-200\/75 {
  border-color: rgba(225,122,0,0.75);
}
.border-attention-200\/80 {
  border-color: rgba(225,122,0,0.8);
}
.border-attention-200\/85 {
  border-color: rgba(225,122,0,0.85);
}
.border-attention-200\/90 {
  border-color: rgba(225,122,0,0.9);
}
.border-attention-200\/95 {
  border-color: rgba(225,122,0,0.95);
}
.border-attention-300 {
  border-color: #E17A00;
}
.border-attention-300\/0 {
  border-color: rgba(225,122,0,0);
}
.border-attention-300\/10 {
  border-color: rgba(225,122,0,0.1);
}
.border-attention-300\/100 {
  border-color: rgba(225,122,0,1);
}
.border-attention-300\/15 {
  border-color: rgba(225,122,0,0.15);
}
.border-attention-300\/20 {
  border-color: rgba(225,122,0,0.2);
}
.border-attention-300\/25 {
  border-color: rgba(225,122,0,0.25);
}
.border-attention-300\/30 {
  border-color: rgba(225,122,0,0.3);
}
.border-attention-300\/35 {
  border-color: rgba(225,122,0,0.35);
}
.border-attention-300\/40 {
  border-color: rgba(225,122,0,0.4);
}
.border-attention-300\/45 {
  border-color: rgba(225,122,0,0.45);
}
.border-attention-300\/5 {
  border-color: rgba(225,122,0,0.05);
}
.border-attention-300\/50 {
  border-color: rgba(225,122,0,0.5);
}
.border-attention-300\/55 {
  border-color: rgba(225,122,0,0.55);
}
.border-attention-300\/60 {
  border-color: rgba(225,122,0,0.6);
}
.border-attention-300\/65 {
  border-color: rgba(225,122,0,0.65);
}
.border-attention-300\/70 {
  border-color: rgba(225,122,0,0.7);
}
.border-attention-300\/75 {
  border-color: rgba(225,122,0,0.75);
}
.border-attention-300\/80 {
  border-color: rgba(225,122,0,0.8);
}
.border-attention-300\/85 {
  border-color: rgba(225,122,0,0.85);
}
.border-attention-300\/90 {
  border-color: rgba(225,122,0,0.9);
}
.border-attention-300\/95 {
  border-color: rgba(225,122,0,0.95);
}
.border-attention-400 {
  border-color: #E17A00;
}
.border-attention-400\/0 {
  border-color: rgba(225,122,0,0);
}
.border-attention-400\/10 {
  border-color: rgba(225,122,0,0.1);
}
.border-attention-400\/100 {
  border-color: rgba(225,122,0,1);
}
.border-attention-400\/15 {
  border-color: rgba(225,122,0,0.15);
}
.border-attention-400\/20 {
  border-color: rgba(225,122,0,0.2);
}
.border-attention-400\/25 {
  border-color: rgba(225,122,0,0.25);
}
.border-attention-400\/30 {
  border-color: rgba(225,122,0,0.3);
}
.border-attention-400\/35 {
  border-color: rgba(225,122,0,0.35);
}
.border-attention-400\/40 {
  border-color: rgba(225,122,0,0.4);
}
.border-attention-400\/45 {
  border-color: rgba(225,122,0,0.45);
}
.border-attention-400\/5 {
  border-color: rgba(225,122,0,0.05);
}
.border-attention-400\/50 {
  border-color: rgba(225,122,0,0.5);
}
.border-attention-400\/55 {
  border-color: rgba(225,122,0,0.55);
}
.border-attention-400\/60 {
  border-color: rgba(225,122,0,0.6);
}
.border-attention-400\/65 {
  border-color: rgba(225,122,0,0.65);
}
.border-attention-400\/70 {
  border-color: rgba(225,122,0,0.7);
}
.border-attention-400\/75 {
  border-color: rgba(225,122,0,0.75);
}
.border-attention-400\/80 {
  border-color: rgba(225,122,0,0.8);
}
.border-attention-400\/85 {
  border-color: rgba(225,122,0,0.85);
}
.border-attention-400\/90 {
  border-color: rgba(225,122,0,0.9);
}
.border-attention-400\/95 {
  border-color: rgba(225,122,0,0.95);
}
.border-attention-500 {
  border-color: #E93A24;
}
.border-attention-500\/0 {
  border-color: rgba(233,58,36,0);
}
.border-attention-500\/10 {
  border-color: rgba(233,58,36,0.1);
}
.border-attention-500\/100 {
  border-color: rgba(233,58,36,1);
}
.border-attention-500\/15 {
  border-color: rgba(233,58,36,0.15);
}
.border-attention-500\/20 {
  border-color: rgba(233,58,36,0.2);
}
.border-attention-500\/25 {
  border-color: rgba(233,58,36,0.25);
}
.border-attention-500\/30 {
  border-color: rgba(233,58,36,0.3);
}
.border-attention-500\/35 {
  border-color: rgba(233,58,36,0.35);
}
.border-attention-500\/40 {
  border-color: rgba(233,58,36,0.4);
}
.border-attention-500\/45 {
  border-color: rgba(233,58,36,0.45);
}
.border-attention-500\/5 {
  border-color: rgba(233,58,36,0.05);
}
.border-attention-500\/50 {
  border-color: rgba(233,58,36,0.5);
}
.border-attention-500\/55 {
  border-color: rgba(233,58,36,0.55);
}
.border-attention-500\/60 {
  border-color: rgba(233,58,36,0.6);
}
.border-attention-500\/65 {
  border-color: rgba(233,58,36,0.65);
}
.border-attention-500\/70 {
  border-color: rgba(233,58,36,0.7);
}
.border-attention-500\/75 {
  border-color: rgba(233,58,36,0.75);
}
.border-attention-500\/80 {
  border-color: rgba(233,58,36,0.8);
}
.border-attention-500\/85 {
  border-color: rgba(233,58,36,0.85);
}
.border-attention-500\/90 {
  border-color: rgba(233,58,36,0.9);
}
.border-attention-500\/95 {
  border-color: rgba(233,58,36,0.95);
}
.border-attention-600 {
  border-color: #E93A24;
}
.border-attention-600\/0 {
  border-color: rgba(233,58,36,0);
}
.border-attention-600\/10 {
  border-color: rgba(233,58,36,0.1);
}
.border-attention-600\/100 {
  border-color: rgba(233,58,36,1);
}
.border-attention-600\/15 {
  border-color: rgba(233,58,36,0.15);
}
.border-attention-600\/20 {
  border-color: rgba(233,58,36,0.2);
}
.border-attention-600\/25 {
  border-color: rgba(233,58,36,0.25);
}
.border-attention-600\/30 {
  border-color: rgba(233,58,36,0.3);
}
.border-attention-600\/35 {
  border-color: rgba(233,58,36,0.35);
}
.border-attention-600\/40 {
  border-color: rgba(233,58,36,0.4);
}
.border-attention-600\/45 {
  border-color: rgba(233,58,36,0.45);
}
.border-attention-600\/5 {
  border-color: rgba(233,58,36,0.05);
}
.border-attention-600\/50 {
  border-color: rgba(233,58,36,0.5);
}
.border-attention-600\/55 {
  border-color: rgba(233,58,36,0.55);
}
.border-attention-600\/60 {
  border-color: rgba(233,58,36,0.6);
}
.border-attention-600\/65 {
  border-color: rgba(233,58,36,0.65);
}
.border-attention-600\/70 {
  border-color: rgba(233,58,36,0.7);
}
.border-attention-600\/75 {
  border-color: rgba(233,58,36,0.75);
}
.border-attention-600\/80 {
  border-color: rgba(233,58,36,0.8);
}
.border-attention-600\/85 {
  border-color: rgba(233,58,36,0.85);
}
.border-attention-600\/90 {
  border-color: rgba(233,58,36,0.9);
}
.border-attention-600\/95 {
  border-color: rgba(233,58,36,0.95);
}
.border-attention-700 {
  border-color: #E93A24;
}
.border-attention-700\/0 {
  border-color: rgba(233,58,36,0);
}
.border-attention-700\/10 {
  border-color: rgba(233,58,36,0.1);
}
.border-attention-700\/100 {
  border-color: rgba(233,58,36,1);
}
.border-attention-700\/15 {
  border-color: rgba(233,58,36,0.15);
}
.border-attention-700\/20 {
  border-color: rgba(233,58,36,0.2);
}
.border-attention-700\/25 {
  border-color: rgba(233,58,36,0.25);
}
.border-attention-700\/30 {
  border-color: rgba(233,58,36,0.3);
}
.border-attention-700\/35 {
  border-color: rgba(233,58,36,0.35);
}
.border-attention-700\/40 {
  border-color: rgba(233,58,36,0.4);
}
.border-attention-700\/45 {
  border-color: rgba(233,58,36,0.45);
}
.border-attention-700\/5 {
  border-color: rgba(233,58,36,0.05);
}
.border-attention-700\/50 {
  border-color: rgba(233,58,36,0.5);
}
.border-attention-700\/55 {
  border-color: rgba(233,58,36,0.55);
}
.border-attention-700\/60 {
  border-color: rgba(233,58,36,0.6);
}
.border-attention-700\/65 {
  border-color: rgba(233,58,36,0.65);
}
.border-attention-700\/70 {
  border-color: rgba(233,58,36,0.7);
}
.border-attention-700\/75 {
  border-color: rgba(233,58,36,0.75);
}
.border-attention-700\/80 {
  border-color: rgba(233,58,36,0.8);
}
.border-attention-700\/85 {
  border-color: rgba(233,58,36,0.85);
}
.border-attention-700\/90 {
  border-color: rgba(233,58,36,0.9);
}
.border-attention-700\/95 {
  border-color: rgba(233,58,36,0.95);
}
.border-attention-800 {
  border-color: #E93A24;
}
.border-attention-800\/0 {
  border-color: rgba(233,58,36,0);
}
.border-attention-800\/10 {
  border-color: rgba(233,58,36,0.1);
}
.border-attention-800\/100 {
  border-color: rgba(233,58,36,1);
}
.border-attention-800\/15 {
  border-color: rgba(233,58,36,0.15);
}
.border-attention-800\/20 {
  border-color: rgba(233,58,36,0.2);
}
.border-attention-800\/25 {
  border-color: rgba(233,58,36,0.25);
}
.border-attention-800\/30 {
  border-color: rgba(233,58,36,0.3);
}
.border-attention-800\/35 {
  border-color: rgba(233,58,36,0.35);
}
.border-attention-800\/40 {
  border-color: rgba(233,58,36,0.4);
}
.border-attention-800\/45 {
  border-color: rgba(233,58,36,0.45);
}
.border-attention-800\/5 {
  border-color: rgba(233,58,36,0.05);
}
.border-attention-800\/50 {
  border-color: rgba(233,58,36,0.5);
}
.border-attention-800\/55 {
  border-color: rgba(233,58,36,0.55);
}
.border-attention-800\/60 {
  border-color: rgba(233,58,36,0.6);
}
.border-attention-800\/65 {
  border-color: rgba(233,58,36,0.65);
}
.border-attention-800\/70 {
  border-color: rgba(233,58,36,0.7);
}
.border-attention-800\/75 {
  border-color: rgba(233,58,36,0.75);
}
.border-attention-800\/80 {
  border-color: rgba(233,58,36,0.8);
}
.border-attention-800\/85 {
  border-color: rgba(233,58,36,0.85);
}
.border-attention-800\/90 {
  border-color: rgba(233,58,36,0.9);
}
.border-attention-800\/95 {
  border-color: rgba(233,58,36,0.95);
}
.border-attention-900 {
  border-color: #E93A24;
}
.border-attention-900\/0 {
  border-color: rgba(233,58,36,0);
}
.border-attention-900\/10 {
  border-color: rgba(233,58,36,0.1);
}
.border-attention-900\/100 {
  border-color: rgba(233,58,36,1);
}
.border-attention-900\/15 {
  border-color: rgba(233,58,36,0.15);
}
.border-attention-900\/20 {
  border-color: rgba(233,58,36,0.2);
}
.border-attention-900\/25 {
  border-color: rgba(233,58,36,0.25);
}
.border-attention-900\/30 {
  border-color: rgba(233,58,36,0.3);
}
.border-attention-900\/35 {
  border-color: rgba(233,58,36,0.35);
}
.border-attention-900\/40 {
  border-color: rgba(233,58,36,0.4);
}
.border-attention-900\/45 {
  border-color: rgba(233,58,36,0.45);
}
.border-attention-900\/5 {
  border-color: rgba(233,58,36,0.05);
}
.border-attention-900\/50 {
  border-color: rgba(233,58,36,0.5);
}
.border-attention-900\/55 {
  border-color: rgba(233,58,36,0.55);
}
.border-attention-900\/60 {
  border-color: rgba(233,58,36,0.6);
}
.border-attention-900\/65 {
  border-color: rgba(233,58,36,0.65);
}
.border-attention-900\/70 {
  border-color: rgba(233,58,36,0.7);
}
.border-attention-900\/75 {
  border-color: rgba(233,58,36,0.75);
}
.border-attention-900\/80 {
  border-color: rgba(233,58,36,0.8);
}
.border-attention-900\/85 {
  border-color: rgba(233,58,36,0.85);
}
.border-attention-900\/90 {
  border-color: rgba(233,58,36,0.9);
}
.border-attention-900\/95 {
  border-color: rgba(233,58,36,0.95);
}
.border-attention-dark {
  border-color: #8c2316;
}
.border-attention-dark\/0 {
  border-color: rgba(140,35,22,0);
}
.border-attention-dark\/10 {
  border-color: rgba(140,35,22,0.1);
}
.border-attention-dark\/100 {
  border-color: rgba(140,35,22,1);
}
.border-attention-dark\/15 {
  border-color: rgba(140,35,22,0.15);
}
.border-attention-dark\/20 {
  border-color: rgba(140,35,22,0.2);
}
.border-attention-dark\/25 {
  border-color: rgba(140,35,22,0.25);
}
.border-attention-dark\/30 {
  border-color: rgba(140,35,22,0.3);
}
.border-attention-dark\/35 {
  border-color: rgba(140,35,22,0.35);
}
.border-attention-dark\/40 {
  border-color: rgba(140,35,22,0.4);
}
.border-attention-dark\/45 {
  border-color: rgba(140,35,22,0.45);
}
.border-attention-dark\/5 {
  border-color: rgba(140,35,22,0.05);
}
.border-attention-dark\/50 {
  border-color: rgba(140,35,22,0.5);
}
.border-attention-dark\/55 {
  border-color: rgba(140,35,22,0.55);
}
.border-attention-dark\/60 {
  border-color: rgba(140,35,22,0.6);
}
.border-attention-dark\/65 {
  border-color: rgba(140,35,22,0.65);
}
.border-attention-dark\/70 {
  border-color: rgba(140,35,22,0.7);
}
.border-attention-dark\/75 {
  border-color: rgba(140,35,22,0.75);
}
.border-attention-dark\/80 {
  border-color: rgba(140,35,22,0.8);
}
.border-attention-dark\/85 {
  border-color: rgba(140,35,22,0.85);
}
.border-attention-dark\/90 {
  border-color: rgba(140,35,22,0.9);
}
.border-attention-dark\/95 {
  border-color: rgba(140,35,22,0.95);
}
.border-attention-light {
  border-color: #E17A00;
}
.border-attention-light\/0 {
  border-color: rgba(225,122,0,0);
}
.border-attention-light\/10 {
  border-color: rgba(225,122,0,0.1);
}
.border-attention-light\/100 {
  border-color: rgba(225,122,0,1);
}
.border-attention-light\/15 {
  border-color: rgba(225,122,0,0.15);
}
.border-attention-light\/20 {
  border-color: rgba(225,122,0,0.2);
}
.border-attention-light\/25 {
  border-color: rgba(225,122,0,0.25);
}
.border-attention-light\/30 {
  border-color: rgba(225,122,0,0.3);
}
.border-attention-light\/35 {
  border-color: rgba(225,122,0,0.35);
}
.border-attention-light\/40 {
  border-color: rgba(225,122,0,0.4);
}
.border-attention-light\/45 {
  border-color: rgba(225,122,0,0.45);
}
.border-attention-light\/5 {
  border-color: rgba(225,122,0,0.05);
}
.border-attention-light\/50 {
  border-color: rgba(225,122,0,0.5);
}
.border-attention-light\/55 {
  border-color: rgba(225,122,0,0.55);
}
.border-attention-light\/60 {
  border-color: rgba(225,122,0,0.6);
}
.border-attention-light\/65 {
  border-color: rgba(225,122,0,0.65);
}
.border-attention-light\/70 {
  border-color: rgba(225,122,0,0.7);
}
.border-attention-light\/75 {
  border-color: rgba(225,122,0,0.75);
}
.border-attention-light\/80 {
  border-color: rgba(225,122,0,0.8);
}
.border-attention-light\/85 {
  border-color: rgba(225,122,0,0.85);
}
.border-attention-light\/90 {
  border-color: rgba(225,122,0,0.9);
}
.border-attention-light\/95 {
  border-color: rgba(225,122,0,0.95);
}
.border-base-0 {
  border-color: #E5E5E5;
}
.border-base-0\/0 {
  border-color: rgba(229,229,229,0);
}
.border-base-0\/10 {
  border-color: rgba(229,229,229,0.1);
}
.border-base-0\/100 {
  border-color: rgba(229,229,229,1);
}
.border-base-0\/15 {
  border-color: rgba(229,229,229,0.15);
}
.border-base-0\/20 {
  border-color: rgba(229,229,229,0.2);
}
.border-base-0\/25 {
  border-color: rgba(229,229,229,0.25);
}
.border-base-0\/30 {
  border-color: rgba(229,229,229,0.3);
}
.border-base-0\/35 {
  border-color: rgba(229,229,229,0.35);
}
.border-base-0\/40 {
  border-color: rgba(229,229,229,0.4);
}
.border-base-0\/45 {
  border-color: rgba(229,229,229,0.45);
}
.border-base-0\/5 {
  border-color: rgba(229,229,229,0.05);
}
.border-base-0\/50 {
  border-color: rgba(229,229,229,0.5);
}
.border-base-0\/55 {
  border-color: rgba(229,229,229,0.55);
}
.border-base-0\/60 {
  border-color: rgba(229,229,229,0.6);
}
.border-base-0\/65 {
  border-color: rgba(229,229,229,0.65);
}
.border-base-0\/70 {
  border-color: rgba(229,229,229,0.7);
}
.border-base-0\/75 {
  border-color: rgba(229,229,229,0.75);
}
.border-base-0\/80 {
  border-color: rgba(229,229,229,0.8);
}
.border-base-0\/85 {
  border-color: rgba(229,229,229,0.85);
}
.border-base-0\/90 {
  border-color: rgba(229,229,229,0.9);
}
.border-base-0\/95 {
  border-color: rgba(229,229,229,0.95);
}
.border-base-100 {
  border-color: #8C8C8C;
}
.border-base-100\/0 {
  border-color: rgba(140,140,140,0);
}
.border-base-100\/10 {
  border-color: rgba(140,140,140,0.1);
}
.border-base-100\/100 {
  border-color: rgba(140,140,140,1);
}
.border-base-100\/15 {
  border-color: rgba(140,140,140,0.15);
}
.border-base-100\/20 {
  border-color: rgba(140,140,140,0.2);
}
.border-base-100\/25 {
  border-color: rgba(140,140,140,0.25);
}
.border-base-100\/30 {
  border-color: rgba(140,140,140,0.3);
}
.border-base-100\/35 {
  border-color: rgba(140,140,140,0.35);
}
.border-base-100\/40 {
  border-color: rgba(140,140,140,0.4);
}
.border-base-100\/45 {
  border-color: rgba(140,140,140,0.45);
}
.border-base-100\/5 {
  border-color: rgba(140,140,140,0.05);
}
.border-base-100\/50 {
  border-color: rgba(140,140,140,0.5);
}
.border-base-100\/55 {
  border-color: rgba(140,140,140,0.55);
}
.border-base-100\/60 {
  border-color: rgba(140,140,140,0.6);
}
.border-base-100\/65 {
  border-color: rgba(140,140,140,0.65);
}
.border-base-100\/70 {
  border-color: rgba(140,140,140,0.7);
}
.border-base-100\/75 {
  border-color: rgba(140,140,140,0.75);
}
.border-base-100\/80 {
  border-color: rgba(140,140,140,0.8);
}
.border-base-100\/85 {
  border-color: rgba(140,140,140,0.85);
}
.border-base-100\/90 {
  border-color: rgba(140,140,140,0.9);
}
.border-base-100\/95 {
  border-color: rgba(140,140,140,0.95);
}
.border-base-150 {
  border-color: #6f6f6f;
}
.border-base-150\/0 {
  border-color: rgba(111,111,111,0);
}
.border-base-150\/10 {
  border-color: rgba(111,111,111,0.1);
}
.border-base-150\/100 {
  border-color: rgba(111,111,111,1);
}
.border-base-150\/15 {
  border-color: rgba(111,111,111,0.15);
}
.border-base-150\/20 {
  border-color: rgba(111,111,111,0.2);
}
.border-base-150\/25 {
  border-color: rgba(111,111,111,0.25);
}
.border-base-150\/30 {
  border-color: rgba(111,111,111,0.3);
}
.border-base-150\/35 {
  border-color: rgba(111,111,111,0.35);
}
.border-base-150\/40 {
  border-color: rgba(111,111,111,0.4);
}
.border-base-150\/45 {
  border-color: rgba(111,111,111,0.45);
}
.border-base-150\/5 {
  border-color: rgba(111,111,111,0.05);
}
.border-base-150\/50 {
  border-color: rgba(111,111,111,0.5);
}
.border-base-150\/55 {
  border-color: rgba(111,111,111,0.55);
}
.border-base-150\/60 {
  border-color: rgba(111,111,111,0.6);
}
.border-base-150\/65 {
  border-color: rgba(111,111,111,0.65);
}
.border-base-150\/70 {
  border-color: rgba(111,111,111,0.7);
}
.border-base-150\/75 {
  border-color: rgba(111,111,111,0.75);
}
.border-base-150\/80 {
  border-color: rgba(111,111,111,0.8);
}
.border-base-150\/85 {
  border-color: rgba(111,111,111,0.85);
}
.border-base-150\/90 {
  border-color: rgba(111,111,111,0.9);
}
.border-base-150\/95 {
  border-color: rgba(111,111,111,0.95);
}
.border-base-200 {
  border-color: #454545;
}
.border-base-200\/0 {
  border-color: rgba(69,69,69,0);
}
.border-base-200\/10 {
  border-color: rgba(69,69,69,0.1);
}
.border-base-200\/100 {
  border-color: rgba(69,69,69,1);
}
.border-base-200\/15 {
  border-color: rgba(69,69,69,0.15);
}
.border-base-200\/20 {
  border-color: rgba(69,69,69,0.2);
}
.border-base-200\/25 {
  border-color: rgba(69,69,69,0.25);
}
.border-base-200\/30 {
  border-color: rgba(69,69,69,0.3);
}
.border-base-200\/35 {
  border-color: rgba(69,69,69,0.35);
}
.border-base-200\/40 {
  border-color: rgba(69,69,69,0.4);
}
.border-base-200\/45 {
  border-color: rgba(69,69,69,0.45);
}
.border-base-200\/5 {
  border-color: rgba(69,69,69,0.05);
}
.border-base-200\/50 {
  border-color: rgba(69,69,69,0.5);
}
.border-base-200\/55 {
  border-color: rgba(69,69,69,0.55);
}
.border-base-200\/60 {
  border-color: rgba(69,69,69,0.6);
}
.border-base-200\/65 {
  border-color: rgba(69,69,69,0.65);
}
.border-base-200\/70 {
  border-color: rgba(69,69,69,0.7);
}
.border-base-200\/75 {
  border-color: rgba(69,69,69,0.75);
}
.border-base-200\/80 {
  border-color: rgba(69,69,69,0.8);
}
.border-base-200\/85 {
  border-color: rgba(69,69,69,0.85);
}
.border-base-200\/90 {
  border-color: rgba(69,69,69,0.9);
}
.border-base-200\/95 {
  border-color: rgba(69,69,69,0.95);
}
.border-base-300 {
  border-color: #343434;
}
.border-base-300\/0 {
  border-color: rgba(52,52,52,0);
}
.border-base-300\/10 {
  border-color: rgba(52,52,52,0.1);
}
.border-base-300\/100 {
  border-color: rgba(52,52,52,1);
}
.border-base-300\/15 {
  border-color: rgba(52,52,52,0.15);
}
.border-base-300\/20 {
  border-color: rgba(52,52,52,0.2);
}
.border-base-300\/25 {
  border-color: rgba(52,52,52,0.25);
}
.border-base-300\/30 {
  border-color: rgba(52,52,52,0.3);
}
.border-base-300\/35 {
  border-color: rgba(52,52,52,0.35);
}
.border-base-300\/40 {
  border-color: rgba(52,52,52,0.4);
}
.border-base-300\/45 {
  border-color: rgba(52,52,52,0.45);
}
.border-base-300\/5 {
  border-color: rgba(52,52,52,0.05);
}
.border-base-300\/50 {
  border-color: rgba(52,52,52,0.5);
}
.border-base-300\/55 {
  border-color: rgba(52,52,52,0.55);
}
.border-base-300\/60 {
  border-color: rgba(52,52,52,0.6);
}
.border-base-300\/65 {
  border-color: rgba(52,52,52,0.65);
}
.border-base-300\/70 {
  border-color: rgba(52,52,52,0.7);
}
.border-base-300\/75 {
  border-color: rgba(52,52,52,0.75);
}
.border-base-300\/80 {
  border-color: rgba(52,52,52,0.8);
}
.border-base-300\/85 {
  border-color: rgba(52,52,52,0.85);
}
.border-base-300\/90 {
  border-color: rgba(52,52,52,0.9);
}
.border-base-300\/95 {
  border-color: rgba(52,52,52,0.95);
}
.border-base-400 {
  border-color: #2B2B2B;
}
.border-base-400\/0 {
  border-color: rgba(43,43,43,0);
}
.border-base-400\/10 {
  border-color: rgba(43,43,43,0.1);
}
.border-base-400\/100 {
  border-color: rgba(43,43,43,1);
}
.border-base-400\/15 {
  border-color: rgba(43,43,43,0.15);
}
.border-base-400\/20 {
  border-color: rgba(43,43,43,0.2);
}
.border-base-400\/25 {
  border-color: rgba(43,43,43,0.25);
}
.border-base-400\/30 {
  border-color: rgba(43,43,43,0.3);
}
.border-base-400\/35 {
  border-color: rgba(43,43,43,0.35);
}
.border-base-400\/40 {
  border-color: rgba(43,43,43,0.4);
}
.border-base-400\/45 {
  border-color: rgba(43,43,43,0.45);
}
.border-base-400\/5 {
  border-color: rgba(43,43,43,0.05);
}
.border-base-400\/50 {
  border-color: rgba(43,43,43,0.5);
}
.border-base-400\/55 {
  border-color: rgba(43,43,43,0.55);
}
.border-base-400\/60 {
  border-color: rgba(43,43,43,0.6);
}
.border-base-400\/65 {
  border-color: rgba(43,43,43,0.65);
}
.border-base-400\/70 {
  border-color: rgba(43,43,43,0.7);
}
.border-base-400\/75 {
  border-color: rgba(43,43,43,0.75);
}
.border-base-400\/80 {
  border-color: rgba(43,43,43,0.8);
}
.border-base-400\/85 {
  border-color: rgba(43,43,43,0.85);
}
.border-base-400\/90 {
  border-color: rgba(43,43,43,0.9);
}
.border-base-400\/95 {
  border-color: rgba(43,43,43,0.95);
}
.border-base-500 {
  border-color: #232323;
}
.border-base-500\/0 {
  border-color: rgba(35,35,35,0);
}
.border-base-500\/10 {
  border-color: rgba(35,35,35,0.1);
}
.border-base-500\/100 {
  border-color: rgba(35,35,35,1);
}
.border-base-500\/15 {
  border-color: rgba(35,35,35,0.15);
}
.border-base-500\/20 {
  border-color: rgba(35,35,35,0.2);
}
.border-base-500\/25 {
  border-color: rgba(35,35,35,0.25);
}
.border-base-500\/30 {
  border-color: rgba(35,35,35,0.3);
}
.border-base-500\/35 {
  border-color: rgba(35,35,35,0.35);
}
.border-base-500\/40 {
  border-color: rgba(35,35,35,0.4);
}
.border-base-500\/45 {
  border-color: rgba(35,35,35,0.45);
}
.border-base-500\/5 {
  border-color: rgba(35,35,35,0.05);
}
.border-base-500\/50 {
  border-color: rgba(35,35,35,0.5);
}
.border-base-500\/55 {
  border-color: rgba(35,35,35,0.55);
}
.border-base-500\/60 {
  border-color: rgba(35,35,35,0.6);
}
.border-base-500\/65 {
  border-color: rgba(35,35,35,0.65);
}
.border-base-500\/70 {
  border-color: rgba(35,35,35,0.7);
}
.border-base-500\/75 {
  border-color: rgba(35,35,35,0.75);
}
.border-base-500\/80 {
  border-color: rgba(35,35,35,0.8);
}
.border-base-500\/85 {
  border-color: rgba(35,35,35,0.85);
}
.border-base-500\/90 {
  border-color: rgba(35,35,35,0.9);
}
.border-base-500\/95 {
  border-color: rgba(35,35,35,0.95);
}
.border-base-600 {
  border-color: #232323;
}
.border-base-600\/0 {
  border-color: rgba(35,35,35,0);
}
.border-base-600\/10 {
  border-color: rgba(35,35,35,0.1);
}
.border-base-600\/100 {
  border-color: rgba(35,35,35,1);
}
.border-base-600\/15 {
  border-color: rgba(35,35,35,0.15);
}
.border-base-600\/20 {
  border-color: rgba(35,35,35,0.2);
}
.border-base-600\/25 {
  border-color: rgba(35,35,35,0.25);
}
.border-base-600\/30 {
  border-color: rgba(35,35,35,0.3);
}
.border-base-600\/35 {
  border-color: rgba(35,35,35,0.35);
}
.border-base-600\/40 {
  border-color: rgba(35,35,35,0.4);
}
.border-base-600\/45 {
  border-color: rgba(35,35,35,0.45);
}
.border-base-600\/5 {
  border-color: rgba(35,35,35,0.05);
}
.border-base-600\/50 {
  border-color: rgba(35,35,35,0.5);
}
.border-base-600\/55 {
  border-color: rgba(35,35,35,0.55);
}
.border-base-600\/60 {
  border-color: rgba(35,35,35,0.6);
}
.border-base-600\/65 {
  border-color: rgba(35,35,35,0.65);
}
.border-base-600\/70 {
  border-color: rgba(35,35,35,0.7);
}
.border-base-600\/75 {
  border-color: rgba(35,35,35,0.75);
}
.border-base-600\/80 {
  border-color: rgba(35,35,35,0.8);
}
.border-base-600\/85 {
  border-color: rgba(35,35,35,0.85);
}
.border-base-600\/90 {
  border-color: rgba(35,35,35,0.9);
}
.border-base-600\/95 {
  border-color: rgba(35,35,35,0.95);
}
.border-base-700 {
  border-color: #181818;
}
.border-base-700\/0 {
  border-color: rgba(24,24,24,0);
}
.border-base-700\/10 {
  border-color: rgba(24,24,24,0.1);
}
.border-base-700\/100 {
  border-color: rgba(24,24,24,1);
}
.border-base-700\/15 {
  border-color: rgba(24,24,24,0.15);
}
.border-base-700\/20 {
  border-color: rgba(24,24,24,0.2);
}
.border-base-700\/25 {
  border-color: rgba(24,24,24,0.25);
}
.border-base-700\/30 {
  border-color: rgba(24,24,24,0.3);
}
.border-base-700\/35 {
  border-color: rgba(24,24,24,0.35);
}
.border-base-700\/40 {
  border-color: rgba(24,24,24,0.4);
}
.border-base-700\/45 {
  border-color: rgba(24,24,24,0.45);
}
.border-base-700\/5 {
  border-color: rgba(24,24,24,0.05);
}
.border-base-700\/50 {
  border-color: rgba(24,24,24,0.5);
}
.border-base-700\/55 {
  border-color: rgba(24,24,24,0.55);
}
.border-base-700\/60 {
  border-color: rgba(24,24,24,0.6);
}
.border-base-700\/65 {
  border-color: rgba(24,24,24,0.65);
}
.border-base-700\/70 {
  border-color: rgba(24,24,24,0.7);
}
.border-base-700\/75 {
  border-color: rgba(24,24,24,0.75);
}
.border-base-700\/80 {
  border-color: rgba(24,24,24,0.8);
}
.border-base-700\/85 {
  border-color: rgba(24,24,24,0.85);
}
.border-base-700\/90 {
  border-color: rgba(24,24,24,0.9);
}
.border-base-700\/95 {
  border-color: rgba(24,24,24,0.95);
}
.border-base-800 {
  border-color: #1E1E1E;
}
.border-base-800\/0 {
  border-color: rgba(30,30,30,0);
}
.border-base-800\/10 {
  border-color: rgba(30,30,30,0.1);
}
.border-base-800\/100 {
  border-color: rgba(30,30,30,1);
}
.border-base-800\/15 {
  border-color: rgba(30,30,30,0.15);
}
.border-base-800\/20 {
  border-color: rgba(30,30,30,0.2);
}
.border-base-800\/25 {
  border-color: rgba(30,30,30,0.25);
}
.border-base-800\/30 {
  border-color: rgba(30,30,30,0.3);
}
.border-base-800\/35 {
  border-color: rgba(30,30,30,0.35);
}
.border-base-800\/40 {
  border-color: rgba(30,30,30,0.4);
}
.border-base-800\/45 {
  border-color: rgba(30,30,30,0.45);
}
.border-base-800\/5 {
  border-color: rgba(30,30,30,0.05);
}
.border-base-800\/50 {
  border-color: rgba(30,30,30,0.5);
}
.border-base-800\/55 {
  border-color: rgba(30,30,30,0.55);
}
.border-base-800\/60 {
  border-color: rgba(30,30,30,0.6);
}
.border-base-800\/65 {
  border-color: rgba(30,30,30,0.65);
}
.border-base-800\/70 {
  border-color: rgba(30,30,30,0.7);
}
.border-base-800\/75 {
  border-color: rgba(30,30,30,0.75);
}
.border-base-800\/80 {
  border-color: rgba(30,30,30,0.8);
}
.border-base-800\/85 {
  border-color: rgba(30,30,30,0.85);
}
.border-base-800\/90 {
  border-color: rgba(30,30,30,0.9);
}
.border-base-800\/95 {
  border-color: rgba(30,30,30,0.95);
}
.border-base-900 {
  border-color: #000000;
}
.border-base-900\/0 {
  border-color: rgba(0,0,0,0);
}
.border-base-900\/10 {
  border-color: rgba(0,0,0,0.1);
}
.border-base-900\/100 {
  border-color: rgba(0,0,0,1);
}
.border-base-900\/15 {
  border-color: rgba(0,0,0,0.15);
}
.border-base-900\/20 {
  border-color: rgba(0,0,0,0.2);
}
.border-base-900\/25 {
  border-color: rgba(0,0,0,0.25);
}
.border-base-900\/30 {
  border-color: rgba(0,0,0,0.3);
}
.border-base-900\/35 {
  border-color: rgba(0,0,0,0.35);
}
.border-base-900\/40 {
  border-color: rgba(0,0,0,0.4);
}
.border-base-900\/45 {
  border-color: rgba(0,0,0,0.45);
}
.border-base-900\/5 {
  border-color: rgba(0,0,0,0.05);
}
.border-base-900\/50 {
  border-color: rgba(0,0,0,0.5);
}
.border-base-900\/55 {
  border-color: rgba(0,0,0,0.55);
}
.border-base-900\/60 {
  border-color: rgba(0,0,0,0.6);
}
.border-base-900\/65 {
  border-color: rgba(0,0,0,0.65);
}
.border-base-900\/70 {
  border-color: rgba(0,0,0,0.7);
}
.border-base-900\/75 {
  border-color: rgba(0,0,0,0.75);
}
.border-base-900\/80 {
  border-color: rgba(0,0,0,0.8);
}
.border-base-900\/85 {
  border-color: rgba(0,0,0,0.85);
}
.border-base-900\/90 {
  border-color: rgba(0,0,0,0.9);
}
.border-base-900\/95 {
  border-color: rgba(0,0,0,0.95);
}
.border-base-dark {
  border-color: #1E1E1E;
}
.border-base-dark\/0 {
  border-color: rgba(30,30,30,0);
}
.border-base-dark\/10 {
  border-color: rgba(30,30,30,0.1);
}
.border-base-dark\/100 {
  border-color: rgba(30,30,30,1);
}
.border-base-dark\/15 {
  border-color: rgba(30,30,30,0.15);
}
.border-base-dark\/20 {
  border-color: rgba(30,30,30,0.2);
}
.border-base-dark\/25 {
  border-color: rgba(30,30,30,0.25);
}
.border-base-dark\/30 {
  border-color: rgba(30,30,30,0.3);
}
.border-base-dark\/35 {
  border-color: rgba(30,30,30,0.35);
}
.border-base-dark\/40 {
  border-color: rgba(30,30,30,0.4);
}
.border-base-dark\/45 {
  border-color: rgba(30,30,30,0.45);
}
.border-base-dark\/5 {
  border-color: rgba(30,30,30,0.05);
}
.border-base-dark\/50 {
  border-color: rgba(30,30,30,0.5);
}
.border-base-dark\/55 {
  border-color: rgba(30,30,30,0.55);
}
.border-base-dark\/60 {
  border-color: rgba(30,30,30,0.6);
}
.border-base-dark\/65 {
  border-color: rgba(30,30,30,0.65);
}
.border-base-dark\/70 {
  border-color: rgba(30,30,30,0.7);
}
.border-base-dark\/75 {
  border-color: rgba(30,30,30,0.75);
}
.border-base-dark\/80 {
  border-color: rgba(30,30,30,0.8);
}
.border-base-dark\/85 {
  border-color: rgba(30,30,30,0.85);
}
.border-base-dark\/90 {
  border-color: rgba(30,30,30,0.9);
}
.border-base-dark\/95 {
  border-color: rgba(30,30,30,0.95);
}
.border-base-light {
  border-color: #454545;
}
.border-base-light\/0 {
  border-color: rgba(69,69,69,0);
}
.border-base-light\/10 {
  border-color: rgba(69,69,69,0.1);
}
.border-base-light\/100 {
  border-color: rgba(69,69,69,1);
}
.border-base-light\/15 {
  border-color: rgba(69,69,69,0.15);
}
.border-base-light\/20 {
  border-color: rgba(69,69,69,0.2);
}
.border-base-light\/25 {
  border-color: rgba(69,69,69,0.25);
}
.border-base-light\/30 {
  border-color: rgba(69,69,69,0.3);
}
.border-base-light\/35 {
  border-color: rgba(69,69,69,0.35);
}
.border-base-light\/40 {
  border-color: rgba(69,69,69,0.4);
}
.border-base-light\/45 {
  border-color: rgba(69,69,69,0.45);
}
.border-base-light\/5 {
  border-color: rgba(69,69,69,0.05);
}
.border-base-light\/50 {
  border-color: rgba(69,69,69,0.5);
}
.border-base-light\/55 {
  border-color: rgba(69,69,69,0.55);
}
.border-base-light\/60 {
  border-color: rgba(69,69,69,0.6);
}
.border-base-light\/65 {
  border-color: rgba(69,69,69,0.65);
}
.border-base-light\/70 {
  border-color: rgba(69,69,69,0.7);
}
.border-base-light\/75 {
  border-color: rgba(69,69,69,0.75);
}
.border-base-light\/80 {
  border-color: rgba(69,69,69,0.8);
}
.border-base-light\/85 {
  border-color: rgba(69,69,69,0.85);
}
.border-base-light\/90 {
  border-color: rgba(69,69,69,0.9);
}
.border-base-light\/95 {
  border-color: rgba(69,69,69,0.95);
}
.border-base-none {
  border-color: transparent;
}
.border-base-none\/0 {
  border-color: rgba(0,0,0,0);
}
.border-base-none\/10 {
  border-color: rgba(0,0,0,0.1);
}
.border-base-none\/100 {
  border-color: rgba(0,0,0,1);
}
.border-base-none\/15 {
  border-color: rgba(0,0,0,0.15);
}
.border-base-none\/20 {
  border-color: rgba(0,0,0,0.2);
}
.border-base-none\/25 {
  border-color: rgba(0,0,0,0.25);
}
.border-base-none\/30 {
  border-color: rgba(0,0,0,0.3);
}
.border-base-none\/35 {
  border-color: rgba(0,0,0,0.35);
}
.border-base-none\/40 {
  border-color: rgba(0,0,0,0.4);
}
.border-base-none\/45 {
  border-color: rgba(0,0,0,0.45);
}
.border-base-none\/5 {
  border-color: rgba(0,0,0,0.05);
}
.border-base-none\/50 {
  border-color: rgba(0,0,0,0.5);
}
.border-base-none\/55 {
  border-color: rgba(0,0,0,0.55);
}
.border-base-none\/60 {
  border-color: rgba(0,0,0,0.6);
}
.border-base-none\/65 {
  border-color: rgba(0,0,0,0.65);
}
.border-base-none\/70 {
  border-color: rgba(0,0,0,0.7);
}
.border-base-none\/75 {
  border-color: rgba(0,0,0,0.75);
}
.border-base-none\/80 {
  border-color: rgba(0,0,0,0.8);
}
.border-base-none\/85 {
  border-color: rgba(0,0,0,0.85);
}
.border-base-none\/90 {
  border-color: rgba(0,0,0,0.9);
}
.border-base-none\/95 {
  border-color: rgba(0,0,0,0.95);
}
.border-marker-0 {
  border-color: #60BF02;
}
.border-marker-0\/0 {
  border-color: rgba(96,191,2,0);
}
.border-marker-0\/10 {
  border-color: rgba(96,191,2,0.1);
}
.border-marker-0\/100 {
  border-color: rgba(96,191,2,1);
}
.border-marker-0\/15 {
  border-color: rgba(96,191,2,0.15);
}
.border-marker-0\/20 {
  border-color: rgba(96,191,2,0.2);
}
.border-marker-0\/25 {
  border-color: rgba(96,191,2,0.25);
}
.border-marker-0\/30 {
  border-color: rgba(96,191,2,0.3);
}
.border-marker-0\/35 {
  border-color: rgba(96,191,2,0.35);
}
.border-marker-0\/40 {
  border-color: rgba(96,191,2,0.4);
}
.border-marker-0\/45 {
  border-color: rgba(96,191,2,0.45);
}
.border-marker-0\/5 {
  border-color: rgba(96,191,2,0.05);
}
.border-marker-0\/50 {
  border-color: rgba(96,191,2,0.5);
}
.border-marker-0\/55 {
  border-color: rgba(96,191,2,0.55);
}
.border-marker-0\/60 {
  border-color: rgba(96,191,2,0.6);
}
.border-marker-0\/65 {
  border-color: rgba(96,191,2,0.65);
}
.border-marker-0\/70 {
  border-color: rgba(96,191,2,0.7);
}
.border-marker-0\/75 {
  border-color: rgba(96,191,2,0.75);
}
.border-marker-0\/80 {
  border-color: rgba(96,191,2,0.8);
}
.border-marker-0\/85 {
  border-color: rgba(96,191,2,0.85);
}
.border-marker-0\/90 {
  border-color: rgba(96,191,2,0.9);
}
.border-marker-0\/95 {
  border-color: rgba(96,191,2,0.95);
}
.border-marker-100 {
  border-color: #60BF02;
}
.border-marker-100\/0 {
  border-color: rgba(96,191,2,0);
}
.border-marker-100\/10 {
  border-color: rgba(96,191,2,0.1);
}
.border-marker-100\/100 {
  border-color: rgba(96,191,2,1);
}
.border-marker-100\/15 {
  border-color: rgba(96,191,2,0.15);
}
.border-marker-100\/20 {
  border-color: rgba(96,191,2,0.2);
}
.border-marker-100\/25 {
  border-color: rgba(96,191,2,0.25);
}
.border-marker-100\/30 {
  border-color: rgba(96,191,2,0.3);
}
.border-marker-100\/35 {
  border-color: rgba(96,191,2,0.35);
}
.border-marker-100\/40 {
  border-color: rgba(96,191,2,0.4);
}
.border-marker-100\/45 {
  border-color: rgba(96,191,2,0.45);
}
.border-marker-100\/5 {
  border-color: rgba(96,191,2,0.05);
}
.border-marker-100\/50 {
  border-color: rgba(96,191,2,0.5);
}
.border-marker-100\/55 {
  border-color: rgba(96,191,2,0.55);
}
.border-marker-100\/60 {
  border-color: rgba(96,191,2,0.6);
}
.border-marker-100\/65 {
  border-color: rgba(96,191,2,0.65);
}
.border-marker-100\/70 {
  border-color: rgba(96,191,2,0.7);
}
.border-marker-100\/75 {
  border-color: rgba(96,191,2,0.75);
}
.border-marker-100\/80 {
  border-color: rgba(96,191,2,0.8);
}
.border-marker-100\/85 {
  border-color: rgba(96,191,2,0.85);
}
.border-marker-100\/90 {
  border-color: rgba(96,191,2,0.9);
}
.border-marker-100\/95 {
  border-color: rgba(96,191,2,0.95);
}
.border-marker-200 {
  border-color: #60BF02;
}
.border-marker-200\/0 {
  border-color: rgba(96,191,2,0);
}
.border-marker-200\/10 {
  border-color: rgba(96,191,2,0.1);
}
.border-marker-200\/100 {
  border-color: rgba(96,191,2,1);
}
.border-marker-200\/15 {
  border-color: rgba(96,191,2,0.15);
}
.border-marker-200\/20 {
  border-color: rgba(96,191,2,0.2);
}
.border-marker-200\/25 {
  border-color: rgba(96,191,2,0.25);
}
.border-marker-200\/30 {
  border-color: rgba(96,191,2,0.3);
}
.border-marker-200\/35 {
  border-color: rgba(96,191,2,0.35);
}
.border-marker-200\/40 {
  border-color: rgba(96,191,2,0.4);
}
.border-marker-200\/45 {
  border-color: rgba(96,191,2,0.45);
}
.border-marker-200\/5 {
  border-color: rgba(96,191,2,0.05);
}
.border-marker-200\/50 {
  border-color: rgba(96,191,2,0.5);
}
.border-marker-200\/55 {
  border-color: rgba(96,191,2,0.55);
}
.border-marker-200\/60 {
  border-color: rgba(96,191,2,0.6);
}
.border-marker-200\/65 {
  border-color: rgba(96,191,2,0.65);
}
.border-marker-200\/70 {
  border-color: rgba(96,191,2,0.7);
}
.border-marker-200\/75 {
  border-color: rgba(96,191,2,0.75);
}
.border-marker-200\/80 {
  border-color: rgba(96,191,2,0.8);
}
.border-marker-200\/85 {
  border-color: rgba(96,191,2,0.85);
}
.border-marker-200\/90 {
  border-color: rgba(96,191,2,0.9);
}
.border-marker-200\/95 {
  border-color: rgba(96,191,2,0.95);
}
.border-marker-300 {
  border-color: #60BF02;
}
.border-marker-300\/0 {
  border-color: rgba(96,191,2,0);
}
.border-marker-300\/10 {
  border-color: rgba(96,191,2,0.1);
}
.border-marker-300\/100 {
  border-color: rgba(96,191,2,1);
}
.border-marker-300\/15 {
  border-color: rgba(96,191,2,0.15);
}
.border-marker-300\/20 {
  border-color: rgba(96,191,2,0.2);
}
.border-marker-300\/25 {
  border-color: rgba(96,191,2,0.25);
}
.border-marker-300\/30 {
  border-color: rgba(96,191,2,0.3);
}
.border-marker-300\/35 {
  border-color: rgba(96,191,2,0.35);
}
.border-marker-300\/40 {
  border-color: rgba(96,191,2,0.4);
}
.border-marker-300\/45 {
  border-color: rgba(96,191,2,0.45);
}
.border-marker-300\/5 {
  border-color: rgba(96,191,2,0.05);
}
.border-marker-300\/50 {
  border-color: rgba(96,191,2,0.5);
}
.border-marker-300\/55 {
  border-color: rgba(96,191,2,0.55);
}
.border-marker-300\/60 {
  border-color: rgba(96,191,2,0.6);
}
.border-marker-300\/65 {
  border-color: rgba(96,191,2,0.65);
}
.border-marker-300\/70 {
  border-color: rgba(96,191,2,0.7);
}
.border-marker-300\/75 {
  border-color: rgba(96,191,2,0.75);
}
.border-marker-300\/80 {
  border-color: rgba(96,191,2,0.8);
}
.border-marker-300\/85 {
  border-color: rgba(96,191,2,0.85);
}
.border-marker-300\/90 {
  border-color: rgba(96,191,2,0.9);
}
.border-marker-300\/95 {
  border-color: rgba(96,191,2,0.95);
}
.border-marker-400 {
  border-color: #60BF02;
}
.border-marker-400\/0 {
  border-color: rgba(96,191,2,0);
}
.border-marker-400\/10 {
  border-color: rgba(96,191,2,0.1);
}
.border-marker-400\/100 {
  border-color: rgba(96,191,2,1);
}
.border-marker-400\/15 {
  border-color: rgba(96,191,2,0.15);
}
.border-marker-400\/20 {
  border-color: rgba(96,191,2,0.2);
}
.border-marker-400\/25 {
  border-color: rgba(96,191,2,0.25);
}
.border-marker-400\/30 {
  border-color: rgba(96,191,2,0.3);
}
.border-marker-400\/35 {
  border-color: rgba(96,191,2,0.35);
}
.border-marker-400\/40 {
  border-color: rgba(96,191,2,0.4);
}
.border-marker-400\/45 {
  border-color: rgba(96,191,2,0.45);
}
.border-marker-400\/5 {
  border-color: rgba(96,191,2,0.05);
}
.border-marker-400\/50 {
  border-color: rgba(96,191,2,0.5);
}
.border-marker-400\/55 {
  border-color: rgba(96,191,2,0.55);
}
.border-marker-400\/60 {
  border-color: rgba(96,191,2,0.6);
}
.border-marker-400\/65 {
  border-color: rgba(96,191,2,0.65);
}
.border-marker-400\/70 {
  border-color: rgba(96,191,2,0.7);
}
.border-marker-400\/75 {
  border-color: rgba(96,191,2,0.75);
}
.border-marker-400\/80 {
  border-color: rgba(96,191,2,0.8);
}
.border-marker-400\/85 {
  border-color: rgba(96,191,2,0.85);
}
.border-marker-400\/90 {
  border-color: rgba(96,191,2,0.9);
}
.border-marker-400\/95 {
  border-color: rgba(96,191,2,0.95);
}
.border-marker-500 {
  border-color: #428400;
}
.border-marker-500\/0 {
  border-color: rgba(66,132,0,0);
}
.border-marker-500\/10 {
  border-color: rgba(66,132,0,0.1);
}
.border-marker-500\/100 {
  border-color: rgba(66,132,0,1);
}
.border-marker-500\/15 {
  border-color: rgba(66,132,0,0.15);
}
.border-marker-500\/20 {
  border-color: rgba(66,132,0,0.2);
}
.border-marker-500\/25 {
  border-color: rgba(66,132,0,0.25);
}
.border-marker-500\/30 {
  border-color: rgba(66,132,0,0.3);
}
.border-marker-500\/35 {
  border-color: rgba(66,132,0,0.35);
}
.border-marker-500\/40 {
  border-color: rgba(66,132,0,0.4);
}
.border-marker-500\/45 {
  border-color: rgba(66,132,0,0.45);
}
.border-marker-500\/5 {
  border-color: rgba(66,132,0,0.05);
}
.border-marker-500\/50 {
  border-color: rgba(66,132,0,0.5);
}
.border-marker-500\/55 {
  border-color: rgba(66,132,0,0.55);
}
.border-marker-500\/60 {
  border-color: rgba(66,132,0,0.6);
}
.border-marker-500\/65 {
  border-color: rgba(66,132,0,0.65);
}
.border-marker-500\/70 {
  border-color: rgba(66,132,0,0.7);
}
.border-marker-500\/75 {
  border-color: rgba(66,132,0,0.75);
}
.border-marker-500\/80 {
  border-color: rgba(66,132,0,0.8);
}
.border-marker-500\/85 {
  border-color: rgba(66,132,0,0.85);
}
.border-marker-500\/90 {
  border-color: rgba(66,132,0,0.9);
}
.border-marker-500\/95 {
  border-color: rgba(66,132,0,0.95);
}
.border-marker-600 {
  border-color: #428400;
}
.border-marker-600\/0 {
  border-color: rgba(66,132,0,0);
}
.border-marker-600\/10 {
  border-color: rgba(66,132,0,0.1);
}
.border-marker-600\/100 {
  border-color: rgba(66,132,0,1);
}
.border-marker-600\/15 {
  border-color: rgba(66,132,0,0.15);
}
.border-marker-600\/20 {
  border-color: rgba(66,132,0,0.2);
}
.border-marker-600\/25 {
  border-color: rgba(66,132,0,0.25);
}
.border-marker-600\/30 {
  border-color: rgba(66,132,0,0.3);
}
.border-marker-600\/35 {
  border-color: rgba(66,132,0,0.35);
}
.border-marker-600\/40 {
  border-color: rgba(66,132,0,0.4);
}
.border-marker-600\/45 {
  border-color: rgba(66,132,0,0.45);
}
.border-marker-600\/5 {
  border-color: rgba(66,132,0,0.05);
}
.border-marker-600\/50 {
  border-color: rgba(66,132,0,0.5);
}
.border-marker-600\/55 {
  border-color: rgba(66,132,0,0.55);
}
.border-marker-600\/60 {
  border-color: rgba(66,132,0,0.6);
}
.border-marker-600\/65 {
  border-color: rgba(66,132,0,0.65);
}
.border-marker-600\/70 {
  border-color: rgba(66,132,0,0.7);
}
.border-marker-600\/75 {
  border-color: rgba(66,132,0,0.75);
}
.border-marker-600\/80 {
  border-color: rgba(66,132,0,0.8);
}
.border-marker-600\/85 {
  border-color: rgba(66,132,0,0.85);
}
.border-marker-600\/90 {
  border-color: rgba(66,132,0,0.9);
}
.border-marker-600\/95 {
  border-color: rgba(66,132,0,0.95);
}
.border-marker-700 {
  border-color: #428400;
}
.border-marker-700\/0 {
  border-color: rgba(66,132,0,0);
}
.border-marker-700\/10 {
  border-color: rgba(66,132,0,0.1);
}
.border-marker-700\/100 {
  border-color: rgba(66,132,0,1);
}
.border-marker-700\/15 {
  border-color: rgba(66,132,0,0.15);
}
.border-marker-700\/20 {
  border-color: rgba(66,132,0,0.2);
}
.border-marker-700\/25 {
  border-color: rgba(66,132,0,0.25);
}
.border-marker-700\/30 {
  border-color: rgba(66,132,0,0.3);
}
.border-marker-700\/35 {
  border-color: rgba(66,132,0,0.35);
}
.border-marker-700\/40 {
  border-color: rgba(66,132,0,0.4);
}
.border-marker-700\/45 {
  border-color: rgba(66,132,0,0.45);
}
.border-marker-700\/5 {
  border-color: rgba(66,132,0,0.05);
}
.border-marker-700\/50 {
  border-color: rgba(66,132,0,0.5);
}
.border-marker-700\/55 {
  border-color: rgba(66,132,0,0.55);
}
.border-marker-700\/60 {
  border-color: rgba(66,132,0,0.6);
}
.border-marker-700\/65 {
  border-color: rgba(66,132,0,0.65);
}
.border-marker-700\/70 {
  border-color: rgba(66,132,0,0.7);
}
.border-marker-700\/75 {
  border-color: rgba(66,132,0,0.75);
}
.border-marker-700\/80 {
  border-color: rgba(66,132,0,0.8);
}
.border-marker-700\/85 {
  border-color: rgba(66,132,0,0.85);
}
.border-marker-700\/90 {
  border-color: rgba(66,132,0,0.9);
}
.border-marker-700\/95 {
  border-color: rgba(66,132,0,0.95);
}
.border-marker-800 {
  border-color: #428400;
}
.border-marker-800\/0 {
  border-color: rgba(66,132,0,0);
}
.border-marker-800\/10 {
  border-color: rgba(66,132,0,0.1);
}
.border-marker-800\/100 {
  border-color: rgba(66,132,0,1);
}
.border-marker-800\/15 {
  border-color: rgba(66,132,0,0.15);
}
.border-marker-800\/20 {
  border-color: rgba(66,132,0,0.2);
}
.border-marker-800\/25 {
  border-color: rgba(66,132,0,0.25);
}
.border-marker-800\/30 {
  border-color: rgba(66,132,0,0.3);
}
.border-marker-800\/35 {
  border-color: rgba(66,132,0,0.35);
}
.border-marker-800\/40 {
  border-color: rgba(66,132,0,0.4);
}
.border-marker-800\/45 {
  border-color: rgba(66,132,0,0.45);
}
.border-marker-800\/5 {
  border-color: rgba(66,132,0,0.05);
}
.border-marker-800\/50 {
  border-color: rgba(66,132,0,0.5);
}
.border-marker-800\/55 {
  border-color: rgba(66,132,0,0.55);
}
.border-marker-800\/60 {
  border-color: rgba(66,132,0,0.6);
}
.border-marker-800\/65 {
  border-color: rgba(66,132,0,0.65);
}
.border-marker-800\/70 {
  border-color: rgba(66,132,0,0.7);
}
.border-marker-800\/75 {
  border-color: rgba(66,132,0,0.75);
}
.border-marker-800\/80 {
  border-color: rgba(66,132,0,0.8);
}
.border-marker-800\/85 {
  border-color: rgba(66,132,0,0.85);
}
.border-marker-800\/90 {
  border-color: rgba(66,132,0,0.9);
}
.border-marker-800\/95 {
  border-color: rgba(66,132,0,0.95);
}
.border-marker-900 {
  border-color: #428400;
}
.border-marker-900\/0 {
  border-color: rgba(66,132,0,0);
}
.border-marker-900\/10 {
  border-color: rgba(66,132,0,0.1);
}
.border-marker-900\/100 {
  border-color: rgba(66,132,0,1);
}
.border-marker-900\/15 {
  border-color: rgba(66,132,0,0.15);
}
.border-marker-900\/20 {
  border-color: rgba(66,132,0,0.2);
}
.border-marker-900\/25 {
  border-color: rgba(66,132,0,0.25);
}
.border-marker-900\/30 {
  border-color: rgba(66,132,0,0.3);
}
.border-marker-900\/35 {
  border-color: rgba(66,132,0,0.35);
}
.border-marker-900\/40 {
  border-color: rgba(66,132,0,0.4);
}
.border-marker-900\/45 {
  border-color: rgba(66,132,0,0.45);
}
.border-marker-900\/5 {
  border-color: rgba(66,132,0,0.05);
}
.border-marker-900\/50 {
  border-color: rgba(66,132,0,0.5);
}
.border-marker-900\/55 {
  border-color: rgba(66,132,0,0.55);
}
.border-marker-900\/60 {
  border-color: rgba(66,132,0,0.6);
}
.border-marker-900\/65 {
  border-color: rgba(66,132,0,0.65);
}
.border-marker-900\/70 {
  border-color: rgba(66,132,0,0.7);
}
.border-marker-900\/75 {
  border-color: rgba(66,132,0,0.75);
}
.border-marker-900\/80 {
  border-color: rgba(66,132,0,0.8);
}
.border-marker-900\/85 {
  border-color: rgba(66,132,0,0.85);
}
.border-marker-900\/90 {
  border-color: rgba(66,132,0,0.9);
}
.border-marker-900\/95 {
  border-color: rgba(66,132,0,0.95);
}
.border-marker-dark {
  border-color: #428400;
}
.border-marker-dark\/0 {
  border-color: rgba(66,132,0,0);
}
.border-marker-dark\/10 {
  border-color: rgba(66,132,0,0.1);
}
.border-marker-dark\/100 {
  border-color: rgba(66,132,0,1);
}
.border-marker-dark\/15 {
  border-color: rgba(66,132,0,0.15);
}
.border-marker-dark\/20 {
  border-color: rgba(66,132,0,0.2);
}
.border-marker-dark\/25 {
  border-color: rgba(66,132,0,0.25);
}
.border-marker-dark\/30 {
  border-color: rgba(66,132,0,0.3);
}
.border-marker-dark\/35 {
  border-color: rgba(66,132,0,0.35);
}
.border-marker-dark\/40 {
  border-color: rgba(66,132,0,0.4);
}
.border-marker-dark\/45 {
  border-color: rgba(66,132,0,0.45);
}
.border-marker-dark\/5 {
  border-color: rgba(66,132,0,0.05);
}
.border-marker-dark\/50 {
  border-color: rgba(66,132,0,0.5);
}
.border-marker-dark\/55 {
  border-color: rgba(66,132,0,0.55);
}
.border-marker-dark\/60 {
  border-color: rgba(66,132,0,0.6);
}
.border-marker-dark\/65 {
  border-color: rgba(66,132,0,0.65);
}
.border-marker-dark\/70 {
  border-color: rgba(66,132,0,0.7);
}
.border-marker-dark\/75 {
  border-color: rgba(66,132,0,0.75);
}
.border-marker-dark\/80 {
  border-color: rgba(66,132,0,0.8);
}
.border-marker-dark\/85 {
  border-color: rgba(66,132,0,0.85);
}
.border-marker-dark\/90 {
  border-color: rgba(66,132,0,0.9);
}
.border-marker-dark\/95 {
  border-color: rgba(66,132,0,0.95);
}
.border-marker-light {
  border-color: #60BF02;
}
.border-marker-light\/0 {
  border-color: rgba(96,191,2,0);
}
.border-marker-light\/10 {
  border-color: rgba(96,191,2,0.1);
}
.border-marker-light\/100 {
  border-color: rgba(96,191,2,1);
}
.border-marker-light\/15 {
  border-color: rgba(96,191,2,0.15);
}
.border-marker-light\/20 {
  border-color: rgba(96,191,2,0.2);
}
.border-marker-light\/25 {
  border-color: rgba(96,191,2,0.25);
}
.border-marker-light\/30 {
  border-color: rgba(96,191,2,0.3);
}
.border-marker-light\/35 {
  border-color: rgba(96,191,2,0.35);
}
.border-marker-light\/40 {
  border-color: rgba(96,191,2,0.4);
}
.border-marker-light\/45 {
  border-color: rgba(96,191,2,0.45);
}
.border-marker-light\/5 {
  border-color: rgba(96,191,2,0.05);
}
.border-marker-light\/50 {
  border-color: rgba(96,191,2,0.5);
}
.border-marker-light\/55 {
  border-color: rgba(96,191,2,0.55);
}
.border-marker-light\/60 {
  border-color: rgba(96,191,2,0.6);
}
.border-marker-light\/65 {
  border-color: rgba(96,191,2,0.65);
}
.border-marker-light\/70 {
  border-color: rgba(96,191,2,0.7);
}
.border-marker-light\/75 {
  border-color: rgba(96,191,2,0.75);
}
.border-marker-light\/80 {
  border-color: rgba(96,191,2,0.8);
}
.border-marker-light\/85 {
  border-color: rgba(96,191,2,0.85);
}
.border-marker-light\/90 {
  border-color: rgba(96,191,2,0.9);
}
.border-marker-light\/95 {
  border-color: rgba(96,191,2,0.95);
}
.border-x-attention-0 {
  border-left-color: #E17A00;
  border-right-color: #E17A00;
}
.border-x-attention-0\/0 {
  border-left-color: rgba(225,122,0,0);
  border-right-color: rgba(225,122,0,0);
}
.border-x-attention-0\/10 {
  border-left-color: rgba(225,122,0,0.1);
  border-right-color: rgba(225,122,0,0.1);
}
.border-x-attention-0\/100 {
  border-left-color: rgba(225,122,0,1);
  border-right-color: rgba(225,122,0,1);
}
.border-x-attention-0\/15 {
  border-left-color: rgba(225,122,0,0.15);
  border-right-color: rgba(225,122,0,0.15);
}
.border-x-attention-0\/20 {
  border-left-color: rgba(225,122,0,0.2);
  border-right-color: rgba(225,122,0,0.2);
}
.border-x-attention-0\/25 {
  border-left-color: rgba(225,122,0,0.25);
  border-right-color: rgba(225,122,0,0.25);
}
.border-x-attention-0\/30 {
  border-left-color: rgba(225,122,0,0.3);
  border-right-color: rgba(225,122,0,0.3);
}
.border-x-attention-0\/35 {
  border-left-color: rgba(225,122,0,0.35);
  border-right-color: rgba(225,122,0,0.35);
}
.border-x-attention-0\/40 {
  border-left-color: rgba(225,122,0,0.4);
  border-right-color: rgba(225,122,0,0.4);
}
.border-x-attention-0\/45 {
  border-left-color: rgba(225,122,0,0.45);
  border-right-color: rgba(225,122,0,0.45);
}
.border-x-attention-0\/5 {
  border-left-color: rgba(225,122,0,0.05);
  border-right-color: rgba(225,122,0,0.05);
}
.border-x-attention-0\/50 {
  border-left-color: rgba(225,122,0,0.5);
  border-right-color: rgba(225,122,0,0.5);
}
.border-x-attention-0\/55 {
  border-left-color: rgba(225,122,0,0.55);
  border-right-color: rgba(225,122,0,0.55);
}
.border-x-attention-0\/60 {
  border-left-color: rgba(225,122,0,0.6);
  border-right-color: rgba(225,122,0,0.6);
}
.border-x-attention-0\/65 {
  border-left-color: rgba(225,122,0,0.65);
  border-right-color: rgba(225,122,0,0.65);
}
.border-x-attention-0\/70 {
  border-left-color: rgba(225,122,0,0.7);
  border-right-color: rgba(225,122,0,0.7);
}
.border-x-attention-0\/75 {
  border-left-color: rgba(225,122,0,0.75);
  border-right-color: rgba(225,122,0,0.75);
}
.border-x-attention-0\/80 {
  border-left-color: rgba(225,122,0,0.8);
  border-right-color: rgba(225,122,0,0.8);
}
.border-x-attention-0\/85 {
  border-left-color: rgba(225,122,0,0.85);
  border-right-color: rgba(225,122,0,0.85);
}
.border-x-attention-0\/90 {
  border-left-color: rgba(225,122,0,0.9);
  border-right-color: rgba(225,122,0,0.9);
}
.border-x-attention-0\/95 {
  border-left-color: rgba(225,122,0,0.95);
  border-right-color: rgba(225,122,0,0.95);
}
.border-x-attention-100 {
  border-left-color: #E17A00;
  border-right-color: #E17A00;
}
.border-x-attention-100\/0 {
  border-left-color: rgba(225,122,0,0);
  border-right-color: rgba(225,122,0,0);
}
.border-x-attention-100\/10 {
  border-left-color: rgba(225,122,0,0.1);
  border-right-color: rgba(225,122,0,0.1);
}
.border-x-attention-100\/100 {
  border-left-color: rgba(225,122,0,1);
  border-right-color: rgba(225,122,0,1);
}
.border-x-attention-100\/15 {
  border-left-color: rgba(225,122,0,0.15);
  border-right-color: rgba(225,122,0,0.15);
}
.border-x-attention-100\/20 {
  border-left-color: rgba(225,122,0,0.2);
  border-right-color: rgba(225,122,0,0.2);
}
.border-x-attention-100\/25 {
  border-left-color: rgba(225,122,0,0.25);
  border-right-color: rgba(225,122,0,0.25);
}
.border-x-attention-100\/30 {
  border-left-color: rgba(225,122,0,0.3);
  border-right-color: rgba(225,122,0,0.3);
}
.border-x-attention-100\/35 {
  border-left-color: rgba(225,122,0,0.35);
  border-right-color: rgba(225,122,0,0.35);
}
.border-x-attention-100\/40 {
  border-left-color: rgba(225,122,0,0.4);
  border-right-color: rgba(225,122,0,0.4);
}
.border-x-attention-100\/45 {
  border-left-color: rgba(225,122,0,0.45);
  border-right-color: rgba(225,122,0,0.45);
}
.border-x-attention-100\/5 {
  border-left-color: rgba(225,122,0,0.05);
  border-right-color: rgba(225,122,0,0.05);
}
.border-x-attention-100\/50 {
  border-left-color: rgba(225,122,0,0.5);
  border-right-color: rgba(225,122,0,0.5);
}
.border-x-attention-100\/55 {
  border-left-color: rgba(225,122,0,0.55);
  border-right-color: rgba(225,122,0,0.55);
}
.border-x-attention-100\/60 {
  border-left-color: rgba(225,122,0,0.6);
  border-right-color: rgba(225,122,0,0.6);
}
.border-x-attention-100\/65 {
  border-left-color: rgba(225,122,0,0.65);
  border-right-color: rgba(225,122,0,0.65);
}
.border-x-attention-100\/70 {
  border-left-color: rgba(225,122,0,0.7);
  border-right-color: rgba(225,122,0,0.7);
}
.border-x-attention-100\/75 {
  border-left-color: rgba(225,122,0,0.75);
  border-right-color: rgba(225,122,0,0.75);
}
.border-x-attention-100\/80 {
  border-left-color: rgba(225,122,0,0.8);
  border-right-color: rgba(225,122,0,0.8);
}
.border-x-attention-100\/85 {
  border-left-color: rgba(225,122,0,0.85);
  border-right-color: rgba(225,122,0,0.85);
}
.border-x-attention-100\/90 {
  border-left-color: rgba(225,122,0,0.9);
  border-right-color: rgba(225,122,0,0.9);
}
.border-x-attention-100\/95 {
  border-left-color: rgba(225,122,0,0.95);
  border-right-color: rgba(225,122,0,0.95);
}
.border-x-attention-200 {
  border-left-color: #E17A00;
  border-right-color: #E17A00;
}
.border-x-attention-200\/0 {
  border-left-color: rgba(225,122,0,0);
  border-right-color: rgba(225,122,0,0);
}
.border-x-attention-200\/10 {
  border-left-color: rgba(225,122,0,0.1);
  border-right-color: rgba(225,122,0,0.1);
}
.border-x-attention-200\/100 {
  border-left-color: rgba(225,122,0,1);
  border-right-color: rgba(225,122,0,1);
}
.border-x-attention-200\/15 {
  border-left-color: rgba(225,122,0,0.15);
  border-right-color: rgba(225,122,0,0.15);
}
.border-x-attention-200\/20 {
  border-left-color: rgba(225,122,0,0.2);
  border-right-color: rgba(225,122,0,0.2);
}
.border-x-attention-200\/25 {
  border-left-color: rgba(225,122,0,0.25);
  border-right-color: rgba(225,122,0,0.25);
}
.border-x-attention-200\/30 {
  border-left-color: rgba(225,122,0,0.3);
  border-right-color: rgba(225,122,0,0.3);
}
.border-x-attention-200\/35 {
  border-left-color: rgba(225,122,0,0.35);
  border-right-color: rgba(225,122,0,0.35);
}
.border-x-attention-200\/40 {
  border-left-color: rgba(225,122,0,0.4);
  border-right-color: rgba(225,122,0,0.4);
}
.border-x-attention-200\/45 {
  border-left-color: rgba(225,122,0,0.45);
  border-right-color: rgba(225,122,0,0.45);
}
.border-x-attention-200\/5 {
  border-left-color: rgba(225,122,0,0.05);
  border-right-color: rgba(225,122,0,0.05);
}
.border-x-attention-200\/50 {
  border-left-color: rgba(225,122,0,0.5);
  border-right-color: rgba(225,122,0,0.5);
}
.border-x-attention-200\/55 {
  border-left-color: rgba(225,122,0,0.55);
  border-right-color: rgba(225,122,0,0.55);
}
.border-x-attention-200\/60 {
  border-left-color: rgba(225,122,0,0.6);
  border-right-color: rgba(225,122,0,0.6);
}
.border-x-attention-200\/65 {
  border-left-color: rgba(225,122,0,0.65);
  border-right-color: rgba(225,122,0,0.65);
}
.border-x-attention-200\/70 {
  border-left-color: rgba(225,122,0,0.7);
  border-right-color: rgba(225,122,0,0.7);
}
.border-x-attention-200\/75 {
  border-left-color: rgba(225,122,0,0.75);
  border-right-color: rgba(225,122,0,0.75);
}
.border-x-attention-200\/80 {
  border-left-color: rgba(225,122,0,0.8);
  border-right-color: rgba(225,122,0,0.8);
}
.border-x-attention-200\/85 {
  border-left-color: rgba(225,122,0,0.85);
  border-right-color: rgba(225,122,0,0.85);
}
.border-x-attention-200\/90 {
  border-left-color: rgba(225,122,0,0.9);
  border-right-color: rgba(225,122,0,0.9);
}
.border-x-attention-200\/95 {
  border-left-color: rgba(225,122,0,0.95);
  border-right-color: rgba(225,122,0,0.95);
}
.border-x-attention-300 {
  border-left-color: #E17A00;
  border-right-color: #E17A00;
}
.border-x-attention-300\/0 {
  border-left-color: rgba(225,122,0,0);
  border-right-color: rgba(225,122,0,0);
}
.border-x-attention-300\/10 {
  border-left-color: rgba(225,122,0,0.1);
  border-right-color: rgba(225,122,0,0.1);
}
.border-x-attention-300\/100 {
  border-left-color: rgba(225,122,0,1);
  border-right-color: rgba(225,122,0,1);
}
.border-x-attention-300\/15 {
  border-left-color: rgba(225,122,0,0.15);
  border-right-color: rgba(225,122,0,0.15);
}
.border-x-attention-300\/20 {
  border-left-color: rgba(225,122,0,0.2);
  border-right-color: rgba(225,122,0,0.2);
}
.border-x-attention-300\/25 {
  border-left-color: rgba(225,122,0,0.25);
  border-right-color: rgba(225,122,0,0.25);
}
.border-x-attention-300\/30 {
  border-left-color: rgba(225,122,0,0.3);
  border-right-color: rgba(225,122,0,0.3);
}
.border-x-attention-300\/35 {
  border-left-color: rgba(225,122,0,0.35);
  border-right-color: rgba(225,122,0,0.35);
}
.border-x-attention-300\/40 {
  border-left-color: rgba(225,122,0,0.4);
  border-right-color: rgba(225,122,0,0.4);
}
.border-x-attention-300\/45 {
  border-left-color: rgba(225,122,0,0.45);
  border-right-color: rgba(225,122,0,0.45);
}
.border-x-attention-300\/5 {
  border-left-color: rgba(225,122,0,0.05);
  border-right-color: rgba(225,122,0,0.05);
}
.border-x-attention-300\/50 {
  border-left-color: rgba(225,122,0,0.5);
  border-right-color: rgba(225,122,0,0.5);
}
.border-x-attention-300\/55 {
  border-left-color: rgba(225,122,0,0.55);
  border-right-color: rgba(225,122,0,0.55);
}
.border-x-attention-300\/60 {
  border-left-color: rgba(225,122,0,0.6);
  border-right-color: rgba(225,122,0,0.6);
}
.border-x-attention-300\/65 {
  border-left-color: rgba(225,122,0,0.65);
  border-right-color: rgba(225,122,0,0.65);
}
.border-x-attention-300\/70 {
  border-left-color: rgba(225,122,0,0.7);
  border-right-color: rgba(225,122,0,0.7);
}
.border-x-attention-300\/75 {
  border-left-color: rgba(225,122,0,0.75);
  border-right-color: rgba(225,122,0,0.75);
}
.border-x-attention-300\/80 {
  border-left-color: rgba(225,122,0,0.8);
  border-right-color: rgba(225,122,0,0.8);
}
.border-x-attention-300\/85 {
  border-left-color: rgba(225,122,0,0.85);
  border-right-color: rgba(225,122,0,0.85);
}
.border-x-attention-300\/90 {
  border-left-color: rgba(225,122,0,0.9);
  border-right-color: rgba(225,122,0,0.9);
}
.border-x-attention-300\/95 {
  border-left-color: rgba(225,122,0,0.95);
  border-right-color: rgba(225,122,0,0.95);
}
.border-x-attention-400 {
  border-left-color: #E17A00;
  border-right-color: #E17A00;
}
.border-x-attention-400\/0 {
  border-left-color: rgba(225,122,0,0);
  border-right-color: rgba(225,122,0,0);
}
.border-x-attention-400\/10 {
  border-left-color: rgba(225,122,0,0.1);
  border-right-color: rgba(225,122,0,0.1);
}
.border-x-attention-400\/100 {
  border-left-color: rgba(225,122,0,1);
  border-right-color: rgba(225,122,0,1);
}
.border-x-attention-400\/15 {
  border-left-color: rgba(225,122,0,0.15);
  border-right-color: rgba(225,122,0,0.15);
}
.border-x-attention-400\/20 {
  border-left-color: rgba(225,122,0,0.2);
  border-right-color: rgba(225,122,0,0.2);
}
.border-x-attention-400\/25 {
  border-left-color: rgba(225,122,0,0.25);
  border-right-color: rgba(225,122,0,0.25);
}
.border-x-attention-400\/30 {
  border-left-color: rgba(225,122,0,0.3);
  border-right-color: rgba(225,122,0,0.3);
}
.border-x-attention-400\/35 {
  border-left-color: rgba(225,122,0,0.35);
  border-right-color: rgba(225,122,0,0.35);
}
.border-x-attention-400\/40 {
  border-left-color: rgba(225,122,0,0.4);
  border-right-color: rgba(225,122,0,0.4);
}
.border-x-attention-400\/45 {
  border-left-color: rgba(225,122,0,0.45);
  border-right-color: rgba(225,122,0,0.45);
}
.border-x-attention-400\/5 {
  border-left-color: rgba(225,122,0,0.05);
  border-right-color: rgba(225,122,0,0.05);
}
.border-x-attention-400\/50 {
  border-left-color: rgba(225,122,0,0.5);
  border-right-color: rgba(225,122,0,0.5);
}
.border-x-attention-400\/55 {
  border-left-color: rgba(225,122,0,0.55);
  border-right-color: rgba(225,122,0,0.55);
}
.border-x-attention-400\/60 {
  border-left-color: rgba(225,122,0,0.6);
  border-right-color: rgba(225,122,0,0.6);
}
.border-x-attention-400\/65 {
  border-left-color: rgba(225,122,0,0.65);
  border-right-color: rgba(225,122,0,0.65);
}
.border-x-attention-400\/70 {
  border-left-color: rgba(225,122,0,0.7);
  border-right-color: rgba(225,122,0,0.7);
}
.border-x-attention-400\/75 {
  border-left-color: rgba(225,122,0,0.75);
  border-right-color: rgba(225,122,0,0.75);
}
.border-x-attention-400\/80 {
  border-left-color: rgba(225,122,0,0.8);
  border-right-color: rgba(225,122,0,0.8);
}
.border-x-attention-400\/85 {
  border-left-color: rgba(225,122,0,0.85);
  border-right-color: rgba(225,122,0,0.85);
}
.border-x-attention-400\/90 {
  border-left-color: rgba(225,122,0,0.9);
  border-right-color: rgba(225,122,0,0.9);
}
.border-x-attention-400\/95 {
  border-left-color: rgba(225,122,0,0.95);
  border-right-color: rgba(225,122,0,0.95);
}
.border-x-attention-500 {
  border-left-color: #E93A24;
  border-right-color: #E93A24;
}
.border-x-attention-500\/0 {
  border-left-color: rgba(233,58,36,0);
  border-right-color: rgba(233,58,36,0);
}
.border-x-attention-500\/10 {
  border-left-color: rgba(233,58,36,0.1);
  border-right-color: rgba(233,58,36,0.1);
}
.border-x-attention-500\/100 {
  border-left-color: rgba(233,58,36,1);
  border-right-color: rgba(233,58,36,1);
}
.border-x-attention-500\/15 {
  border-left-color: rgba(233,58,36,0.15);
  border-right-color: rgba(233,58,36,0.15);
}
.border-x-attention-500\/20 {
  border-left-color: rgba(233,58,36,0.2);
  border-right-color: rgba(233,58,36,0.2);
}
.border-x-attention-500\/25 {
  border-left-color: rgba(233,58,36,0.25);
  border-right-color: rgba(233,58,36,0.25);
}
.border-x-attention-500\/30 {
  border-left-color: rgba(233,58,36,0.3);
  border-right-color: rgba(233,58,36,0.3);
}
.border-x-attention-500\/35 {
  border-left-color: rgba(233,58,36,0.35);
  border-right-color: rgba(233,58,36,0.35);
}
.border-x-attention-500\/40 {
  border-left-color: rgba(233,58,36,0.4);
  border-right-color: rgba(233,58,36,0.4);
}
.border-x-attention-500\/45 {
  border-left-color: rgba(233,58,36,0.45);
  border-right-color: rgba(233,58,36,0.45);
}
.border-x-attention-500\/5 {
  border-left-color: rgba(233,58,36,0.05);
  border-right-color: rgba(233,58,36,0.05);
}
.border-x-attention-500\/50 {
  border-left-color: rgba(233,58,36,0.5);
  border-right-color: rgba(233,58,36,0.5);
}
.border-x-attention-500\/55 {
  border-left-color: rgba(233,58,36,0.55);
  border-right-color: rgba(233,58,36,0.55);
}
.border-x-attention-500\/60 {
  border-left-color: rgba(233,58,36,0.6);
  border-right-color: rgba(233,58,36,0.6);
}
.border-x-attention-500\/65 {
  border-left-color: rgba(233,58,36,0.65);
  border-right-color: rgba(233,58,36,0.65);
}
.border-x-attention-500\/70 {
  border-left-color: rgba(233,58,36,0.7);
  border-right-color: rgba(233,58,36,0.7);
}
.border-x-attention-500\/75 {
  border-left-color: rgba(233,58,36,0.75);
  border-right-color: rgba(233,58,36,0.75);
}
.border-x-attention-500\/80 {
  border-left-color: rgba(233,58,36,0.8);
  border-right-color: rgba(233,58,36,0.8);
}
.border-x-attention-500\/85 {
  border-left-color: rgba(233,58,36,0.85);
  border-right-color: rgba(233,58,36,0.85);
}
.border-x-attention-500\/90 {
  border-left-color: rgba(233,58,36,0.9);
  border-right-color: rgba(233,58,36,0.9);
}
.border-x-attention-500\/95 {
  border-left-color: rgba(233,58,36,0.95);
  border-right-color: rgba(233,58,36,0.95);
}
.border-x-attention-600 {
  border-left-color: #E93A24;
  border-right-color: #E93A24;
}
.border-x-attention-600\/0 {
  border-left-color: rgba(233,58,36,0);
  border-right-color: rgba(233,58,36,0);
}
.border-x-attention-600\/10 {
  border-left-color: rgba(233,58,36,0.1);
  border-right-color: rgba(233,58,36,0.1);
}
.border-x-attention-600\/100 {
  border-left-color: rgba(233,58,36,1);
  border-right-color: rgba(233,58,36,1);
}
.border-x-attention-600\/15 {
  border-left-color: rgba(233,58,36,0.15);
  border-right-color: rgba(233,58,36,0.15);
}
.border-x-attention-600\/20 {
  border-left-color: rgba(233,58,36,0.2);
  border-right-color: rgba(233,58,36,0.2);
}
.border-x-attention-600\/25 {
  border-left-color: rgba(233,58,36,0.25);
  border-right-color: rgba(233,58,36,0.25);
}
.border-x-attention-600\/30 {
  border-left-color: rgba(233,58,36,0.3);
  border-right-color: rgba(233,58,36,0.3);
}
.border-x-attention-600\/35 {
  border-left-color: rgba(233,58,36,0.35);
  border-right-color: rgba(233,58,36,0.35);
}
.border-x-attention-600\/40 {
  border-left-color: rgba(233,58,36,0.4);
  border-right-color: rgba(233,58,36,0.4);
}
.border-x-attention-600\/45 {
  border-left-color: rgba(233,58,36,0.45);
  border-right-color: rgba(233,58,36,0.45);
}
.border-x-attention-600\/5 {
  border-left-color: rgba(233,58,36,0.05);
  border-right-color: rgba(233,58,36,0.05);
}
.border-x-attention-600\/50 {
  border-left-color: rgba(233,58,36,0.5);
  border-right-color: rgba(233,58,36,0.5);
}
.border-x-attention-600\/55 {
  border-left-color: rgba(233,58,36,0.55);
  border-right-color: rgba(233,58,36,0.55);
}
.border-x-attention-600\/60 {
  border-left-color: rgba(233,58,36,0.6);
  border-right-color: rgba(233,58,36,0.6);
}
.border-x-attention-600\/65 {
  border-left-color: rgba(233,58,36,0.65);
  border-right-color: rgba(233,58,36,0.65);
}
.border-x-attention-600\/70 {
  border-left-color: rgba(233,58,36,0.7);
  border-right-color: rgba(233,58,36,0.7);
}
.border-x-attention-600\/75 {
  border-left-color: rgba(233,58,36,0.75);
  border-right-color: rgba(233,58,36,0.75);
}
.border-x-attention-600\/80 {
  border-left-color: rgba(233,58,36,0.8);
  border-right-color: rgba(233,58,36,0.8);
}
.border-x-attention-600\/85 {
  border-left-color: rgba(233,58,36,0.85);
  border-right-color: rgba(233,58,36,0.85);
}
.border-x-attention-600\/90 {
  border-left-color: rgba(233,58,36,0.9);
  border-right-color: rgba(233,58,36,0.9);
}
.border-x-attention-600\/95 {
  border-left-color: rgba(233,58,36,0.95);
  border-right-color: rgba(233,58,36,0.95);
}
.border-x-attention-700 {
  border-left-color: #E93A24;
  border-right-color: #E93A24;
}
.border-x-attention-700\/0 {
  border-left-color: rgba(233,58,36,0);
  border-right-color: rgba(233,58,36,0);
}
.border-x-attention-700\/10 {
  border-left-color: rgba(233,58,36,0.1);
  border-right-color: rgba(233,58,36,0.1);
}
.border-x-attention-700\/100 {
  border-left-color: rgba(233,58,36,1);
  border-right-color: rgba(233,58,36,1);
}
.border-x-attention-700\/15 {
  border-left-color: rgba(233,58,36,0.15);
  border-right-color: rgba(233,58,36,0.15);
}
.border-x-attention-700\/20 {
  border-left-color: rgba(233,58,36,0.2);
  border-right-color: rgba(233,58,36,0.2);
}
.border-x-attention-700\/25 {
  border-left-color: rgba(233,58,36,0.25);
  border-right-color: rgba(233,58,36,0.25);
}
.border-x-attention-700\/30 {
  border-left-color: rgba(233,58,36,0.3);
  border-right-color: rgba(233,58,36,0.3);
}
.border-x-attention-700\/35 {
  border-left-color: rgba(233,58,36,0.35);
  border-right-color: rgba(233,58,36,0.35);
}
.border-x-attention-700\/40 {
  border-left-color: rgba(233,58,36,0.4);
  border-right-color: rgba(233,58,36,0.4);
}
.border-x-attention-700\/45 {
  border-left-color: rgba(233,58,36,0.45);
  border-right-color: rgba(233,58,36,0.45);
}
.border-x-attention-700\/5 {
  border-left-color: rgba(233,58,36,0.05);
  border-right-color: rgba(233,58,36,0.05);
}
.border-x-attention-700\/50 {
  border-left-color: rgba(233,58,36,0.5);
  border-right-color: rgba(233,58,36,0.5);
}
.border-x-attention-700\/55 {
  border-left-color: rgba(233,58,36,0.55);
  border-right-color: rgba(233,58,36,0.55);
}
.border-x-attention-700\/60 {
  border-left-color: rgba(233,58,36,0.6);
  border-right-color: rgba(233,58,36,0.6);
}
.border-x-attention-700\/65 {
  border-left-color: rgba(233,58,36,0.65);
  border-right-color: rgba(233,58,36,0.65);
}
.border-x-attention-700\/70 {
  border-left-color: rgba(233,58,36,0.7);
  border-right-color: rgba(233,58,36,0.7);
}
.border-x-attention-700\/75 {
  border-left-color: rgba(233,58,36,0.75);
  border-right-color: rgba(233,58,36,0.75);
}
.border-x-attention-700\/80 {
  border-left-color: rgba(233,58,36,0.8);
  border-right-color: rgba(233,58,36,0.8);
}
.border-x-attention-700\/85 {
  border-left-color: rgba(233,58,36,0.85);
  border-right-color: rgba(233,58,36,0.85);
}
.border-x-attention-700\/90 {
  border-left-color: rgba(233,58,36,0.9);
  border-right-color: rgba(233,58,36,0.9);
}
.border-x-attention-700\/95 {
  border-left-color: rgba(233,58,36,0.95);
  border-right-color: rgba(233,58,36,0.95);
}
.border-x-attention-800 {
  border-left-color: #E93A24;
  border-right-color: #E93A24;
}
.border-x-attention-800\/0 {
  border-left-color: rgba(233,58,36,0);
  border-right-color: rgba(233,58,36,0);
}
.border-x-attention-800\/10 {
  border-left-color: rgba(233,58,36,0.1);
  border-right-color: rgba(233,58,36,0.1);
}
.border-x-attention-800\/100 {
  border-left-color: rgba(233,58,36,1);
  border-right-color: rgba(233,58,36,1);
}
.border-x-attention-800\/15 {
  border-left-color: rgba(233,58,36,0.15);
  border-right-color: rgba(233,58,36,0.15);
}
.border-x-attention-800\/20 {
  border-left-color: rgba(233,58,36,0.2);
  border-right-color: rgba(233,58,36,0.2);
}
.border-x-attention-800\/25 {
  border-left-color: rgba(233,58,36,0.25);
  border-right-color: rgba(233,58,36,0.25);
}
.border-x-attention-800\/30 {
  border-left-color: rgba(233,58,36,0.3);
  border-right-color: rgba(233,58,36,0.3);
}
.border-x-attention-800\/35 {
  border-left-color: rgba(233,58,36,0.35);
  border-right-color: rgba(233,58,36,0.35);
}
.border-x-attention-800\/40 {
  border-left-color: rgba(233,58,36,0.4);
  border-right-color: rgba(233,58,36,0.4);
}
.border-x-attention-800\/45 {
  border-left-color: rgba(233,58,36,0.45);
  border-right-color: rgba(233,58,36,0.45);
}
.border-x-attention-800\/5 {
  border-left-color: rgba(233,58,36,0.05);
  border-right-color: rgba(233,58,36,0.05);
}
.border-x-attention-800\/50 {
  border-left-color: rgba(233,58,36,0.5);
  border-right-color: rgba(233,58,36,0.5);
}
.border-x-attention-800\/55 {
  border-left-color: rgba(233,58,36,0.55);
  border-right-color: rgba(233,58,36,0.55);
}
.border-x-attention-800\/60 {
  border-left-color: rgba(233,58,36,0.6);
  border-right-color: rgba(233,58,36,0.6);
}
.border-x-attention-800\/65 {
  border-left-color: rgba(233,58,36,0.65);
  border-right-color: rgba(233,58,36,0.65);
}
.border-x-attention-800\/70 {
  border-left-color: rgba(233,58,36,0.7);
  border-right-color: rgba(233,58,36,0.7);
}
.border-x-attention-800\/75 {
  border-left-color: rgba(233,58,36,0.75);
  border-right-color: rgba(233,58,36,0.75);
}
.border-x-attention-800\/80 {
  border-left-color: rgba(233,58,36,0.8);
  border-right-color: rgba(233,58,36,0.8);
}
.border-x-attention-800\/85 {
  border-left-color: rgba(233,58,36,0.85);
  border-right-color: rgba(233,58,36,0.85);
}
.border-x-attention-800\/90 {
  border-left-color: rgba(233,58,36,0.9);
  border-right-color: rgba(233,58,36,0.9);
}
.border-x-attention-800\/95 {
  border-left-color: rgba(233,58,36,0.95);
  border-right-color: rgba(233,58,36,0.95);
}
.border-x-attention-900 {
  border-left-color: #E93A24;
  border-right-color: #E93A24;
}
.border-x-attention-900\/0 {
  border-left-color: rgba(233,58,36,0);
  border-right-color: rgba(233,58,36,0);
}
.border-x-attention-900\/10 {
  border-left-color: rgba(233,58,36,0.1);
  border-right-color: rgba(233,58,36,0.1);
}
.border-x-attention-900\/100 {
  border-left-color: rgba(233,58,36,1);
  border-right-color: rgba(233,58,36,1);
}
.border-x-attention-900\/15 {
  border-left-color: rgba(233,58,36,0.15);
  border-right-color: rgba(233,58,36,0.15);
}
.border-x-attention-900\/20 {
  border-left-color: rgba(233,58,36,0.2);
  border-right-color: rgba(233,58,36,0.2);
}
.border-x-attention-900\/25 {
  border-left-color: rgba(233,58,36,0.25);
  border-right-color: rgba(233,58,36,0.25);
}
.border-x-attention-900\/30 {
  border-left-color: rgba(233,58,36,0.3);
  border-right-color: rgba(233,58,36,0.3);
}
.border-x-attention-900\/35 {
  border-left-color: rgba(233,58,36,0.35);
  border-right-color: rgba(233,58,36,0.35);
}
.border-x-attention-900\/40 {
  border-left-color: rgba(233,58,36,0.4);
  border-right-color: rgba(233,58,36,0.4);
}
.border-x-attention-900\/45 {
  border-left-color: rgba(233,58,36,0.45);
  border-right-color: rgba(233,58,36,0.45);
}
.border-x-attention-900\/5 {
  border-left-color: rgba(233,58,36,0.05);
  border-right-color: rgba(233,58,36,0.05);
}
.border-x-attention-900\/50 {
  border-left-color: rgba(233,58,36,0.5);
  border-right-color: rgba(233,58,36,0.5);
}
.border-x-attention-900\/55 {
  border-left-color: rgba(233,58,36,0.55);
  border-right-color: rgba(233,58,36,0.55);
}
.border-x-attention-900\/60 {
  border-left-color: rgba(233,58,36,0.6);
  border-right-color: rgba(233,58,36,0.6);
}
.border-x-attention-900\/65 {
  border-left-color: rgba(233,58,36,0.65);
  border-right-color: rgba(233,58,36,0.65);
}
.border-x-attention-900\/70 {
  border-left-color: rgba(233,58,36,0.7);
  border-right-color: rgba(233,58,36,0.7);
}
.border-x-attention-900\/75 {
  border-left-color: rgba(233,58,36,0.75);
  border-right-color: rgba(233,58,36,0.75);
}
.border-x-attention-900\/80 {
  border-left-color: rgba(233,58,36,0.8);
  border-right-color: rgba(233,58,36,0.8);
}
.border-x-attention-900\/85 {
  border-left-color: rgba(233,58,36,0.85);
  border-right-color: rgba(233,58,36,0.85);
}
.border-x-attention-900\/90 {
  border-left-color: rgba(233,58,36,0.9);
  border-right-color: rgba(233,58,36,0.9);
}
.border-x-attention-900\/95 {
  border-left-color: rgba(233,58,36,0.95);
  border-right-color: rgba(233,58,36,0.95);
}
.border-x-attention-dark {
  border-left-color: #8c2316;
  border-right-color: #8c2316;
}
.border-x-attention-dark\/0 {
  border-left-color: rgba(140,35,22,0);
  border-right-color: rgba(140,35,22,0);
}
.border-x-attention-dark\/10 {
  border-left-color: rgba(140,35,22,0.1);
  border-right-color: rgba(140,35,22,0.1);
}
.border-x-attention-dark\/100 {
  border-left-color: rgba(140,35,22,1);
  border-right-color: rgba(140,35,22,1);
}
.border-x-attention-dark\/15 {
  border-left-color: rgba(140,35,22,0.15);
  border-right-color: rgba(140,35,22,0.15);
}
.border-x-attention-dark\/20 {
  border-left-color: rgba(140,35,22,0.2);
  border-right-color: rgba(140,35,22,0.2);
}
.border-x-attention-dark\/25 {
  border-left-color: rgba(140,35,22,0.25);
  border-right-color: rgba(140,35,22,0.25);
}
.border-x-attention-dark\/30 {
  border-left-color: rgba(140,35,22,0.3);
  border-right-color: rgba(140,35,22,0.3);
}
.border-x-attention-dark\/35 {
  border-left-color: rgba(140,35,22,0.35);
  border-right-color: rgba(140,35,22,0.35);
}
.border-x-attention-dark\/40 {
  border-left-color: rgba(140,35,22,0.4);
  border-right-color: rgba(140,35,22,0.4);
}
.border-x-attention-dark\/45 {
  border-left-color: rgba(140,35,22,0.45);
  border-right-color: rgba(140,35,22,0.45);
}
.border-x-attention-dark\/5 {
  border-left-color: rgba(140,35,22,0.05);
  border-right-color: rgba(140,35,22,0.05);
}
.border-x-attention-dark\/50 {
  border-left-color: rgba(140,35,22,0.5);
  border-right-color: rgba(140,35,22,0.5);
}
.border-x-attention-dark\/55 {
  border-left-color: rgba(140,35,22,0.55);
  border-right-color: rgba(140,35,22,0.55);
}
.border-x-attention-dark\/60 {
  border-left-color: rgba(140,35,22,0.6);
  border-right-color: rgba(140,35,22,0.6);
}
.border-x-attention-dark\/65 {
  border-left-color: rgba(140,35,22,0.65);
  border-right-color: rgba(140,35,22,0.65);
}
.border-x-attention-dark\/70 {
  border-left-color: rgba(140,35,22,0.7);
  border-right-color: rgba(140,35,22,0.7);
}
.border-x-attention-dark\/75 {
  border-left-color: rgba(140,35,22,0.75);
  border-right-color: rgba(140,35,22,0.75);
}
.border-x-attention-dark\/80 {
  border-left-color: rgba(140,35,22,0.8);
  border-right-color: rgba(140,35,22,0.8);
}
.border-x-attention-dark\/85 {
  border-left-color: rgba(140,35,22,0.85);
  border-right-color: rgba(140,35,22,0.85);
}
.border-x-attention-dark\/90 {
  border-left-color: rgba(140,35,22,0.9);
  border-right-color: rgba(140,35,22,0.9);
}
.border-x-attention-dark\/95 {
  border-left-color: rgba(140,35,22,0.95);
  border-right-color: rgba(140,35,22,0.95);
}
.border-x-attention-light {
  border-left-color: #E17A00;
  border-right-color: #E17A00;
}
.border-x-attention-light\/0 {
  border-left-color: rgba(225,122,0,0);
  border-right-color: rgba(225,122,0,0);
}
.border-x-attention-light\/10 {
  border-left-color: rgba(225,122,0,0.1);
  border-right-color: rgba(225,122,0,0.1);
}
.border-x-attention-light\/100 {
  border-left-color: rgba(225,122,0,1);
  border-right-color: rgba(225,122,0,1);
}
.border-x-attention-light\/15 {
  border-left-color: rgba(225,122,0,0.15);
  border-right-color: rgba(225,122,0,0.15);
}
.border-x-attention-light\/20 {
  border-left-color: rgba(225,122,0,0.2);
  border-right-color: rgba(225,122,0,0.2);
}
.border-x-attention-light\/25 {
  border-left-color: rgba(225,122,0,0.25);
  border-right-color: rgba(225,122,0,0.25);
}
.border-x-attention-light\/30 {
  border-left-color: rgba(225,122,0,0.3);
  border-right-color: rgba(225,122,0,0.3);
}
.border-x-attention-light\/35 {
  border-left-color: rgba(225,122,0,0.35);
  border-right-color: rgba(225,122,0,0.35);
}
.border-x-attention-light\/40 {
  border-left-color: rgba(225,122,0,0.4);
  border-right-color: rgba(225,122,0,0.4);
}
.border-x-attention-light\/45 {
  border-left-color: rgba(225,122,0,0.45);
  border-right-color: rgba(225,122,0,0.45);
}
.border-x-attention-light\/5 {
  border-left-color: rgba(225,122,0,0.05);
  border-right-color: rgba(225,122,0,0.05);
}
.border-x-attention-light\/50 {
  border-left-color: rgba(225,122,0,0.5);
  border-right-color: rgba(225,122,0,0.5);
}
.border-x-attention-light\/55 {
  border-left-color: rgba(225,122,0,0.55);
  border-right-color: rgba(225,122,0,0.55);
}
.border-x-attention-light\/60 {
  border-left-color: rgba(225,122,0,0.6);
  border-right-color: rgba(225,122,0,0.6);
}
.border-x-attention-light\/65 {
  border-left-color: rgba(225,122,0,0.65);
  border-right-color: rgba(225,122,0,0.65);
}
.border-x-attention-light\/70 {
  border-left-color: rgba(225,122,0,0.7);
  border-right-color: rgba(225,122,0,0.7);
}
.border-x-attention-light\/75 {
  border-left-color: rgba(225,122,0,0.75);
  border-right-color: rgba(225,122,0,0.75);
}
.border-x-attention-light\/80 {
  border-left-color: rgba(225,122,0,0.8);
  border-right-color: rgba(225,122,0,0.8);
}
.border-x-attention-light\/85 {
  border-left-color: rgba(225,122,0,0.85);
  border-right-color: rgba(225,122,0,0.85);
}
.border-x-attention-light\/90 {
  border-left-color: rgba(225,122,0,0.9);
  border-right-color: rgba(225,122,0,0.9);
}
.border-x-attention-light\/95 {
  border-left-color: rgba(225,122,0,0.95);
  border-right-color: rgba(225,122,0,0.95);
}
.border-x-base-0 {
  border-left-color: #E5E5E5;
  border-right-color: #E5E5E5;
}
.border-x-base-0\/0 {
  border-left-color: rgba(229,229,229,0);
  border-right-color: rgba(229,229,229,0);
}
.border-x-base-0\/10 {
  border-left-color: rgba(229,229,229,0.1);
  border-right-color: rgba(229,229,229,0.1);
}
.border-x-base-0\/100 {
  border-left-color: rgba(229,229,229,1);
  border-right-color: rgba(229,229,229,1);
}
.border-x-base-0\/15 {
  border-left-color: rgba(229,229,229,0.15);
  border-right-color: rgba(229,229,229,0.15);
}
.border-x-base-0\/20 {
  border-left-color: rgba(229,229,229,0.2);
  border-right-color: rgba(229,229,229,0.2);
}
.border-x-base-0\/25 {
  border-left-color: rgba(229,229,229,0.25);
  border-right-color: rgba(229,229,229,0.25);
}
.border-x-base-0\/30 {
  border-left-color: rgba(229,229,229,0.3);
  border-right-color: rgba(229,229,229,0.3);
}
.border-x-base-0\/35 {
  border-left-color: rgba(229,229,229,0.35);
  border-right-color: rgba(229,229,229,0.35);
}
.border-x-base-0\/40 {
  border-left-color: rgba(229,229,229,0.4);
  border-right-color: rgba(229,229,229,0.4);
}
.border-x-base-0\/45 {
  border-left-color: rgba(229,229,229,0.45);
  border-right-color: rgba(229,229,229,0.45);
}
.border-x-base-0\/5 {
  border-left-color: rgba(229,229,229,0.05);
  border-right-color: rgba(229,229,229,0.05);
}
.border-x-base-0\/50 {
  border-left-color: rgba(229,229,229,0.5);
  border-right-color: rgba(229,229,229,0.5);
}
.border-x-base-0\/55 {
  border-left-color: rgba(229,229,229,0.55);
  border-right-color: rgba(229,229,229,0.55);
}
.border-x-base-0\/60 {
  border-left-color: rgba(229,229,229,0.6);
  border-right-color: rgba(229,229,229,0.6);
}
.border-x-base-0\/65 {
  border-left-color: rgba(229,229,229,0.65);
  border-right-color: rgba(229,229,229,0.65);
}
.border-x-base-0\/70 {
  border-left-color: rgba(229,229,229,0.7);
  border-right-color: rgba(229,229,229,0.7);
}
.border-x-base-0\/75 {
  border-left-color: rgba(229,229,229,0.75);
  border-right-color: rgba(229,229,229,0.75);
}
.border-x-base-0\/80 {
  border-left-color: rgba(229,229,229,0.8);
  border-right-color: rgba(229,229,229,0.8);
}
.border-x-base-0\/85 {
  border-left-color: rgba(229,229,229,0.85);
  border-right-color: rgba(229,229,229,0.85);
}
.border-x-base-0\/90 {
  border-left-color: rgba(229,229,229,0.9);
  border-right-color: rgba(229,229,229,0.9);
}
.border-x-base-0\/95 {
  border-left-color: rgba(229,229,229,0.95);
  border-right-color: rgba(229,229,229,0.95);
}
.border-x-base-100 {
  border-left-color: #8C8C8C;
  border-right-color: #8C8C8C;
}
.border-x-base-100\/0 {
  border-left-color: rgba(140,140,140,0);
  border-right-color: rgba(140,140,140,0);
}
.border-x-base-100\/10 {
  border-left-color: rgba(140,140,140,0.1);
  border-right-color: rgba(140,140,140,0.1);
}
.border-x-base-100\/100 {
  border-left-color: rgba(140,140,140,1);
  border-right-color: rgba(140,140,140,1);
}
.border-x-base-100\/15 {
  border-left-color: rgba(140,140,140,0.15);
  border-right-color: rgba(140,140,140,0.15);
}
.border-x-base-100\/20 {
  border-left-color: rgba(140,140,140,0.2);
  border-right-color: rgba(140,140,140,0.2);
}
.border-x-base-100\/25 {
  border-left-color: rgba(140,140,140,0.25);
  border-right-color: rgba(140,140,140,0.25);
}
.border-x-base-100\/30 {
  border-left-color: rgba(140,140,140,0.3);
  border-right-color: rgba(140,140,140,0.3);
}
.border-x-base-100\/35 {
  border-left-color: rgba(140,140,140,0.35);
  border-right-color: rgba(140,140,140,0.35);
}
.border-x-base-100\/40 {
  border-left-color: rgba(140,140,140,0.4);
  border-right-color: rgba(140,140,140,0.4);
}
.border-x-base-100\/45 {
  border-left-color: rgba(140,140,140,0.45);
  border-right-color: rgba(140,140,140,0.45);
}
.border-x-base-100\/5 {
  border-left-color: rgba(140,140,140,0.05);
  border-right-color: rgba(140,140,140,0.05);
}
.border-x-base-100\/50 {
  border-left-color: rgba(140,140,140,0.5);
  border-right-color: rgba(140,140,140,0.5);
}
.border-x-base-100\/55 {
  border-left-color: rgba(140,140,140,0.55);
  border-right-color: rgba(140,140,140,0.55);
}
.border-x-base-100\/60 {
  border-left-color: rgba(140,140,140,0.6);
  border-right-color: rgba(140,140,140,0.6);
}
.border-x-base-100\/65 {
  border-left-color: rgba(140,140,140,0.65);
  border-right-color: rgba(140,140,140,0.65);
}
.border-x-base-100\/70 {
  border-left-color: rgba(140,140,140,0.7);
  border-right-color: rgba(140,140,140,0.7);
}
.border-x-base-100\/75 {
  border-left-color: rgba(140,140,140,0.75);
  border-right-color: rgba(140,140,140,0.75);
}
.border-x-base-100\/80 {
  border-left-color: rgba(140,140,140,0.8);
  border-right-color: rgba(140,140,140,0.8);
}
.border-x-base-100\/85 {
  border-left-color: rgba(140,140,140,0.85);
  border-right-color: rgba(140,140,140,0.85);
}
.border-x-base-100\/90 {
  border-left-color: rgba(140,140,140,0.9);
  border-right-color: rgba(140,140,140,0.9);
}
.border-x-base-100\/95 {
  border-left-color: rgba(140,140,140,0.95);
  border-right-color: rgba(140,140,140,0.95);
}
.border-x-base-150 {
  border-left-color: #6f6f6f;
  border-right-color: #6f6f6f;
}
.border-x-base-150\/0 {
  border-left-color: rgba(111,111,111,0);
  border-right-color: rgba(111,111,111,0);
}
.border-x-base-150\/10 {
  border-left-color: rgba(111,111,111,0.1);
  border-right-color: rgba(111,111,111,0.1);
}
.border-x-base-150\/100 {
  border-left-color: rgba(111,111,111,1);
  border-right-color: rgba(111,111,111,1);
}
.border-x-base-150\/15 {
  border-left-color: rgba(111,111,111,0.15);
  border-right-color: rgba(111,111,111,0.15);
}
.border-x-base-150\/20 {
  border-left-color: rgba(111,111,111,0.2);
  border-right-color: rgba(111,111,111,0.2);
}
.border-x-base-150\/25 {
  border-left-color: rgba(111,111,111,0.25);
  border-right-color: rgba(111,111,111,0.25);
}
.border-x-base-150\/30 {
  border-left-color: rgba(111,111,111,0.3);
  border-right-color: rgba(111,111,111,0.3);
}
.border-x-base-150\/35 {
  border-left-color: rgba(111,111,111,0.35);
  border-right-color: rgba(111,111,111,0.35);
}
.border-x-base-150\/40 {
  border-left-color: rgba(111,111,111,0.4);
  border-right-color: rgba(111,111,111,0.4);
}
.border-x-base-150\/45 {
  border-left-color: rgba(111,111,111,0.45);
  border-right-color: rgba(111,111,111,0.45);
}
.border-x-base-150\/5 {
  border-left-color: rgba(111,111,111,0.05);
  border-right-color: rgba(111,111,111,0.05);
}
.border-x-base-150\/50 {
  border-left-color: rgba(111,111,111,0.5);
  border-right-color: rgba(111,111,111,0.5);
}
.border-x-base-150\/55 {
  border-left-color: rgba(111,111,111,0.55);
  border-right-color: rgba(111,111,111,0.55);
}
.border-x-base-150\/60 {
  border-left-color: rgba(111,111,111,0.6);
  border-right-color: rgba(111,111,111,0.6);
}
.border-x-base-150\/65 {
  border-left-color: rgba(111,111,111,0.65);
  border-right-color: rgba(111,111,111,0.65);
}
.border-x-base-150\/70 {
  border-left-color: rgba(111,111,111,0.7);
  border-right-color: rgba(111,111,111,0.7);
}
.border-x-base-150\/75 {
  border-left-color: rgba(111,111,111,0.75);
  border-right-color: rgba(111,111,111,0.75);
}
.border-x-base-150\/80 {
  border-left-color: rgba(111,111,111,0.8);
  border-right-color: rgba(111,111,111,0.8);
}
.border-x-base-150\/85 {
  border-left-color: rgba(111,111,111,0.85);
  border-right-color: rgba(111,111,111,0.85);
}
.border-x-base-150\/90 {
  border-left-color: rgba(111,111,111,0.9);
  border-right-color: rgba(111,111,111,0.9);
}
.border-x-base-150\/95 {
  border-left-color: rgba(111,111,111,0.95);
  border-right-color: rgba(111,111,111,0.95);
}
.border-x-base-200 {
  border-left-color: #454545;
  border-right-color: #454545;
}
.border-x-base-200\/0 {
  border-left-color: rgba(69,69,69,0);
  border-right-color: rgba(69,69,69,0);
}
.border-x-base-200\/10 {
  border-left-color: rgba(69,69,69,0.1);
  border-right-color: rgba(69,69,69,0.1);
}
.border-x-base-200\/100 {
  border-left-color: rgba(69,69,69,1);
  border-right-color: rgba(69,69,69,1);
}
.border-x-base-200\/15 {
  border-left-color: rgba(69,69,69,0.15);
  border-right-color: rgba(69,69,69,0.15);
}
.border-x-base-200\/20 {
  border-left-color: rgba(69,69,69,0.2);
  border-right-color: rgba(69,69,69,0.2);
}
.border-x-base-200\/25 {
  border-left-color: rgba(69,69,69,0.25);
  border-right-color: rgba(69,69,69,0.25);
}
.border-x-base-200\/30 {
  border-left-color: rgba(69,69,69,0.3);
  border-right-color: rgba(69,69,69,0.3);
}
.border-x-base-200\/35 {
  border-left-color: rgba(69,69,69,0.35);
  border-right-color: rgba(69,69,69,0.35);
}
.border-x-base-200\/40 {
  border-left-color: rgba(69,69,69,0.4);
  border-right-color: rgba(69,69,69,0.4);
}
.border-x-base-200\/45 {
  border-left-color: rgba(69,69,69,0.45);
  border-right-color: rgba(69,69,69,0.45);
}
.border-x-base-200\/5 {
  border-left-color: rgba(69,69,69,0.05);
  border-right-color: rgba(69,69,69,0.05);
}
.border-x-base-200\/50 {
  border-left-color: rgba(69,69,69,0.5);
  border-right-color: rgba(69,69,69,0.5);
}
.border-x-base-200\/55 {
  border-left-color: rgba(69,69,69,0.55);
  border-right-color: rgba(69,69,69,0.55);
}
.border-x-base-200\/60 {
  border-left-color: rgba(69,69,69,0.6);
  border-right-color: rgba(69,69,69,0.6);
}
.border-x-base-200\/65 {
  border-left-color: rgba(69,69,69,0.65);
  border-right-color: rgba(69,69,69,0.65);
}
.border-x-base-200\/70 {
  border-left-color: rgba(69,69,69,0.7);
  border-right-color: rgba(69,69,69,0.7);
}
.border-x-base-200\/75 {
  border-left-color: rgba(69,69,69,0.75);
  border-right-color: rgba(69,69,69,0.75);
}
.border-x-base-200\/80 {
  border-left-color: rgba(69,69,69,0.8);
  border-right-color: rgba(69,69,69,0.8);
}
.border-x-base-200\/85 {
  border-left-color: rgba(69,69,69,0.85);
  border-right-color: rgba(69,69,69,0.85);
}
.border-x-base-200\/90 {
  border-left-color: rgba(69,69,69,0.9);
  border-right-color: rgba(69,69,69,0.9);
}
.border-x-base-200\/95 {
  border-left-color: rgba(69,69,69,0.95);
  border-right-color: rgba(69,69,69,0.95);
}
.border-x-base-300 {
  border-left-color: #343434;
  border-right-color: #343434;
}
.border-x-base-300\/0 {
  border-left-color: rgba(52,52,52,0);
  border-right-color: rgba(52,52,52,0);
}
.border-x-base-300\/10 {
  border-left-color: rgba(52,52,52,0.1);
  border-right-color: rgba(52,52,52,0.1);
}
.border-x-base-300\/100 {
  border-left-color: rgba(52,52,52,1);
  border-right-color: rgba(52,52,52,1);
}
.border-x-base-300\/15 {
  border-left-color: rgba(52,52,52,0.15);
  border-right-color: rgba(52,52,52,0.15);
}
.border-x-base-300\/20 {
  border-left-color: rgba(52,52,52,0.2);
  border-right-color: rgba(52,52,52,0.2);
}
.border-x-base-300\/25 {
  border-left-color: rgba(52,52,52,0.25);
  border-right-color: rgba(52,52,52,0.25);
}
.border-x-base-300\/30 {
  border-left-color: rgba(52,52,52,0.3);
  border-right-color: rgba(52,52,52,0.3);
}
.border-x-base-300\/35 {
  border-left-color: rgba(52,52,52,0.35);
  border-right-color: rgba(52,52,52,0.35);
}
.border-x-base-300\/40 {
  border-left-color: rgba(52,52,52,0.4);
  border-right-color: rgba(52,52,52,0.4);
}
.border-x-base-300\/45 {
  border-left-color: rgba(52,52,52,0.45);
  border-right-color: rgba(52,52,52,0.45);
}
.border-x-base-300\/5 {
  border-left-color: rgba(52,52,52,0.05);
  border-right-color: rgba(52,52,52,0.05);
}
.border-x-base-300\/50 {
  border-left-color: rgba(52,52,52,0.5);
  border-right-color: rgba(52,52,52,0.5);
}
.border-x-base-300\/55 {
  border-left-color: rgba(52,52,52,0.55);
  border-right-color: rgba(52,52,52,0.55);
}
.border-x-base-300\/60 {
  border-left-color: rgba(52,52,52,0.6);
  border-right-color: rgba(52,52,52,0.6);
}
.border-x-base-300\/65 {
  border-left-color: rgba(52,52,52,0.65);
  border-right-color: rgba(52,52,52,0.65);
}
.border-x-base-300\/70 {
  border-left-color: rgba(52,52,52,0.7);
  border-right-color: rgba(52,52,52,0.7);
}
.border-x-base-300\/75 {
  border-left-color: rgba(52,52,52,0.75);
  border-right-color: rgba(52,52,52,0.75);
}
.border-x-base-300\/80 {
  border-left-color: rgba(52,52,52,0.8);
  border-right-color: rgba(52,52,52,0.8);
}
.border-x-base-300\/85 {
  border-left-color: rgba(52,52,52,0.85);
  border-right-color: rgba(52,52,52,0.85);
}
.border-x-base-300\/90 {
  border-left-color: rgba(52,52,52,0.9);
  border-right-color: rgba(52,52,52,0.9);
}
.border-x-base-300\/95 {
  border-left-color: rgba(52,52,52,0.95);
  border-right-color: rgba(52,52,52,0.95);
}
.border-x-base-400 {
  border-left-color: #2B2B2B;
  border-right-color: #2B2B2B;
}
.border-x-base-400\/0 {
  border-left-color: rgba(43,43,43,0);
  border-right-color: rgba(43,43,43,0);
}
.border-x-base-400\/10 {
  border-left-color: rgba(43,43,43,0.1);
  border-right-color: rgba(43,43,43,0.1);
}
.border-x-base-400\/100 {
  border-left-color: rgba(43,43,43,1);
  border-right-color: rgba(43,43,43,1);
}
.border-x-base-400\/15 {
  border-left-color: rgba(43,43,43,0.15);
  border-right-color: rgba(43,43,43,0.15);
}
.border-x-base-400\/20 {
  border-left-color: rgba(43,43,43,0.2);
  border-right-color: rgba(43,43,43,0.2);
}
.border-x-base-400\/25 {
  border-left-color: rgba(43,43,43,0.25);
  border-right-color: rgba(43,43,43,0.25);
}
.border-x-base-400\/30 {
  border-left-color: rgba(43,43,43,0.3);
  border-right-color: rgba(43,43,43,0.3);
}
.border-x-base-400\/35 {
  border-left-color: rgba(43,43,43,0.35);
  border-right-color: rgba(43,43,43,0.35);
}
.border-x-base-400\/40 {
  border-left-color: rgba(43,43,43,0.4);
  border-right-color: rgba(43,43,43,0.4);
}
.border-x-base-400\/45 {
  border-left-color: rgba(43,43,43,0.45);
  border-right-color: rgba(43,43,43,0.45);
}
.border-x-base-400\/5 {
  border-left-color: rgba(43,43,43,0.05);
  border-right-color: rgba(43,43,43,0.05);
}
.border-x-base-400\/50 {
  border-left-color: rgba(43,43,43,0.5);
  border-right-color: rgba(43,43,43,0.5);
}
.border-x-base-400\/55 {
  border-left-color: rgba(43,43,43,0.55);
  border-right-color: rgba(43,43,43,0.55);
}
.border-x-base-400\/60 {
  border-left-color: rgba(43,43,43,0.6);
  border-right-color: rgba(43,43,43,0.6);
}
.border-x-base-400\/65 {
  border-left-color: rgba(43,43,43,0.65);
  border-right-color: rgba(43,43,43,0.65);
}
.border-x-base-400\/70 {
  border-left-color: rgba(43,43,43,0.7);
  border-right-color: rgba(43,43,43,0.7);
}
.border-x-base-400\/75 {
  border-left-color: rgba(43,43,43,0.75);
  border-right-color: rgba(43,43,43,0.75);
}
.border-x-base-400\/80 {
  border-left-color: rgba(43,43,43,0.8);
  border-right-color: rgba(43,43,43,0.8);
}
.border-x-base-400\/85 {
  border-left-color: rgba(43,43,43,0.85);
  border-right-color: rgba(43,43,43,0.85);
}
.border-x-base-400\/90 {
  border-left-color: rgba(43,43,43,0.9);
  border-right-color: rgba(43,43,43,0.9);
}
.border-x-base-400\/95 {
  border-left-color: rgba(43,43,43,0.95);
  border-right-color: rgba(43,43,43,0.95);
}
.border-x-base-500 {
  border-left-color: #232323;
  border-right-color: #232323;
}
.border-x-base-500\/0 {
  border-left-color: rgba(35,35,35,0);
  border-right-color: rgba(35,35,35,0);
}
.border-x-base-500\/10 {
  border-left-color: rgba(35,35,35,0.1);
  border-right-color: rgba(35,35,35,0.1);
}
.border-x-base-500\/100 {
  border-left-color: rgba(35,35,35,1);
  border-right-color: rgba(35,35,35,1);
}
.border-x-base-500\/15 {
  border-left-color: rgba(35,35,35,0.15);
  border-right-color: rgba(35,35,35,0.15);
}
.border-x-base-500\/20 {
  border-left-color: rgba(35,35,35,0.2);
  border-right-color: rgba(35,35,35,0.2);
}
.border-x-base-500\/25 {
  border-left-color: rgba(35,35,35,0.25);
  border-right-color: rgba(35,35,35,0.25);
}
.border-x-base-500\/30 {
  border-left-color: rgba(35,35,35,0.3);
  border-right-color: rgba(35,35,35,0.3);
}
.border-x-base-500\/35 {
  border-left-color: rgba(35,35,35,0.35);
  border-right-color: rgba(35,35,35,0.35);
}
.border-x-base-500\/40 {
  border-left-color: rgba(35,35,35,0.4);
  border-right-color: rgba(35,35,35,0.4);
}
.border-x-base-500\/45 {
  border-left-color: rgba(35,35,35,0.45);
  border-right-color: rgba(35,35,35,0.45);
}
.border-x-base-500\/5 {
  border-left-color: rgba(35,35,35,0.05);
  border-right-color: rgba(35,35,35,0.05);
}
.border-x-base-500\/50 {
  border-left-color: rgba(35,35,35,0.5);
  border-right-color: rgba(35,35,35,0.5);
}
.border-x-base-500\/55 {
  border-left-color: rgba(35,35,35,0.55);
  border-right-color: rgba(35,35,35,0.55);
}
.border-x-base-500\/60 {
  border-left-color: rgba(35,35,35,0.6);
  border-right-color: rgba(35,35,35,0.6);
}
.border-x-base-500\/65 {
  border-left-color: rgba(35,35,35,0.65);
  border-right-color: rgba(35,35,35,0.65);
}
.border-x-base-500\/70 {
  border-left-color: rgba(35,35,35,0.7);
  border-right-color: rgba(35,35,35,0.7);
}
.border-x-base-500\/75 {
  border-left-color: rgba(35,35,35,0.75);
  border-right-color: rgba(35,35,35,0.75);
}
.border-x-base-500\/80 {
  border-left-color: rgba(35,35,35,0.8);
  border-right-color: rgba(35,35,35,0.8);
}
.border-x-base-500\/85 {
  border-left-color: rgba(35,35,35,0.85);
  border-right-color: rgba(35,35,35,0.85);
}
.border-x-base-500\/90 {
  border-left-color: rgba(35,35,35,0.9);
  border-right-color: rgba(35,35,35,0.9);
}
.border-x-base-500\/95 {
  border-left-color: rgba(35,35,35,0.95);
  border-right-color: rgba(35,35,35,0.95);
}
.border-x-base-600 {
  border-left-color: #232323;
  border-right-color: #232323;
}
.border-x-base-600\/0 {
  border-left-color: rgba(35,35,35,0);
  border-right-color: rgba(35,35,35,0);
}
.border-x-base-600\/10 {
  border-left-color: rgba(35,35,35,0.1);
  border-right-color: rgba(35,35,35,0.1);
}
.border-x-base-600\/100 {
  border-left-color: rgba(35,35,35,1);
  border-right-color: rgba(35,35,35,1);
}
.border-x-base-600\/15 {
  border-left-color: rgba(35,35,35,0.15);
  border-right-color: rgba(35,35,35,0.15);
}
.border-x-base-600\/20 {
  border-left-color: rgba(35,35,35,0.2);
  border-right-color: rgba(35,35,35,0.2);
}
.border-x-base-600\/25 {
  border-left-color: rgba(35,35,35,0.25);
  border-right-color: rgba(35,35,35,0.25);
}
.border-x-base-600\/30 {
  border-left-color: rgba(35,35,35,0.3);
  border-right-color: rgba(35,35,35,0.3);
}
.border-x-base-600\/35 {
  border-left-color: rgba(35,35,35,0.35);
  border-right-color: rgba(35,35,35,0.35);
}
.border-x-base-600\/40 {
  border-left-color: rgba(35,35,35,0.4);
  border-right-color: rgba(35,35,35,0.4);
}
.border-x-base-600\/45 {
  border-left-color: rgba(35,35,35,0.45);
  border-right-color: rgba(35,35,35,0.45);
}
.border-x-base-600\/5 {
  border-left-color: rgba(35,35,35,0.05);
  border-right-color: rgba(35,35,35,0.05);
}
.border-x-base-600\/50 {
  border-left-color: rgba(35,35,35,0.5);
  border-right-color: rgba(35,35,35,0.5);
}
.border-x-base-600\/55 {
  border-left-color: rgba(35,35,35,0.55);
  border-right-color: rgba(35,35,35,0.55);
}
.border-x-base-600\/60 {
  border-left-color: rgba(35,35,35,0.6);
  border-right-color: rgba(35,35,35,0.6);
}
.border-x-base-600\/65 {
  border-left-color: rgba(35,35,35,0.65);
  border-right-color: rgba(35,35,35,0.65);
}
.border-x-base-600\/70 {
  border-left-color: rgba(35,35,35,0.7);
  border-right-color: rgba(35,35,35,0.7);
}
.border-x-base-600\/75 {
  border-left-color: rgba(35,35,35,0.75);
  border-right-color: rgba(35,35,35,0.75);
}
.border-x-base-600\/80 {
  border-left-color: rgba(35,35,35,0.8);
  border-right-color: rgba(35,35,35,0.8);
}
.border-x-base-600\/85 {
  border-left-color: rgba(35,35,35,0.85);
  border-right-color: rgba(35,35,35,0.85);
}
.border-x-base-600\/90 {
  border-left-color: rgba(35,35,35,0.9);
  border-right-color: rgba(35,35,35,0.9);
}
.border-x-base-600\/95 {
  border-left-color: rgba(35,35,35,0.95);
  border-right-color: rgba(35,35,35,0.95);
}
.border-x-base-700 {
  border-left-color: #181818;
  border-right-color: #181818;
}
.border-x-base-700\/0 {
  border-left-color: rgba(24,24,24,0);
  border-right-color: rgba(24,24,24,0);
}
.border-x-base-700\/10 {
  border-left-color: rgba(24,24,24,0.1);
  border-right-color: rgba(24,24,24,0.1);
}
.border-x-base-700\/100 {
  border-left-color: rgba(24,24,24,1);
  border-right-color: rgba(24,24,24,1);
}
.border-x-base-700\/15 {
  border-left-color: rgba(24,24,24,0.15);
  border-right-color: rgba(24,24,24,0.15);
}
.border-x-base-700\/20 {
  border-left-color: rgba(24,24,24,0.2);
  border-right-color: rgba(24,24,24,0.2);
}
.border-x-base-700\/25 {
  border-left-color: rgba(24,24,24,0.25);
  border-right-color: rgba(24,24,24,0.25);
}
.border-x-base-700\/30 {
  border-left-color: rgba(24,24,24,0.3);
  border-right-color: rgba(24,24,24,0.3);
}
.border-x-base-700\/35 {
  border-left-color: rgba(24,24,24,0.35);
  border-right-color: rgba(24,24,24,0.35);
}
.border-x-base-700\/40 {
  border-left-color: rgba(24,24,24,0.4);
  border-right-color: rgba(24,24,24,0.4);
}
.border-x-base-700\/45 {
  border-left-color: rgba(24,24,24,0.45);
  border-right-color: rgba(24,24,24,0.45);
}
.border-x-base-700\/5 {
  border-left-color: rgba(24,24,24,0.05);
  border-right-color: rgba(24,24,24,0.05);
}
.border-x-base-700\/50 {
  border-left-color: rgba(24,24,24,0.5);
  border-right-color: rgba(24,24,24,0.5);
}
.border-x-base-700\/55 {
  border-left-color: rgba(24,24,24,0.55);
  border-right-color: rgba(24,24,24,0.55);
}
.border-x-base-700\/60 {
  border-left-color: rgba(24,24,24,0.6);
  border-right-color: rgba(24,24,24,0.6);
}
.border-x-base-700\/65 {
  border-left-color: rgba(24,24,24,0.65);
  border-right-color: rgba(24,24,24,0.65);
}
.border-x-base-700\/70 {
  border-left-color: rgba(24,24,24,0.7);
  border-right-color: rgba(24,24,24,0.7);
}
.border-x-base-700\/75 {
  border-left-color: rgba(24,24,24,0.75);
  border-right-color: rgba(24,24,24,0.75);
}
.border-x-base-700\/80 {
  border-left-color: rgba(24,24,24,0.8);
  border-right-color: rgba(24,24,24,0.8);
}
.border-x-base-700\/85 {
  border-left-color: rgba(24,24,24,0.85);
  border-right-color: rgba(24,24,24,0.85);
}
.border-x-base-700\/90 {
  border-left-color: rgba(24,24,24,0.9);
  border-right-color: rgba(24,24,24,0.9);
}
.border-x-base-700\/95 {
  border-left-color: rgba(24,24,24,0.95);
  border-right-color: rgba(24,24,24,0.95);
}
.border-x-base-800 {
  border-left-color: #1E1E1E;
  border-right-color: #1E1E1E;
}
.border-x-base-800\/0 {
  border-left-color: rgba(30,30,30,0);
  border-right-color: rgba(30,30,30,0);
}
.border-x-base-800\/10 {
  border-left-color: rgba(30,30,30,0.1);
  border-right-color: rgba(30,30,30,0.1);
}
.border-x-base-800\/100 {
  border-left-color: rgba(30,30,30,1);
  border-right-color: rgba(30,30,30,1);
}
.border-x-base-800\/15 {
  border-left-color: rgba(30,30,30,0.15);
  border-right-color: rgba(30,30,30,0.15);
}
.border-x-base-800\/20 {
  border-left-color: rgba(30,30,30,0.2);
  border-right-color: rgba(30,30,30,0.2);
}
.border-x-base-800\/25 {
  border-left-color: rgba(30,30,30,0.25);
  border-right-color: rgba(30,30,30,0.25);
}
.border-x-base-800\/30 {
  border-left-color: rgba(30,30,30,0.3);
  border-right-color: rgba(30,30,30,0.3);
}
.border-x-base-800\/35 {
  border-left-color: rgba(30,30,30,0.35);
  border-right-color: rgba(30,30,30,0.35);
}
.border-x-base-800\/40 {
  border-left-color: rgba(30,30,30,0.4);
  border-right-color: rgba(30,30,30,0.4);
}
.border-x-base-800\/45 {
  border-left-color: rgba(30,30,30,0.45);
  border-right-color: rgba(30,30,30,0.45);
}
.border-x-base-800\/5 {
  border-left-color: rgba(30,30,30,0.05);
  border-right-color: rgba(30,30,30,0.05);
}
.border-x-base-800\/50 {
  border-left-color: rgba(30,30,30,0.5);
  border-right-color: rgba(30,30,30,0.5);
}
.border-x-base-800\/55 {
  border-left-color: rgba(30,30,30,0.55);
  border-right-color: rgba(30,30,30,0.55);
}
.border-x-base-800\/60 {
  border-left-color: rgba(30,30,30,0.6);
  border-right-color: rgba(30,30,30,0.6);
}
.border-x-base-800\/65 {
  border-left-color: rgba(30,30,30,0.65);
  border-right-color: rgba(30,30,30,0.65);
}
.border-x-base-800\/70 {
  border-left-color: rgba(30,30,30,0.7);
  border-right-color: rgba(30,30,30,0.7);
}
.border-x-base-800\/75 {
  border-left-color: rgba(30,30,30,0.75);
  border-right-color: rgba(30,30,30,0.75);
}
.border-x-base-800\/80 {
  border-left-color: rgba(30,30,30,0.8);
  border-right-color: rgba(30,30,30,0.8);
}
.border-x-base-800\/85 {
  border-left-color: rgba(30,30,30,0.85);
  border-right-color: rgba(30,30,30,0.85);
}
.border-x-base-800\/90 {
  border-left-color: rgba(30,30,30,0.9);
  border-right-color: rgba(30,30,30,0.9);
}
.border-x-base-800\/95 {
  border-left-color: rgba(30,30,30,0.95);
  border-right-color: rgba(30,30,30,0.95);
}
.border-x-base-900 {
  border-left-color: #000000;
  border-right-color: #000000;
}
.border-x-base-900\/0 {
  border-left-color: rgba(0,0,0,0);
  border-right-color: rgba(0,0,0,0);
}
.border-x-base-900\/10 {
  border-left-color: rgba(0,0,0,0.1);
  border-right-color: rgba(0,0,0,0.1);
}
.border-x-base-900\/100 {
  border-left-color: rgba(0,0,0,1);
  border-right-color: rgba(0,0,0,1);
}
.border-x-base-900\/15 {
  border-left-color: rgba(0,0,0,0.15);
  border-right-color: rgba(0,0,0,0.15);
}
.border-x-base-900\/20 {
  border-left-color: rgba(0,0,0,0.2);
  border-right-color: rgba(0,0,0,0.2);
}
.border-x-base-900\/25 {
  border-left-color: rgba(0,0,0,0.25);
  border-right-color: rgba(0,0,0,0.25);
}
.border-x-base-900\/30 {
  border-left-color: rgba(0,0,0,0.3);
  border-right-color: rgba(0,0,0,0.3);
}
.border-x-base-900\/35 {
  border-left-color: rgba(0,0,0,0.35);
  border-right-color: rgba(0,0,0,0.35);
}
.border-x-base-900\/40 {
  border-left-color: rgba(0,0,0,0.4);
  border-right-color: rgba(0,0,0,0.4);
}
.border-x-base-900\/45 {
  border-left-color: rgba(0,0,0,0.45);
  border-right-color: rgba(0,0,0,0.45);
}
.border-x-base-900\/5 {
  border-left-color: rgba(0,0,0,0.05);
  border-right-color: rgba(0,0,0,0.05);
}
.border-x-base-900\/50 {
  border-left-color: rgba(0,0,0,0.5);
  border-right-color: rgba(0,0,0,0.5);
}
.border-x-base-900\/55 {
  border-left-color: rgba(0,0,0,0.55);
  border-right-color: rgba(0,0,0,0.55);
}
.border-x-base-900\/60 {
  border-left-color: rgba(0,0,0,0.6);
  border-right-color: rgba(0,0,0,0.6);
}
.border-x-base-900\/65 {
  border-left-color: rgba(0,0,0,0.65);
  border-right-color: rgba(0,0,0,0.65);
}
.border-x-base-900\/70 {
  border-left-color: rgba(0,0,0,0.7);
  border-right-color: rgba(0,0,0,0.7);
}
.border-x-base-900\/75 {
  border-left-color: rgba(0,0,0,0.75);
  border-right-color: rgba(0,0,0,0.75);
}
.border-x-base-900\/80 {
  border-left-color: rgba(0,0,0,0.8);
  border-right-color: rgba(0,0,0,0.8);
}
.border-x-base-900\/85 {
  border-left-color: rgba(0,0,0,0.85);
  border-right-color: rgba(0,0,0,0.85);
}
.border-x-base-900\/90 {
  border-left-color: rgba(0,0,0,0.9);
  border-right-color: rgba(0,0,0,0.9);
}
.border-x-base-900\/95 {
  border-left-color: rgba(0,0,0,0.95);
  border-right-color: rgba(0,0,0,0.95);
}
.border-x-base-dark {
  border-left-color: #1E1E1E;
  border-right-color: #1E1E1E;
}
.border-x-base-dark\/0 {
  border-left-color: rgba(30,30,30,0);
  border-right-color: rgba(30,30,30,0);
}
.border-x-base-dark\/10 {
  border-left-color: rgba(30,30,30,0.1);
  border-right-color: rgba(30,30,30,0.1);
}
.border-x-base-dark\/100 {
  border-left-color: rgba(30,30,30,1);
  border-right-color: rgba(30,30,30,1);
}
.border-x-base-dark\/15 {
  border-left-color: rgba(30,30,30,0.15);
  border-right-color: rgba(30,30,30,0.15);
}
.border-x-base-dark\/20 {
  border-left-color: rgba(30,30,30,0.2);
  border-right-color: rgba(30,30,30,0.2);
}
.border-x-base-dark\/25 {
  border-left-color: rgba(30,30,30,0.25);
  border-right-color: rgba(30,30,30,0.25);
}
.border-x-base-dark\/30 {
  border-left-color: rgba(30,30,30,0.3);
  border-right-color: rgba(30,30,30,0.3);
}
.border-x-base-dark\/35 {
  border-left-color: rgba(30,30,30,0.35);
  border-right-color: rgba(30,30,30,0.35);
}
.border-x-base-dark\/40 {
  border-left-color: rgba(30,30,30,0.4);
  border-right-color: rgba(30,30,30,0.4);
}
.border-x-base-dark\/45 {
  border-left-color: rgba(30,30,30,0.45);
  border-right-color: rgba(30,30,30,0.45);
}
.border-x-base-dark\/5 {
  border-left-color: rgba(30,30,30,0.05);
  border-right-color: rgba(30,30,30,0.05);
}
.border-x-base-dark\/50 {
  border-left-color: rgba(30,30,30,0.5);
  border-right-color: rgba(30,30,30,0.5);
}
.border-x-base-dark\/55 {
  border-left-color: rgba(30,30,30,0.55);
  border-right-color: rgba(30,30,30,0.55);
}
.border-x-base-dark\/60 {
  border-left-color: rgba(30,30,30,0.6);
  border-right-color: rgba(30,30,30,0.6);
}
.border-x-base-dark\/65 {
  border-left-color: rgba(30,30,30,0.65);
  border-right-color: rgba(30,30,30,0.65);
}
.border-x-base-dark\/70 {
  border-left-color: rgba(30,30,30,0.7);
  border-right-color: rgba(30,30,30,0.7);
}
.border-x-base-dark\/75 {
  border-left-color: rgba(30,30,30,0.75);
  border-right-color: rgba(30,30,30,0.75);
}
.border-x-base-dark\/80 {
  border-left-color: rgba(30,30,30,0.8);
  border-right-color: rgba(30,30,30,0.8);
}
.border-x-base-dark\/85 {
  border-left-color: rgba(30,30,30,0.85);
  border-right-color: rgba(30,30,30,0.85);
}
.border-x-base-dark\/90 {
  border-left-color: rgba(30,30,30,0.9);
  border-right-color: rgba(30,30,30,0.9);
}
.border-x-base-dark\/95 {
  border-left-color: rgba(30,30,30,0.95);
  border-right-color: rgba(30,30,30,0.95);
}
.border-x-base-light {
  border-left-color: #454545;
  border-right-color: #454545;
}
.border-x-base-light\/0 {
  border-left-color: rgba(69,69,69,0);
  border-right-color: rgba(69,69,69,0);
}
.border-x-base-light\/10 {
  border-left-color: rgba(69,69,69,0.1);
  border-right-color: rgba(69,69,69,0.1);
}
.border-x-base-light\/100 {
  border-left-color: rgba(69,69,69,1);
  border-right-color: rgba(69,69,69,1);
}
.border-x-base-light\/15 {
  border-left-color: rgba(69,69,69,0.15);
  border-right-color: rgba(69,69,69,0.15);
}
.border-x-base-light\/20 {
  border-left-color: rgba(69,69,69,0.2);
  border-right-color: rgba(69,69,69,0.2);
}
.border-x-base-light\/25 {
  border-left-color: rgba(69,69,69,0.25);
  border-right-color: rgba(69,69,69,0.25);
}
.border-x-base-light\/30 {
  border-left-color: rgba(69,69,69,0.3);
  border-right-color: rgba(69,69,69,0.3);
}
.border-x-base-light\/35 {
  border-left-color: rgba(69,69,69,0.35);
  border-right-color: rgba(69,69,69,0.35);
}
.border-x-base-light\/40 {
  border-left-color: rgba(69,69,69,0.4);
  border-right-color: rgba(69,69,69,0.4);
}
.border-x-base-light\/45 {
  border-left-color: rgba(69,69,69,0.45);
  border-right-color: rgba(69,69,69,0.45);
}
.border-x-base-light\/5 {
  border-left-color: rgba(69,69,69,0.05);
  border-right-color: rgba(69,69,69,0.05);
}
.border-x-base-light\/50 {
  border-left-color: rgba(69,69,69,0.5);
  border-right-color: rgba(69,69,69,0.5);
}
.border-x-base-light\/55 {
  border-left-color: rgba(69,69,69,0.55);
  border-right-color: rgba(69,69,69,0.55);
}
.border-x-base-light\/60 {
  border-left-color: rgba(69,69,69,0.6);
  border-right-color: rgba(69,69,69,0.6);
}
.border-x-base-light\/65 {
  border-left-color: rgba(69,69,69,0.65);
  border-right-color: rgba(69,69,69,0.65);
}
.border-x-base-light\/70 {
  border-left-color: rgba(69,69,69,0.7);
  border-right-color: rgba(69,69,69,0.7);
}
.border-x-base-light\/75 {
  border-left-color: rgba(69,69,69,0.75);
  border-right-color: rgba(69,69,69,0.75);
}
.border-x-base-light\/80 {
  border-left-color: rgba(69,69,69,0.8);
  border-right-color: rgba(69,69,69,0.8);
}
.border-x-base-light\/85 {
  border-left-color: rgba(69,69,69,0.85);
  border-right-color: rgba(69,69,69,0.85);
}
.border-x-base-light\/90 {
  border-left-color: rgba(69,69,69,0.9);
  border-right-color: rgba(69,69,69,0.9);
}
.border-x-base-light\/95 {
  border-left-color: rgba(69,69,69,0.95);
  border-right-color: rgba(69,69,69,0.95);
}
.border-x-base-none {
  border-left-color: transparent;
  border-right-color: transparent;
}
.border-x-base-none\/0 {
  border-left-color: rgba(0,0,0,0);
  border-right-color: rgba(0,0,0,0);
}
.border-x-base-none\/10 {
  border-left-color: rgba(0,0,0,0.1);
  border-right-color: rgba(0,0,0,0.1);
}
.border-x-base-none\/100 {
  border-left-color: rgba(0,0,0,1);
  border-right-color: rgba(0,0,0,1);
}
.border-x-base-none\/15 {
  border-left-color: rgba(0,0,0,0.15);
  border-right-color: rgba(0,0,0,0.15);
}
.border-x-base-none\/20 {
  border-left-color: rgba(0,0,0,0.2);
  border-right-color: rgba(0,0,0,0.2);
}
.border-x-base-none\/25 {
  border-left-color: rgba(0,0,0,0.25);
  border-right-color: rgba(0,0,0,0.25);
}
.border-x-base-none\/30 {
  border-left-color: rgba(0,0,0,0.3);
  border-right-color: rgba(0,0,0,0.3);
}
.border-x-base-none\/35 {
  border-left-color: rgba(0,0,0,0.35);
  border-right-color: rgba(0,0,0,0.35);
}
.border-x-base-none\/40 {
  border-left-color: rgba(0,0,0,0.4);
  border-right-color: rgba(0,0,0,0.4);
}
.border-x-base-none\/45 {
  border-left-color: rgba(0,0,0,0.45);
  border-right-color: rgba(0,0,0,0.45);
}
.border-x-base-none\/5 {
  border-left-color: rgba(0,0,0,0.05);
  border-right-color: rgba(0,0,0,0.05);
}
.border-x-base-none\/50 {
  border-left-color: rgba(0,0,0,0.5);
  border-right-color: rgba(0,0,0,0.5);
}
.border-x-base-none\/55 {
  border-left-color: rgba(0,0,0,0.55);
  border-right-color: rgba(0,0,0,0.55);
}
.border-x-base-none\/60 {
  border-left-color: rgba(0,0,0,0.6);
  border-right-color: rgba(0,0,0,0.6);
}
.border-x-base-none\/65 {
  border-left-color: rgba(0,0,0,0.65);
  border-right-color: rgba(0,0,0,0.65);
}
.border-x-base-none\/70 {
  border-left-color: rgba(0,0,0,0.7);
  border-right-color: rgba(0,0,0,0.7);
}
.border-x-base-none\/75 {
  border-left-color: rgba(0,0,0,0.75);
  border-right-color: rgba(0,0,0,0.75);
}
.border-x-base-none\/80 {
  border-left-color: rgba(0,0,0,0.8);
  border-right-color: rgba(0,0,0,0.8);
}
.border-x-base-none\/85 {
  border-left-color: rgba(0,0,0,0.85);
  border-right-color: rgba(0,0,0,0.85);
}
.border-x-base-none\/90 {
  border-left-color: rgba(0,0,0,0.9);
  border-right-color: rgba(0,0,0,0.9);
}
.border-x-base-none\/95 {
  border-left-color: rgba(0,0,0,0.95);
  border-right-color: rgba(0,0,0,0.95);
}
.border-x-marker-0 {
  border-left-color: #60BF02;
  border-right-color: #60BF02;
}
.border-x-marker-0\/0 {
  border-left-color: rgba(96,191,2,0);
  border-right-color: rgba(96,191,2,0);
}
.border-x-marker-0\/10 {
  border-left-color: rgba(96,191,2,0.1);
  border-right-color: rgba(96,191,2,0.1);
}
.border-x-marker-0\/100 {
  border-left-color: rgba(96,191,2,1);
  border-right-color: rgba(96,191,2,1);
}
.border-x-marker-0\/15 {
  border-left-color: rgba(96,191,2,0.15);
  border-right-color: rgba(96,191,2,0.15);
}
.border-x-marker-0\/20 {
  border-left-color: rgba(96,191,2,0.2);
  border-right-color: rgba(96,191,2,0.2);
}
.border-x-marker-0\/25 {
  border-left-color: rgba(96,191,2,0.25);
  border-right-color: rgba(96,191,2,0.25);
}
.border-x-marker-0\/30 {
  border-left-color: rgba(96,191,2,0.3);
  border-right-color: rgba(96,191,2,0.3);
}
.border-x-marker-0\/35 {
  border-left-color: rgba(96,191,2,0.35);
  border-right-color: rgba(96,191,2,0.35);
}
.border-x-marker-0\/40 {
  border-left-color: rgba(96,191,2,0.4);
  border-right-color: rgba(96,191,2,0.4);
}
.border-x-marker-0\/45 {
  border-left-color: rgba(96,191,2,0.45);
  border-right-color: rgba(96,191,2,0.45);
}
.border-x-marker-0\/5 {
  border-left-color: rgba(96,191,2,0.05);
  border-right-color: rgba(96,191,2,0.05);
}
.border-x-marker-0\/50 {
  border-left-color: rgba(96,191,2,0.5);
  border-right-color: rgba(96,191,2,0.5);
}
.border-x-marker-0\/55 {
  border-left-color: rgba(96,191,2,0.55);
  border-right-color: rgba(96,191,2,0.55);
}
.border-x-marker-0\/60 {
  border-left-color: rgba(96,191,2,0.6);
  border-right-color: rgba(96,191,2,0.6);
}
.border-x-marker-0\/65 {
  border-left-color: rgba(96,191,2,0.65);
  border-right-color: rgba(96,191,2,0.65);
}
.border-x-marker-0\/70 {
  border-left-color: rgba(96,191,2,0.7);
  border-right-color: rgba(96,191,2,0.7);
}
.border-x-marker-0\/75 {
  border-left-color: rgba(96,191,2,0.75);
  border-right-color: rgba(96,191,2,0.75);
}
.border-x-marker-0\/80 {
  border-left-color: rgba(96,191,2,0.8);
  border-right-color: rgba(96,191,2,0.8);
}
.border-x-marker-0\/85 {
  border-left-color: rgba(96,191,2,0.85);
  border-right-color: rgba(96,191,2,0.85);
}
.border-x-marker-0\/90 {
  border-left-color: rgba(96,191,2,0.9);
  border-right-color: rgba(96,191,2,0.9);
}
.border-x-marker-0\/95 {
  border-left-color: rgba(96,191,2,0.95);
  border-right-color: rgba(96,191,2,0.95);
}
.border-x-marker-100 {
  border-left-color: #60BF02;
  border-right-color: #60BF02;
}
.border-x-marker-100\/0 {
  border-left-color: rgba(96,191,2,0);
  border-right-color: rgba(96,191,2,0);
}
.border-x-marker-100\/10 {
  border-left-color: rgba(96,191,2,0.1);
  border-right-color: rgba(96,191,2,0.1);
}
.border-x-marker-100\/100 {
  border-left-color: rgba(96,191,2,1);
  border-right-color: rgba(96,191,2,1);
}
.border-x-marker-100\/15 {
  border-left-color: rgba(96,191,2,0.15);
  border-right-color: rgba(96,191,2,0.15);
}
.border-x-marker-100\/20 {
  border-left-color: rgba(96,191,2,0.2);
  border-right-color: rgba(96,191,2,0.2);
}
.border-x-marker-100\/25 {
  border-left-color: rgba(96,191,2,0.25);
  border-right-color: rgba(96,191,2,0.25);
}
.border-x-marker-100\/30 {
  border-left-color: rgba(96,191,2,0.3);
  border-right-color: rgba(96,191,2,0.3);
}
.border-x-marker-100\/35 {
  border-left-color: rgba(96,191,2,0.35);
  border-right-color: rgba(96,191,2,0.35);
}
.border-x-marker-100\/40 {
  border-left-color: rgba(96,191,2,0.4);
  border-right-color: rgba(96,191,2,0.4);
}
.border-x-marker-100\/45 {
  border-left-color: rgba(96,191,2,0.45);
  border-right-color: rgba(96,191,2,0.45);
}
.border-x-marker-100\/5 {
  border-left-color: rgba(96,191,2,0.05);
  border-right-color: rgba(96,191,2,0.05);
}
.border-x-marker-100\/50 {
  border-left-color: rgba(96,191,2,0.5);
  border-right-color: rgba(96,191,2,0.5);
}
.border-x-marker-100\/55 {
  border-left-color: rgba(96,191,2,0.55);
  border-right-color: rgba(96,191,2,0.55);
}
.border-x-marker-100\/60 {
  border-left-color: rgba(96,191,2,0.6);
  border-right-color: rgba(96,191,2,0.6);
}
.border-x-marker-100\/65 {
  border-left-color: rgba(96,191,2,0.65);
  border-right-color: rgba(96,191,2,0.65);
}
.border-x-marker-100\/70 {
  border-left-color: rgba(96,191,2,0.7);
  border-right-color: rgba(96,191,2,0.7);
}
.border-x-marker-100\/75 {
  border-left-color: rgba(96,191,2,0.75);
  border-right-color: rgba(96,191,2,0.75);
}
.border-x-marker-100\/80 {
  border-left-color: rgba(96,191,2,0.8);
  border-right-color: rgba(96,191,2,0.8);
}
.border-x-marker-100\/85 {
  border-left-color: rgba(96,191,2,0.85);
  border-right-color: rgba(96,191,2,0.85);
}
.border-x-marker-100\/90 {
  border-left-color: rgba(96,191,2,0.9);
  border-right-color: rgba(96,191,2,0.9);
}
.border-x-marker-100\/95 {
  border-left-color: rgba(96,191,2,0.95);
  border-right-color: rgba(96,191,2,0.95);
}
.border-x-marker-200 {
  border-left-color: #60BF02;
  border-right-color: #60BF02;
}
.border-x-marker-200\/0 {
  border-left-color: rgba(96,191,2,0);
  border-right-color: rgba(96,191,2,0);
}
.border-x-marker-200\/10 {
  border-left-color: rgba(96,191,2,0.1);
  border-right-color: rgba(96,191,2,0.1);
}
.border-x-marker-200\/100 {
  border-left-color: rgba(96,191,2,1);
  border-right-color: rgba(96,191,2,1);
}
.border-x-marker-200\/15 {
  border-left-color: rgba(96,191,2,0.15);
  border-right-color: rgba(96,191,2,0.15);
}
.border-x-marker-200\/20 {
  border-left-color: rgba(96,191,2,0.2);
  border-right-color: rgba(96,191,2,0.2);
}
.border-x-marker-200\/25 {
  border-left-color: rgba(96,191,2,0.25);
  border-right-color: rgba(96,191,2,0.25);
}
.border-x-marker-200\/30 {
  border-left-color: rgba(96,191,2,0.3);
  border-right-color: rgba(96,191,2,0.3);
}
.border-x-marker-200\/35 {
  border-left-color: rgba(96,191,2,0.35);
  border-right-color: rgba(96,191,2,0.35);
}
.border-x-marker-200\/40 {
  border-left-color: rgba(96,191,2,0.4);
  border-right-color: rgba(96,191,2,0.4);
}
.border-x-marker-200\/45 {
  border-left-color: rgba(96,191,2,0.45);
  border-right-color: rgba(96,191,2,0.45);
}
.border-x-marker-200\/5 {
  border-left-color: rgba(96,191,2,0.05);
  border-right-color: rgba(96,191,2,0.05);
}
.border-x-marker-200\/50 {
  border-left-color: rgba(96,191,2,0.5);
  border-right-color: rgba(96,191,2,0.5);
}
.border-x-marker-200\/55 {
  border-left-color: rgba(96,191,2,0.55);
  border-right-color: rgba(96,191,2,0.55);
}
.border-x-marker-200\/60 {
  border-left-color: rgba(96,191,2,0.6);
  border-right-color: rgba(96,191,2,0.6);
}
.border-x-marker-200\/65 {
  border-left-color: rgba(96,191,2,0.65);
  border-right-color: rgba(96,191,2,0.65);
}
.border-x-marker-200\/70 {
  border-left-color: rgba(96,191,2,0.7);
  border-right-color: rgba(96,191,2,0.7);
}
.border-x-marker-200\/75 {
  border-left-color: rgba(96,191,2,0.75);
  border-right-color: rgba(96,191,2,0.75);
}
.border-x-marker-200\/80 {
  border-left-color: rgba(96,191,2,0.8);
  border-right-color: rgba(96,191,2,0.8);
}
.border-x-marker-200\/85 {
  border-left-color: rgba(96,191,2,0.85);
  border-right-color: rgba(96,191,2,0.85);
}
.border-x-marker-200\/90 {
  border-left-color: rgba(96,191,2,0.9);
  border-right-color: rgba(96,191,2,0.9);
}
.border-x-marker-200\/95 {
  border-left-color: rgba(96,191,2,0.95);
  border-right-color: rgba(96,191,2,0.95);
}
.border-x-marker-300 {
  border-left-color: #60BF02;
  border-right-color: #60BF02;
}
.border-x-marker-300\/0 {
  border-left-color: rgba(96,191,2,0);
  border-right-color: rgba(96,191,2,0);
}
.border-x-marker-300\/10 {
  border-left-color: rgba(96,191,2,0.1);
  border-right-color: rgba(96,191,2,0.1);
}
.border-x-marker-300\/100 {
  border-left-color: rgba(96,191,2,1);
  border-right-color: rgba(96,191,2,1);
}
.border-x-marker-300\/15 {
  border-left-color: rgba(96,191,2,0.15);
  border-right-color: rgba(96,191,2,0.15);
}
.border-x-marker-300\/20 {
  border-left-color: rgba(96,191,2,0.2);
  border-right-color: rgba(96,191,2,0.2);
}
.border-x-marker-300\/25 {
  border-left-color: rgba(96,191,2,0.25);
  border-right-color: rgba(96,191,2,0.25);
}
.border-x-marker-300\/30 {
  border-left-color: rgba(96,191,2,0.3);
  border-right-color: rgba(96,191,2,0.3);
}
.border-x-marker-300\/35 {
  border-left-color: rgba(96,191,2,0.35);
  border-right-color: rgba(96,191,2,0.35);
}
.border-x-marker-300\/40 {
  border-left-color: rgba(96,191,2,0.4);
  border-right-color: rgba(96,191,2,0.4);
}
.border-x-marker-300\/45 {
  border-left-color: rgba(96,191,2,0.45);
  border-right-color: rgba(96,191,2,0.45);
}
.border-x-marker-300\/5 {
  border-left-color: rgba(96,191,2,0.05);
  border-right-color: rgba(96,191,2,0.05);
}
.border-x-marker-300\/50 {
  border-left-color: rgba(96,191,2,0.5);
  border-right-color: rgba(96,191,2,0.5);
}
.border-x-marker-300\/55 {
  border-left-color: rgba(96,191,2,0.55);
  border-right-color: rgba(96,191,2,0.55);
}
.border-x-marker-300\/60 {
  border-left-color: rgba(96,191,2,0.6);
  border-right-color: rgba(96,191,2,0.6);
}
.border-x-marker-300\/65 {
  border-left-color: rgba(96,191,2,0.65);
  border-right-color: rgba(96,191,2,0.65);
}
.border-x-marker-300\/70 {
  border-left-color: rgba(96,191,2,0.7);
  border-right-color: rgba(96,191,2,0.7);
}
.border-x-marker-300\/75 {
  border-left-color: rgba(96,191,2,0.75);
  border-right-color: rgba(96,191,2,0.75);
}
.border-x-marker-300\/80 {
  border-left-color: rgba(96,191,2,0.8);
  border-right-color: rgba(96,191,2,0.8);
}
.border-x-marker-300\/85 {
  border-left-color: rgba(96,191,2,0.85);
  border-right-color: rgba(96,191,2,0.85);
}
.border-x-marker-300\/90 {
  border-left-color: rgba(96,191,2,0.9);
  border-right-color: rgba(96,191,2,0.9);
}
.border-x-marker-300\/95 {
  border-left-color: rgba(96,191,2,0.95);
  border-right-color: rgba(96,191,2,0.95);
}
.border-x-marker-400 {
  border-left-color: #60BF02;
  border-right-color: #60BF02;
}
.border-x-marker-400\/0 {
  border-left-color: rgba(96,191,2,0);
  border-right-color: rgba(96,191,2,0);
}
.border-x-marker-400\/10 {
  border-left-color: rgba(96,191,2,0.1);
  border-right-color: rgba(96,191,2,0.1);
}
.border-x-marker-400\/100 {
  border-left-color: rgba(96,191,2,1);
  border-right-color: rgba(96,191,2,1);
}
.border-x-marker-400\/15 {
  border-left-color: rgba(96,191,2,0.15);
  border-right-color: rgba(96,191,2,0.15);
}
.border-x-marker-400\/20 {
  border-left-color: rgba(96,191,2,0.2);
  border-right-color: rgba(96,191,2,0.2);
}
.border-x-marker-400\/25 {
  border-left-color: rgba(96,191,2,0.25);
  border-right-color: rgba(96,191,2,0.25);
}
.border-x-marker-400\/30 {
  border-left-color: rgba(96,191,2,0.3);
  border-right-color: rgba(96,191,2,0.3);
}
.border-x-marker-400\/35 {
  border-left-color: rgba(96,191,2,0.35);
  border-right-color: rgba(96,191,2,0.35);
}
.border-x-marker-400\/40 {
  border-left-color: rgba(96,191,2,0.4);
  border-right-color: rgba(96,191,2,0.4);
}
.border-x-marker-400\/45 {
  border-left-color: rgba(96,191,2,0.45);
  border-right-color: rgba(96,191,2,0.45);
}
.border-x-marker-400\/5 {
  border-left-color: rgba(96,191,2,0.05);
  border-right-color: rgba(96,191,2,0.05);
}
.border-x-marker-400\/50 {
  border-left-color: rgba(96,191,2,0.5);
  border-right-color: rgba(96,191,2,0.5);
}
.border-x-marker-400\/55 {
  border-left-color: rgba(96,191,2,0.55);
  border-right-color: rgba(96,191,2,0.55);
}
.border-x-marker-400\/60 {
  border-left-color: rgba(96,191,2,0.6);
  border-right-color: rgba(96,191,2,0.6);
}
.border-x-marker-400\/65 {
  border-left-color: rgba(96,191,2,0.65);
  border-right-color: rgba(96,191,2,0.65);
}
.border-x-marker-400\/70 {
  border-left-color: rgba(96,191,2,0.7);
  border-right-color: rgba(96,191,2,0.7);
}
.border-x-marker-400\/75 {
  border-left-color: rgba(96,191,2,0.75);
  border-right-color: rgba(96,191,2,0.75);
}
.border-x-marker-400\/80 {
  border-left-color: rgba(96,191,2,0.8);
  border-right-color: rgba(96,191,2,0.8);
}
.border-x-marker-400\/85 {
  border-left-color: rgba(96,191,2,0.85);
  border-right-color: rgba(96,191,2,0.85);
}
.border-x-marker-400\/90 {
  border-left-color: rgba(96,191,2,0.9);
  border-right-color: rgba(96,191,2,0.9);
}
.border-x-marker-400\/95 {
  border-left-color: rgba(96,191,2,0.95);
  border-right-color: rgba(96,191,2,0.95);
}
.border-x-marker-500 {
  border-left-color: #428400;
  border-right-color: #428400;
}
.border-x-marker-500\/0 {
  border-left-color: rgba(66,132,0,0);
  border-right-color: rgba(66,132,0,0);
}
.border-x-marker-500\/10 {
  border-left-color: rgba(66,132,0,0.1);
  border-right-color: rgba(66,132,0,0.1);
}
.border-x-marker-500\/100 {
  border-left-color: rgba(66,132,0,1);
  border-right-color: rgba(66,132,0,1);
}
.border-x-marker-500\/15 {
  border-left-color: rgba(66,132,0,0.15);
  border-right-color: rgba(66,132,0,0.15);
}
.border-x-marker-500\/20 {
  border-left-color: rgba(66,132,0,0.2);
  border-right-color: rgba(66,132,0,0.2);
}
.border-x-marker-500\/25 {
  border-left-color: rgba(66,132,0,0.25);
  border-right-color: rgba(66,132,0,0.25);
}
.border-x-marker-500\/30 {
  border-left-color: rgba(66,132,0,0.3);
  border-right-color: rgba(66,132,0,0.3);
}
.border-x-marker-500\/35 {
  border-left-color: rgba(66,132,0,0.35);
  border-right-color: rgba(66,132,0,0.35);
}
.border-x-marker-500\/40 {
  border-left-color: rgba(66,132,0,0.4);
  border-right-color: rgba(66,132,0,0.4);
}
.border-x-marker-500\/45 {
  border-left-color: rgba(66,132,0,0.45);
  border-right-color: rgba(66,132,0,0.45);
}
.border-x-marker-500\/5 {
  border-left-color: rgba(66,132,0,0.05);
  border-right-color: rgba(66,132,0,0.05);
}
.border-x-marker-500\/50 {
  border-left-color: rgba(66,132,0,0.5);
  border-right-color: rgba(66,132,0,0.5);
}
.border-x-marker-500\/55 {
  border-left-color: rgba(66,132,0,0.55);
  border-right-color: rgba(66,132,0,0.55);
}
.border-x-marker-500\/60 {
  border-left-color: rgba(66,132,0,0.6);
  border-right-color: rgba(66,132,0,0.6);
}
.border-x-marker-500\/65 {
  border-left-color: rgba(66,132,0,0.65);
  border-right-color: rgba(66,132,0,0.65);
}
.border-x-marker-500\/70 {
  border-left-color: rgba(66,132,0,0.7);
  border-right-color: rgba(66,132,0,0.7);
}
.border-x-marker-500\/75 {
  border-left-color: rgba(66,132,0,0.75);
  border-right-color: rgba(66,132,0,0.75);
}
.border-x-marker-500\/80 {
  border-left-color: rgba(66,132,0,0.8);
  border-right-color: rgba(66,132,0,0.8);
}
.border-x-marker-500\/85 {
  border-left-color: rgba(66,132,0,0.85);
  border-right-color: rgba(66,132,0,0.85);
}
.border-x-marker-500\/90 {
  border-left-color: rgba(66,132,0,0.9);
  border-right-color: rgba(66,132,0,0.9);
}
.border-x-marker-500\/95 {
  border-left-color: rgba(66,132,0,0.95);
  border-right-color: rgba(66,132,0,0.95);
}
.border-x-marker-600 {
  border-left-color: #428400;
  border-right-color: #428400;
}
.border-x-marker-600\/0 {
  border-left-color: rgba(66,132,0,0);
  border-right-color: rgba(66,132,0,0);
}
.border-x-marker-600\/10 {
  border-left-color: rgba(66,132,0,0.1);
  border-right-color: rgba(66,132,0,0.1);
}
.border-x-marker-600\/100 {
  border-left-color: rgba(66,132,0,1);
  border-right-color: rgba(66,132,0,1);
}
.border-x-marker-600\/15 {
  border-left-color: rgba(66,132,0,0.15);
  border-right-color: rgba(66,132,0,0.15);
}
.border-x-marker-600\/20 {
  border-left-color: rgba(66,132,0,0.2);
  border-right-color: rgba(66,132,0,0.2);
}
.border-x-marker-600\/25 {
  border-left-color: rgba(66,132,0,0.25);
  border-right-color: rgba(66,132,0,0.25);
}
.border-x-marker-600\/30 {
  border-left-color: rgba(66,132,0,0.3);
  border-right-color: rgba(66,132,0,0.3);
}
.border-x-marker-600\/35 {
  border-left-color: rgba(66,132,0,0.35);
  border-right-color: rgba(66,132,0,0.35);
}
.border-x-marker-600\/40 {
  border-left-color: rgba(66,132,0,0.4);
  border-right-color: rgba(66,132,0,0.4);
}
.border-x-marker-600\/45 {
  border-left-color: rgba(66,132,0,0.45);
  border-right-color: rgba(66,132,0,0.45);
}
.border-x-marker-600\/5 {
  border-left-color: rgba(66,132,0,0.05);
  border-right-color: rgba(66,132,0,0.05);
}
.border-x-marker-600\/50 {
  border-left-color: rgba(66,132,0,0.5);
  border-right-color: rgba(66,132,0,0.5);
}
.border-x-marker-600\/55 {
  border-left-color: rgba(66,132,0,0.55);
  border-right-color: rgba(66,132,0,0.55);
}
.border-x-marker-600\/60 {
  border-left-color: rgba(66,132,0,0.6);
  border-right-color: rgba(66,132,0,0.6);
}
.border-x-marker-600\/65 {
  border-left-color: rgba(66,132,0,0.65);
  border-right-color: rgba(66,132,0,0.65);
}
.border-x-marker-600\/70 {
  border-left-color: rgba(66,132,0,0.7);
  border-right-color: rgba(66,132,0,0.7);
}
.border-x-marker-600\/75 {
  border-left-color: rgba(66,132,0,0.75);
  border-right-color: rgba(66,132,0,0.75);
}
.border-x-marker-600\/80 {
  border-left-color: rgba(66,132,0,0.8);
  border-right-color: rgba(66,132,0,0.8);
}
.border-x-marker-600\/85 {
  border-left-color: rgba(66,132,0,0.85);
  border-right-color: rgba(66,132,0,0.85);
}
.border-x-marker-600\/90 {
  border-left-color: rgba(66,132,0,0.9);
  border-right-color: rgba(66,132,0,0.9);
}
.border-x-marker-600\/95 {
  border-left-color: rgba(66,132,0,0.95);
  border-right-color: rgba(66,132,0,0.95);
}
.border-x-marker-700 {
  border-left-color: #428400;
  border-right-color: #428400;
}
.border-x-marker-700\/0 {
  border-left-color: rgba(66,132,0,0);
  border-right-color: rgba(66,132,0,0);
}
.border-x-marker-700\/10 {
  border-left-color: rgba(66,132,0,0.1);
  border-right-color: rgba(66,132,0,0.1);
}
.border-x-marker-700\/100 {
  border-left-color: rgba(66,132,0,1);
  border-right-color: rgba(66,132,0,1);
}
.border-x-marker-700\/15 {
  border-left-color: rgba(66,132,0,0.15);
  border-right-color: rgba(66,132,0,0.15);
}
.border-x-marker-700\/20 {
  border-left-color: rgba(66,132,0,0.2);
  border-right-color: rgba(66,132,0,0.2);
}
.border-x-marker-700\/25 {
  border-left-color: rgba(66,132,0,0.25);
  border-right-color: rgba(66,132,0,0.25);
}
.border-x-marker-700\/30 {
  border-left-color: rgba(66,132,0,0.3);
  border-right-color: rgba(66,132,0,0.3);
}
.border-x-marker-700\/35 {
  border-left-color: rgba(66,132,0,0.35);
  border-right-color: rgba(66,132,0,0.35);
}
.border-x-marker-700\/40 {
  border-left-color: rgba(66,132,0,0.4);
  border-right-color: rgba(66,132,0,0.4);
}
.border-x-marker-700\/45 {
  border-left-color: rgba(66,132,0,0.45);
  border-right-color: rgba(66,132,0,0.45);
}
.border-x-marker-700\/5 {
  border-left-color: rgba(66,132,0,0.05);
  border-right-color: rgba(66,132,0,0.05);
}
.border-x-marker-700\/50 {
  border-left-color: rgba(66,132,0,0.5);
  border-right-color: rgba(66,132,0,0.5);
}
.border-x-marker-700\/55 {
  border-left-color: rgba(66,132,0,0.55);
  border-right-color: rgba(66,132,0,0.55);
}
.border-x-marker-700\/60 {
  border-left-color: rgba(66,132,0,0.6);
  border-right-color: rgba(66,132,0,0.6);
}
.border-x-marker-700\/65 {
  border-left-color: rgba(66,132,0,0.65);
  border-right-color: rgba(66,132,0,0.65);
}
.border-x-marker-700\/70 {
  border-left-color: rgba(66,132,0,0.7);
  border-right-color: rgba(66,132,0,0.7);
}
.border-x-marker-700\/75 {
  border-left-color: rgba(66,132,0,0.75);
  border-right-color: rgba(66,132,0,0.75);
}
.border-x-marker-700\/80 {
  border-left-color: rgba(66,132,0,0.8);
  border-right-color: rgba(66,132,0,0.8);
}
.border-x-marker-700\/85 {
  border-left-color: rgba(66,132,0,0.85);
  border-right-color: rgba(66,132,0,0.85);
}
.border-x-marker-700\/90 {
  border-left-color: rgba(66,132,0,0.9);
  border-right-color: rgba(66,132,0,0.9);
}
.border-x-marker-700\/95 {
  border-left-color: rgba(66,132,0,0.95);
  border-right-color: rgba(66,132,0,0.95);
}
.border-x-marker-800 {
  border-left-color: #428400;
  border-right-color: #428400;
}
.border-x-marker-800\/0 {
  border-left-color: rgba(66,132,0,0);
  border-right-color: rgba(66,132,0,0);
}
.border-x-marker-800\/10 {
  border-left-color: rgba(66,132,0,0.1);
  border-right-color: rgba(66,132,0,0.1);
}
.border-x-marker-800\/100 {
  border-left-color: rgba(66,132,0,1);
  border-right-color: rgba(66,132,0,1);
}
.border-x-marker-800\/15 {
  border-left-color: rgba(66,132,0,0.15);
  border-right-color: rgba(66,132,0,0.15);
}
.border-x-marker-800\/20 {
  border-left-color: rgba(66,132,0,0.2);
  border-right-color: rgba(66,132,0,0.2);
}
.border-x-marker-800\/25 {
  border-left-color: rgba(66,132,0,0.25);
  border-right-color: rgba(66,132,0,0.25);
}
.border-x-marker-800\/30 {
  border-left-color: rgba(66,132,0,0.3);
  border-right-color: rgba(66,132,0,0.3);
}
.border-x-marker-800\/35 {
  border-left-color: rgba(66,132,0,0.35);
  border-right-color: rgba(66,132,0,0.35);
}
.border-x-marker-800\/40 {
  border-left-color: rgba(66,132,0,0.4);
  border-right-color: rgba(66,132,0,0.4);
}
.border-x-marker-800\/45 {
  border-left-color: rgba(66,132,0,0.45);
  border-right-color: rgba(66,132,0,0.45);
}
.border-x-marker-800\/5 {
  border-left-color: rgba(66,132,0,0.05);
  border-right-color: rgba(66,132,0,0.05);
}
.border-x-marker-800\/50 {
  border-left-color: rgba(66,132,0,0.5);
  border-right-color: rgba(66,132,0,0.5);
}
.border-x-marker-800\/55 {
  border-left-color: rgba(66,132,0,0.55);
  border-right-color: rgba(66,132,0,0.55);
}
.border-x-marker-800\/60 {
  border-left-color: rgba(66,132,0,0.6);
  border-right-color: rgba(66,132,0,0.6);
}
.border-x-marker-800\/65 {
  border-left-color: rgba(66,132,0,0.65);
  border-right-color: rgba(66,132,0,0.65);
}
.border-x-marker-800\/70 {
  border-left-color: rgba(66,132,0,0.7);
  border-right-color: rgba(66,132,0,0.7);
}
.border-x-marker-800\/75 {
  border-left-color: rgba(66,132,0,0.75);
  border-right-color: rgba(66,132,0,0.75);
}
.border-x-marker-800\/80 {
  border-left-color: rgba(66,132,0,0.8);
  border-right-color: rgba(66,132,0,0.8);
}
.border-x-marker-800\/85 {
  border-left-color: rgba(66,132,0,0.85);
  border-right-color: rgba(66,132,0,0.85);
}
.border-x-marker-800\/90 {
  border-left-color: rgba(66,132,0,0.9);
  border-right-color: rgba(66,132,0,0.9);
}
.border-x-marker-800\/95 {
  border-left-color: rgba(66,132,0,0.95);
  border-right-color: rgba(66,132,0,0.95);
}
.border-x-marker-900 {
  border-left-color: #428400;
  border-right-color: #428400;
}
.border-x-marker-900\/0 {
  border-left-color: rgba(66,132,0,0);
  border-right-color: rgba(66,132,0,0);
}
.border-x-marker-900\/10 {
  border-left-color: rgba(66,132,0,0.1);
  border-right-color: rgba(66,132,0,0.1);
}
.border-x-marker-900\/100 {
  border-left-color: rgba(66,132,0,1);
  border-right-color: rgba(66,132,0,1);
}
.border-x-marker-900\/15 {
  border-left-color: rgba(66,132,0,0.15);
  border-right-color: rgba(66,132,0,0.15);
}
.border-x-marker-900\/20 {
  border-left-color: rgba(66,132,0,0.2);
  border-right-color: rgba(66,132,0,0.2);
}
.border-x-marker-900\/25 {
  border-left-color: rgba(66,132,0,0.25);
  border-right-color: rgba(66,132,0,0.25);
}
.border-x-marker-900\/30 {
  border-left-color: rgba(66,132,0,0.3);
  border-right-color: rgba(66,132,0,0.3);
}
.border-x-marker-900\/35 {
  border-left-color: rgba(66,132,0,0.35);
  border-right-color: rgba(66,132,0,0.35);
}
.border-x-marker-900\/40 {
  border-left-color: rgba(66,132,0,0.4);
  border-right-color: rgba(66,132,0,0.4);
}
.border-x-marker-900\/45 {
  border-left-color: rgba(66,132,0,0.45);
  border-right-color: rgba(66,132,0,0.45);
}
.border-x-marker-900\/5 {
  border-left-color: rgba(66,132,0,0.05);
  border-right-color: rgba(66,132,0,0.05);
}
.border-x-marker-900\/50 {
  border-left-color: rgba(66,132,0,0.5);
  border-right-color: rgba(66,132,0,0.5);
}
.border-x-marker-900\/55 {
  border-left-color: rgba(66,132,0,0.55);
  border-right-color: rgba(66,132,0,0.55);
}
.border-x-marker-900\/60 {
  border-left-color: rgba(66,132,0,0.6);
  border-right-color: rgba(66,132,0,0.6);
}
.border-x-marker-900\/65 {
  border-left-color: rgba(66,132,0,0.65);
  border-right-color: rgba(66,132,0,0.65);
}
.border-x-marker-900\/70 {
  border-left-color: rgba(66,132,0,0.7);
  border-right-color: rgba(66,132,0,0.7);
}
.border-x-marker-900\/75 {
  border-left-color: rgba(66,132,0,0.75);
  border-right-color: rgba(66,132,0,0.75);
}
.border-x-marker-900\/80 {
  border-left-color: rgba(66,132,0,0.8);
  border-right-color: rgba(66,132,0,0.8);
}
.border-x-marker-900\/85 {
  border-left-color: rgba(66,132,0,0.85);
  border-right-color: rgba(66,132,0,0.85);
}
.border-x-marker-900\/90 {
  border-left-color: rgba(66,132,0,0.9);
  border-right-color: rgba(66,132,0,0.9);
}
.border-x-marker-900\/95 {
  border-left-color: rgba(66,132,0,0.95);
  border-right-color: rgba(66,132,0,0.95);
}
.border-x-marker-dark {
  border-left-color: #428400;
  border-right-color: #428400;
}
.border-x-marker-dark\/0 {
  border-left-color: rgba(66,132,0,0);
  border-right-color: rgba(66,132,0,0);
}
.border-x-marker-dark\/10 {
  border-left-color: rgba(66,132,0,0.1);
  border-right-color: rgba(66,132,0,0.1);
}
.border-x-marker-dark\/100 {
  border-left-color: rgba(66,132,0,1);
  border-right-color: rgba(66,132,0,1);
}
.border-x-marker-dark\/15 {
  border-left-color: rgba(66,132,0,0.15);
  border-right-color: rgba(66,132,0,0.15);
}
.border-x-marker-dark\/20 {
  border-left-color: rgba(66,132,0,0.2);
  border-right-color: rgba(66,132,0,0.2);
}
.border-x-marker-dark\/25 {
  border-left-color: rgba(66,132,0,0.25);
  border-right-color: rgba(66,132,0,0.25);
}
.border-x-marker-dark\/30 {
  border-left-color: rgba(66,132,0,0.3);
  border-right-color: rgba(66,132,0,0.3);
}
.border-x-marker-dark\/35 {
  border-left-color: rgba(66,132,0,0.35);
  border-right-color: rgba(66,132,0,0.35);
}
.border-x-marker-dark\/40 {
  border-left-color: rgba(66,132,0,0.4);
  border-right-color: rgba(66,132,0,0.4);
}
.border-x-marker-dark\/45 {
  border-left-color: rgba(66,132,0,0.45);
  border-right-color: rgba(66,132,0,0.45);
}
.border-x-marker-dark\/5 {
  border-left-color: rgba(66,132,0,0.05);
  border-right-color: rgba(66,132,0,0.05);
}
.border-x-marker-dark\/50 {
  border-left-color: rgba(66,132,0,0.5);
  border-right-color: rgba(66,132,0,0.5);
}
.border-x-marker-dark\/55 {
  border-left-color: rgba(66,132,0,0.55);
  border-right-color: rgba(66,132,0,0.55);
}
.border-x-marker-dark\/60 {
  border-left-color: rgba(66,132,0,0.6);
  border-right-color: rgba(66,132,0,0.6);
}
.border-x-marker-dark\/65 {
  border-left-color: rgba(66,132,0,0.65);
  border-right-color: rgba(66,132,0,0.65);
}
.border-x-marker-dark\/70 {
  border-left-color: rgba(66,132,0,0.7);
  border-right-color: rgba(66,132,0,0.7);
}
.border-x-marker-dark\/75 {
  border-left-color: rgba(66,132,0,0.75);
  border-right-color: rgba(66,132,0,0.75);
}
.border-x-marker-dark\/80 {
  border-left-color: rgba(66,132,0,0.8);
  border-right-color: rgba(66,132,0,0.8);
}
.border-x-marker-dark\/85 {
  border-left-color: rgba(66,132,0,0.85);
  border-right-color: rgba(66,132,0,0.85);
}
.border-x-marker-dark\/90 {
  border-left-color: rgba(66,132,0,0.9);
  border-right-color: rgba(66,132,0,0.9);
}
.border-x-marker-dark\/95 {
  border-left-color: rgba(66,132,0,0.95);
  border-right-color: rgba(66,132,0,0.95);
}
.border-x-marker-light {
  border-left-color: #60BF02;
  border-right-color: #60BF02;
}
.border-x-marker-light\/0 {
  border-left-color: rgba(96,191,2,0);
  border-right-color: rgba(96,191,2,0);
}
.border-x-marker-light\/10 {
  border-left-color: rgba(96,191,2,0.1);
  border-right-color: rgba(96,191,2,0.1);
}
.border-x-marker-light\/100 {
  border-left-color: rgba(96,191,2,1);
  border-right-color: rgba(96,191,2,1);
}
.border-x-marker-light\/15 {
  border-left-color: rgba(96,191,2,0.15);
  border-right-color: rgba(96,191,2,0.15);
}
.border-x-marker-light\/20 {
  border-left-color: rgba(96,191,2,0.2);
  border-right-color: rgba(96,191,2,0.2);
}
.border-x-marker-light\/25 {
  border-left-color: rgba(96,191,2,0.25);
  border-right-color: rgba(96,191,2,0.25);
}
.border-x-marker-light\/30 {
  border-left-color: rgba(96,191,2,0.3);
  border-right-color: rgba(96,191,2,0.3);
}
.border-x-marker-light\/35 {
  border-left-color: rgba(96,191,2,0.35);
  border-right-color: rgba(96,191,2,0.35);
}
.border-x-marker-light\/40 {
  border-left-color: rgba(96,191,2,0.4);
  border-right-color: rgba(96,191,2,0.4);
}
.border-x-marker-light\/45 {
  border-left-color: rgba(96,191,2,0.45);
  border-right-color: rgba(96,191,2,0.45);
}
.border-x-marker-light\/5 {
  border-left-color: rgba(96,191,2,0.05);
  border-right-color: rgba(96,191,2,0.05);
}
.border-x-marker-light\/50 {
  border-left-color: rgba(96,191,2,0.5);
  border-right-color: rgba(96,191,2,0.5);
}
.border-x-marker-light\/55 {
  border-left-color: rgba(96,191,2,0.55);
  border-right-color: rgba(96,191,2,0.55);
}
.border-x-marker-light\/60 {
  border-left-color: rgba(96,191,2,0.6);
  border-right-color: rgba(96,191,2,0.6);
}
.border-x-marker-light\/65 {
  border-left-color: rgba(96,191,2,0.65);
  border-right-color: rgba(96,191,2,0.65);
}
.border-x-marker-light\/70 {
  border-left-color: rgba(96,191,2,0.7);
  border-right-color: rgba(96,191,2,0.7);
}
.border-x-marker-light\/75 {
  border-left-color: rgba(96,191,2,0.75);
  border-right-color: rgba(96,191,2,0.75);
}
.border-x-marker-light\/80 {
  border-left-color: rgba(96,191,2,0.8);
  border-right-color: rgba(96,191,2,0.8);
}
.border-x-marker-light\/85 {
  border-left-color: rgba(96,191,2,0.85);
  border-right-color: rgba(96,191,2,0.85);
}
.border-x-marker-light\/90 {
  border-left-color: rgba(96,191,2,0.9);
  border-right-color: rgba(96,191,2,0.9);
}
.border-x-marker-light\/95 {
  border-left-color: rgba(96,191,2,0.95);
  border-right-color: rgba(96,191,2,0.95);
}
.border-y-attention-0 {
  border-top-color: #E17A00;
  border-bottom-color: #E17A00;
}
.border-y-attention-0\/0 {
  border-top-color: rgba(225,122,0,0);
  border-bottom-color: rgba(225,122,0,0);
}
.border-y-attention-0\/10 {
  border-top-color: rgba(225,122,0,0.1);
  border-bottom-color: rgba(225,122,0,0.1);
}
.border-y-attention-0\/100 {
  border-top-color: rgba(225,122,0,1);
  border-bottom-color: rgba(225,122,0,1);
}
.border-y-attention-0\/15 {
  border-top-color: rgba(225,122,0,0.15);
  border-bottom-color: rgba(225,122,0,0.15);
}
.border-y-attention-0\/20 {
  border-top-color: rgba(225,122,0,0.2);
  border-bottom-color: rgba(225,122,0,0.2);
}
.border-y-attention-0\/25 {
  border-top-color: rgba(225,122,0,0.25);
  border-bottom-color: rgba(225,122,0,0.25);
}
.border-y-attention-0\/30 {
  border-top-color: rgba(225,122,0,0.3);
  border-bottom-color: rgba(225,122,0,0.3);
}
.border-y-attention-0\/35 {
  border-top-color: rgba(225,122,0,0.35);
  border-bottom-color: rgba(225,122,0,0.35);
}
.border-y-attention-0\/40 {
  border-top-color: rgba(225,122,0,0.4);
  border-bottom-color: rgba(225,122,0,0.4);
}
.border-y-attention-0\/45 {
  border-top-color: rgba(225,122,0,0.45);
  border-bottom-color: rgba(225,122,0,0.45);
}
.border-y-attention-0\/5 {
  border-top-color: rgba(225,122,0,0.05);
  border-bottom-color: rgba(225,122,0,0.05);
}
.border-y-attention-0\/50 {
  border-top-color: rgba(225,122,0,0.5);
  border-bottom-color: rgba(225,122,0,0.5);
}
.border-y-attention-0\/55 {
  border-top-color: rgba(225,122,0,0.55);
  border-bottom-color: rgba(225,122,0,0.55);
}
.border-y-attention-0\/60 {
  border-top-color: rgba(225,122,0,0.6);
  border-bottom-color: rgba(225,122,0,0.6);
}
.border-y-attention-0\/65 {
  border-top-color: rgba(225,122,0,0.65);
  border-bottom-color: rgba(225,122,0,0.65);
}
.border-y-attention-0\/70 {
  border-top-color: rgba(225,122,0,0.7);
  border-bottom-color: rgba(225,122,0,0.7);
}
.border-y-attention-0\/75 {
  border-top-color: rgba(225,122,0,0.75);
  border-bottom-color: rgba(225,122,0,0.75);
}
.border-y-attention-0\/80 {
  border-top-color: rgba(225,122,0,0.8);
  border-bottom-color: rgba(225,122,0,0.8);
}
.border-y-attention-0\/85 {
  border-top-color: rgba(225,122,0,0.85);
  border-bottom-color: rgba(225,122,0,0.85);
}
.border-y-attention-0\/90 {
  border-top-color: rgba(225,122,0,0.9);
  border-bottom-color: rgba(225,122,0,0.9);
}
.border-y-attention-0\/95 {
  border-top-color: rgba(225,122,0,0.95);
  border-bottom-color: rgba(225,122,0,0.95);
}
.border-y-attention-100 {
  border-top-color: #E17A00;
  border-bottom-color: #E17A00;
}
.border-y-attention-100\/0 {
  border-top-color: rgba(225,122,0,0);
  border-bottom-color: rgba(225,122,0,0);
}
.border-y-attention-100\/10 {
  border-top-color: rgba(225,122,0,0.1);
  border-bottom-color: rgba(225,122,0,0.1);
}
.border-y-attention-100\/100 {
  border-top-color: rgba(225,122,0,1);
  border-bottom-color: rgba(225,122,0,1);
}
.border-y-attention-100\/15 {
  border-top-color: rgba(225,122,0,0.15);
  border-bottom-color: rgba(225,122,0,0.15);
}
.border-y-attention-100\/20 {
  border-top-color: rgba(225,122,0,0.2);
  border-bottom-color: rgba(225,122,0,0.2);
}
.border-y-attention-100\/25 {
  border-top-color: rgba(225,122,0,0.25);
  border-bottom-color: rgba(225,122,0,0.25);
}
.border-y-attention-100\/30 {
  border-top-color: rgba(225,122,0,0.3);
  border-bottom-color: rgba(225,122,0,0.3);
}
.border-y-attention-100\/35 {
  border-top-color: rgba(225,122,0,0.35);
  border-bottom-color: rgba(225,122,0,0.35);
}
.border-y-attention-100\/40 {
  border-top-color: rgba(225,122,0,0.4);
  border-bottom-color: rgba(225,122,0,0.4);
}
.border-y-attention-100\/45 {
  border-top-color: rgba(225,122,0,0.45);
  border-bottom-color: rgba(225,122,0,0.45);
}
.border-y-attention-100\/5 {
  border-top-color: rgba(225,122,0,0.05);
  border-bottom-color: rgba(225,122,0,0.05);
}
.border-y-attention-100\/50 {
  border-top-color: rgba(225,122,0,0.5);
  border-bottom-color: rgba(225,122,0,0.5);
}
.border-y-attention-100\/55 {
  border-top-color: rgba(225,122,0,0.55);
  border-bottom-color: rgba(225,122,0,0.55);
}
.border-y-attention-100\/60 {
  border-top-color: rgba(225,122,0,0.6);
  border-bottom-color: rgba(225,122,0,0.6);
}
.border-y-attention-100\/65 {
  border-top-color: rgba(225,122,0,0.65);
  border-bottom-color: rgba(225,122,0,0.65);
}
.border-y-attention-100\/70 {
  border-top-color: rgba(225,122,0,0.7);
  border-bottom-color: rgba(225,122,0,0.7);
}
.border-y-attention-100\/75 {
  border-top-color: rgba(225,122,0,0.75);
  border-bottom-color: rgba(225,122,0,0.75);
}
.border-y-attention-100\/80 {
  border-top-color: rgba(225,122,0,0.8);
  border-bottom-color: rgba(225,122,0,0.8);
}
.border-y-attention-100\/85 {
  border-top-color: rgba(225,122,0,0.85);
  border-bottom-color: rgba(225,122,0,0.85);
}
.border-y-attention-100\/90 {
  border-top-color: rgba(225,122,0,0.9);
  border-bottom-color: rgba(225,122,0,0.9);
}
.border-y-attention-100\/95 {
  border-top-color: rgba(225,122,0,0.95);
  border-bottom-color: rgba(225,122,0,0.95);
}
.border-y-attention-200 {
  border-top-color: #E17A00;
  border-bottom-color: #E17A00;
}
.border-y-attention-200\/0 {
  border-top-color: rgba(225,122,0,0);
  border-bottom-color: rgba(225,122,0,0);
}
.border-y-attention-200\/10 {
  border-top-color: rgba(225,122,0,0.1);
  border-bottom-color: rgba(225,122,0,0.1);
}
.border-y-attention-200\/100 {
  border-top-color: rgba(225,122,0,1);
  border-bottom-color: rgba(225,122,0,1);
}
.border-y-attention-200\/15 {
  border-top-color: rgba(225,122,0,0.15);
  border-bottom-color: rgba(225,122,0,0.15);
}
.border-y-attention-200\/20 {
  border-top-color: rgba(225,122,0,0.2);
  border-bottom-color: rgba(225,122,0,0.2);
}
.border-y-attention-200\/25 {
  border-top-color: rgba(225,122,0,0.25);
  border-bottom-color: rgba(225,122,0,0.25);
}
.border-y-attention-200\/30 {
  border-top-color: rgba(225,122,0,0.3);
  border-bottom-color: rgba(225,122,0,0.3);
}
.border-y-attention-200\/35 {
  border-top-color: rgba(225,122,0,0.35);
  border-bottom-color: rgba(225,122,0,0.35);
}
.border-y-attention-200\/40 {
  border-top-color: rgba(225,122,0,0.4);
  border-bottom-color: rgba(225,122,0,0.4);
}
.border-y-attention-200\/45 {
  border-top-color: rgba(225,122,0,0.45);
  border-bottom-color: rgba(225,122,0,0.45);
}
.border-y-attention-200\/5 {
  border-top-color: rgba(225,122,0,0.05);
  border-bottom-color: rgba(225,122,0,0.05);
}
.border-y-attention-200\/50 {
  border-top-color: rgba(225,122,0,0.5);
  border-bottom-color: rgba(225,122,0,0.5);
}
.border-y-attention-200\/55 {
  border-top-color: rgba(225,122,0,0.55);
  border-bottom-color: rgba(225,122,0,0.55);
}
.border-y-attention-200\/60 {
  border-top-color: rgba(225,122,0,0.6);
  border-bottom-color: rgba(225,122,0,0.6);
}
.border-y-attention-200\/65 {
  border-top-color: rgba(225,122,0,0.65);
  border-bottom-color: rgba(225,122,0,0.65);
}
.border-y-attention-200\/70 {
  border-top-color: rgba(225,122,0,0.7);
  border-bottom-color: rgba(225,122,0,0.7);
}
.border-y-attention-200\/75 {
  border-top-color: rgba(225,122,0,0.75);
  border-bottom-color: rgba(225,122,0,0.75);
}
.border-y-attention-200\/80 {
  border-top-color: rgba(225,122,0,0.8);
  border-bottom-color: rgba(225,122,0,0.8);
}
.border-y-attention-200\/85 {
  border-top-color: rgba(225,122,0,0.85);
  border-bottom-color: rgba(225,122,0,0.85);
}
.border-y-attention-200\/90 {
  border-top-color: rgba(225,122,0,0.9);
  border-bottom-color: rgba(225,122,0,0.9);
}
.border-y-attention-200\/95 {
  border-top-color: rgba(225,122,0,0.95);
  border-bottom-color: rgba(225,122,0,0.95);
}
.border-y-attention-300 {
  border-top-color: #E17A00;
  border-bottom-color: #E17A00;
}
.border-y-attention-300\/0 {
  border-top-color: rgba(225,122,0,0);
  border-bottom-color: rgba(225,122,0,0);
}
.border-y-attention-300\/10 {
  border-top-color: rgba(225,122,0,0.1);
  border-bottom-color: rgba(225,122,0,0.1);
}
.border-y-attention-300\/100 {
  border-top-color: rgba(225,122,0,1);
  border-bottom-color: rgba(225,122,0,1);
}
.border-y-attention-300\/15 {
  border-top-color: rgba(225,122,0,0.15);
  border-bottom-color: rgba(225,122,0,0.15);
}
.border-y-attention-300\/20 {
  border-top-color: rgba(225,122,0,0.2);
  border-bottom-color: rgba(225,122,0,0.2);
}
.border-y-attention-300\/25 {
  border-top-color: rgba(225,122,0,0.25);
  border-bottom-color: rgba(225,122,0,0.25);
}
.border-y-attention-300\/30 {
  border-top-color: rgba(225,122,0,0.3);
  border-bottom-color: rgba(225,122,0,0.3);
}
.border-y-attention-300\/35 {
  border-top-color: rgba(225,122,0,0.35);
  border-bottom-color: rgba(225,122,0,0.35);
}
.border-y-attention-300\/40 {
  border-top-color: rgba(225,122,0,0.4);
  border-bottom-color: rgba(225,122,0,0.4);
}
.border-y-attention-300\/45 {
  border-top-color: rgba(225,122,0,0.45);
  border-bottom-color: rgba(225,122,0,0.45);
}
.border-y-attention-300\/5 {
  border-top-color: rgba(225,122,0,0.05);
  border-bottom-color: rgba(225,122,0,0.05);
}
.border-y-attention-300\/50 {
  border-top-color: rgba(225,122,0,0.5);
  border-bottom-color: rgba(225,122,0,0.5);
}
.border-y-attention-300\/55 {
  border-top-color: rgba(225,122,0,0.55);
  border-bottom-color: rgba(225,122,0,0.55);
}
.border-y-attention-300\/60 {
  border-top-color: rgba(225,122,0,0.6);
  border-bottom-color: rgba(225,122,0,0.6);
}
.border-y-attention-300\/65 {
  border-top-color: rgba(225,122,0,0.65);
  border-bottom-color: rgba(225,122,0,0.65);
}
.border-y-attention-300\/70 {
  border-top-color: rgba(225,122,0,0.7);
  border-bottom-color: rgba(225,122,0,0.7);
}
.border-y-attention-300\/75 {
  border-top-color: rgba(225,122,0,0.75);
  border-bottom-color: rgba(225,122,0,0.75);
}
.border-y-attention-300\/80 {
  border-top-color: rgba(225,122,0,0.8);
  border-bottom-color: rgba(225,122,0,0.8);
}
.border-y-attention-300\/85 {
  border-top-color: rgba(225,122,0,0.85);
  border-bottom-color: rgba(225,122,0,0.85);
}
.border-y-attention-300\/90 {
  border-top-color: rgba(225,122,0,0.9);
  border-bottom-color: rgba(225,122,0,0.9);
}
.border-y-attention-300\/95 {
  border-top-color: rgba(225,122,0,0.95);
  border-bottom-color: rgba(225,122,0,0.95);
}
.border-y-attention-400 {
  border-top-color: #E17A00;
  border-bottom-color: #E17A00;
}
.border-y-attention-400\/0 {
  border-top-color: rgba(225,122,0,0);
  border-bottom-color: rgba(225,122,0,0);
}
.border-y-attention-400\/10 {
  border-top-color: rgba(225,122,0,0.1);
  border-bottom-color: rgba(225,122,0,0.1);
}
.border-y-attention-400\/100 {
  border-top-color: rgba(225,122,0,1);
  border-bottom-color: rgba(225,122,0,1);
}
.border-y-attention-400\/15 {
  border-top-color: rgba(225,122,0,0.15);
  border-bottom-color: rgba(225,122,0,0.15);
}
.border-y-attention-400\/20 {
  border-top-color: rgba(225,122,0,0.2);
  border-bottom-color: rgba(225,122,0,0.2);
}
.border-y-attention-400\/25 {
  border-top-color: rgba(225,122,0,0.25);
  border-bottom-color: rgba(225,122,0,0.25);
}
.border-y-attention-400\/30 {
  border-top-color: rgba(225,122,0,0.3);
  border-bottom-color: rgba(225,122,0,0.3);
}
.border-y-attention-400\/35 {
  border-top-color: rgba(225,122,0,0.35);
  border-bottom-color: rgba(225,122,0,0.35);
}
.border-y-attention-400\/40 {
  border-top-color: rgba(225,122,0,0.4);
  border-bottom-color: rgba(225,122,0,0.4);
}
.border-y-attention-400\/45 {
  border-top-color: rgba(225,122,0,0.45);
  border-bottom-color: rgba(225,122,0,0.45);
}
.border-y-attention-400\/5 {
  border-top-color: rgba(225,122,0,0.05);
  border-bottom-color: rgba(225,122,0,0.05);
}
.border-y-attention-400\/50 {
  border-top-color: rgba(225,122,0,0.5);
  border-bottom-color: rgba(225,122,0,0.5);
}
.border-y-attention-400\/55 {
  border-top-color: rgba(225,122,0,0.55);
  border-bottom-color: rgba(225,122,0,0.55);
}
.border-y-attention-400\/60 {
  border-top-color: rgba(225,122,0,0.6);
  border-bottom-color: rgba(225,122,0,0.6);
}
.border-y-attention-400\/65 {
  border-top-color: rgba(225,122,0,0.65);
  border-bottom-color: rgba(225,122,0,0.65);
}
.border-y-attention-400\/70 {
  border-top-color: rgba(225,122,0,0.7);
  border-bottom-color: rgba(225,122,0,0.7);
}
.border-y-attention-400\/75 {
  border-top-color: rgba(225,122,0,0.75);
  border-bottom-color: rgba(225,122,0,0.75);
}
.border-y-attention-400\/80 {
  border-top-color: rgba(225,122,0,0.8);
  border-bottom-color: rgba(225,122,0,0.8);
}
.border-y-attention-400\/85 {
  border-top-color: rgba(225,122,0,0.85);
  border-bottom-color: rgba(225,122,0,0.85);
}
.border-y-attention-400\/90 {
  border-top-color: rgba(225,122,0,0.9);
  border-bottom-color: rgba(225,122,0,0.9);
}
.border-y-attention-400\/95 {
  border-top-color: rgba(225,122,0,0.95);
  border-bottom-color: rgba(225,122,0,0.95);
}
.border-y-attention-500 {
  border-top-color: #E93A24;
  border-bottom-color: #E93A24;
}
.border-y-attention-500\/0 {
  border-top-color: rgba(233,58,36,0);
  border-bottom-color: rgba(233,58,36,0);
}
.border-y-attention-500\/10 {
  border-top-color: rgba(233,58,36,0.1);
  border-bottom-color: rgba(233,58,36,0.1);
}
.border-y-attention-500\/100 {
  border-top-color: rgba(233,58,36,1);
  border-bottom-color: rgba(233,58,36,1);
}
.border-y-attention-500\/15 {
  border-top-color: rgba(233,58,36,0.15);
  border-bottom-color: rgba(233,58,36,0.15);
}
.border-y-attention-500\/20 {
  border-top-color: rgba(233,58,36,0.2);
  border-bottom-color: rgba(233,58,36,0.2);
}
.border-y-attention-500\/25 {
  border-top-color: rgba(233,58,36,0.25);
  border-bottom-color: rgba(233,58,36,0.25);
}
.border-y-attention-500\/30 {
  border-top-color: rgba(233,58,36,0.3);
  border-bottom-color: rgba(233,58,36,0.3);
}
.border-y-attention-500\/35 {
  border-top-color: rgba(233,58,36,0.35);
  border-bottom-color: rgba(233,58,36,0.35);
}
.border-y-attention-500\/40 {
  border-top-color: rgba(233,58,36,0.4);
  border-bottom-color: rgba(233,58,36,0.4);
}
.border-y-attention-500\/45 {
  border-top-color: rgba(233,58,36,0.45);
  border-bottom-color: rgba(233,58,36,0.45);
}
.border-y-attention-500\/5 {
  border-top-color: rgba(233,58,36,0.05);
  border-bottom-color: rgba(233,58,36,0.05);
}
.border-y-attention-500\/50 {
  border-top-color: rgba(233,58,36,0.5);
  border-bottom-color: rgba(233,58,36,0.5);
}
.border-y-attention-500\/55 {
  border-top-color: rgba(233,58,36,0.55);
  border-bottom-color: rgba(233,58,36,0.55);
}
.border-y-attention-500\/60 {
  border-top-color: rgba(233,58,36,0.6);
  border-bottom-color: rgba(233,58,36,0.6);
}
.border-y-attention-500\/65 {
  border-top-color: rgba(233,58,36,0.65);
  border-bottom-color: rgba(233,58,36,0.65);
}
.border-y-attention-500\/70 {
  border-top-color: rgba(233,58,36,0.7);
  border-bottom-color: rgba(233,58,36,0.7);
}
.border-y-attention-500\/75 {
  border-top-color: rgba(233,58,36,0.75);
  border-bottom-color: rgba(233,58,36,0.75);
}
.border-y-attention-500\/80 {
  border-top-color: rgba(233,58,36,0.8);
  border-bottom-color: rgba(233,58,36,0.8);
}
.border-y-attention-500\/85 {
  border-top-color: rgba(233,58,36,0.85);
  border-bottom-color: rgba(233,58,36,0.85);
}
.border-y-attention-500\/90 {
  border-top-color: rgba(233,58,36,0.9);
  border-bottom-color: rgba(233,58,36,0.9);
}
.border-y-attention-500\/95 {
  border-top-color: rgba(233,58,36,0.95);
  border-bottom-color: rgba(233,58,36,0.95);
}
.border-y-attention-600 {
  border-top-color: #E93A24;
  border-bottom-color: #E93A24;
}
.border-y-attention-600\/0 {
  border-top-color: rgba(233,58,36,0);
  border-bottom-color: rgba(233,58,36,0);
}
.border-y-attention-600\/10 {
  border-top-color: rgba(233,58,36,0.1);
  border-bottom-color: rgba(233,58,36,0.1);
}
.border-y-attention-600\/100 {
  border-top-color: rgba(233,58,36,1);
  border-bottom-color: rgba(233,58,36,1);
}
.border-y-attention-600\/15 {
  border-top-color: rgba(233,58,36,0.15);
  border-bottom-color: rgba(233,58,36,0.15);
}
.border-y-attention-600\/20 {
  border-top-color: rgba(233,58,36,0.2);
  border-bottom-color: rgba(233,58,36,0.2);
}
.border-y-attention-600\/25 {
  border-top-color: rgba(233,58,36,0.25);
  border-bottom-color: rgba(233,58,36,0.25);
}
.border-y-attention-600\/30 {
  border-top-color: rgba(233,58,36,0.3);
  border-bottom-color: rgba(233,58,36,0.3);
}
.border-y-attention-600\/35 {
  border-top-color: rgba(233,58,36,0.35);
  border-bottom-color: rgba(233,58,36,0.35);
}
.border-y-attention-600\/40 {
  border-top-color: rgba(233,58,36,0.4);
  border-bottom-color: rgba(233,58,36,0.4);
}
.border-y-attention-600\/45 {
  border-top-color: rgba(233,58,36,0.45);
  border-bottom-color: rgba(233,58,36,0.45);
}
.border-y-attention-600\/5 {
  border-top-color: rgba(233,58,36,0.05);
  border-bottom-color: rgba(233,58,36,0.05);
}
.border-y-attention-600\/50 {
  border-top-color: rgba(233,58,36,0.5);
  border-bottom-color: rgba(233,58,36,0.5);
}
.border-y-attention-600\/55 {
  border-top-color: rgba(233,58,36,0.55);
  border-bottom-color: rgba(233,58,36,0.55);
}
.border-y-attention-600\/60 {
  border-top-color: rgba(233,58,36,0.6);
  border-bottom-color: rgba(233,58,36,0.6);
}
.border-y-attention-600\/65 {
  border-top-color: rgba(233,58,36,0.65);
  border-bottom-color: rgba(233,58,36,0.65);
}
.border-y-attention-600\/70 {
  border-top-color: rgba(233,58,36,0.7);
  border-bottom-color: rgba(233,58,36,0.7);
}
.border-y-attention-600\/75 {
  border-top-color: rgba(233,58,36,0.75);
  border-bottom-color: rgba(233,58,36,0.75);
}
.border-y-attention-600\/80 {
  border-top-color: rgba(233,58,36,0.8);
  border-bottom-color: rgba(233,58,36,0.8);
}
.border-y-attention-600\/85 {
  border-top-color: rgba(233,58,36,0.85);
  border-bottom-color: rgba(233,58,36,0.85);
}
.border-y-attention-600\/90 {
  border-top-color: rgba(233,58,36,0.9);
  border-bottom-color: rgba(233,58,36,0.9);
}
.border-y-attention-600\/95 {
  border-top-color: rgba(233,58,36,0.95);
  border-bottom-color: rgba(233,58,36,0.95);
}
.border-y-attention-700 {
  border-top-color: #E93A24;
  border-bottom-color: #E93A24;
}
.border-y-attention-700\/0 {
  border-top-color: rgba(233,58,36,0);
  border-bottom-color: rgba(233,58,36,0);
}
.border-y-attention-700\/10 {
  border-top-color: rgba(233,58,36,0.1);
  border-bottom-color: rgba(233,58,36,0.1);
}
.border-y-attention-700\/100 {
  border-top-color: rgba(233,58,36,1);
  border-bottom-color: rgba(233,58,36,1);
}
.border-y-attention-700\/15 {
  border-top-color: rgba(233,58,36,0.15);
  border-bottom-color: rgba(233,58,36,0.15);
}
.border-y-attention-700\/20 {
  border-top-color: rgba(233,58,36,0.2);
  border-bottom-color: rgba(233,58,36,0.2);
}
.border-y-attention-700\/25 {
  border-top-color: rgba(233,58,36,0.25);
  border-bottom-color: rgba(233,58,36,0.25);
}
.border-y-attention-700\/30 {
  border-top-color: rgba(233,58,36,0.3);
  border-bottom-color: rgba(233,58,36,0.3);
}
.border-y-attention-700\/35 {
  border-top-color: rgba(233,58,36,0.35);
  border-bottom-color: rgba(233,58,36,0.35);
}
.border-y-attention-700\/40 {
  border-top-color: rgba(233,58,36,0.4);
  border-bottom-color: rgba(233,58,36,0.4);
}
.border-y-attention-700\/45 {
  border-top-color: rgba(233,58,36,0.45);
  border-bottom-color: rgba(233,58,36,0.45);
}
.border-y-attention-700\/5 {
  border-top-color: rgba(233,58,36,0.05);
  border-bottom-color: rgba(233,58,36,0.05);
}
.border-y-attention-700\/50 {
  border-top-color: rgba(233,58,36,0.5);
  border-bottom-color: rgba(233,58,36,0.5);
}
.border-y-attention-700\/55 {
  border-top-color: rgba(233,58,36,0.55);
  border-bottom-color: rgba(233,58,36,0.55);
}
.border-y-attention-700\/60 {
  border-top-color: rgba(233,58,36,0.6);
  border-bottom-color: rgba(233,58,36,0.6);
}
.border-y-attention-700\/65 {
  border-top-color: rgba(233,58,36,0.65);
  border-bottom-color: rgba(233,58,36,0.65);
}
.border-y-attention-700\/70 {
  border-top-color: rgba(233,58,36,0.7);
  border-bottom-color: rgba(233,58,36,0.7);
}
.border-y-attention-700\/75 {
  border-top-color: rgba(233,58,36,0.75);
  border-bottom-color: rgba(233,58,36,0.75);
}
.border-y-attention-700\/80 {
  border-top-color: rgba(233,58,36,0.8);
  border-bottom-color: rgba(233,58,36,0.8);
}
.border-y-attention-700\/85 {
  border-top-color: rgba(233,58,36,0.85);
  border-bottom-color: rgba(233,58,36,0.85);
}
.border-y-attention-700\/90 {
  border-top-color: rgba(233,58,36,0.9);
  border-bottom-color: rgba(233,58,36,0.9);
}
.border-y-attention-700\/95 {
  border-top-color: rgba(233,58,36,0.95);
  border-bottom-color: rgba(233,58,36,0.95);
}
.border-y-attention-800 {
  border-top-color: #E93A24;
  border-bottom-color: #E93A24;
}
.border-y-attention-800\/0 {
  border-top-color: rgba(233,58,36,0);
  border-bottom-color: rgba(233,58,36,0);
}
.border-y-attention-800\/10 {
  border-top-color: rgba(233,58,36,0.1);
  border-bottom-color: rgba(233,58,36,0.1);
}
.border-y-attention-800\/100 {
  border-top-color: rgba(233,58,36,1);
  border-bottom-color: rgba(233,58,36,1);
}
.border-y-attention-800\/15 {
  border-top-color: rgba(233,58,36,0.15);
  border-bottom-color: rgba(233,58,36,0.15);
}
.border-y-attention-800\/20 {
  border-top-color: rgba(233,58,36,0.2);
  border-bottom-color: rgba(233,58,36,0.2);
}
.border-y-attention-800\/25 {
  border-top-color: rgba(233,58,36,0.25);
  border-bottom-color: rgba(233,58,36,0.25);
}
.border-y-attention-800\/30 {
  border-top-color: rgba(233,58,36,0.3);
  border-bottom-color: rgba(233,58,36,0.3);
}
.border-y-attention-800\/35 {
  border-top-color: rgba(233,58,36,0.35);
  border-bottom-color: rgba(233,58,36,0.35);
}
.border-y-attention-800\/40 {
  border-top-color: rgba(233,58,36,0.4);
  border-bottom-color: rgba(233,58,36,0.4);
}
.border-y-attention-800\/45 {
  border-top-color: rgba(233,58,36,0.45);
  border-bottom-color: rgba(233,58,36,0.45);
}
.border-y-attention-800\/5 {
  border-top-color: rgba(233,58,36,0.05);
  border-bottom-color: rgba(233,58,36,0.05);
}
.border-y-attention-800\/50 {
  border-top-color: rgba(233,58,36,0.5);
  border-bottom-color: rgba(233,58,36,0.5);
}
.border-y-attention-800\/55 {
  border-top-color: rgba(233,58,36,0.55);
  border-bottom-color: rgba(233,58,36,0.55);
}
.border-y-attention-800\/60 {
  border-top-color: rgba(233,58,36,0.6);
  border-bottom-color: rgba(233,58,36,0.6);
}
.border-y-attention-800\/65 {
  border-top-color: rgba(233,58,36,0.65);
  border-bottom-color: rgba(233,58,36,0.65);
}
.border-y-attention-800\/70 {
  border-top-color: rgba(233,58,36,0.7);
  border-bottom-color: rgba(233,58,36,0.7);
}
.border-y-attention-800\/75 {
  border-top-color: rgba(233,58,36,0.75);
  border-bottom-color: rgba(233,58,36,0.75);
}
.border-y-attention-800\/80 {
  border-top-color: rgba(233,58,36,0.8);
  border-bottom-color: rgba(233,58,36,0.8);
}
.border-y-attention-800\/85 {
  border-top-color: rgba(233,58,36,0.85);
  border-bottom-color: rgba(233,58,36,0.85);
}
.border-y-attention-800\/90 {
  border-top-color: rgba(233,58,36,0.9);
  border-bottom-color: rgba(233,58,36,0.9);
}
.border-y-attention-800\/95 {
  border-top-color: rgba(233,58,36,0.95);
  border-bottom-color: rgba(233,58,36,0.95);
}
.border-y-attention-900 {
  border-top-color: #E93A24;
  border-bottom-color: #E93A24;
}
.border-y-attention-900\/0 {
  border-top-color: rgba(233,58,36,0);
  border-bottom-color: rgba(233,58,36,0);
}
.border-y-attention-900\/10 {
  border-top-color: rgba(233,58,36,0.1);
  border-bottom-color: rgba(233,58,36,0.1);
}
.border-y-attention-900\/100 {
  border-top-color: rgba(233,58,36,1);
  border-bottom-color: rgba(233,58,36,1);
}
.border-y-attention-900\/15 {
  border-top-color: rgba(233,58,36,0.15);
  border-bottom-color: rgba(233,58,36,0.15);
}
.border-y-attention-900\/20 {
  border-top-color: rgba(233,58,36,0.2);
  border-bottom-color: rgba(233,58,36,0.2);
}
.border-y-attention-900\/25 {
  border-top-color: rgba(233,58,36,0.25);
  border-bottom-color: rgba(233,58,36,0.25);
}
.border-y-attention-900\/30 {
  border-top-color: rgba(233,58,36,0.3);
  border-bottom-color: rgba(233,58,36,0.3);
}
.border-y-attention-900\/35 {
  border-top-color: rgba(233,58,36,0.35);
  border-bottom-color: rgba(233,58,36,0.35);
}
.border-y-attention-900\/40 {
  border-top-color: rgba(233,58,36,0.4);
  border-bottom-color: rgba(233,58,36,0.4);
}
.border-y-attention-900\/45 {
  border-top-color: rgba(233,58,36,0.45);
  border-bottom-color: rgba(233,58,36,0.45);
}
.border-y-attention-900\/5 {
  border-top-color: rgba(233,58,36,0.05);
  border-bottom-color: rgba(233,58,36,0.05);
}
.border-y-attention-900\/50 {
  border-top-color: rgba(233,58,36,0.5);
  border-bottom-color: rgba(233,58,36,0.5);
}
.border-y-attention-900\/55 {
  border-top-color: rgba(233,58,36,0.55);
  border-bottom-color: rgba(233,58,36,0.55);
}
.border-y-attention-900\/60 {
  border-top-color: rgba(233,58,36,0.6);
  border-bottom-color: rgba(233,58,36,0.6);
}
.border-y-attention-900\/65 {
  border-top-color: rgba(233,58,36,0.65);
  border-bottom-color: rgba(233,58,36,0.65);
}
.border-y-attention-900\/70 {
  border-top-color: rgba(233,58,36,0.7);
  border-bottom-color: rgba(233,58,36,0.7);
}
.border-y-attention-900\/75 {
  border-top-color: rgba(233,58,36,0.75);
  border-bottom-color: rgba(233,58,36,0.75);
}
.border-y-attention-900\/80 {
  border-top-color: rgba(233,58,36,0.8);
  border-bottom-color: rgba(233,58,36,0.8);
}
.border-y-attention-900\/85 {
  border-top-color: rgba(233,58,36,0.85);
  border-bottom-color: rgba(233,58,36,0.85);
}
.border-y-attention-900\/90 {
  border-top-color: rgba(233,58,36,0.9);
  border-bottom-color: rgba(233,58,36,0.9);
}
.border-y-attention-900\/95 {
  border-top-color: rgba(233,58,36,0.95);
  border-bottom-color: rgba(233,58,36,0.95);
}
.border-y-attention-dark {
  border-top-color: #8c2316;
  border-bottom-color: #8c2316;
}
.border-y-attention-dark\/0 {
  border-top-color: rgba(140,35,22,0);
  border-bottom-color: rgba(140,35,22,0);
}
.border-y-attention-dark\/10 {
  border-top-color: rgba(140,35,22,0.1);
  border-bottom-color: rgba(140,35,22,0.1);
}
.border-y-attention-dark\/100 {
  border-top-color: rgba(140,35,22,1);
  border-bottom-color: rgba(140,35,22,1);
}
.border-y-attention-dark\/15 {
  border-top-color: rgba(140,35,22,0.15);
  border-bottom-color: rgba(140,35,22,0.15);
}
.border-y-attention-dark\/20 {
  border-top-color: rgba(140,35,22,0.2);
  border-bottom-color: rgba(140,35,22,0.2);
}
.border-y-attention-dark\/25 {
  border-top-color: rgba(140,35,22,0.25);
  border-bottom-color: rgba(140,35,22,0.25);
}
.border-y-attention-dark\/30 {
  border-top-color: rgba(140,35,22,0.3);
  border-bottom-color: rgba(140,35,22,0.3);
}
.border-y-attention-dark\/35 {
  border-top-color: rgba(140,35,22,0.35);
  border-bottom-color: rgba(140,35,22,0.35);
}
.border-y-attention-dark\/40 {
  border-top-color: rgba(140,35,22,0.4);
  border-bottom-color: rgba(140,35,22,0.4);
}
.border-y-attention-dark\/45 {
  border-top-color: rgba(140,35,22,0.45);
  border-bottom-color: rgba(140,35,22,0.45);
}
.border-y-attention-dark\/5 {
  border-top-color: rgba(140,35,22,0.05);
  border-bottom-color: rgba(140,35,22,0.05);
}
.border-y-attention-dark\/50 {
  border-top-color: rgba(140,35,22,0.5);
  border-bottom-color: rgba(140,35,22,0.5);
}
.border-y-attention-dark\/55 {
  border-top-color: rgba(140,35,22,0.55);
  border-bottom-color: rgba(140,35,22,0.55);
}
.border-y-attention-dark\/60 {
  border-top-color: rgba(140,35,22,0.6);
  border-bottom-color: rgba(140,35,22,0.6);
}
.border-y-attention-dark\/65 {
  border-top-color: rgba(140,35,22,0.65);
  border-bottom-color: rgba(140,35,22,0.65);
}
.border-y-attention-dark\/70 {
  border-top-color: rgba(140,35,22,0.7);
  border-bottom-color: rgba(140,35,22,0.7);
}
.border-y-attention-dark\/75 {
  border-top-color: rgba(140,35,22,0.75);
  border-bottom-color: rgba(140,35,22,0.75);
}
.border-y-attention-dark\/80 {
  border-top-color: rgba(140,35,22,0.8);
  border-bottom-color: rgba(140,35,22,0.8);
}
.border-y-attention-dark\/85 {
  border-top-color: rgba(140,35,22,0.85);
  border-bottom-color: rgba(140,35,22,0.85);
}
.border-y-attention-dark\/90 {
  border-top-color: rgba(140,35,22,0.9);
  border-bottom-color: rgba(140,35,22,0.9);
}
.border-y-attention-dark\/95 {
  border-top-color: rgba(140,35,22,0.95);
  border-bottom-color: rgba(140,35,22,0.95);
}
.border-y-attention-light {
  border-top-color: #E17A00;
  border-bottom-color: #E17A00;
}
.border-y-attention-light\/0 {
  border-top-color: rgba(225,122,0,0);
  border-bottom-color: rgba(225,122,0,0);
}
.border-y-attention-light\/10 {
  border-top-color: rgba(225,122,0,0.1);
  border-bottom-color: rgba(225,122,0,0.1);
}
.border-y-attention-light\/100 {
  border-top-color: rgba(225,122,0,1);
  border-bottom-color: rgba(225,122,0,1);
}
.border-y-attention-light\/15 {
  border-top-color: rgba(225,122,0,0.15);
  border-bottom-color: rgba(225,122,0,0.15);
}
.border-y-attention-light\/20 {
  border-top-color: rgba(225,122,0,0.2);
  border-bottom-color: rgba(225,122,0,0.2);
}
.border-y-attention-light\/25 {
  border-top-color: rgba(225,122,0,0.25);
  border-bottom-color: rgba(225,122,0,0.25);
}
.border-y-attention-light\/30 {
  border-top-color: rgba(225,122,0,0.3);
  border-bottom-color: rgba(225,122,0,0.3);
}
.border-y-attention-light\/35 {
  border-top-color: rgba(225,122,0,0.35);
  border-bottom-color: rgba(225,122,0,0.35);
}
.border-y-attention-light\/40 {
  border-top-color: rgba(225,122,0,0.4);
  border-bottom-color: rgba(225,122,0,0.4);
}
.border-y-attention-light\/45 {
  border-top-color: rgba(225,122,0,0.45);
  border-bottom-color: rgba(225,122,0,0.45);
}
.border-y-attention-light\/5 {
  border-top-color: rgba(225,122,0,0.05);
  border-bottom-color: rgba(225,122,0,0.05);
}
.border-y-attention-light\/50 {
  border-top-color: rgba(225,122,0,0.5);
  border-bottom-color: rgba(225,122,0,0.5);
}
.border-y-attention-light\/55 {
  border-top-color: rgba(225,122,0,0.55);
  border-bottom-color: rgba(225,122,0,0.55);
}
.border-y-attention-light\/60 {
  border-top-color: rgba(225,122,0,0.6);
  border-bottom-color: rgba(225,122,0,0.6);
}
.border-y-attention-light\/65 {
  border-top-color: rgba(225,122,0,0.65);
  border-bottom-color: rgba(225,122,0,0.65);
}
.border-y-attention-light\/70 {
  border-top-color: rgba(225,122,0,0.7);
  border-bottom-color: rgba(225,122,0,0.7);
}
.border-y-attention-light\/75 {
  border-top-color: rgba(225,122,0,0.75);
  border-bottom-color: rgba(225,122,0,0.75);
}
.border-y-attention-light\/80 {
  border-top-color: rgba(225,122,0,0.8);
  border-bottom-color: rgba(225,122,0,0.8);
}
.border-y-attention-light\/85 {
  border-top-color: rgba(225,122,0,0.85);
  border-bottom-color: rgba(225,122,0,0.85);
}
.border-y-attention-light\/90 {
  border-top-color: rgba(225,122,0,0.9);
  border-bottom-color: rgba(225,122,0,0.9);
}
.border-y-attention-light\/95 {
  border-top-color: rgba(225,122,0,0.95);
  border-bottom-color: rgba(225,122,0,0.95);
}
.border-y-base-0 {
  border-top-color: #E5E5E5;
  border-bottom-color: #E5E5E5;
}
.border-y-base-0\/0 {
  border-top-color: rgba(229,229,229,0);
  border-bottom-color: rgba(229,229,229,0);
}
.border-y-base-0\/10 {
  border-top-color: rgba(229,229,229,0.1);
  border-bottom-color: rgba(229,229,229,0.1);
}
.border-y-base-0\/100 {
  border-top-color: rgba(229,229,229,1);
  border-bottom-color: rgba(229,229,229,1);
}
.border-y-base-0\/15 {
  border-top-color: rgba(229,229,229,0.15);
  border-bottom-color: rgba(229,229,229,0.15);
}
.border-y-base-0\/20 {
  border-top-color: rgba(229,229,229,0.2);
  border-bottom-color: rgba(229,229,229,0.2);
}
.border-y-base-0\/25 {
  border-top-color: rgba(229,229,229,0.25);
  border-bottom-color: rgba(229,229,229,0.25);
}
.border-y-base-0\/30 {
  border-top-color: rgba(229,229,229,0.3);
  border-bottom-color: rgba(229,229,229,0.3);
}
.border-y-base-0\/35 {
  border-top-color: rgba(229,229,229,0.35);
  border-bottom-color: rgba(229,229,229,0.35);
}
.border-y-base-0\/40 {
  border-top-color: rgba(229,229,229,0.4);
  border-bottom-color: rgba(229,229,229,0.4);
}
.border-y-base-0\/45 {
  border-top-color: rgba(229,229,229,0.45);
  border-bottom-color: rgba(229,229,229,0.45);
}
.border-y-base-0\/5 {
  border-top-color: rgba(229,229,229,0.05);
  border-bottom-color: rgba(229,229,229,0.05);
}
.border-y-base-0\/50 {
  border-top-color: rgba(229,229,229,0.5);
  border-bottom-color: rgba(229,229,229,0.5);
}
.border-y-base-0\/55 {
  border-top-color: rgba(229,229,229,0.55);
  border-bottom-color: rgba(229,229,229,0.55);
}
.border-y-base-0\/60 {
  border-top-color: rgba(229,229,229,0.6);
  border-bottom-color: rgba(229,229,229,0.6);
}
.border-y-base-0\/65 {
  border-top-color: rgba(229,229,229,0.65);
  border-bottom-color: rgba(229,229,229,0.65);
}
.border-y-base-0\/70 {
  border-top-color: rgba(229,229,229,0.7);
  border-bottom-color: rgba(229,229,229,0.7);
}
.border-y-base-0\/75 {
  border-top-color: rgba(229,229,229,0.75);
  border-bottom-color: rgba(229,229,229,0.75);
}
.border-y-base-0\/80 {
  border-top-color: rgba(229,229,229,0.8);
  border-bottom-color: rgba(229,229,229,0.8);
}
.border-y-base-0\/85 {
  border-top-color: rgba(229,229,229,0.85);
  border-bottom-color: rgba(229,229,229,0.85);
}
.border-y-base-0\/90 {
  border-top-color: rgba(229,229,229,0.9);
  border-bottom-color: rgba(229,229,229,0.9);
}
.border-y-base-0\/95 {
  border-top-color: rgba(229,229,229,0.95);
  border-bottom-color: rgba(229,229,229,0.95);
}
.border-y-base-100 {
  border-top-color: #8C8C8C;
  border-bottom-color: #8C8C8C;
}
.border-y-base-100\/0 {
  border-top-color: rgba(140,140,140,0);
  border-bottom-color: rgba(140,140,140,0);
}
.border-y-base-100\/10 {
  border-top-color: rgba(140,140,140,0.1);
  border-bottom-color: rgba(140,140,140,0.1);
}
.border-y-base-100\/100 {
  border-top-color: rgba(140,140,140,1);
  border-bottom-color: rgba(140,140,140,1);
}
.border-y-base-100\/15 {
  border-top-color: rgba(140,140,140,0.15);
  border-bottom-color: rgba(140,140,140,0.15);
}
.border-y-base-100\/20 {
  border-top-color: rgba(140,140,140,0.2);
  border-bottom-color: rgba(140,140,140,0.2);
}
.border-y-base-100\/25 {
  border-top-color: rgba(140,140,140,0.25);
  border-bottom-color: rgba(140,140,140,0.25);
}
.border-y-base-100\/30 {
  border-top-color: rgba(140,140,140,0.3);
  border-bottom-color: rgba(140,140,140,0.3);
}
.border-y-base-100\/35 {
  border-top-color: rgba(140,140,140,0.35);
  border-bottom-color: rgba(140,140,140,0.35);
}
.border-y-base-100\/40 {
  border-top-color: rgba(140,140,140,0.4);
  border-bottom-color: rgba(140,140,140,0.4);
}
.border-y-base-100\/45 {
  border-top-color: rgba(140,140,140,0.45);
  border-bottom-color: rgba(140,140,140,0.45);
}
.border-y-base-100\/5 {
  border-top-color: rgba(140,140,140,0.05);
  border-bottom-color: rgba(140,140,140,0.05);
}
.border-y-base-100\/50 {
  border-top-color: rgba(140,140,140,0.5);
  border-bottom-color: rgba(140,140,140,0.5);
}
.border-y-base-100\/55 {
  border-top-color: rgba(140,140,140,0.55);
  border-bottom-color: rgba(140,140,140,0.55);
}
.border-y-base-100\/60 {
  border-top-color: rgba(140,140,140,0.6);
  border-bottom-color: rgba(140,140,140,0.6);
}
.border-y-base-100\/65 {
  border-top-color: rgba(140,140,140,0.65);
  border-bottom-color: rgba(140,140,140,0.65);
}
.border-y-base-100\/70 {
  border-top-color: rgba(140,140,140,0.7);
  border-bottom-color: rgba(140,140,140,0.7);
}
.border-y-base-100\/75 {
  border-top-color: rgba(140,140,140,0.75);
  border-bottom-color: rgba(140,140,140,0.75);
}
.border-y-base-100\/80 {
  border-top-color: rgba(140,140,140,0.8);
  border-bottom-color: rgba(140,140,140,0.8);
}
.border-y-base-100\/85 {
  border-top-color: rgba(140,140,140,0.85);
  border-bottom-color: rgba(140,140,140,0.85);
}
.border-y-base-100\/90 {
  border-top-color: rgba(140,140,140,0.9);
  border-bottom-color: rgba(140,140,140,0.9);
}
.border-y-base-100\/95 {
  border-top-color: rgba(140,140,140,0.95);
  border-bottom-color: rgba(140,140,140,0.95);
}
.border-y-base-150 {
  border-top-color: #6f6f6f;
  border-bottom-color: #6f6f6f;
}
.border-y-base-150\/0 {
  border-top-color: rgba(111,111,111,0);
  border-bottom-color: rgba(111,111,111,0);
}
.border-y-base-150\/10 {
  border-top-color: rgba(111,111,111,0.1);
  border-bottom-color: rgba(111,111,111,0.1);
}
.border-y-base-150\/100 {
  border-top-color: rgba(111,111,111,1);
  border-bottom-color: rgba(111,111,111,1);
}
.border-y-base-150\/15 {
  border-top-color: rgba(111,111,111,0.15);
  border-bottom-color: rgba(111,111,111,0.15);
}
.border-y-base-150\/20 {
  border-top-color: rgba(111,111,111,0.2);
  border-bottom-color: rgba(111,111,111,0.2);
}
.border-y-base-150\/25 {
  border-top-color: rgba(111,111,111,0.25);
  border-bottom-color: rgba(111,111,111,0.25);
}
.border-y-base-150\/30 {
  border-top-color: rgba(111,111,111,0.3);
  border-bottom-color: rgba(111,111,111,0.3);
}
.border-y-base-150\/35 {
  border-top-color: rgba(111,111,111,0.35);
  border-bottom-color: rgba(111,111,111,0.35);
}
.border-y-base-150\/40 {
  border-top-color: rgba(111,111,111,0.4);
  border-bottom-color: rgba(111,111,111,0.4);
}
.border-y-base-150\/45 {
  border-top-color: rgba(111,111,111,0.45);
  border-bottom-color: rgba(111,111,111,0.45);
}
.border-y-base-150\/5 {
  border-top-color: rgba(111,111,111,0.05);
  border-bottom-color: rgba(111,111,111,0.05);
}
.border-y-base-150\/50 {
  border-top-color: rgba(111,111,111,0.5);
  border-bottom-color: rgba(111,111,111,0.5);
}
.border-y-base-150\/55 {
  border-top-color: rgba(111,111,111,0.55);
  border-bottom-color: rgba(111,111,111,0.55);
}
.border-y-base-150\/60 {
  border-top-color: rgba(111,111,111,0.6);
  border-bottom-color: rgba(111,111,111,0.6);
}
.border-y-base-150\/65 {
  border-top-color: rgba(111,111,111,0.65);
  border-bottom-color: rgba(111,111,111,0.65);
}
.border-y-base-150\/70 {
  border-top-color: rgba(111,111,111,0.7);
  border-bottom-color: rgba(111,111,111,0.7);
}
.border-y-base-150\/75 {
  border-top-color: rgba(111,111,111,0.75);
  border-bottom-color: rgba(111,111,111,0.75);
}
.border-y-base-150\/80 {
  border-top-color: rgba(111,111,111,0.8);
  border-bottom-color: rgba(111,111,111,0.8);
}
.border-y-base-150\/85 {
  border-top-color: rgba(111,111,111,0.85);
  border-bottom-color: rgba(111,111,111,0.85);
}
.border-y-base-150\/90 {
  border-top-color: rgba(111,111,111,0.9);
  border-bottom-color: rgba(111,111,111,0.9);
}
.border-y-base-150\/95 {
  border-top-color: rgba(111,111,111,0.95);
  border-bottom-color: rgba(111,111,111,0.95);
}
.border-y-base-200 {
  border-top-color: #454545;
  border-bottom-color: #454545;
}
.border-y-base-200\/0 {
  border-top-color: rgba(69,69,69,0);
  border-bottom-color: rgba(69,69,69,0);
}
.border-y-base-200\/10 {
  border-top-color: rgba(69,69,69,0.1);
  border-bottom-color: rgba(69,69,69,0.1);
}
.border-y-base-200\/100 {
  border-top-color: rgba(69,69,69,1);
  border-bottom-color: rgba(69,69,69,1);
}
.border-y-base-200\/15 {
  border-top-color: rgba(69,69,69,0.15);
  border-bottom-color: rgba(69,69,69,0.15);
}
.border-y-base-200\/20 {
  border-top-color: rgba(69,69,69,0.2);
  border-bottom-color: rgba(69,69,69,0.2);
}
.border-y-base-200\/25 {
  border-top-color: rgba(69,69,69,0.25);
  border-bottom-color: rgba(69,69,69,0.25);
}
.border-y-base-200\/30 {
  border-top-color: rgba(69,69,69,0.3);
  border-bottom-color: rgba(69,69,69,0.3);
}
.border-y-base-200\/35 {
  border-top-color: rgba(69,69,69,0.35);
  border-bottom-color: rgba(69,69,69,0.35);
}
.border-y-base-200\/40 {
  border-top-color: rgba(69,69,69,0.4);
  border-bottom-color: rgba(69,69,69,0.4);
}
.border-y-base-200\/45 {
  border-top-color: rgba(69,69,69,0.45);
  border-bottom-color: rgba(69,69,69,0.45);
}
.border-y-base-200\/5 {
  border-top-color: rgba(69,69,69,0.05);
  border-bottom-color: rgba(69,69,69,0.05);
}
.border-y-base-200\/50 {
  border-top-color: rgba(69,69,69,0.5);
  border-bottom-color: rgba(69,69,69,0.5);
}
.border-y-base-200\/55 {
  border-top-color: rgba(69,69,69,0.55);
  border-bottom-color: rgba(69,69,69,0.55);
}
.border-y-base-200\/60 {
  border-top-color: rgba(69,69,69,0.6);
  border-bottom-color: rgba(69,69,69,0.6);
}
.border-y-base-200\/65 {
  border-top-color: rgba(69,69,69,0.65);
  border-bottom-color: rgba(69,69,69,0.65);
}
.border-y-base-200\/70 {
  border-top-color: rgba(69,69,69,0.7);
  border-bottom-color: rgba(69,69,69,0.7);
}
.border-y-base-200\/75 {
  border-top-color: rgba(69,69,69,0.75);
  border-bottom-color: rgba(69,69,69,0.75);
}
.border-y-base-200\/80 {
  border-top-color: rgba(69,69,69,0.8);
  border-bottom-color: rgba(69,69,69,0.8);
}
.border-y-base-200\/85 {
  border-top-color: rgba(69,69,69,0.85);
  border-bottom-color: rgba(69,69,69,0.85);
}
.border-y-base-200\/90 {
  border-top-color: rgba(69,69,69,0.9);
  border-bottom-color: rgba(69,69,69,0.9);
}
.border-y-base-200\/95 {
  border-top-color: rgba(69,69,69,0.95);
  border-bottom-color: rgba(69,69,69,0.95);
}
.border-y-base-300 {
  border-top-color: #343434;
  border-bottom-color: #343434;
}
.border-y-base-300\/0 {
  border-top-color: rgba(52,52,52,0);
  border-bottom-color: rgba(52,52,52,0);
}
.border-y-base-300\/10 {
  border-top-color: rgba(52,52,52,0.1);
  border-bottom-color: rgba(52,52,52,0.1);
}
.border-y-base-300\/100 {
  border-top-color: rgba(52,52,52,1);
  border-bottom-color: rgba(52,52,52,1);
}
.border-y-base-300\/15 {
  border-top-color: rgba(52,52,52,0.15);
  border-bottom-color: rgba(52,52,52,0.15);
}
.border-y-base-300\/20 {
  border-top-color: rgba(52,52,52,0.2);
  border-bottom-color: rgba(52,52,52,0.2);
}
.border-y-base-300\/25 {
  border-top-color: rgba(52,52,52,0.25);
  border-bottom-color: rgba(52,52,52,0.25);
}
.border-y-base-300\/30 {
  border-top-color: rgba(52,52,52,0.3);
  border-bottom-color: rgba(52,52,52,0.3);
}
.border-y-base-300\/35 {
  border-top-color: rgba(52,52,52,0.35);
  border-bottom-color: rgba(52,52,52,0.35);
}
.border-y-base-300\/40 {
  border-top-color: rgba(52,52,52,0.4);
  border-bottom-color: rgba(52,52,52,0.4);
}
.border-y-base-300\/45 {
  border-top-color: rgba(52,52,52,0.45);
  border-bottom-color: rgba(52,52,52,0.45);
}
.border-y-base-300\/5 {
  border-top-color: rgba(52,52,52,0.05);
  border-bottom-color: rgba(52,52,52,0.05);
}
.border-y-base-300\/50 {
  border-top-color: rgba(52,52,52,0.5);
  border-bottom-color: rgba(52,52,52,0.5);
}
.border-y-base-300\/55 {
  border-top-color: rgba(52,52,52,0.55);
  border-bottom-color: rgba(52,52,52,0.55);
}
.border-y-base-300\/60 {
  border-top-color: rgba(52,52,52,0.6);
  border-bottom-color: rgba(52,52,52,0.6);
}
.border-y-base-300\/65 {
  border-top-color: rgba(52,52,52,0.65);
  border-bottom-color: rgba(52,52,52,0.65);
}
.border-y-base-300\/70 {
  border-top-color: rgba(52,52,52,0.7);
  border-bottom-color: rgba(52,52,52,0.7);
}
.border-y-base-300\/75 {
  border-top-color: rgba(52,52,52,0.75);
  border-bottom-color: rgba(52,52,52,0.75);
}
.border-y-base-300\/80 {
  border-top-color: rgba(52,52,52,0.8);
  border-bottom-color: rgba(52,52,52,0.8);
}
.border-y-base-300\/85 {
  border-top-color: rgba(52,52,52,0.85);
  border-bottom-color: rgba(52,52,52,0.85);
}
.border-y-base-300\/90 {
  border-top-color: rgba(52,52,52,0.9);
  border-bottom-color: rgba(52,52,52,0.9);
}
.border-y-base-300\/95 {
  border-top-color: rgba(52,52,52,0.95);
  border-bottom-color: rgba(52,52,52,0.95);
}
.border-y-base-400 {
  border-top-color: #2B2B2B;
  border-bottom-color: #2B2B2B;
}
.border-y-base-400\/0 {
  border-top-color: rgba(43,43,43,0);
  border-bottom-color: rgba(43,43,43,0);
}
.border-y-base-400\/10 {
  border-top-color: rgba(43,43,43,0.1);
  border-bottom-color: rgba(43,43,43,0.1);
}
.border-y-base-400\/100 {
  border-top-color: rgba(43,43,43,1);
  border-bottom-color: rgba(43,43,43,1);
}
.border-y-base-400\/15 {
  border-top-color: rgba(43,43,43,0.15);
  border-bottom-color: rgba(43,43,43,0.15);
}
.border-y-base-400\/20 {
  border-top-color: rgba(43,43,43,0.2);
  border-bottom-color: rgba(43,43,43,0.2);
}
.border-y-base-400\/25 {
  border-top-color: rgba(43,43,43,0.25);
  border-bottom-color: rgba(43,43,43,0.25);
}
.border-y-base-400\/30 {
  border-top-color: rgba(43,43,43,0.3);
  border-bottom-color: rgba(43,43,43,0.3);
}
.border-y-base-400\/35 {
  border-top-color: rgba(43,43,43,0.35);
  border-bottom-color: rgba(43,43,43,0.35);
}
.border-y-base-400\/40 {
  border-top-color: rgba(43,43,43,0.4);
  border-bottom-color: rgba(43,43,43,0.4);
}
.border-y-base-400\/45 {
  border-top-color: rgba(43,43,43,0.45);
  border-bottom-color: rgba(43,43,43,0.45);
}
.border-y-base-400\/5 {
  border-top-color: rgba(43,43,43,0.05);
  border-bottom-color: rgba(43,43,43,0.05);
}
.border-y-base-400\/50 {
  border-top-color: rgba(43,43,43,0.5);
  border-bottom-color: rgba(43,43,43,0.5);
}
.border-y-base-400\/55 {
  border-top-color: rgba(43,43,43,0.55);
  border-bottom-color: rgba(43,43,43,0.55);
}
.border-y-base-400\/60 {
  border-top-color: rgba(43,43,43,0.6);
  border-bottom-color: rgba(43,43,43,0.6);
}
.border-y-base-400\/65 {
  border-top-color: rgba(43,43,43,0.65);
  border-bottom-color: rgba(43,43,43,0.65);
}
.border-y-base-400\/70 {
  border-top-color: rgba(43,43,43,0.7);
  border-bottom-color: rgba(43,43,43,0.7);
}
.border-y-base-400\/75 {
  border-top-color: rgba(43,43,43,0.75);
  border-bottom-color: rgba(43,43,43,0.75);
}
.border-y-base-400\/80 {
  border-top-color: rgba(43,43,43,0.8);
  border-bottom-color: rgba(43,43,43,0.8);
}
.border-y-base-400\/85 {
  border-top-color: rgba(43,43,43,0.85);
  border-bottom-color: rgba(43,43,43,0.85);
}
.border-y-base-400\/90 {
  border-top-color: rgba(43,43,43,0.9);
  border-bottom-color: rgba(43,43,43,0.9);
}
.border-y-base-400\/95 {
  border-top-color: rgba(43,43,43,0.95);
  border-bottom-color: rgba(43,43,43,0.95);
}
.border-y-base-500 {
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.border-y-base-500\/0 {
  border-top-color: rgba(35,35,35,0);
  border-bottom-color: rgba(35,35,35,0);
}
.border-y-base-500\/10 {
  border-top-color: rgba(35,35,35,0.1);
  border-bottom-color: rgba(35,35,35,0.1);
}
.border-y-base-500\/100 {
  border-top-color: rgba(35,35,35,1);
  border-bottom-color: rgba(35,35,35,1);
}
.border-y-base-500\/15 {
  border-top-color: rgba(35,35,35,0.15);
  border-bottom-color: rgba(35,35,35,0.15);
}
.border-y-base-500\/20 {
  border-top-color: rgba(35,35,35,0.2);
  border-bottom-color: rgba(35,35,35,0.2);
}
.border-y-base-500\/25 {
  border-top-color: rgba(35,35,35,0.25);
  border-bottom-color: rgba(35,35,35,0.25);
}
.border-y-base-500\/30 {
  border-top-color: rgba(35,35,35,0.3);
  border-bottom-color: rgba(35,35,35,0.3);
}
.border-y-base-500\/35 {
  border-top-color: rgba(35,35,35,0.35);
  border-bottom-color: rgba(35,35,35,0.35);
}
.border-y-base-500\/40 {
  border-top-color: rgba(35,35,35,0.4);
  border-bottom-color: rgba(35,35,35,0.4);
}
.border-y-base-500\/45 {
  border-top-color: rgba(35,35,35,0.45);
  border-bottom-color: rgba(35,35,35,0.45);
}
.border-y-base-500\/5 {
  border-top-color: rgba(35,35,35,0.05);
  border-bottom-color: rgba(35,35,35,0.05);
}
.border-y-base-500\/50 {
  border-top-color: rgba(35,35,35,0.5);
  border-bottom-color: rgba(35,35,35,0.5);
}
.border-y-base-500\/55 {
  border-top-color: rgba(35,35,35,0.55);
  border-bottom-color: rgba(35,35,35,0.55);
}
.border-y-base-500\/60 {
  border-top-color: rgba(35,35,35,0.6);
  border-bottom-color: rgba(35,35,35,0.6);
}
.border-y-base-500\/65 {
  border-top-color: rgba(35,35,35,0.65);
  border-bottom-color: rgba(35,35,35,0.65);
}
.border-y-base-500\/70 {
  border-top-color: rgba(35,35,35,0.7);
  border-bottom-color: rgba(35,35,35,0.7);
}
.border-y-base-500\/75 {
  border-top-color: rgba(35,35,35,0.75);
  border-bottom-color: rgba(35,35,35,0.75);
}
.border-y-base-500\/80 {
  border-top-color: rgba(35,35,35,0.8);
  border-bottom-color: rgba(35,35,35,0.8);
}
.border-y-base-500\/85 {
  border-top-color: rgba(35,35,35,0.85);
  border-bottom-color: rgba(35,35,35,0.85);
}
.border-y-base-500\/90 {
  border-top-color: rgba(35,35,35,0.9);
  border-bottom-color: rgba(35,35,35,0.9);
}
.border-y-base-500\/95 {
  border-top-color: rgba(35,35,35,0.95);
  border-bottom-color: rgba(35,35,35,0.95);
}
.border-y-base-600 {
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.border-y-base-600\/0 {
  border-top-color: rgba(35,35,35,0);
  border-bottom-color: rgba(35,35,35,0);
}
.border-y-base-600\/10 {
  border-top-color: rgba(35,35,35,0.1);
  border-bottom-color: rgba(35,35,35,0.1);
}
.border-y-base-600\/100 {
  border-top-color: rgba(35,35,35,1);
  border-bottom-color: rgba(35,35,35,1);
}
.border-y-base-600\/15 {
  border-top-color: rgba(35,35,35,0.15);
  border-bottom-color: rgba(35,35,35,0.15);
}
.border-y-base-600\/20 {
  border-top-color: rgba(35,35,35,0.2);
  border-bottom-color: rgba(35,35,35,0.2);
}
.border-y-base-600\/25 {
  border-top-color: rgba(35,35,35,0.25);
  border-bottom-color: rgba(35,35,35,0.25);
}
.border-y-base-600\/30 {
  border-top-color: rgba(35,35,35,0.3);
  border-bottom-color: rgba(35,35,35,0.3);
}
.border-y-base-600\/35 {
  border-top-color: rgba(35,35,35,0.35);
  border-bottom-color: rgba(35,35,35,0.35);
}
.border-y-base-600\/40 {
  border-top-color: rgba(35,35,35,0.4);
  border-bottom-color: rgba(35,35,35,0.4);
}
.border-y-base-600\/45 {
  border-top-color: rgba(35,35,35,0.45);
  border-bottom-color: rgba(35,35,35,0.45);
}
.border-y-base-600\/5 {
  border-top-color: rgba(35,35,35,0.05);
  border-bottom-color: rgba(35,35,35,0.05);
}
.border-y-base-600\/50 {
  border-top-color: rgba(35,35,35,0.5);
  border-bottom-color: rgba(35,35,35,0.5);
}
.border-y-base-600\/55 {
  border-top-color: rgba(35,35,35,0.55);
  border-bottom-color: rgba(35,35,35,0.55);
}
.border-y-base-600\/60 {
  border-top-color: rgba(35,35,35,0.6);
  border-bottom-color: rgba(35,35,35,0.6);
}
.border-y-base-600\/65 {
  border-top-color: rgba(35,35,35,0.65);
  border-bottom-color: rgba(35,35,35,0.65);
}
.border-y-base-600\/70 {
  border-top-color: rgba(35,35,35,0.7);
  border-bottom-color: rgba(35,35,35,0.7);
}
.border-y-base-600\/75 {
  border-top-color: rgba(35,35,35,0.75);
  border-bottom-color: rgba(35,35,35,0.75);
}
.border-y-base-600\/80 {
  border-top-color: rgba(35,35,35,0.8);
  border-bottom-color: rgba(35,35,35,0.8);
}
.border-y-base-600\/85 {
  border-top-color: rgba(35,35,35,0.85);
  border-bottom-color: rgba(35,35,35,0.85);
}
.border-y-base-600\/90 {
  border-top-color: rgba(35,35,35,0.9);
  border-bottom-color: rgba(35,35,35,0.9);
}
.border-y-base-600\/95 {
  border-top-color: rgba(35,35,35,0.95);
  border-bottom-color: rgba(35,35,35,0.95);
}
.border-y-base-700 {
  border-top-color: #181818;
  border-bottom-color: #181818;
}
.border-y-base-700\/0 {
  border-top-color: rgba(24,24,24,0);
  border-bottom-color: rgba(24,24,24,0);
}
.border-y-base-700\/10 {
  border-top-color: rgba(24,24,24,0.1);
  border-bottom-color: rgba(24,24,24,0.1);
}
.border-y-base-700\/100 {
  border-top-color: rgba(24,24,24,1);
  border-bottom-color: rgba(24,24,24,1);
}
.border-y-base-700\/15 {
  border-top-color: rgba(24,24,24,0.15);
  border-bottom-color: rgba(24,24,24,0.15);
}
.border-y-base-700\/20 {
  border-top-color: rgba(24,24,24,0.2);
  border-bottom-color: rgba(24,24,24,0.2);
}
.border-y-base-700\/25 {
  border-top-color: rgba(24,24,24,0.25);
  border-bottom-color: rgba(24,24,24,0.25);
}
.border-y-base-700\/30 {
  border-top-color: rgba(24,24,24,0.3);
  border-bottom-color: rgba(24,24,24,0.3);
}
.border-y-base-700\/35 {
  border-top-color: rgba(24,24,24,0.35);
  border-bottom-color: rgba(24,24,24,0.35);
}
.border-y-base-700\/40 {
  border-top-color: rgba(24,24,24,0.4);
  border-bottom-color: rgba(24,24,24,0.4);
}
.border-y-base-700\/45 {
  border-top-color: rgba(24,24,24,0.45);
  border-bottom-color: rgba(24,24,24,0.45);
}
.border-y-base-700\/5 {
  border-top-color: rgba(24,24,24,0.05);
  border-bottom-color: rgba(24,24,24,0.05);
}
.border-y-base-700\/50 {
  border-top-color: rgba(24,24,24,0.5);
  border-bottom-color: rgba(24,24,24,0.5);
}
.border-y-base-700\/55 {
  border-top-color: rgba(24,24,24,0.55);
  border-bottom-color: rgba(24,24,24,0.55);
}
.border-y-base-700\/60 {
  border-top-color: rgba(24,24,24,0.6);
  border-bottom-color: rgba(24,24,24,0.6);
}
.border-y-base-700\/65 {
  border-top-color: rgba(24,24,24,0.65);
  border-bottom-color: rgba(24,24,24,0.65);
}
.border-y-base-700\/70 {
  border-top-color: rgba(24,24,24,0.7);
  border-bottom-color: rgba(24,24,24,0.7);
}
.border-y-base-700\/75 {
  border-top-color: rgba(24,24,24,0.75);
  border-bottom-color: rgba(24,24,24,0.75);
}
.border-y-base-700\/80 {
  border-top-color: rgba(24,24,24,0.8);
  border-bottom-color: rgba(24,24,24,0.8);
}
.border-y-base-700\/85 {
  border-top-color: rgba(24,24,24,0.85);
  border-bottom-color: rgba(24,24,24,0.85);
}
.border-y-base-700\/90 {
  border-top-color: rgba(24,24,24,0.9);
  border-bottom-color: rgba(24,24,24,0.9);
}
.border-y-base-700\/95 {
  border-top-color: rgba(24,24,24,0.95);
  border-bottom-color: rgba(24,24,24,0.95);
}
.border-y-base-800 {
  border-top-color: #1E1E1E;
  border-bottom-color: #1E1E1E;
}
.border-y-base-800\/0 {
  border-top-color: rgba(30,30,30,0);
  border-bottom-color: rgba(30,30,30,0);
}
.border-y-base-800\/10 {
  border-top-color: rgba(30,30,30,0.1);
  border-bottom-color: rgba(30,30,30,0.1);
}
.border-y-base-800\/100 {
  border-top-color: rgba(30,30,30,1);
  border-bottom-color: rgba(30,30,30,1);
}
.border-y-base-800\/15 {
  border-top-color: rgba(30,30,30,0.15);
  border-bottom-color: rgba(30,30,30,0.15);
}
.border-y-base-800\/20 {
  border-top-color: rgba(30,30,30,0.2);
  border-bottom-color: rgba(30,30,30,0.2);
}
.border-y-base-800\/25 {
  border-top-color: rgba(30,30,30,0.25);
  border-bottom-color: rgba(30,30,30,0.25);
}
.border-y-base-800\/30 {
  border-top-color: rgba(30,30,30,0.3);
  border-bottom-color: rgba(30,30,30,0.3);
}
.border-y-base-800\/35 {
  border-top-color: rgba(30,30,30,0.35);
  border-bottom-color: rgba(30,30,30,0.35);
}
.border-y-base-800\/40 {
  border-top-color: rgba(30,30,30,0.4);
  border-bottom-color: rgba(30,30,30,0.4);
}
.border-y-base-800\/45 {
  border-top-color: rgba(30,30,30,0.45);
  border-bottom-color: rgba(30,30,30,0.45);
}
.border-y-base-800\/5 {
  border-top-color: rgba(30,30,30,0.05);
  border-bottom-color: rgba(30,30,30,0.05);
}
.border-y-base-800\/50 {
  border-top-color: rgba(30,30,30,0.5);
  border-bottom-color: rgba(30,30,30,0.5);
}
.border-y-base-800\/55 {
  border-top-color: rgba(30,30,30,0.55);
  border-bottom-color: rgba(30,30,30,0.55);
}
.border-y-base-800\/60 {
  border-top-color: rgba(30,30,30,0.6);
  border-bottom-color: rgba(30,30,30,0.6);
}
.border-y-base-800\/65 {
  border-top-color: rgba(30,30,30,0.65);
  border-bottom-color: rgba(30,30,30,0.65);
}
.border-y-base-800\/70 {
  border-top-color: rgba(30,30,30,0.7);
  border-bottom-color: rgba(30,30,30,0.7);
}
.border-y-base-800\/75 {
  border-top-color: rgba(30,30,30,0.75);
  border-bottom-color: rgba(30,30,30,0.75);
}
.border-y-base-800\/80 {
  border-top-color: rgba(30,30,30,0.8);
  border-bottom-color: rgba(30,30,30,0.8);
}
.border-y-base-800\/85 {
  border-top-color: rgba(30,30,30,0.85);
  border-bottom-color: rgba(30,30,30,0.85);
}
.border-y-base-800\/90 {
  border-top-color: rgba(30,30,30,0.9);
  border-bottom-color: rgba(30,30,30,0.9);
}
.border-y-base-800\/95 {
  border-top-color: rgba(30,30,30,0.95);
  border-bottom-color: rgba(30,30,30,0.95);
}
.border-y-base-900 {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.border-y-base-900\/0 {
  border-top-color: rgba(0,0,0,0);
  border-bottom-color: rgba(0,0,0,0);
}
.border-y-base-900\/10 {
  border-top-color: rgba(0,0,0,0.1);
  border-bottom-color: rgba(0,0,0,0.1);
}
.border-y-base-900\/100 {
  border-top-color: rgba(0,0,0,1);
  border-bottom-color: rgba(0,0,0,1);
}
.border-y-base-900\/15 {
  border-top-color: rgba(0,0,0,0.15);
  border-bottom-color: rgba(0,0,0,0.15);
}
.border-y-base-900\/20 {
  border-top-color: rgba(0,0,0,0.2);
  border-bottom-color: rgba(0,0,0,0.2);
}
.border-y-base-900\/25 {
  border-top-color: rgba(0,0,0,0.25);
  border-bottom-color: rgba(0,0,0,0.25);
}
.border-y-base-900\/30 {
  border-top-color: rgba(0,0,0,0.3);
  border-bottom-color: rgba(0,0,0,0.3);
}
.border-y-base-900\/35 {
  border-top-color: rgba(0,0,0,0.35);
  border-bottom-color: rgba(0,0,0,0.35);
}
.border-y-base-900\/40 {
  border-top-color: rgba(0,0,0,0.4);
  border-bottom-color: rgba(0,0,0,0.4);
}
.border-y-base-900\/45 {
  border-top-color: rgba(0,0,0,0.45);
  border-bottom-color: rgba(0,0,0,0.45);
}
.border-y-base-900\/5 {
  border-top-color: rgba(0,0,0,0.05);
  border-bottom-color: rgba(0,0,0,0.05);
}
.border-y-base-900\/50 {
  border-top-color: rgba(0,0,0,0.5);
  border-bottom-color: rgba(0,0,0,0.5);
}
.border-y-base-900\/55 {
  border-top-color: rgba(0,0,0,0.55);
  border-bottom-color: rgba(0,0,0,0.55);
}
.border-y-base-900\/60 {
  border-top-color: rgba(0,0,0,0.6);
  border-bottom-color: rgba(0,0,0,0.6);
}
.border-y-base-900\/65 {
  border-top-color: rgba(0,0,0,0.65);
  border-bottom-color: rgba(0,0,0,0.65);
}
.border-y-base-900\/70 {
  border-top-color: rgba(0,0,0,0.7);
  border-bottom-color: rgba(0,0,0,0.7);
}
.border-y-base-900\/75 {
  border-top-color: rgba(0,0,0,0.75);
  border-bottom-color: rgba(0,0,0,0.75);
}
.border-y-base-900\/80 {
  border-top-color: rgba(0,0,0,0.8);
  border-bottom-color: rgba(0,0,0,0.8);
}
.border-y-base-900\/85 {
  border-top-color: rgba(0,0,0,0.85);
  border-bottom-color: rgba(0,0,0,0.85);
}
.border-y-base-900\/90 {
  border-top-color: rgba(0,0,0,0.9);
  border-bottom-color: rgba(0,0,0,0.9);
}
.border-y-base-900\/95 {
  border-top-color: rgba(0,0,0,0.95);
  border-bottom-color: rgba(0,0,0,0.95);
}
.border-y-base-dark {
  border-top-color: #1E1E1E;
  border-bottom-color: #1E1E1E;
}
.border-y-base-dark\/0 {
  border-top-color: rgba(30,30,30,0);
  border-bottom-color: rgba(30,30,30,0);
}
.border-y-base-dark\/10 {
  border-top-color: rgba(30,30,30,0.1);
  border-bottom-color: rgba(30,30,30,0.1);
}
.border-y-base-dark\/100 {
  border-top-color: rgba(30,30,30,1);
  border-bottom-color: rgba(30,30,30,1);
}
.border-y-base-dark\/15 {
  border-top-color: rgba(30,30,30,0.15);
  border-bottom-color: rgba(30,30,30,0.15);
}
.border-y-base-dark\/20 {
  border-top-color: rgba(30,30,30,0.2);
  border-bottom-color: rgba(30,30,30,0.2);
}
.border-y-base-dark\/25 {
  border-top-color: rgba(30,30,30,0.25);
  border-bottom-color: rgba(30,30,30,0.25);
}
.border-y-base-dark\/30 {
  border-top-color: rgba(30,30,30,0.3);
  border-bottom-color: rgba(30,30,30,0.3);
}
.border-y-base-dark\/35 {
  border-top-color: rgba(30,30,30,0.35);
  border-bottom-color: rgba(30,30,30,0.35);
}
.border-y-base-dark\/40 {
  border-top-color: rgba(30,30,30,0.4);
  border-bottom-color: rgba(30,30,30,0.4);
}
.border-y-base-dark\/45 {
  border-top-color: rgba(30,30,30,0.45);
  border-bottom-color: rgba(30,30,30,0.45);
}
.border-y-base-dark\/5 {
  border-top-color: rgba(30,30,30,0.05);
  border-bottom-color: rgba(30,30,30,0.05);
}
.border-y-base-dark\/50 {
  border-top-color: rgba(30,30,30,0.5);
  border-bottom-color: rgba(30,30,30,0.5);
}
.border-y-base-dark\/55 {
  border-top-color: rgba(30,30,30,0.55);
  border-bottom-color: rgba(30,30,30,0.55);
}
.border-y-base-dark\/60 {
  border-top-color: rgba(30,30,30,0.6);
  border-bottom-color: rgba(30,30,30,0.6);
}
.border-y-base-dark\/65 {
  border-top-color: rgba(30,30,30,0.65);
  border-bottom-color: rgba(30,30,30,0.65);
}
.border-y-base-dark\/70 {
  border-top-color: rgba(30,30,30,0.7);
  border-bottom-color: rgba(30,30,30,0.7);
}
.border-y-base-dark\/75 {
  border-top-color: rgba(30,30,30,0.75);
  border-bottom-color: rgba(30,30,30,0.75);
}
.border-y-base-dark\/80 {
  border-top-color: rgba(30,30,30,0.8);
  border-bottom-color: rgba(30,30,30,0.8);
}
.border-y-base-dark\/85 {
  border-top-color: rgba(30,30,30,0.85);
  border-bottom-color: rgba(30,30,30,0.85);
}
.border-y-base-dark\/90 {
  border-top-color: rgba(30,30,30,0.9);
  border-bottom-color: rgba(30,30,30,0.9);
}
.border-y-base-dark\/95 {
  border-top-color: rgba(30,30,30,0.95);
  border-bottom-color: rgba(30,30,30,0.95);
}
.border-y-base-light {
  border-top-color: #454545;
  border-bottom-color: #454545;
}
.border-y-base-light\/0 {
  border-top-color: rgba(69,69,69,0);
  border-bottom-color: rgba(69,69,69,0);
}
.border-y-base-light\/10 {
  border-top-color: rgba(69,69,69,0.1);
  border-bottom-color: rgba(69,69,69,0.1);
}
.border-y-base-light\/100 {
  border-top-color: rgba(69,69,69,1);
  border-bottom-color: rgba(69,69,69,1);
}
.border-y-base-light\/15 {
  border-top-color: rgba(69,69,69,0.15);
  border-bottom-color: rgba(69,69,69,0.15);
}
.border-y-base-light\/20 {
  border-top-color: rgba(69,69,69,0.2);
  border-bottom-color: rgba(69,69,69,0.2);
}
.border-y-base-light\/25 {
  border-top-color: rgba(69,69,69,0.25);
  border-bottom-color: rgba(69,69,69,0.25);
}
.border-y-base-light\/30 {
  border-top-color: rgba(69,69,69,0.3);
  border-bottom-color: rgba(69,69,69,0.3);
}
.border-y-base-light\/35 {
  border-top-color: rgba(69,69,69,0.35);
  border-bottom-color: rgba(69,69,69,0.35);
}
.border-y-base-light\/40 {
  border-top-color: rgba(69,69,69,0.4);
  border-bottom-color: rgba(69,69,69,0.4);
}
.border-y-base-light\/45 {
  border-top-color: rgba(69,69,69,0.45);
  border-bottom-color: rgba(69,69,69,0.45);
}
.border-y-base-light\/5 {
  border-top-color: rgba(69,69,69,0.05);
  border-bottom-color: rgba(69,69,69,0.05);
}
.border-y-base-light\/50 {
  border-top-color: rgba(69,69,69,0.5);
  border-bottom-color: rgba(69,69,69,0.5);
}
.border-y-base-light\/55 {
  border-top-color: rgba(69,69,69,0.55);
  border-bottom-color: rgba(69,69,69,0.55);
}
.border-y-base-light\/60 {
  border-top-color: rgba(69,69,69,0.6);
  border-bottom-color: rgba(69,69,69,0.6);
}
.border-y-base-light\/65 {
  border-top-color: rgba(69,69,69,0.65);
  border-bottom-color: rgba(69,69,69,0.65);
}
.border-y-base-light\/70 {
  border-top-color: rgba(69,69,69,0.7);
  border-bottom-color: rgba(69,69,69,0.7);
}
.border-y-base-light\/75 {
  border-top-color: rgba(69,69,69,0.75);
  border-bottom-color: rgba(69,69,69,0.75);
}
.border-y-base-light\/80 {
  border-top-color: rgba(69,69,69,0.8);
  border-bottom-color: rgba(69,69,69,0.8);
}
.border-y-base-light\/85 {
  border-top-color: rgba(69,69,69,0.85);
  border-bottom-color: rgba(69,69,69,0.85);
}
.border-y-base-light\/90 {
  border-top-color: rgba(69,69,69,0.9);
  border-bottom-color: rgba(69,69,69,0.9);
}
.border-y-base-light\/95 {
  border-top-color: rgba(69,69,69,0.95);
  border-bottom-color: rgba(69,69,69,0.95);
}
.border-y-base-none {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.border-y-base-none\/0 {
  border-top-color: rgba(0,0,0,0);
  border-bottom-color: rgba(0,0,0,0);
}
.border-y-base-none\/10 {
  border-top-color: rgba(0,0,0,0.1);
  border-bottom-color: rgba(0,0,0,0.1);
}
.border-y-base-none\/100 {
  border-top-color: rgba(0,0,0,1);
  border-bottom-color: rgba(0,0,0,1);
}
.border-y-base-none\/15 {
  border-top-color: rgba(0,0,0,0.15);
  border-bottom-color: rgba(0,0,0,0.15);
}
.border-y-base-none\/20 {
  border-top-color: rgba(0,0,0,0.2);
  border-bottom-color: rgba(0,0,0,0.2);
}
.border-y-base-none\/25 {
  border-top-color: rgba(0,0,0,0.25);
  border-bottom-color: rgba(0,0,0,0.25);
}
.border-y-base-none\/30 {
  border-top-color: rgba(0,0,0,0.3);
  border-bottom-color: rgba(0,0,0,0.3);
}
.border-y-base-none\/35 {
  border-top-color: rgba(0,0,0,0.35);
  border-bottom-color: rgba(0,0,0,0.35);
}
.border-y-base-none\/40 {
  border-top-color: rgba(0,0,0,0.4);
  border-bottom-color: rgba(0,0,0,0.4);
}
.border-y-base-none\/45 {
  border-top-color: rgba(0,0,0,0.45);
  border-bottom-color: rgba(0,0,0,0.45);
}
.border-y-base-none\/5 {
  border-top-color: rgba(0,0,0,0.05);
  border-bottom-color: rgba(0,0,0,0.05);
}
.border-y-base-none\/50 {
  border-top-color: rgba(0,0,0,0.5);
  border-bottom-color: rgba(0,0,0,0.5);
}
.border-y-base-none\/55 {
  border-top-color: rgba(0,0,0,0.55);
  border-bottom-color: rgba(0,0,0,0.55);
}
.border-y-base-none\/60 {
  border-top-color: rgba(0,0,0,0.6);
  border-bottom-color: rgba(0,0,0,0.6);
}
.border-y-base-none\/65 {
  border-top-color: rgba(0,0,0,0.65);
  border-bottom-color: rgba(0,0,0,0.65);
}
.border-y-base-none\/70 {
  border-top-color: rgba(0,0,0,0.7);
  border-bottom-color: rgba(0,0,0,0.7);
}
.border-y-base-none\/75 {
  border-top-color: rgba(0,0,0,0.75);
  border-bottom-color: rgba(0,0,0,0.75);
}
.border-y-base-none\/80 {
  border-top-color: rgba(0,0,0,0.8);
  border-bottom-color: rgba(0,0,0,0.8);
}
.border-y-base-none\/85 {
  border-top-color: rgba(0,0,0,0.85);
  border-bottom-color: rgba(0,0,0,0.85);
}
.border-y-base-none\/90 {
  border-top-color: rgba(0,0,0,0.9);
  border-bottom-color: rgba(0,0,0,0.9);
}
.border-y-base-none\/95 {
  border-top-color: rgba(0,0,0,0.95);
  border-bottom-color: rgba(0,0,0,0.95);
}
.border-y-marker-0 {
  border-top-color: #60BF02;
  border-bottom-color: #60BF02;
}
.border-y-marker-0\/0 {
  border-top-color: rgba(96,191,2,0);
  border-bottom-color: rgba(96,191,2,0);
}
.border-y-marker-0\/10 {
  border-top-color: rgba(96,191,2,0.1);
  border-bottom-color: rgba(96,191,2,0.1);
}
.border-y-marker-0\/100 {
  border-top-color: rgba(96,191,2,1);
  border-bottom-color: rgba(96,191,2,1);
}
.border-y-marker-0\/15 {
  border-top-color: rgba(96,191,2,0.15);
  border-bottom-color: rgba(96,191,2,0.15);
}
.border-y-marker-0\/20 {
  border-top-color: rgba(96,191,2,0.2);
  border-bottom-color: rgba(96,191,2,0.2);
}
.border-y-marker-0\/25 {
  border-top-color: rgba(96,191,2,0.25);
  border-bottom-color: rgba(96,191,2,0.25);
}
.border-y-marker-0\/30 {
  border-top-color: rgba(96,191,2,0.3);
  border-bottom-color: rgba(96,191,2,0.3);
}
.border-y-marker-0\/35 {
  border-top-color: rgba(96,191,2,0.35);
  border-bottom-color: rgba(96,191,2,0.35);
}
.border-y-marker-0\/40 {
  border-top-color: rgba(96,191,2,0.4);
  border-bottom-color: rgba(96,191,2,0.4);
}
.border-y-marker-0\/45 {
  border-top-color: rgba(96,191,2,0.45);
  border-bottom-color: rgba(96,191,2,0.45);
}
.border-y-marker-0\/5 {
  border-top-color: rgba(96,191,2,0.05);
  border-bottom-color: rgba(96,191,2,0.05);
}
.border-y-marker-0\/50 {
  border-top-color: rgba(96,191,2,0.5);
  border-bottom-color: rgba(96,191,2,0.5);
}
.border-y-marker-0\/55 {
  border-top-color: rgba(96,191,2,0.55);
  border-bottom-color: rgba(96,191,2,0.55);
}
.border-y-marker-0\/60 {
  border-top-color: rgba(96,191,2,0.6);
  border-bottom-color: rgba(96,191,2,0.6);
}
.border-y-marker-0\/65 {
  border-top-color: rgba(96,191,2,0.65);
  border-bottom-color: rgba(96,191,2,0.65);
}
.border-y-marker-0\/70 {
  border-top-color: rgba(96,191,2,0.7);
  border-bottom-color: rgba(96,191,2,0.7);
}
.border-y-marker-0\/75 {
  border-top-color: rgba(96,191,2,0.75);
  border-bottom-color: rgba(96,191,2,0.75);
}
.border-y-marker-0\/80 {
  border-top-color: rgba(96,191,2,0.8);
  border-bottom-color: rgba(96,191,2,0.8);
}
.border-y-marker-0\/85 {
  border-top-color: rgba(96,191,2,0.85);
  border-bottom-color: rgba(96,191,2,0.85);
}
.border-y-marker-0\/90 {
  border-top-color: rgba(96,191,2,0.9);
  border-bottom-color: rgba(96,191,2,0.9);
}
.border-y-marker-0\/95 {
  border-top-color: rgba(96,191,2,0.95);
  border-bottom-color: rgba(96,191,2,0.95);
}
.border-y-marker-100 {
  border-top-color: #60BF02;
  border-bottom-color: #60BF02;
}
.border-y-marker-100\/0 {
  border-top-color: rgba(96,191,2,0);
  border-bottom-color: rgba(96,191,2,0);
}
.border-y-marker-100\/10 {
  border-top-color: rgba(96,191,2,0.1);
  border-bottom-color: rgba(96,191,2,0.1);
}
.border-y-marker-100\/100 {
  border-top-color: rgba(96,191,2,1);
  border-bottom-color: rgba(96,191,2,1);
}
.border-y-marker-100\/15 {
  border-top-color: rgba(96,191,2,0.15);
  border-bottom-color: rgba(96,191,2,0.15);
}
.border-y-marker-100\/20 {
  border-top-color: rgba(96,191,2,0.2);
  border-bottom-color: rgba(96,191,2,0.2);
}
.border-y-marker-100\/25 {
  border-top-color: rgba(96,191,2,0.25);
  border-bottom-color: rgba(96,191,2,0.25);
}
.border-y-marker-100\/30 {
  border-top-color: rgba(96,191,2,0.3);
  border-bottom-color: rgba(96,191,2,0.3);
}
.border-y-marker-100\/35 {
  border-top-color: rgba(96,191,2,0.35);
  border-bottom-color: rgba(96,191,2,0.35);
}
.border-y-marker-100\/40 {
  border-top-color: rgba(96,191,2,0.4);
  border-bottom-color: rgba(96,191,2,0.4);
}
.border-y-marker-100\/45 {
  border-top-color: rgba(96,191,2,0.45);
  border-bottom-color: rgba(96,191,2,0.45);
}
.border-y-marker-100\/5 {
  border-top-color: rgba(96,191,2,0.05);
  border-bottom-color: rgba(96,191,2,0.05);
}
.border-y-marker-100\/50 {
  border-top-color: rgba(96,191,2,0.5);
  border-bottom-color: rgba(96,191,2,0.5);
}
.border-y-marker-100\/55 {
  border-top-color: rgba(96,191,2,0.55);
  border-bottom-color: rgba(96,191,2,0.55);
}
.border-y-marker-100\/60 {
  border-top-color: rgba(96,191,2,0.6);
  border-bottom-color: rgba(96,191,2,0.6);
}
.border-y-marker-100\/65 {
  border-top-color: rgba(96,191,2,0.65);
  border-bottom-color: rgba(96,191,2,0.65);
}
.border-y-marker-100\/70 {
  border-top-color: rgba(96,191,2,0.7);
  border-bottom-color: rgba(96,191,2,0.7);
}
.border-y-marker-100\/75 {
  border-top-color: rgba(96,191,2,0.75);
  border-bottom-color: rgba(96,191,2,0.75);
}
.border-y-marker-100\/80 {
  border-top-color: rgba(96,191,2,0.8);
  border-bottom-color: rgba(96,191,2,0.8);
}
.border-y-marker-100\/85 {
  border-top-color: rgba(96,191,2,0.85);
  border-bottom-color: rgba(96,191,2,0.85);
}
.border-y-marker-100\/90 {
  border-top-color: rgba(96,191,2,0.9);
  border-bottom-color: rgba(96,191,2,0.9);
}
.border-y-marker-100\/95 {
  border-top-color: rgba(96,191,2,0.95);
  border-bottom-color: rgba(96,191,2,0.95);
}
.border-y-marker-200 {
  border-top-color: #60BF02;
  border-bottom-color: #60BF02;
}
.border-y-marker-200\/0 {
  border-top-color: rgba(96,191,2,0);
  border-bottom-color: rgba(96,191,2,0);
}
.border-y-marker-200\/10 {
  border-top-color: rgba(96,191,2,0.1);
  border-bottom-color: rgba(96,191,2,0.1);
}
.border-y-marker-200\/100 {
  border-top-color: rgba(96,191,2,1);
  border-bottom-color: rgba(96,191,2,1);
}
.border-y-marker-200\/15 {
  border-top-color: rgba(96,191,2,0.15);
  border-bottom-color: rgba(96,191,2,0.15);
}
.border-y-marker-200\/20 {
  border-top-color: rgba(96,191,2,0.2);
  border-bottom-color: rgba(96,191,2,0.2);
}
.border-y-marker-200\/25 {
  border-top-color: rgba(96,191,2,0.25);
  border-bottom-color: rgba(96,191,2,0.25);
}
.border-y-marker-200\/30 {
  border-top-color: rgba(96,191,2,0.3);
  border-bottom-color: rgba(96,191,2,0.3);
}
.border-y-marker-200\/35 {
  border-top-color: rgba(96,191,2,0.35);
  border-bottom-color: rgba(96,191,2,0.35);
}
.border-y-marker-200\/40 {
  border-top-color: rgba(96,191,2,0.4);
  border-bottom-color: rgba(96,191,2,0.4);
}
.border-y-marker-200\/45 {
  border-top-color: rgba(96,191,2,0.45);
  border-bottom-color: rgba(96,191,2,0.45);
}
.border-y-marker-200\/5 {
  border-top-color: rgba(96,191,2,0.05);
  border-bottom-color: rgba(96,191,2,0.05);
}
.border-y-marker-200\/50 {
  border-top-color: rgba(96,191,2,0.5);
  border-bottom-color: rgba(96,191,2,0.5);
}
.border-y-marker-200\/55 {
  border-top-color: rgba(96,191,2,0.55);
  border-bottom-color: rgba(96,191,2,0.55);
}
.border-y-marker-200\/60 {
  border-top-color: rgba(96,191,2,0.6);
  border-bottom-color: rgba(96,191,2,0.6);
}
.border-y-marker-200\/65 {
  border-top-color: rgba(96,191,2,0.65);
  border-bottom-color: rgba(96,191,2,0.65);
}
.border-y-marker-200\/70 {
  border-top-color: rgba(96,191,2,0.7);
  border-bottom-color: rgba(96,191,2,0.7);
}
.border-y-marker-200\/75 {
  border-top-color: rgba(96,191,2,0.75);
  border-bottom-color: rgba(96,191,2,0.75);
}
.border-y-marker-200\/80 {
  border-top-color: rgba(96,191,2,0.8);
  border-bottom-color: rgba(96,191,2,0.8);
}
.border-y-marker-200\/85 {
  border-top-color: rgba(96,191,2,0.85);
  border-bottom-color: rgba(96,191,2,0.85);
}
.border-y-marker-200\/90 {
  border-top-color: rgba(96,191,2,0.9);
  border-bottom-color: rgba(96,191,2,0.9);
}
.border-y-marker-200\/95 {
  border-top-color: rgba(96,191,2,0.95);
  border-bottom-color: rgba(96,191,2,0.95);
}
.border-y-marker-300 {
  border-top-color: #60BF02;
  border-bottom-color: #60BF02;
}
.border-y-marker-300\/0 {
  border-top-color: rgba(96,191,2,0);
  border-bottom-color: rgba(96,191,2,0);
}
.border-y-marker-300\/10 {
  border-top-color: rgba(96,191,2,0.1);
  border-bottom-color: rgba(96,191,2,0.1);
}
.border-y-marker-300\/100 {
  border-top-color: rgba(96,191,2,1);
  border-bottom-color: rgba(96,191,2,1);
}
.border-y-marker-300\/15 {
  border-top-color: rgba(96,191,2,0.15);
  border-bottom-color: rgba(96,191,2,0.15);
}
.border-y-marker-300\/20 {
  border-top-color: rgba(96,191,2,0.2);
  border-bottom-color: rgba(96,191,2,0.2);
}
.border-y-marker-300\/25 {
  border-top-color: rgba(96,191,2,0.25);
  border-bottom-color: rgba(96,191,2,0.25);
}
.border-y-marker-300\/30 {
  border-top-color: rgba(96,191,2,0.3);
  border-bottom-color: rgba(96,191,2,0.3);
}
.border-y-marker-300\/35 {
  border-top-color: rgba(96,191,2,0.35);
  border-bottom-color: rgba(96,191,2,0.35);
}
.border-y-marker-300\/40 {
  border-top-color: rgba(96,191,2,0.4);
  border-bottom-color: rgba(96,191,2,0.4);
}
.border-y-marker-300\/45 {
  border-top-color: rgba(96,191,2,0.45);
  border-bottom-color: rgba(96,191,2,0.45);
}
.border-y-marker-300\/5 {
  border-top-color: rgba(96,191,2,0.05);
  border-bottom-color: rgba(96,191,2,0.05);
}
.border-y-marker-300\/50 {
  border-top-color: rgba(96,191,2,0.5);
  border-bottom-color: rgba(96,191,2,0.5);
}
.border-y-marker-300\/55 {
  border-top-color: rgba(96,191,2,0.55);
  border-bottom-color: rgba(96,191,2,0.55);
}
.border-y-marker-300\/60 {
  border-top-color: rgba(96,191,2,0.6);
  border-bottom-color: rgba(96,191,2,0.6);
}
.border-y-marker-300\/65 {
  border-top-color: rgba(96,191,2,0.65);
  border-bottom-color: rgba(96,191,2,0.65);
}
.border-y-marker-300\/70 {
  border-top-color: rgba(96,191,2,0.7);
  border-bottom-color: rgba(96,191,2,0.7);
}
.border-y-marker-300\/75 {
  border-top-color: rgba(96,191,2,0.75);
  border-bottom-color: rgba(96,191,2,0.75);
}
.border-y-marker-300\/80 {
  border-top-color: rgba(96,191,2,0.8);
  border-bottom-color: rgba(96,191,2,0.8);
}
.border-y-marker-300\/85 {
  border-top-color: rgba(96,191,2,0.85);
  border-bottom-color: rgba(96,191,2,0.85);
}
.border-y-marker-300\/90 {
  border-top-color: rgba(96,191,2,0.9);
  border-bottom-color: rgba(96,191,2,0.9);
}
.border-y-marker-300\/95 {
  border-top-color: rgba(96,191,2,0.95);
  border-bottom-color: rgba(96,191,2,0.95);
}
.border-y-marker-400 {
  border-top-color: #60BF02;
  border-bottom-color: #60BF02;
}
.border-y-marker-400\/0 {
  border-top-color: rgba(96,191,2,0);
  border-bottom-color: rgba(96,191,2,0);
}
.border-y-marker-400\/10 {
  border-top-color: rgba(96,191,2,0.1);
  border-bottom-color: rgba(96,191,2,0.1);
}
.border-y-marker-400\/100 {
  border-top-color: rgba(96,191,2,1);
  border-bottom-color: rgba(96,191,2,1);
}
.border-y-marker-400\/15 {
  border-top-color: rgba(96,191,2,0.15);
  border-bottom-color: rgba(96,191,2,0.15);
}
.border-y-marker-400\/20 {
  border-top-color: rgba(96,191,2,0.2);
  border-bottom-color: rgba(96,191,2,0.2);
}
.border-y-marker-400\/25 {
  border-top-color: rgba(96,191,2,0.25);
  border-bottom-color: rgba(96,191,2,0.25);
}
.border-y-marker-400\/30 {
  border-top-color: rgba(96,191,2,0.3);
  border-bottom-color: rgba(96,191,2,0.3);
}
.border-y-marker-400\/35 {
  border-top-color: rgba(96,191,2,0.35);
  border-bottom-color: rgba(96,191,2,0.35);
}
.border-y-marker-400\/40 {
  border-top-color: rgba(96,191,2,0.4);
  border-bottom-color: rgba(96,191,2,0.4);
}
.border-y-marker-400\/45 {
  border-top-color: rgba(96,191,2,0.45);
  border-bottom-color: rgba(96,191,2,0.45);
}
.border-y-marker-400\/5 {
  border-top-color: rgba(96,191,2,0.05);
  border-bottom-color: rgba(96,191,2,0.05);
}
.border-y-marker-400\/50 {
  border-top-color: rgba(96,191,2,0.5);
  border-bottom-color: rgba(96,191,2,0.5);
}
.border-y-marker-400\/55 {
  border-top-color: rgba(96,191,2,0.55);
  border-bottom-color: rgba(96,191,2,0.55);
}
.border-y-marker-400\/60 {
  border-top-color: rgba(96,191,2,0.6);
  border-bottom-color: rgba(96,191,2,0.6);
}
.border-y-marker-400\/65 {
  border-top-color: rgba(96,191,2,0.65);
  border-bottom-color: rgba(96,191,2,0.65);
}
.border-y-marker-400\/70 {
  border-top-color: rgba(96,191,2,0.7);
  border-bottom-color: rgba(96,191,2,0.7);
}
.border-y-marker-400\/75 {
  border-top-color: rgba(96,191,2,0.75);
  border-bottom-color: rgba(96,191,2,0.75);
}
.border-y-marker-400\/80 {
  border-top-color: rgba(96,191,2,0.8);
  border-bottom-color: rgba(96,191,2,0.8);
}
.border-y-marker-400\/85 {
  border-top-color: rgba(96,191,2,0.85);
  border-bottom-color: rgba(96,191,2,0.85);
}
.border-y-marker-400\/90 {
  border-top-color: rgba(96,191,2,0.9);
  border-bottom-color: rgba(96,191,2,0.9);
}
.border-y-marker-400\/95 {
  border-top-color: rgba(96,191,2,0.95);
  border-bottom-color: rgba(96,191,2,0.95);
}
.border-y-marker-500 {
  border-top-color: #428400;
  border-bottom-color: #428400;
}
.border-y-marker-500\/0 {
  border-top-color: rgba(66,132,0,0);
  border-bottom-color: rgba(66,132,0,0);
}
.border-y-marker-500\/10 {
  border-top-color: rgba(66,132,0,0.1);
  border-bottom-color: rgba(66,132,0,0.1);
}
.border-y-marker-500\/100 {
  border-top-color: rgba(66,132,0,1);
  border-bottom-color: rgba(66,132,0,1);
}
.border-y-marker-500\/15 {
  border-top-color: rgba(66,132,0,0.15);
  border-bottom-color: rgba(66,132,0,0.15);
}
.border-y-marker-500\/20 {
  border-top-color: rgba(66,132,0,0.2);
  border-bottom-color: rgba(66,132,0,0.2);
}
.border-y-marker-500\/25 {
  border-top-color: rgba(66,132,0,0.25);
  border-bottom-color: rgba(66,132,0,0.25);
}
.border-y-marker-500\/30 {
  border-top-color: rgba(66,132,0,0.3);
  border-bottom-color: rgba(66,132,0,0.3);
}
.border-y-marker-500\/35 {
  border-top-color: rgba(66,132,0,0.35);
  border-bottom-color: rgba(66,132,0,0.35);
}
.border-y-marker-500\/40 {
  border-top-color: rgba(66,132,0,0.4);
  border-bottom-color: rgba(66,132,0,0.4);
}
.border-y-marker-500\/45 {
  border-top-color: rgba(66,132,0,0.45);
  border-bottom-color: rgba(66,132,0,0.45);
}
.border-y-marker-500\/5 {
  border-top-color: rgba(66,132,0,0.05);
  border-bottom-color: rgba(66,132,0,0.05);
}
.border-y-marker-500\/50 {
  border-top-color: rgba(66,132,0,0.5);
  border-bottom-color: rgba(66,132,0,0.5);
}
.border-y-marker-500\/55 {
  border-top-color: rgba(66,132,0,0.55);
  border-bottom-color: rgba(66,132,0,0.55);
}
.border-y-marker-500\/60 {
  border-top-color: rgba(66,132,0,0.6);
  border-bottom-color: rgba(66,132,0,0.6);
}
.border-y-marker-500\/65 {
  border-top-color: rgba(66,132,0,0.65);
  border-bottom-color: rgba(66,132,0,0.65);
}
.border-y-marker-500\/70 {
  border-top-color: rgba(66,132,0,0.7);
  border-bottom-color: rgba(66,132,0,0.7);
}
.border-y-marker-500\/75 {
  border-top-color: rgba(66,132,0,0.75);
  border-bottom-color: rgba(66,132,0,0.75);
}
.border-y-marker-500\/80 {
  border-top-color: rgba(66,132,0,0.8);
  border-bottom-color: rgba(66,132,0,0.8);
}
.border-y-marker-500\/85 {
  border-top-color: rgba(66,132,0,0.85);
  border-bottom-color: rgba(66,132,0,0.85);
}
.border-y-marker-500\/90 {
  border-top-color: rgba(66,132,0,0.9);
  border-bottom-color: rgba(66,132,0,0.9);
}
.border-y-marker-500\/95 {
  border-top-color: rgba(66,132,0,0.95);
  border-bottom-color: rgba(66,132,0,0.95);
}
.border-y-marker-600 {
  border-top-color: #428400;
  border-bottom-color: #428400;
}
.border-y-marker-600\/0 {
  border-top-color: rgba(66,132,0,0);
  border-bottom-color: rgba(66,132,0,0);
}
.border-y-marker-600\/10 {
  border-top-color: rgba(66,132,0,0.1);
  border-bottom-color: rgba(66,132,0,0.1);
}
.border-y-marker-600\/100 {
  border-top-color: rgba(66,132,0,1);
  border-bottom-color: rgba(66,132,0,1);
}
.border-y-marker-600\/15 {
  border-top-color: rgba(66,132,0,0.15);
  border-bottom-color: rgba(66,132,0,0.15);
}
.border-y-marker-600\/20 {
  border-top-color: rgba(66,132,0,0.2);
  border-bottom-color: rgba(66,132,0,0.2);
}
.border-y-marker-600\/25 {
  border-top-color: rgba(66,132,0,0.25);
  border-bottom-color: rgba(66,132,0,0.25);
}
.border-y-marker-600\/30 {
  border-top-color: rgba(66,132,0,0.3);
  border-bottom-color: rgba(66,132,0,0.3);
}
.border-y-marker-600\/35 {
  border-top-color: rgba(66,132,0,0.35);
  border-bottom-color: rgba(66,132,0,0.35);
}
.border-y-marker-600\/40 {
  border-top-color: rgba(66,132,0,0.4);
  border-bottom-color: rgba(66,132,0,0.4);
}
.border-y-marker-600\/45 {
  border-top-color: rgba(66,132,0,0.45);
  border-bottom-color: rgba(66,132,0,0.45);
}
.border-y-marker-600\/5 {
  border-top-color: rgba(66,132,0,0.05);
  border-bottom-color: rgba(66,132,0,0.05);
}
.border-y-marker-600\/50 {
  border-top-color: rgba(66,132,0,0.5);
  border-bottom-color: rgba(66,132,0,0.5);
}
.border-y-marker-600\/55 {
  border-top-color: rgba(66,132,0,0.55);
  border-bottom-color: rgba(66,132,0,0.55);
}
.border-y-marker-600\/60 {
  border-top-color: rgba(66,132,0,0.6);
  border-bottom-color: rgba(66,132,0,0.6);
}
.border-y-marker-600\/65 {
  border-top-color: rgba(66,132,0,0.65);
  border-bottom-color: rgba(66,132,0,0.65);
}
.border-y-marker-600\/70 {
  border-top-color: rgba(66,132,0,0.7);
  border-bottom-color: rgba(66,132,0,0.7);
}
.border-y-marker-600\/75 {
  border-top-color: rgba(66,132,0,0.75);
  border-bottom-color: rgba(66,132,0,0.75);
}
.border-y-marker-600\/80 {
  border-top-color: rgba(66,132,0,0.8);
  border-bottom-color: rgba(66,132,0,0.8);
}
.border-y-marker-600\/85 {
  border-top-color: rgba(66,132,0,0.85);
  border-bottom-color: rgba(66,132,0,0.85);
}
.border-y-marker-600\/90 {
  border-top-color: rgba(66,132,0,0.9);
  border-bottom-color: rgba(66,132,0,0.9);
}
.border-y-marker-600\/95 {
  border-top-color: rgba(66,132,0,0.95);
  border-bottom-color: rgba(66,132,0,0.95);
}
.border-y-marker-700 {
  border-top-color: #428400;
  border-bottom-color: #428400;
}
.border-y-marker-700\/0 {
  border-top-color: rgba(66,132,0,0);
  border-bottom-color: rgba(66,132,0,0);
}
.border-y-marker-700\/10 {
  border-top-color: rgba(66,132,0,0.1);
  border-bottom-color: rgba(66,132,0,0.1);
}
.border-y-marker-700\/100 {
  border-top-color: rgba(66,132,0,1);
  border-bottom-color: rgba(66,132,0,1);
}
.border-y-marker-700\/15 {
  border-top-color: rgba(66,132,0,0.15);
  border-bottom-color: rgba(66,132,0,0.15);
}
.border-y-marker-700\/20 {
  border-top-color: rgba(66,132,0,0.2);
  border-bottom-color: rgba(66,132,0,0.2);
}
.border-y-marker-700\/25 {
  border-top-color: rgba(66,132,0,0.25);
  border-bottom-color: rgba(66,132,0,0.25);
}
.border-y-marker-700\/30 {
  border-top-color: rgba(66,132,0,0.3);
  border-bottom-color: rgba(66,132,0,0.3);
}
.border-y-marker-700\/35 {
  border-top-color: rgba(66,132,0,0.35);
  border-bottom-color: rgba(66,132,0,0.35);
}
.border-y-marker-700\/40 {
  border-top-color: rgba(66,132,0,0.4);
  border-bottom-color: rgba(66,132,0,0.4);
}
.border-y-marker-700\/45 {
  border-top-color: rgba(66,132,0,0.45);
  border-bottom-color: rgba(66,132,0,0.45);
}
.border-y-marker-700\/5 {
  border-top-color: rgba(66,132,0,0.05);
  border-bottom-color: rgba(66,132,0,0.05);
}
.border-y-marker-700\/50 {
  border-top-color: rgba(66,132,0,0.5);
  border-bottom-color: rgba(66,132,0,0.5);
}
.border-y-marker-700\/55 {
  border-top-color: rgba(66,132,0,0.55);
  border-bottom-color: rgba(66,132,0,0.55);
}
.border-y-marker-700\/60 {
  border-top-color: rgba(66,132,0,0.6);
  border-bottom-color: rgba(66,132,0,0.6);
}
.border-y-marker-700\/65 {
  border-top-color: rgba(66,132,0,0.65);
  border-bottom-color: rgba(66,132,0,0.65);
}
.border-y-marker-700\/70 {
  border-top-color: rgba(66,132,0,0.7);
  border-bottom-color: rgba(66,132,0,0.7);
}
.border-y-marker-700\/75 {
  border-top-color: rgba(66,132,0,0.75);
  border-bottom-color: rgba(66,132,0,0.75);
}
.border-y-marker-700\/80 {
  border-top-color: rgba(66,132,0,0.8);
  border-bottom-color: rgba(66,132,0,0.8);
}
.border-y-marker-700\/85 {
  border-top-color: rgba(66,132,0,0.85);
  border-bottom-color: rgba(66,132,0,0.85);
}
.border-y-marker-700\/90 {
  border-top-color: rgba(66,132,0,0.9);
  border-bottom-color: rgba(66,132,0,0.9);
}
.border-y-marker-700\/95 {
  border-top-color: rgba(66,132,0,0.95);
  border-bottom-color: rgba(66,132,0,0.95);
}
.border-y-marker-800 {
  border-top-color: #428400;
  border-bottom-color: #428400;
}
.border-y-marker-800\/0 {
  border-top-color: rgba(66,132,0,0);
  border-bottom-color: rgba(66,132,0,0);
}
.border-y-marker-800\/10 {
  border-top-color: rgba(66,132,0,0.1);
  border-bottom-color: rgba(66,132,0,0.1);
}
.border-y-marker-800\/100 {
  border-top-color: rgba(66,132,0,1);
  border-bottom-color: rgba(66,132,0,1);
}
.border-y-marker-800\/15 {
  border-top-color: rgba(66,132,0,0.15);
  border-bottom-color: rgba(66,132,0,0.15);
}
.border-y-marker-800\/20 {
  border-top-color: rgba(66,132,0,0.2);
  border-bottom-color: rgba(66,132,0,0.2);
}
.border-y-marker-800\/25 {
  border-top-color: rgba(66,132,0,0.25);
  border-bottom-color: rgba(66,132,0,0.25);
}
.border-y-marker-800\/30 {
  border-top-color: rgba(66,132,0,0.3);
  border-bottom-color: rgba(66,132,0,0.3);
}
.border-y-marker-800\/35 {
  border-top-color: rgba(66,132,0,0.35);
  border-bottom-color: rgba(66,132,0,0.35);
}
.border-y-marker-800\/40 {
  border-top-color: rgba(66,132,0,0.4);
  border-bottom-color: rgba(66,132,0,0.4);
}
.border-y-marker-800\/45 {
  border-top-color: rgba(66,132,0,0.45);
  border-bottom-color: rgba(66,132,0,0.45);
}
.border-y-marker-800\/5 {
  border-top-color: rgba(66,132,0,0.05);
  border-bottom-color: rgba(66,132,0,0.05);
}
.border-y-marker-800\/50 {
  border-top-color: rgba(66,132,0,0.5);
  border-bottom-color: rgba(66,132,0,0.5);
}
.border-y-marker-800\/55 {
  border-top-color: rgba(66,132,0,0.55);
  border-bottom-color: rgba(66,132,0,0.55);
}
.border-y-marker-800\/60 {
  border-top-color: rgba(66,132,0,0.6);
  border-bottom-color: rgba(66,132,0,0.6);
}
.border-y-marker-800\/65 {
  border-top-color: rgba(66,132,0,0.65);
  border-bottom-color: rgba(66,132,0,0.65);
}
.border-y-marker-800\/70 {
  border-top-color: rgba(66,132,0,0.7);
  border-bottom-color: rgba(66,132,0,0.7);
}
.border-y-marker-800\/75 {
  border-top-color: rgba(66,132,0,0.75);
  border-bottom-color: rgba(66,132,0,0.75);
}
.border-y-marker-800\/80 {
  border-top-color: rgba(66,132,0,0.8);
  border-bottom-color: rgba(66,132,0,0.8);
}
.border-y-marker-800\/85 {
  border-top-color: rgba(66,132,0,0.85);
  border-bottom-color: rgba(66,132,0,0.85);
}
.border-y-marker-800\/90 {
  border-top-color: rgba(66,132,0,0.9);
  border-bottom-color: rgba(66,132,0,0.9);
}
.border-y-marker-800\/95 {
  border-top-color: rgba(66,132,0,0.95);
  border-bottom-color: rgba(66,132,0,0.95);
}
.border-y-marker-900 {
  border-top-color: #428400;
  border-bottom-color: #428400;
}
.border-y-marker-900\/0 {
  border-top-color: rgba(66,132,0,0);
  border-bottom-color: rgba(66,132,0,0);
}
.border-y-marker-900\/10 {
  border-top-color: rgba(66,132,0,0.1);
  border-bottom-color: rgba(66,132,0,0.1);
}
.border-y-marker-900\/100 {
  border-top-color: rgba(66,132,0,1);
  border-bottom-color: rgba(66,132,0,1);
}
.border-y-marker-900\/15 {
  border-top-color: rgba(66,132,0,0.15);
  border-bottom-color: rgba(66,132,0,0.15);
}
.border-y-marker-900\/20 {
  border-top-color: rgba(66,132,0,0.2);
  border-bottom-color: rgba(66,132,0,0.2);
}
.border-y-marker-900\/25 {
  border-top-color: rgba(66,132,0,0.25);
  border-bottom-color: rgba(66,132,0,0.25);
}
.border-y-marker-900\/30 {
  border-top-color: rgba(66,132,0,0.3);
  border-bottom-color: rgba(66,132,0,0.3);
}
.border-y-marker-900\/35 {
  border-top-color: rgba(66,132,0,0.35);
  border-bottom-color: rgba(66,132,0,0.35);
}
.border-y-marker-900\/40 {
  border-top-color: rgba(66,132,0,0.4);
  border-bottom-color: rgba(66,132,0,0.4);
}
.border-y-marker-900\/45 {
  border-top-color: rgba(66,132,0,0.45);
  border-bottom-color: rgba(66,132,0,0.45);
}
.border-y-marker-900\/5 {
  border-top-color: rgba(66,132,0,0.05);
  border-bottom-color: rgba(66,132,0,0.05);
}
.border-y-marker-900\/50 {
  border-top-color: rgba(66,132,0,0.5);
  border-bottom-color: rgba(66,132,0,0.5);
}
.border-y-marker-900\/55 {
  border-top-color: rgba(66,132,0,0.55);
  border-bottom-color: rgba(66,132,0,0.55);
}
.border-y-marker-900\/60 {
  border-top-color: rgba(66,132,0,0.6);
  border-bottom-color: rgba(66,132,0,0.6);
}
.border-y-marker-900\/65 {
  border-top-color: rgba(66,132,0,0.65);
  border-bottom-color: rgba(66,132,0,0.65);
}
.border-y-marker-900\/70 {
  border-top-color: rgba(66,132,0,0.7);
  border-bottom-color: rgba(66,132,0,0.7);
}
.border-y-marker-900\/75 {
  border-top-color: rgba(66,132,0,0.75);
  border-bottom-color: rgba(66,132,0,0.75);
}
.border-y-marker-900\/80 {
  border-top-color: rgba(66,132,0,0.8);
  border-bottom-color: rgba(66,132,0,0.8);
}
.border-y-marker-900\/85 {
  border-top-color: rgba(66,132,0,0.85);
  border-bottom-color: rgba(66,132,0,0.85);
}
.border-y-marker-900\/90 {
  border-top-color: rgba(66,132,0,0.9);
  border-bottom-color: rgba(66,132,0,0.9);
}
.border-y-marker-900\/95 {
  border-top-color: rgba(66,132,0,0.95);
  border-bottom-color: rgba(66,132,0,0.95);
}
.border-y-marker-dark {
  border-top-color: #428400;
  border-bottom-color: #428400;
}
.border-y-marker-dark\/0 {
  border-top-color: rgba(66,132,0,0);
  border-bottom-color: rgba(66,132,0,0);
}
.border-y-marker-dark\/10 {
  border-top-color: rgba(66,132,0,0.1);
  border-bottom-color: rgba(66,132,0,0.1);
}
.border-y-marker-dark\/100 {
  border-top-color: rgba(66,132,0,1);
  border-bottom-color: rgba(66,132,0,1);
}
.border-y-marker-dark\/15 {
  border-top-color: rgba(66,132,0,0.15);
  border-bottom-color: rgba(66,132,0,0.15);
}
.border-y-marker-dark\/20 {
  border-top-color: rgba(66,132,0,0.2);
  border-bottom-color: rgba(66,132,0,0.2);
}
.border-y-marker-dark\/25 {
  border-top-color: rgba(66,132,0,0.25);
  border-bottom-color: rgba(66,132,0,0.25);
}
.border-y-marker-dark\/30 {
  border-top-color: rgba(66,132,0,0.3);
  border-bottom-color: rgba(66,132,0,0.3);
}
.border-y-marker-dark\/35 {
  border-top-color: rgba(66,132,0,0.35);
  border-bottom-color: rgba(66,132,0,0.35);
}
.border-y-marker-dark\/40 {
  border-top-color: rgba(66,132,0,0.4);
  border-bottom-color: rgba(66,132,0,0.4);
}
.border-y-marker-dark\/45 {
  border-top-color: rgba(66,132,0,0.45);
  border-bottom-color: rgba(66,132,0,0.45);
}
.border-y-marker-dark\/5 {
  border-top-color: rgba(66,132,0,0.05);
  border-bottom-color: rgba(66,132,0,0.05);
}
.border-y-marker-dark\/50 {
  border-top-color: rgba(66,132,0,0.5);
  border-bottom-color: rgba(66,132,0,0.5);
}
.border-y-marker-dark\/55 {
  border-top-color: rgba(66,132,0,0.55);
  border-bottom-color: rgba(66,132,0,0.55);
}
.border-y-marker-dark\/60 {
  border-top-color: rgba(66,132,0,0.6);
  border-bottom-color: rgba(66,132,0,0.6);
}
.border-y-marker-dark\/65 {
  border-top-color: rgba(66,132,0,0.65);
  border-bottom-color: rgba(66,132,0,0.65);
}
.border-y-marker-dark\/70 {
  border-top-color: rgba(66,132,0,0.7);
  border-bottom-color: rgba(66,132,0,0.7);
}
.border-y-marker-dark\/75 {
  border-top-color: rgba(66,132,0,0.75);
  border-bottom-color: rgba(66,132,0,0.75);
}
.border-y-marker-dark\/80 {
  border-top-color: rgba(66,132,0,0.8);
  border-bottom-color: rgba(66,132,0,0.8);
}
.border-y-marker-dark\/85 {
  border-top-color: rgba(66,132,0,0.85);
  border-bottom-color: rgba(66,132,0,0.85);
}
.border-y-marker-dark\/90 {
  border-top-color: rgba(66,132,0,0.9);
  border-bottom-color: rgba(66,132,0,0.9);
}
.border-y-marker-dark\/95 {
  border-top-color: rgba(66,132,0,0.95);
  border-bottom-color: rgba(66,132,0,0.95);
}
.border-y-marker-light {
  border-top-color: #60BF02;
  border-bottom-color: #60BF02;
}
.border-y-marker-light\/0 {
  border-top-color: rgba(96,191,2,0);
  border-bottom-color: rgba(96,191,2,0);
}
.border-y-marker-light\/10 {
  border-top-color: rgba(96,191,2,0.1);
  border-bottom-color: rgba(96,191,2,0.1);
}
.border-y-marker-light\/100 {
  border-top-color: rgba(96,191,2,1);
  border-bottom-color: rgba(96,191,2,1);
}
.border-y-marker-light\/15 {
  border-top-color: rgba(96,191,2,0.15);
  border-bottom-color: rgba(96,191,2,0.15);
}
.border-y-marker-light\/20 {
  border-top-color: rgba(96,191,2,0.2);
  border-bottom-color: rgba(96,191,2,0.2);
}
.border-y-marker-light\/25 {
  border-top-color: rgba(96,191,2,0.25);
  border-bottom-color: rgba(96,191,2,0.25);
}
.border-y-marker-light\/30 {
  border-top-color: rgba(96,191,2,0.3);
  border-bottom-color: rgba(96,191,2,0.3);
}
.border-y-marker-light\/35 {
  border-top-color: rgba(96,191,2,0.35);
  border-bottom-color: rgba(96,191,2,0.35);
}
.border-y-marker-light\/40 {
  border-top-color: rgba(96,191,2,0.4);
  border-bottom-color: rgba(96,191,2,0.4);
}
.border-y-marker-light\/45 {
  border-top-color: rgba(96,191,2,0.45);
  border-bottom-color: rgba(96,191,2,0.45);
}
.border-y-marker-light\/5 {
  border-top-color: rgba(96,191,2,0.05);
  border-bottom-color: rgba(96,191,2,0.05);
}
.border-y-marker-light\/50 {
  border-top-color: rgba(96,191,2,0.5);
  border-bottom-color: rgba(96,191,2,0.5);
}
.border-y-marker-light\/55 {
  border-top-color: rgba(96,191,2,0.55);
  border-bottom-color: rgba(96,191,2,0.55);
}
.border-y-marker-light\/60 {
  border-top-color: rgba(96,191,2,0.6);
  border-bottom-color: rgba(96,191,2,0.6);
}
.border-y-marker-light\/65 {
  border-top-color: rgba(96,191,2,0.65);
  border-bottom-color: rgba(96,191,2,0.65);
}
.border-y-marker-light\/70 {
  border-top-color: rgba(96,191,2,0.7);
  border-bottom-color: rgba(96,191,2,0.7);
}
.border-y-marker-light\/75 {
  border-top-color: rgba(96,191,2,0.75);
  border-bottom-color: rgba(96,191,2,0.75);
}
.border-y-marker-light\/80 {
  border-top-color: rgba(96,191,2,0.8);
  border-bottom-color: rgba(96,191,2,0.8);
}
.border-y-marker-light\/85 {
  border-top-color: rgba(96,191,2,0.85);
  border-bottom-color: rgba(96,191,2,0.85);
}
.border-y-marker-light\/90 {
  border-top-color: rgba(96,191,2,0.9);
  border-bottom-color: rgba(96,191,2,0.9);
}
.border-y-marker-light\/95 {
  border-top-color: rgba(96,191,2,0.95);
  border-bottom-color: rgba(96,191,2,0.95);
}
.border-b-attention-0 {
  border-bottom-color: #E17A00;
}
.border-b-attention-0\/0 {
  border-bottom-color: rgba(225,122,0,0);
}
.border-b-attention-0\/10 {
  border-bottom-color: rgba(225,122,0,0.1);
}
.border-b-attention-0\/100 {
  border-bottom-color: rgba(225,122,0,1);
}
.border-b-attention-0\/15 {
  border-bottom-color: rgba(225,122,0,0.15);
}
.border-b-attention-0\/20 {
  border-bottom-color: rgba(225,122,0,0.2);
}
.border-b-attention-0\/25 {
  border-bottom-color: rgba(225,122,0,0.25);
}
.border-b-attention-0\/30 {
  border-bottom-color: rgba(225,122,0,0.3);
}
.border-b-attention-0\/35 {
  border-bottom-color: rgba(225,122,0,0.35);
}
.border-b-attention-0\/40 {
  border-bottom-color: rgba(225,122,0,0.4);
}
.border-b-attention-0\/45 {
  border-bottom-color: rgba(225,122,0,0.45);
}
.border-b-attention-0\/5 {
  border-bottom-color: rgba(225,122,0,0.05);
}
.border-b-attention-0\/50 {
  border-bottom-color: rgba(225,122,0,0.5);
}
.border-b-attention-0\/55 {
  border-bottom-color: rgba(225,122,0,0.55);
}
.border-b-attention-0\/60 {
  border-bottom-color: rgba(225,122,0,0.6);
}
.border-b-attention-0\/65 {
  border-bottom-color: rgba(225,122,0,0.65);
}
.border-b-attention-0\/70 {
  border-bottom-color: rgba(225,122,0,0.7);
}
.border-b-attention-0\/75 {
  border-bottom-color: rgba(225,122,0,0.75);
}
.border-b-attention-0\/80 {
  border-bottom-color: rgba(225,122,0,0.8);
}
.border-b-attention-0\/85 {
  border-bottom-color: rgba(225,122,0,0.85);
}
.border-b-attention-0\/90 {
  border-bottom-color: rgba(225,122,0,0.9);
}
.border-b-attention-0\/95 {
  border-bottom-color: rgba(225,122,0,0.95);
}
.border-b-attention-100 {
  border-bottom-color: #E17A00;
}
.border-b-attention-100\/0 {
  border-bottom-color: rgba(225,122,0,0);
}
.border-b-attention-100\/10 {
  border-bottom-color: rgba(225,122,0,0.1);
}
.border-b-attention-100\/100 {
  border-bottom-color: rgba(225,122,0,1);
}
.border-b-attention-100\/15 {
  border-bottom-color: rgba(225,122,0,0.15);
}
.border-b-attention-100\/20 {
  border-bottom-color: rgba(225,122,0,0.2);
}
.border-b-attention-100\/25 {
  border-bottom-color: rgba(225,122,0,0.25);
}
.border-b-attention-100\/30 {
  border-bottom-color: rgba(225,122,0,0.3);
}
.border-b-attention-100\/35 {
  border-bottom-color: rgba(225,122,0,0.35);
}
.border-b-attention-100\/40 {
  border-bottom-color: rgba(225,122,0,0.4);
}
.border-b-attention-100\/45 {
  border-bottom-color: rgba(225,122,0,0.45);
}
.border-b-attention-100\/5 {
  border-bottom-color: rgba(225,122,0,0.05);
}
.border-b-attention-100\/50 {
  border-bottom-color: rgba(225,122,0,0.5);
}
.border-b-attention-100\/55 {
  border-bottom-color: rgba(225,122,0,0.55);
}
.border-b-attention-100\/60 {
  border-bottom-color: rgba(225,122,0,0.6);
}
.border-b-attention-100\/65 {
  border-bottom-color: rgba(225,122,0,0.65);
}
.border-b-attention-100\/70 {
  border-bottom-color: rgba(225,122,0,0.7);
}
.border-b-attention-100\/75 {
  border-bottom-color: rgba(225,122,0,0.75);
}
.border-b-attention-100\/80 {
  border-bottom-color: rgba(225,122,0,0.8);
}
.border-b-attention-100\/85 {
  border-bottom-color: rgba(225,122,0,0.85);
}
.border-b-attention-100\/90 {
  border-bottom-color: rgba(225,122,0,0.9);
}
.border-b-attention-100\/95 {
  border-bottom-color: rgba(225,122,0,0.95);
}
.border-b-attention-200 {
  border-bottom-color: #E17A00;
}
.border-b-attention-200\/0 {
  border-bottom-color: rgba(225,122,0,0);
}
.border-b-attention-200\/10 {
  border-bottom-color: rgba(225,122,0,0.1);
}
.border-b-attention-200\/100 {
  border-bottom-color: rgba(225,122,0,1);
}
.border-b-attention-200\/15 {
  border-bottom-color: rgba(225,122,0,0.15);
}
.border-b-attention-200\/20 {
  border-bottom-color: rgba(225,122,0,0.2);
}
.border-b-attention-200\/25 {
  border-bottom-color: rgba(225,122,0,0.25);
}
.border-b-attention-200\/30 {
  border-bottom-color: rgba(225,122,0,0.3);
}
.border-b-attention-200\/35 {
  border-bottom-color: rgba(225,122,0,0.35);
}
.border-b-attention-200\/40 {
  border-bottom-color: rgba(225,122,0,0.4);
}
.border-b-attention-200\/45 {
  border-bottom-color: rgba(225,122,0,0.45);
}
.border-b-attention-200\/5 {
  border-bottom-color: rgba(225,122,0,0.05);
}
.border-b-attention-200\/50 {
  border-bottom-color: rgba(225,122,0,0.5);
}
.border-b-attention-200\/55 {
  border-bottom-color: rgba(225,122,0,0.55);
}
.border-b-attention-200\/60 {
  border-bottom-color: rgba(225,122,0,0.6);
}
.border-b-attention-200\/65 {
  border-bottom-color: rgba(225,122,0,0.65);
}
.border-b-attention-200\/70 {
  border-bottom-color: rgba(225,122,0,0.7);
}
.border-b-attention-200\/75 {
  border-bottom-color: rgba(225,122,0,0.75);
}
.border-b-attention-200\/80 {
  border-bottom-color: rgba(225,122,0,0.8);
}
.border-b-attention-200\/85 {
  border-bottom-color: rgba(225,122,0,0.85);
}
.border-b-attention-200\/90 {
  border-bottom-color: rgba(225,122,0,0.9);
}
.border-b-attention-200\/95 {
  border-bottom-color: rgba(225,122,0,0.95);
}
.border-b-attention-300 {
  border-bottom-color: #E17A00;
}
.border-b-attention-300\/0 {
  border-bottom-color: rgba(225,122,0,0);
}
.border-b-attention-300\/10 {
  border-bottom-color: rgba(225,122,0,0.1);
}
.border-b-attention-300\/100 {
  border-bottom-color: rgba(225,122,0,1);
}
.border-b-attention-300\/15 {
  border-bottom-color: rgba(225,122,0,0.15);
}
.border-b-attention-300\/20 {
  border-bottom-color: rgba(225,122,0,0.2);
}
.border-b-attention-300\/25 {
  border-bottom-color: rgba(225,122,0,0.25);
}
.border-b-attention-300\/30 {
  border-bottom-color: rgba(225,122,0,0.3);
}
.border-b-attention-300\/35 {
  border-bottom-color: rgba(225,122,0,0.35);
}
.border-b-attention-300\/40 {
  border-bottom-color: rgba(225,122,0,0.4);
}
.border-b-attention-300\/45 {
  border-bottom-color: rgba(225,122,0,0.45);
}
.border-b-attention-300\/5 {
  border-bottom-color: rgba(225,122,0,0.05);
}
.border-b-attention-300\/50 {
  border-bottom-color: rgba(225,122,0,0.5);
}
.border-b-attention-300\/55 {
  border-bottom-color: rgba(225,122,0,0.55);
}
.border-b-attention-300\/60 {
  border-bottom-color: rgba(225,122,0,0.6);
}
.border-b-attention-300\/65 {
  border-bottom-color: rgba(225,122,0,0.65);
}
.border-b-attention-300\/70 {
  border-bottom-color: rgba(225,122,0,0.7);
}
.border-b-attention-300\/75 {
  border-bottom-color: rgba(225,122,0,0.75);
}
.border-b-attention-300\/80 {
  border-bottom-color: rgba(225,122,0,0.8);
}
.border-b-attention-300\/85 {
  border-bottom-color: rgba(225,122,0,0.85);
}
.border-b-attention-300\/90 {
  border-bottom-color: rgba(225,122,0,0.9);
}
.border-b-attention-300\/95 {
  border-bottom-color: rgba(225,122,0,0.95);
}
.border-b-attention-400 {
  border-bottom-color: #E17A00;
}
.border-b-attention-400\/0 {
  border-bottom-color: rgba(225,122,0,0);
}
.border-b-attention-400\/10 {
  border-bottom-color: rgba(225,122,0,0.1);
}
.border-b-attention-400\/100 {
  border-bottom-color: rgba(225,122,0,1);
}
.border-b-attention-400\/15 {
  border-bottom-color: rgba(225,122,0,0.15);
}
.border-b-attention-400\/20 {
  border-bottom-color: rgba(225,122,0,0.2);
}
.border-b-attention-400\/25 {
  border-bottom-color: rgba(225,122,0,0.25);
}
.border-b-attention-400\/30 {
  border-bottom-color: rgba(225,122,0,0.3);
}
.border-b-attention-400\/35 {
  border-bottom-color: rgba(225,122,0,0.35);
}
.border-b-attention-400\/40 {
  border-bottom-color: rgba(225,122,0,0.4);
}
.border-b-attention-400\/45 {
  border-bottom-color: rgba(225,122,0,0.45);
}
.border-b-attention-400\/5 {
  border-bottom-color: rgba(225,122,0,0.05);
}
.border-b-attention-400\/50 {
  border-bottom-color: rgba(225,122,0,0.5);
}
.border-b-attention-400\/55 {
  border-bottom-color: rgba(225,122,0,0.55);
}
.border-b-attention-400\/60 {
  border-bottom-color: rgba(225,122,0,0.6);
}
.border-b-attention-400\/65 {
  border-bottom-color: rgba(225,122,0,0.65);
}
.border-b-attention-400\/70 {
  border-bottom-color: rgba(225,122,0,0.7);
}
.border-b-attention-400\/75 {
  border-bottom-color: rgba(225,122,0,0.75);
}
.border-b-attention-400\/80 {
  border-bottom-color: rgba(225,122,0,0.8);
}
.border-b-attention-400\/85 {
  border-bottom-color: rgba(225,122,0,0.85);
}
.border-b-attention-400\/90 {
  border-bottom-color: rgba(225,122,0,0.9);
}
.border-b-attention-400\/95 {
  border-bottom-color: rgba(225,122,0,0.95);
}
.border-b-attention-500 {
  border-bottom-color: #E93A24;
}
.border-b-attention-500\/0 {
  border-bottom-color: rgba(233,58,36,0);
}
.border-b-attention-500\/10 {
  border-bottom-color: rgba(233,58,36,0.1);
}
.border-b-attention-500\/100 {
  border-bottom-color: rgba(233,58,36,1);
}
.border-b-attention-500\/15 {
  border-bottom-color: rgba(233,58,36,0.15);
}
.border-b-attention-500\/20 {
  border-bottom-color: rgba(233,58,36,0.2);
}
.border-b-attention-500\/25 {
  border-bottom-color: rgba(233,58,36,0.25);
}
.border-b-attention-500\/30 {
  border-bottom-color: rgba(233,58,36,0.3);
}
.border-b-attention-500\/35 {
  border-bottom-color: rgba(233,58,36,0.35);
}
.border-b-attention-500\/40 {
  border-bottom-color: rgba(233,58,36,0.4);
}
.border-b-attention-500\/45 {
  border-bottom-color: rgba(233,58,36,0.45);
}
.border-b-attention-500\/5 {
  border-bottom-color: rgba(233,58,36,0.05);
}
.border-b-attention-500\/50 {
  border-bottom-color: rgba(233,58,36,0.5);
}
.border-b-attention-500\/55 {
  border-bottom-color: rgba(233,58,36,0.55);
}
.border-b-attention-500\/60 {
  border-bottom-color: rgba(233,58,36,0.6);
}
.border-b-attention-500\/65 {
  border-bottom-color: rgba(233,58,36,0.65);
}
.border-b-attention-500\/70 {
  border-bottom-color: rgba(233,58,36,0.7);
}
.border-b-attention-500\/75 {
  border-bottom-color: rgba(233,58,36,0.75);
}
.border-b-attention-500\/80 {
  border-bottom-color: rgba(233,58,36,0.8);
}
.border-b-attention-500\/85 {
  border-bottom-color: rgba(233,58,36,0.85);
}
.border-b-attention-500\/90 {
  border-bottom-color: rgba(233,58,36,0.9);
}
.border-b-attention-500\/95 {
  border-bottom-color: rgba(233,58,36,0.95);
}
.border-b-attention-600 {
  border-bottom-color: #E93A24;
}
.border-b-attention-600\/0 {
  border-bottom-color: rgba(233,58,36,0);
}
.border-b-attention-600\/10 {
  border-bottom-color: rgba(233,58,36,0.1);
}
.border-b-attention-600\/100 {
  border-bottom-color: rgba(233,58,36,1);
}
.border-b-attention-600\/15 {
  border-bottom-color: rgba(233,58,36,0.15);
}
.border-b-attention-600\/20 {
  border-bottom-color: rgba(233,58,36,0.2);
}
.border-b-attention-600\/25 {
  border-bottom-color: rgba(233,58,36,0.25);
}
.border-b-attention-600\/30 {
  border-bottom-color: rgba(233,58,36,0.3);
}
.border-b-attention-600\/35 {
  border-bottom-color: rgba(233,58,36,0.35);
}
.border-b-attention-600\/40 {
  border-bottom-color: rgba(233,58,36,0.4);
}
.border-b-attention-600\/45 {
  border-bottom-color: rgba(233,58,36,0.45);
}
.border-b-attention-600\/5 {
  border-bottom-color: rgba(233,58,36,0.05);
}
.border-b-attention-600\/50 {
  border-bottom-color: rgba(233,58,36,0.5);
}
.border-b-attention-600\/55 {
  border-bottom-color: rgba(233,58,36,0.55);
}
.border-b-attention-600\/60 {
  border-bottom-color: rgba(233,58,36,0.6);
}
.border-b-attention-600\/65 {
  border-bottom-color: rgba(233,58,36,0.65);
}
.border-b-attention-600\/70 {
  border-bottom-color: rgba(233,58,36,0.7);
}
.border-b-attention-600\/75 {
  border-bottom-color: rgba(233,58,36,0.75);
}
.border-b-attention-600\/80 {
  border-bottom-color: rgba(233,58,36,0.8);
}
.border-b-attention-600\/85 {
  border-bottom-color: rgba(233,58,36,0.85);
}
.border-b-attention-600\/90 {
  border-bottom-color: rgba(233,58,36,0.9);
}
.border-b-attention-600\/95 {
  border-bottom-color: rgba(233,58,36,0.95);
}
.border-b-attention-700 {
  border-bottom-color: #E93A24;
}
.border-b-attention-700\/0 {
  border-bottom-color: rgba(233,58,36,0);
}
.border-b-attention-700\/10 {
  border-bottom-color: rgba(233,58,36,0.1);
}
.border-b-attention-700\/100 {
  border-bottom-color: rgba(233,58,36,1);
}
.border-b-attention-700\/15 {
  border-bottom-color: rgba(233,58,36,0.15);
}
.border-b-attention-700\/20 {
  border-bottom-color: rgba(233,58,36,0.2);
}
.border-b-attention-700\/25 {
  border-bottom-color: rgba(233,58,36,0.25);
}
.border-b-attention-700\/30 {
  border-bottom-color: rgba(233,58,36,0.3);
}
.border-b-attention-700\/35 {
  border-bottom-color: rgba(233,58,36,0.35);
}
.border-b-attention-700\/40 {
  border-bottom-color: rgba(233,58,36,0.4);
}
.border-b-attention-700\/45 {
  border-bottom-color: rgba(233,58,36,0.45);
}
.border-b-attention-700\/5 {
  border-bottom-color: rgba(233,58,36,0.05);
}
.border-b-attention-700\/50 {
  border-bottom-color: rgba(233,58,36,0.5);
}
.border-b-attention-700\/55 {
  border-bottom-color: rgba(233,58,36,0.55);
}
.border-b-attention-700\/60 {
  border-bottom-color: rgba(233,58,36,0.6);
}
.border-b-attention-700\/65 {
  border-bottom-color: rgba(233,58,36,0.65);
}
.border-b-attention-700\/70 {
  border-bottom-color: rgba(233,58,36,0.7);
}
.border-b-attention-700\/75 {
  border-bottom-color: rgba(233,58,36,0.75);
}
.border-b-attention-700\/80 {
  border-bottom-color: rgba(233,58,36,0.8);
}
.border-b-attention-700\/85 {
  border-bottom-color: rgba(233,58,36,0.85);
}
.border-b-attention-700\/90 {
  border-bottom-color: rgba(233,58,36,0.9);
}
.border-b-attention-700\/95 {
  border-bottom-color: rgba(233,58,36,0.95);
}
.border-b-attention-800 {
  border-bottom-color: #E93A24;
}
.border-b-attention-800\/0 {
  border-bottom-color: rgba(233,58,36,0);
}
.border-b-attention-800\/10 {
  border-bottom-color: rgba(233,58,36,0.1);
}
.border-b-attention-800\/100 {
  border-bottom-color: rgba(233,58,36,1);
}
.border-b-attention-800\/15 {
  border-bottom-color: rgba(233,58,36,0.15);
}
.border-b-attention-800\/20 {
  border-bottom-color: rgba(233,58,36,0.2);
}
.border-b-attention-800\/25 {
  border-bottom-color: rgba(233,58,36,0.25);
}
.border-b-attention-800\/30 {
  border-bottom-color: rgba(233,58,36,0.3);
}
.border-b-attention-800\/35 {
  border-bottom-color: rgba(233,58,36,0.35);
}
.border-b-attention-800\/40 {
  border-bottom-color: rgba(233,58,36,0.4);
}
.border-b-attention-800\/45 {
  border-bottom-color: rgba(233,58,36,0.45);
}
.border-b-attention-800\/5 {
  border-bottom-color: rgba(233,58,36,0.05);
}
.border-b-attention-800\/50 {
  border-bottom-color: rgba(233,58,36,0.5);
}
.border-b-attention-800\/55 {
  border-bottom-color: rgba(233,58,36,0.55);
}
.border-b-attention-800\/60 {
  border-bottom-color: rgba(233,58,36,0.6);
}
.border-b-attention-800\/65 {
  border-bottom-color: rgba(233,58,36,0.65);
}
.border-b-attention-800\/70 {
  border-bottom-color: rgba(233,58,36,0.7);
}
.border-b-attention-800\/75 {
  border-bottom-color: rgba(233,58,36,0.75);
}
.border-b-attention-800\/80 {
  border-bottom-color: rgba(233,58,36,0.8);
}
.border-b-attention-800\/85 {
  border-bottom-color: rgba(233,58,36,0.85);
}
.border-b-attention-800\/90 {
  border-bottom-color: rgba(233,58,36,0.9);
}
.border-b-attention-800\/95 {
  border-bottom-color: rgba(233,58,36,0.95);
}
.border-b-attention-900 {
  border-bottom-color: #E93A24;
}
.border-b-attention-900\/0 {
  border-bottom-color: rgba(233,58,36,0);
}
.border-b-attention-900\/10 {
  border-bottom-color: rgba(233,58,36,0.1);
}
.border-b-attention-900\/100 {
  border-bottom-color: rgba(233,58,36,1);
}
.border-b-attention-900\/15 {
  border-bottom-color: rgba(233,58,36,0.15);
}
.border-b-attention-900\/20 {
  border-bottom-color: rgba(233,58,36,0.2);
}
.border-b-attention-900\/25 {
  border-bottom-color: rgba(233,58,36,0.25);
}
.border-b-attention-900\/30 {
  border-bottom-color: rgba(233,58,36,0.3);
}
.border-b-attention-900\/35 {
  border-bottom-color: rgba(233,58,36,0.35);
}
.border-b-attention-900\/40 {
  border-bottom-color: rgba(233,58,36,0.4);
}
.border-b-attention-900\/45 {
  border-bottom-color: rgba(233,58,36,0.45);
}
.border-b-attention-900\/5 {
  border-bottom-color: rgba(233,58,36,0.05);
}
.border-b-attention-900\/50 {
  border-bottom-color: rgba(233,58,36,0.5);
}
.border-b-attention-900\/55 {
  border-bottom-color: rgba(233,58,36,0.55);
}
.border-b-attention-900\/60 {
  border-bottom-color: rgba(233,58,36,0.6);
}
.border-b-attention-900\/65 {
  border-bottom-color: rgba(233,58,36,0.65);
}
.border-b-attention-900\/70 {
  border-bottom-color: rgba(233,58,36,0.7);
}
.border-b-attention-900\/75 {
  border-bottom-color: rgba(233,58,36,0.75);
}
.border-b-attention-900\/80 {
  border-bottom-color: rgba(233,58,36,0.8);
}
.border-b-attention-900\/85 {
  border-bottom-color: rgba(233,58,36,0.85);
}
.border-b-attention-900\/90 {
  border-bottom-color: rgba(233,58,36,0.9);
}
.border-b-attention-900\/95 {
  border-bottom-color: rgba(233,58,36,0.95);
}
.border-b-attention-dark {
  border-bottom-color: #8c2316;
}
.border-b-attention-dark\/0 {
  border-bottom-color: rgba(140,35,22,0);
}
.border-b-attention-dark\/10 {
  border-bottom-color: rgba(140,35,22,0.1);
}
.border-b-attention-dark\/100 {
  border-bottom-color: rgba(140,35,22,1);
}
.border-b-attention-dark\/15 {
  border-bottom-color: rgba(140,35,22,0.15);
}
.border-b-attention-dark\/20 {
  border-bottom-color: rgba(140,35,22,0.2);
}
.border-b-attention-dark\/25 {
  border-bottom-color: rgba(140,35,22,0.25);
}
.border-b-attention-dark\/30 {
  border-bottom-color: rgba(140,35,22,0.3);
}
.border-b-attention-dark\/35 {
  border-bottom-color: rgba(140,35,22,0.35);
}
.border-b-attention-dark\/40 {
  border-bottom-color: rgba(140,35,22,0.4);
}
.border-b-attention-dark\/45 {
  border-bottom-color: rgba(140,35,22,0.45);
}
.border-b-attention-dark\/5 {
  border-bottom-color: rgba(140,35,22,0.05);
}
.border-b-attention-dark\/50 {
  border-bottom-color: rgba(140,35,22,0.5);
}
.border-b-attention-dark\/55 {
  border-bottom-color: rgba(140,35,22,0.55);
}
.border-b-attention-dark\/60 {
  border-bottom-color: rgba(140,35,22,0.6);
}
.border-b-attention-dark\/65 {
  border-bottom-color: rgba(140,35,22,0.65);
}
.border-b-attention-dark\/70 {
  border-bottom-color: rgba(140,35,22,0.7);
}
.border-b-attention-dark\/75 {
  border-bottom-color: rgba(140,35,22,0.75);
}
.border-b-attention-dark\/80 {
  border-bottom-color: rgba(140,35,22,0.8);
}
.border-b-attention-dark\/85 {
  border-bottom-color: rgba(140,35,22,0.85);
}
.border-b-attention-dark\/90 {
  border-bottom-color: rgba(140,35,22,0.9);
}
.border-b-attention-dark\/95 {
  border-bottom-color: rgba(140,35,22,0.95);
}
.border-b-attention-light {
  border-bottom-color: #E17A00;
}
.border-b-attention-light\/0 {
  border-bottom-color: rgba(225,122,0,0);
}
.border-b-attention-light\/10 {
  border-bottom-color: rgba(225,122,0,0.1);
}
.border-b-attention-light\/100 {
  border-bottom-color: rgba(225,122,0,1);
}
.border-b-attention-light\/15 {
  border-bottom-color: rgba(225,122,0,0.15);
}
.border-b-attention-light\/20 {
  border-bottom-color: rgba(225,122,0,0.2);
}
.border-b-attention-light\/25 {
  border-bottom-color: rgba(225,122,0,0.25);
}
.border-b-attention-light\/30 {
  border-bottom-color: rgba(225,122,0,0.3);
}
.border-b-attention-light\/35 {
  border-bottom-color: rgba(225,122,0,0.35);
}
.border-b-attention-light\/40 {
  border-bottom-color: rgba(225,122,0,0.4);
}
.border-b-attention-light\/45 {
  border-bottom-color: rgba(225,122,0,0.45);
}
.border-b-attention-light\/5 {
  border-bottom-color: rgba(225,122,0,0.05);
}
.border-b-attention-light\/50 {
  border-bottom-color: rgba(225,122,0,0.5);
}
.border-b-attention-light\/55 {
  border-bottom-color: rgba(225,122,0,0.55);
}
.border-b-attention-light\/60 {
  border-bottom-color: rgba(225,122,0,0.6);
}
.border-b-attention-light\/65 {
  border-bottom-color: rgba(225,122,0,0.65);
}
.border-b-attention-light\/70 {
  border-bottom-color: rgba(225,122,0,0.7);
}
.border-b-attention-light\/75 {
  border-bottom-color: rgba(225,122,0,0.75);
}
.border-b-attention-light\/80 {
  border-bottom-color: rgba(225,122,0,0.8);
}
.border-b-attention-light\/85 {
  border-bottom-color: rgba(225,122,0,0.85);
}
.border-b-attention-light\/90 {
  border-bottom-color: rgba(225,122,0,0.9);
}
.border-b-attention-light\/95 {
  border-bottom-color: rgba(225,122,0,0.95);
}
.border-b-base-0 {
  border-bottom-color: #E5E5E5;
}
.border-b-base-0\/0 {
  border-bottom-color: rgba(229,229,229,0);
}
.border-b-base-0\/10 {
  border-bottom-color: rgba(229,229,229,0.1);
}
.border-b-base-0\/100 {
  border-bottom-color: rgba(229,229,229,1);
}
.border-b-base-0\/15 {
  border-bottom-color: rgba(229,229,229,0.15);
}
.border-b-base-0\/20 {
  border-bottom-color: rgba(229,229,229,0.2);
}
.border-b-base-0\/25 {
  border-bottom-color: rgba(229,229,229,0.25);
}
.border-b-base-0\/30 {
  border-bottom-color: rgba(229,229,229,0.3);
}
.border-b-base-0\/35 {
  border-bottom-color: rgba(229,229,229,0.35);
}
.border-b-base-0\/40 {
  border-bottom-color: rgba(229,229,229,0.4);
}
.border-b-base-0\/45 {
  border-bottom-color: rgba(229,229,229,0.45);
}
.border-b-base-0\/5 {
  border-bottom-color: rgba(229,229,229,0.05);
}
.border-b-base-0\/50 {
  border-bottom-color: rgba(229,229,229,0.5);
}
.border-b-base-0\/55 {
  border-bottom-color: rgba(229,229,229,0.55);
}
.border-b-base-0\/60 {
  border-bottom-color: rgba(229,229,229,0.6);
}
.border-b-base-0\/65 {
  border-bottom-color: rgba(229,229,229,0.65);
}
.border-b-base-0\/70 {
  border-bottom-color: rgba(229,229,229,0.7);
}
.border-b-base-0\/75 {
  border-bottom-color: rgba(229,229,229,0.75);
}
.border-b-base-0\/80 {
  border-bottom-color: rgba(229,229,229,0.8);
}
.border-b-base-0\/85 {
  border-bottom-color: rgba(229,229,229,0.85);
}
.border-b-base-0\/90 {
  border-bottom-color: rgba(229,229,229,0.9);
}
.border-b-base-0\/95 {
  border-bottom-color: rgba(229,229,229,0.95);
}
.border-b-base-100 {
  border-bottom-color: #8C8C8C;
}
.border-b-base-100\/0 {
  border-bottom-color: rgba(140,140,140,0);
}
.border-b-base-100\/10 {
  border-bottom-color: rgba(140,140,140,0.1);
}
.border-b-base-100\/100 {
  border-bottom-color: rgba(140,140,140,1);
}
.border-b-base-100\/15 {
  border-bottom-color: rgba(140,140,140,0.15);
}
.border-b-base-100\/20 {
  border-bottom-color: rgba(140,140,140,0.2);
}
.border-b-base-100\/25 {
  border-bottom-color: rgba(140,140,140,0.25);
}
.border-b-base-100\/30 {
  border-bottom-color: rgba(140,140,140,0.3);
}
.border-b-base-100\/35 {
  border-bottom-color: rgba(140,140,140,0.35);
}
.border-b-base-100\/40 {
  border-bottom-color: rgba(140,140,140,0.4);
}
.border-b-base-100\/45 {
  border-bottom-color: rgba(140,140,140,0.45);
}
.border-b-base-100\/5 {
  border-bottom-color: rgba(140,140,140,0.05);
}
.border-b-base-100\/50 {
  border-bottom-color: rgba(140,140,140,0.5);
}
.border-b-base-100\/55 {
  border-bottom-color: rgba(140,140,140,0.55);
}
.border-b-base-100\/60 {
  border-bottom-color: rgba(140,140,140,0.6);
}
.border-b-base-100\/65 {
  border-bottom-color: rgba(140,140,140,0.65);
}
.border-b-base-100\/70 {
  border-bottom-color: rgba(140,140,140,0.7);
}
.border-b-base-100\/75 {
  border-bottom-color: rgba(140,140,140,0.75);
}
.border-b-base-100\/80 {
  border-bottom-color: rgba(140,140,140,0.8);
}
.border-b-base-100\/85 {
  border-bottom-color: rgba(140,140,140,0.85);
}
.border-b-base-100\/90 {
  border-bottom-color: rgba(140,140,140,0.9);
}
.border-b-base-100\/95 {
  border-bottom-color: rgba(140,140,140,0.95);
}
.border-b-base-150 {
  border-bottom-color: #6f6f6f;
}
.border-b-base-150\/0 {
  border-bottom-color: rgba(111,111,111,0);
}
.border-b-base-150\/10 {
  border-bottom-color: rgba(111,111,111,0.1);
}
.border-b-base-150\/100 {
  border-bottom-color: rgba(111,111,111,1);
}
.border-b-base-150\/15 {
  border-bottom-color: rgba(111,111,111,0.15);
}
.border-b-base-150\/20 {
  border-bottom-color: rgba(111,111,111,0.2);
}
.border-b-base-150\/25 {
  border-bottom-color: rgba(111,111,111,0.25);
}
.border-b-base-150\/30 {
  border-bottom-color: rgba(111,111,111,0.3);
}
.border-b-base-150\/35 {
  border-bottom-color: rgba(111,111,111,0.35);
}
.border-b-base-150\/40 {
  border-bottom-color: rgba(111,111,111,0.4);
}
.border-b-base-150\/45 {
  border-bottom-color: rgba(111,111,111,0.45);
}
.border-b-base-150\/5 {
  border-bottom-color: rgba(111,111,111,0.05);
}
.border-b-base-150\/50 {
  border-bottom-color: rgba(111,111,111,0.5);
}
.border-b-base-150\/55 {
  border-bottom-color: rgba(111,111,111,0.55);
}
.border-b-base-150\/60 {
  border-bottom-color: rgba(111,111,111,0.6);
}
.border-b-base-150\/65 {
  border-bottom-color: rgba(111,111,111,0.65);
}
.border-b-base-150\/70 {
  border-bottom-color: rgba(111,111,111,0.7);
}
.border-b-base-150\/75 {
  border-bottom-color: rgba(111,111,111,0.75);
}
.border-b-base-150\/80 {
  border-bottom-color: rgba(111,111,111,0.8);
}
.border-b-base-150\/85 {
  border-bottom-color: rgba(111,111,111,0.85);
}
.border-b-base-150\/90 {
  border-bottom-color: rgba(111,111,111,0.9);
}
.border-b-base-150\/95 {
  border-bottom-color: rgba(111,111,111,0.95);
}
.border-b-base-200 {
  border-bottom-color: #454545;
}
.border-b-base-200\/0 {
  border-bottom-color: rgba(69,69,69,0);
}
.border-b-base-200\/10 {
  border-bottom-color: rgba(69,69,69,0.1);
}
.border-b-base-200\/100 {
  border-bottom-color: rgba(69,69,69,1);
}
.border-b-base-200\/15 {
  border-bottom-color: rgba(69,69,69,0.15);
}
.border-b-base-200\/20 {
  border-bottom-color: rgba(69,69,69,0.2);
}
.border-b-base-200\/25 {
  border-bottom-color: rgba(69,69,69,0.25);
}
.border-b-base-200\/30 {
  border-bottom-color: rgba(69,69,69,0.3);
}
.border-b-base-200\/35 {
  border-bottom-color: rgba(69,69,69,0.35);
}
.border-b-base-200\/40 {
  border-bottom-color: rgba(69,69,69,0.4);
}
.border-b-base-200\/45 {
  border-bottom-color: rgba(69,69,69,0.45);
}
.border-b-base-200\/5 {
  border-bottom-color: rgba(69,69,69,0.05);
}
.border-b-base-200\/50 {
  border-bottom-color: rgba(69,69,69,0.5);
}
.border-b-base-200\/55 {
  border-bottom-color: rgba(69,69,69,0.55);
}
.border-b-base-200\/60 {
  border-bottom-color: rgba(69,69,69,0.6);
}
.border-b-base-200\/65 {
  border-bottom-color: rgba(69,69,69,0.65);
}
.border-b-base-200\/70 {
  border-bottom-color: rgba(69,69,69,0.7);
}
.border-b-base-200\/75 {
  border-bottom-color: rgba(69,69,69,0.75);
}
.border-b-base-200\/80 {
  border-bottom-color: rgba(69,69,69,0.8);
}
.border-b-base-200\/85 {
  border-bottom-color: rgba(69,69,69,0.85);
}
.border-b-base-200\/90 {
  border-bottom-color: rgba(69,69,69,0.9);
}
.border-b-base-200\/95 {
  border-bottom-color: rgba(69,69,69,0.95);
}
.border-b-base-300 {
  border-bottom-color: #343434;
}
.border-b-base-300\/0 {
  border-bottom-color: rgba(52,52,52,0);
}
.border-b-base-300\/10 {
  border-bottom-color: rgba(52,52,52,0.1);
}
.border-b-base-300\/100 {
  border-bottom-color: rgba(52,52,52,1);
}
.border-b-base-300\/15 {
  border-bottom-color: rgba(52,52,52,0.15);
}
.border-b-base-300\/20 {
  border-bottom-color: rgba(52,52,52,0.2);
}
.border-b-base-300\/25 {
  border-bottom-color: rgba(52,52,52,0.25);
}
.border-b-base-300\/30 {
  border-bottom-color: rgba(52,52,52,0.3);
}
.border-b-base-300\/35 {
  border-bottom-color: rgba(52,52,52,0.35);
}
.border-b-base-300\/40 {
  border-bottom-color: rgba(52,52,52,0.4);
}
.border-b-base-300\/45 {
  border-bottom-color: rgba(52,52,52,0.45);
}
.border-b-base-300\/5 {
  border-bottom-color: rgba(52,52,52,0.05);
}
.border-b-base-300\/50 {
  border-bottom-color: rgba(52,52,52,0.5);
}
.border-b-base-300\/55 {
  border-bottom-color: rgba(52,52,52,0.55);
}
.border-b-base-300\/60 {
  border-bottom-color: rgba(52,52,52,0.6);
}
.border-b-base-300\/65 {
  border-bottom-color: rgba(52,52,52,0.65);
}
.border-b-base-300\/70 {
  border-bottom-color: rgba(52,52,52,0.7);
}
.border-b-base-300\/75 {
  border-bottom-color: rgba(52,52,52,0.75);
}
.border-b-base-300\/80 {
  border-bottom-color: rgba(52,52,52,0.8);
}
.border-b-base-300\/85 {
  border-bottom-color: rgba(52,52,52,0.85);
}
.border-b-base-300\/90 {
  border-bottom-color: rgba(52,52,52,0.9);
}
.border-b-base-300\/95 {
  border-bottom-color: rgba(52,52,52,0.95);
}
.border-b-base-400 {
  border-bottom-color: #2B2B2B;
}
.border-b-base-400\/0 {
  border-bottom-color: rgba(43,43,43,0);
}
.border-b-base-400\/10 {
  border-bottom-color: rgba(43,43,43,0.1);
}
.border-b-base-400\/100 {
  border-bottom-color: rgba(43,43,43,1);
}
.border-b-base-400\/15 {
  border-bottom-color: rgba(43,43,43,0.15);
}
.border-b-base-400\/20 {
  border-bottom-color: rgba(43,43,43,0.2);
}
.border-b-base-400\/25 {
  border-bottom-color: rgba(43,43,43,0.25);
}
.border-b-base-400\/30 {
  border-bottom-color: rgba(43,43,43,0.3);
}
.border-b-base-400\/35 {
  border-bottom-color: rgba(43,43,43,0.35);
}
.border-b-base-400\/40 {
  border-bottom-color: rgba(43,43,43,0.4);
}
.border-b-base-400\/45 {
  border-bottom-color: rgba(43,43,43,0.45);
}
.border-b-base-400\/5 {
  border-bottom-color: rgba(43,43,43,0.05);
}
.border-b-base-400\/50 {
  border-bottom-color: rgba(43,43,43,0.5);
}
.border-b-base-400\/55 {
  border-bottom-color: rgba(43,43,43,0.55);
}
.border-b-base-400\/60 {
  border-bottom-color: rgba(43,43,43,0.6);
}
.border-b-base-400\/65 {
  border-bottom-color: rgba(43,43,43,0.65);
}
.border-b-base-400\/70 {
  border-bottom-color: rgba(43,43,43,0.7);
}
.border-b-base-400\/75 {
  border-bottom-color: rgba(43,43,43,0.75);
}
.border-b-base-400\/80 {
  border-bottom-color: rgba(43,43,43,0.8);
}
.border-b-base-400\/85 {
  border-bottom-color: rgba(43,43,43,0.85);
}
.border-b-base-400\/90 {
  border-bottom-color: rgba(43,43,43,0.9);
}
.border-b-base-400\/95 {
  border-bottom-color: rgba(43,43,43,0.95);
}
.border-b-base-500 {
  border-bottom-color: #232323;
}
.border-b-base-500\/0 {
  border-bottom-color: rgba(35,35,35,0);
}
.border-b-base-500\/10 {
  border-bottom-color: rgba(35,35,35,0.1);
}
.border-b-base-500\/100 {
  border-bottom-color: rgba(35,35,35,1);
}
.border-b-base-500\/15 {
  border-bottom-color: rgba(35,35,35,0.15);
}
.border-b-base-500\/20 {
  border-bottom-color: rgba(35,35,35,0.2);
}
.border-b-base-500\/25 {
  border-bottom-color: rgba(35,35,35,0.25);
}
.border-b-base-500\/30 {
  border-bottom-color: rgba(35,35,35,0.3);
}
.border-b-base-500\/35 {
  border-bottom-color: rgba(35,35,35,0.35);
}
.border-b-base-500\/40 {
  border-bottom-color: rgba(35,35,35,0.4);
}
.border-b-base-500\/45 {
  border-bottom-color: rgba(35,35,35,0.45);
}
.border-b-base-500\/5 {
  border-bottom-color: rgba(35,35,35,0.05);
}
.border-b-base-500\/50 {
  border-bottom-color: rgba(35,35,35,0.5);
}
.border-b-base-500\/55 {
  border-bottom-color: rgba(35,35,35,0.55);
}
.border-b-base-500\/60 {
  border-bottom-color: rgba(35,35,35,0.6);
}
.border-b-base-500\/65 {
  border-bottom-color: rgba(35,35,35,0.65);
}
.border-b-base-500\/70 {
  border-bottom-color: rgba(35,35,35,0.7);
}
.border-b-base-500\/75 {
  border-bottom-color: rgba(35,35,35,0.75);
}
.border-b-base-500\/80 {
  border-bottom-color: rgba(35,35,35,0.8);
}
.border-b-base-500\/85 {
  border-bottom-color: rgba(35,35,35,0.85);
}
.border-b-base-500\/90 {
  border-bottom-color: rgba(35,35,35,0.9);
}
.border-b-base-500\/95 {
  border-bottom-color: rgba(35,35,35,0.95);
}
.border-b-base-600 {
  border-bottom-color: #232323;
}
.border-b-base-600\/0 {
  border-bottom-color: rgba(35,35,35,0);
}
.border-b-base-600\/10 {
  border-bottom-color: rgba(35,35,35,0.1);
}
.border-b-base-600\/100 {
  border-bottom-color: rgba(35,35,35,1);
}
.border-b-base-600\/15 {
  border-bottom-color: rgba(35,35,35,0.15);
}
.border-b-base-600\/20 {
  border-bottom-color: rgba(35,35,35,0.2);
}
.border-b-base-600\/25 {
  border-bottom-color: rgba(35,35,35,0.25);
}
.border-b-base-600\/30 {
  border-bottom-color: rgba(35,35,35,0.3);
}
.border-b-base-600\/35 {
  border-bottom-color: rgba(35,35,35,0.35);
}
.border-b-base-600\/40 {
  border-bottom-color: rgba(35,35,35,0.4);
}
.border-b-base-600\/45 {
  border-bottom-color: rgba(35,35,35,0.45);
}
.border-b-base-600\/5 {
  border-bottom-color: rgba(35,35,35,0.05);
}
.border-b-base-600\/50 {
  border-bottom-color: rgba(35,35,35,0.5);
}
.border-b-base-600\/55 {
  border-bottom-color: rgba(35,35,35,0.55);
}
.border-b-base-600\/60 {
  border-bottom-color: rgba(35,35,35,0.6);
}
.border-b-base-600\/65 {
  border-bottom-color: rgba(35,35,35,0.65);
}
.border-b-base-600\/70 {
  border-bottom-color: rgba(35,35,35,0.7);
}
.border-b-base-600\/75 {
  border-bottom-color: rgba(35,35,35,0.75);
}
.border-b-base-600\/80 {
  border-bottom-color: rgba(35,35,35,0.8);
}
.border-b-base-600\/85 {
  border-bottom-color: rgba(35,35,35,0.85);
}
.border-b-base-600\/90 {
  border-bottom-color: rgba(35,35,35,0.9);
}
.border-b-base-600\/95 {
  border-bottom-color: rgba(35,35,35,0.95);
}
.border-b-base-700 {
  border-bottom-color: #181818;
}
.border-b-base-700\/0 {
  border-bottom-color: rgba(24,24,24,0);
}
.border-b-base-700\/10 {
  border-bottom-color: rgba(24,24,24,0.1);
}
.border-b-base-700\/100 {
  border-bottom-color: rgba(24,24,24,1);
}
.border-b-base-700\/15 {
  border-bottom-color: rgba(24,24,24,0.15);
}
.border-b-base-700\/20 {
  border-bottom-color: rgba(24,24,24,0.2);
}
.border-b-base-700\/25 {
  border-bottom-color: rgba(24,24,24,0.25);
}
.border-b-base-700\/30 {
  border-bottom-color: rgba(24,24,24,0.3);
}
.border-b-base-700\/35 {
  border-bottom-color: rgba(24,24,24,0.35);
}
.border-b-base-700\/40 {
  border-bottom-color: rgba(24,24,24,0.4);
}
.border-b-base-700\/45 {
  border-bottom-color: rgba(24,24,24,0.45);
}
.border-b-base-700\/5 {
  border-bottom-color: rgba(24,24,24,0.05);
}
.border-b-base-700\/50 {
  border-bottom-color: rgba(24,24,24,0.5);
}
.border-b-base-700\/55 {
  border-bottom-color: rgba(24,24,24,0.55);
}
.border-b-base-700\/60 {
  border-bottom-color: rgba(24,24,24,0.6);
}
.border-b-base-700\/65 {
  border-bottom-color: rgba(24,24,24,0.65);
}
.border-b-base-700\/70 {
  border-bottom-color: rgba(24,24,24,0.7);
}
.border-b-base-700\/75 {
  border-bottom-color: rgba(24,24,24,0.75);
}
.border-b-base-700\/80 {
  border-bottom-color: rgba(24,24,24,0.8);
}
.border-b-base-700\/85 {
  border-bottom-color: rgba(24,24,24,0.85);
}
.border-b-base-700\/90 {
  border-bottom-color: rgba(24,24,24,0.9);
}
.border-b-base-700\/95 {
  border-bottom-color: rgba(24,24,24,0.95);
}
.border-b-base-800 {
  border-bottom-color: #1E1E1E;
}
.border-b-base-800\/0 {
  border-bottom-color: rgba(30,30,30,0);
}
.border-b-base-800\/10 {
  border-bottom-color: rgba(30,30,30,0.1);
}
.border-b-base-800\/100 {
  border-bottom-color: rgba(30,30,30,1);
}
.border-b-base-800\/15 {
  border-bottom-color: rgba(30,30,30,0.15);
}
.border-b-base-800\/20 {
  border-bottom-color: rgba(30,30,30,0.2);
}
.border-b-base-800\/25 {
  border-bottom-color: rgba(30,30,30,0.25);
}
.border-b-base-800\/30 {
  border-bottom-color: rgba(30,30,30,0.3);
}
.border-b-base-800\/35 {
  border-bottom-color: rgba(30,30,30,0.35);
}
.border-b-base-800\/40 {
  border-bottom-color: rgba(30,30,30,0.4);
}
.border-b-base-800\/45 {
  border-bottom-color: rgba(30,30,30,0.45);
}
.border-b-base-800\/5 {
  border-bottom-color: rgba(30,30,30,0.05);
}
.border-b-base-800\/50 {
  border-bottom-color: rgba(30,30,30,0.5);
}
.border-b-base-800\/55 {
  border-bottom-color: rgba(30,30,30,0.55);
}
.border-b-base-800\/60 {
  border-bottom-color: rgba(30,30,30,0.6);
}
.border-b-base-800\/65 {
  border-bottom-color: rgba(30,30,30,0.65);
}
.border-b-base-800\/70 {
  border-bottom-color: rgba(30,30,30,0.7);
}
.border-b-base-800\/75 {
  border-bottom-color: rgba(30,30,30,0.75);
}
.border-b-base-800\/80 {
  border-bottom-color: rgba(30,30,30,0.8);
}
.border-b-base-800\/85 {
  border-bottom-color: rgba(30,30,30,0.85);
}
.border-b-base-800\/90 {
  border-bottom-color: rgba(30,30,30,0.9);
}
.border-b-base-800\/95 {
  border-bottom-color: rgba(30,30,30,0.95);
}
.border-b-base-900 {
  border-bottom-color: #000000;
}
.border-b-base-900\/0 {
  border-bottom-color: rgba(0,0,0,0);
}
.border-b-base-900\/10 {
  border-bottom-color: rgba(0,0,0,0.1);
}
.border-b-base-900\/100 {
  border-bottom-color: rgba(0,0,0,1);
}
.border-b-base-900\/15 {
  border-bottom-color: rgba(0,0,0,0.15);
}
.border-b-base-900\/20 {
  border-bottom-color: rgba(0,0,0,0.2);
}
.border-b-base-900\/25 {
  border-bottom-color: rgba(0,0,0,0.25);
}
.border-b-base-900\/30 {
  border-bottom-color: rgba(0,0,0,0.3);
}
.border-b-base-900\/35 {
  border-bottom-color: rgba(0,0,0,0.35);
}
.border-b-base-900\/40 {
  border-bottom-color: rgba(0,0,0,0.4);
}
.border-b-base-900\/45 {
  border-bottom-color: rgba(0,0,0,0.45);
}
.border-b-base-900\/5 {
  border-bottom-color: rgba(0,0,0,0.05);
}
.border-b-base-900\/50 {
  border-bottom-color: rgba(0,0,0,0.5);
}
.border-b-base-900\/55 {
  border-bottom-color: rgba(0,0,0,0.55);
}
.border-b-base-900\/60 {
  border-bottom-color: rgba(0,0,0,0.6);
}
.border-b-base-900\/65 {
  border-bottom-color: rgba(0,0,0,0.65);
}
.border-b-base-900\/70 {
  border-bottom-color: rgba(0,0,0,0.7);
}
.border-b-base-900\/75 {
  border-bottom-color: rgba(0,0,0,0.75);
}
.border-b-base-900\/80 {
  border-bottom-color: rgba(0,0,0,0.8);
}
.border-b-base-900\/85 {
  border-bottom-color: rgba(0,0,0,0.85);
}
.border-b-base-900\/90 {
  border-bottom-color: rgba(0,0,0,0.9);
}
.border-b-base-900\/95 {
  border-bottom-color: rgba(0,0,0,0.95);
}
.border-b-base-dark {
  border-bottom-color: #1E1E1E;
}
.border-b-base-dark\/0 {
  border-bottom-color: rgba(30,30,30,0);
}
.border-b-base-dark\/10 {
  border-bottom-color: rgba(30,30,30,0.1);
}
.border-b-base-dark\/100 {
  border-bottom-color: rgba(30,30,30,1);
}
.border-b-base-dark\/15 {
  border-bottom-color: rgba(30,30,30,0.15);
}
.border-b-base-dark\/20 {
  border-bottom-color: rgba(30,30,30,0.2);
}
.border-b-base-dark\/25 {
  border-bottom-color: rgba(30,30,30,0.25);
}
.border-b-base-dark\/30 {
  border-bottom-color: rgba(30,30,30,0.3);
}
.border-b-base-dark\/35 {
  border-bottom-color: rgba(30,30,30,0.35);
}
.border-b-base-dark\/40 {
  border-bottom-color: rgba(30,30,30,0.4);
}
.border-b-base-dark\/45 {
  border-bottom-color: rgba(30,30,30,0.45);
}
.border-b-base-dark\/5 {
  border-bottom-color: rgba(30,30,30,0.05);
}
.border-b-base-dark\/50 {
  border-bottom-color: rgba(30,30,30,0.5);
}
.border-b-base-dark\/55 {
  border-bottom-color: rgba(30,30,30,0.55);
}
.border-b-base-dark\/60 {
  border-bottom-color: rgba(30,30,30,0.6);
}
.border-b-base-dark\/65 {
  border-bottom-color: rgba(30,30,30,0.65);
}
.border-b-base-dark\/70 {
  border-bottom-color: rgba(30,30,30,0.7);
}
.border-b-base-dark\/75 {
  border-bottom-color: rgba(30,30,30,0.75);
}
.border-b-base-dark\/80 {
  border-bottom-color: rgba(30,30,30,0.8);
}
.border-b-base-dark\/85 {
  border-bottom-color: rgba(30,30,30,0.85);
}
.border-b-base-dark\/90 {
  border-bottom-color: rgba(30,30,30,0.9);
}
.border-b-base-dark\/95 {
  border-bottom-color: rgba(30,30,30,0.95);
}
.border-b-base-light {
  border-bottom-color: #454545;
}
.border-b-base-light\/0 {
  border-bottom-color: rgba(69,69,69,0);
}
.border-b-base-light\/10 {
  border-bottom-color: rgba(69,69,69,0.1);
}
.border-b-base-light\/100 {
  border-bottom-color: rgba(69,69,69,1);
}
.border-b-base-light\/15 {
  border-bottom-color: rgba(69,69,69,0.15);
}
.border-b-base-light\/20 {
  border-bottom-color: rgba(69,69,69,0.2);
}
.border-b-base-light\/25 {
  border-bottom-color: rgba(69,69,69,0.25);
}
.border-b-base-light\/30 {
  border-bottom-color: rgba(69,69,69,0.3);
}
.border-b-base-light\/35 {
  border-bottom-color: rgba(69,69,69,0.35);
}
.border-b-base-light\/40 {
  border-bottom-color: rgba(69,69,69,0.4);
}
.border-b-base-light\/45 {
  border-bottom-color: rgba(69,69,69,0.45);
}
.border-b-base-light\/5 {
  border-bottom-color: rgba(69,69,69,0.05);
}
.border-b-base-light\/50 {
  border-bottom-color: rgba(69,69,69,0.5);
}
.border-b-base-light\/55 {
  border-bottom-color: rgba(69,69,69,0.55);
}
.border-b-base-light\/60 {
  border-bottom-color: rgba(69,69,69,0.6);
}
.border-b-base-light\/65 {
  border-bottom-color: rgba(69,69,69,0.65);
}
.border-b-base-light\/70 {
  border-bottom-color: rgba(69,69,69,0.7);
}
.border-b-base-light\/75 {
  border-bottom-color: rgba(69,69,69,0.75);
}
.border-b-base-light\/80 {
  border-bottom-color: rgba(69,69,69,0.8);
}
.border-b-base-light\/85 {
  border-bottom-color: rgba(69,69,69,0.85);
}
.border-b-base-light\/90 {
  border-bottom-color: rgba(69,69,69,0.9);
}
.border-b-base-light\/95 {
  border-bottom-color: rgba(69,69,69,0.95);
}
.border-b-base-none {
  border-bottom-color: transparent;
}
.border-b-base-none\/0 {
  border-bottom-color: rgba(0,0,0,0);
}
.border-b-base-none\/10 {
  border-bottom-color: rgba(0,0,0,0.1);
}
.border-b-base-none\/100 {
  border-bottom-color: rgba(0,0,0,1);
}
.border-b-base-none\/15 {
  border-bottom-color: rgba(0,0,0,0.15);
}
.border-b-base-none\/20 {
  border-bottom-color: rgba(0,0,0,0.2);
}
.border-b-base-none\/25 {
  border-bottom-color: rgba(0,0,0,0.25);
}
.border-b-base-none\/30 {
  border-bottom-color: rgba(0,0,0,0.3);
}
.border-b-base-none\/35 {
  border-bottom-color: rgba(0,0,0,0.35);
}
.border-b-base-none\/40 {
  border-bottom-color: rgba(0,0,0,0.4);
}
.border-b-base-none\/45 {
  border-bottom-color: rgba(0,0,0,0.45);
}
.border-b-base-none\/5 {
  border-bottom-color: rgba(0,0,0,0.05);
}
.border-b-base-none\/50 {
  border-bottom-color: rgba(0,0,0,0.5);
}
.border-b-base-none\/55 {
  border-bottom-color: rgba(0,0,0,0.55);
}
.border-b-base-none\/60 {
  border-bottom-color: rgba(0,0,0,0.6);
}
.border-b-base-none\/65 {
  border-bottom-color: rgba(0,0,0,0.65);
}
.border-b-base-none\/70 {
  border-bottom-color: rgba(0,0,0,0.7);
}
.border-b-base-none\/75 {
  border-bottom-color: rgba(0,0,0,0.75);
}
.border-b-base-none\/80 {
  border-bottom-color: rgba(0,0,0,0.8);
}
.border-b-base-none\/85 {
  border-bottom-color: rgba(0,0,0,0.85);
}
.border-b-base-none\/90 {
  border-bottom-color: rgba(0,0,0,0.9);
}
.border-b-base-none\/95 {
  border-bottom-color: rgba(0,0,0,0.95);
}
.border-b-marker-0 {
  border-bottom-color: #60BF02;
}
.border-b-marker-0\/0 {
  border-bottom-color: rgba(96,191,2,0);
}
.border-b-marker-0\/10 {
  border-bottom-color: rgba(96,191,2,0.1);
}
.border-b-marker-0\/100 {
  border-bottom-color: rgba(96,191,2,1);
}
.border-b-marker-0\/15 {
  border-bottom-color: rgba(96,191,2,0.15);
}
.border-b-marker-0\/20 {
  border-bottom-color: rgba(96,191,2,0.2);
}
.border-b-marker-0\/25 {
  border-bottom-color: rgba(96,191,2,0.25);
}
.border-b-marker-0\/30 {
  border-bottom-color: rgba(96,191,2,0.3);
}
.border-b-marker-0\/35 {
  border-bottom-color: rgba(96,191,2,0.35);
}
.border-b-marker-0\/40 {
  border-bottom-color: rgba(96,191,2,0.4);
}
.border-b-marker-0\/45 {
  border-bottom-color: rgba(96,191,2,0.45);
}
.border-b-marker-0\/5 {
  border-bottom-color: rgba(96,191,2,0.05);
}
.border-b-marker-0\/50 {
  border-bottom-color: rgba(96,191,2,0.5);
}
.border-b-marker-0\/55 {
  border-bottom-color: rgba(96,191,2,0.55);
}
.border-b-marker-0\/60 {
  border-bottom-color: rgba(96,191,2,0.6);
}
.border-b-marker-0\/65 {
  border-bottom-color: rgba(96,191,2,0.65);
}
.border-b-marker-0\/70 {
  border-bottom-color: rgba(96,191,2,0.7);
}
.border-b-marker-0\/75 {
  border-bottom-color: rgba(96,191,2,0.75);
}
.border-b-marker-0\/80 {
  border-bottom-color: rgba(96,191,2,0.8);
}
.border-b-marker-0\/85 {
  border-bottom-color: rgba(96,191,2,0.85);
}
.border-b-marker-0\/90 {
  border-bottom-color: rgba(96,191,2,0.9);
}
.border-b-marker-0\/95 {
  border-bottom-color: rgba(96,191,2,0.95);
}
.border-b-marker-100 {
  border-bottom-color: #60BF02;
}
.border-b-marker-100\/0 {
  border-bottom-color: rgba(96,191,2,0);
}
.border-b-marker-100\/10 {
  border-bottom-color: rgba(96,191,2,0.1);
}
.border-b-marker-100\/100 {
  border-bottom-color: rgba(96,191,2,1);
}
.border-b-marker-100\/15 {
  border-bottom-color: rgba(96,191,2,0.15);
}
.border-b-marker-100\/20 {
  border-bottom-color: rgba(96,191,2,0.2);
}
.border-b-marker-100\/25 {
  border-bottom-color: rgba(96,191,2,0.25);
}
.border-b-marker-100\/30 {
  border-bottom-color: rgba(96,191,2,0.3);
}
.border-b-marker-100\/35 {
  border-bottom-color: rgba(96,191,2,0.35);
}
.border-b-marker-100\/40 {
  border-bottom-color: rgba(96,191,2,0.4);
}
.border-b-marker-100\/45 {
  border-bottom-color: rgba(96,191,2,0.45);
}
.border-b-marker-100\/5 {
  border-bottom-color: rgba(96,191,2,0.05);
}
.border-b-marker-100\/50 {
  border-bottom-color: rgba(96,191,2,0.5);
}
.border-b-marker-100\/55 {
  border-bottom-color: rgba(96,191,2,0.55);
}
.border-b-marker-100\/60 {
  border-bottom-color: rgba(96,191,2,0.6);
}
.border-b-marker-100\/65 {
  border-bottom-color: rgba(96,191,2,0.65);
}
.border-b-marker-100\/70 {
  border-bottom-color: rgba(96,191,2,0.7);
}
.border-b-marker-100\/75 {
  border-bottom-color: rgba(96,191,2,0.75);
}
.border-b-marker-100\/80 {
  border-bottom-color: rgba(96,191,2,0.8);
}
.border-b-marker-100\/85 {
  border-bottom-color: rgba(96,191,2,0.85);
}
.border-b-marker-100\/90 {
  border-bottom-color: rgba(96,191,2,0.9);
}
.border-b-marker-100\/95 {
  border-bottom-color: rgba(96,191,2,0.95);
}
.border-b-marker-200 {
  border-bottom-color: #60BF02;
}
.border-b-marker-200\/0 {
  border-bottom-color: rgba(96,191,2,0);
}
.border-b-marker-200\/10 {
  border-bottom-color: rgba(96,191,2,0.1);
}
.border-b-marker-200\/100 {
  border-bottom-color: rgba(96,191,2,1);
}
.border-b-marker-200\/15 {
  border-bottom-color: rgba(96,191,2,0.15);
}
.border-b-marker-200\/20 {
  border-bottom-color: rgba(96,191,2,0.2);
}
.border-b-marker-200\/25 {
  border-bottom-color: rgba(96,191,2,0.25);
}
.border-b-marker-200\/30 {
  border-bottom-color: rgba(96,191,2,0.3);
}
.border-b-marker-200\/35 {
  border-bottom-color: rgba(96,191,2,0.35);
}
.border-b-marker-200\/40 {
  border-bottom-color: rgba(96,191,2,0.4);
}
.border-b-marker-200\/45 {
  border-bottom-color: rgba(96,191,2,0.45);
}
.border-b-marker-200\/5 {
  border-bottom-color: rgba(96,191,2,0.05);
}
.border-b-marker-200\/50 {
  border-bottom-color: rgba(96,191,2,0.5);
}
.border-b-marker-200\/55 {
  border-bottom-color: rgba(96,191,2,0.55);
}
.border-b-marker-200\/60 {
  border-bottom-color: rgba(96,191,2,0.6);
}
.border-b-marker-200\/65 {
  border-bottom-color: rgba(96,191,2,0.65);
}
.border-b-marker-200\/70 {
  border-bottom-color: rgba(96,191,2,0.7);
}
.border-b-marker-200\/75 {
  border-bottom-color: rgba(96,191,2,0.75);
}
.border-b-marker-200\/80 {
  border-bottom-color: rgba(96,191,2,0.8);
}
.border-b-marker-200\/85 {
  border-bottom-color: rgba(96,191,2,0.85);
}
.border-b-marker-200\/90 {
  border-bottom-color: rgba(96,191,2,0.9);
}
.border-b-marker-200\/95 {
  border-bottom-color: rgba(96,191,2,0.95);
}
.border-b-marker-300 {
  border-bottom-color: #60BF02;
}
.border-b-marker-300\/0 {
  border-bottom-color: rgba(96,191,2,0);
}
.border-b-marker-300\/10 {
  border-bottom-color: rgba(96,191,2,0.1);
}
.border-b-marker-300\/100 {
  border-bottom-color: rgba(96,191,2,1);
}
.border-b-marker-300\/15 {
  border-bottom-color: rgba(96,191,2,0.15);
}
.border-b-marker-300\/20 {
  border-bottom-color: rgba(96,191,2,0.2);
}
.border-b-marker-300\/25 {
  border-bottom-color: rgba(96,191,2,0.25);
}
.border-b-marker-300\/30 {
  border-bottom-color: rgba(96,191,2,0.3);
}
.border-b-marker-300\/35 {
  border-bottom-color: rgba(96,191,2,0.35);
}
.border-b-marker-300\/40 {
  border-bottom-color: rgba(96,191,2,0.4);
}
.border-b-marker-300\/45 {
  border-bottom-color: rgba(96,191,2,0.45);
}
.border-b-marker-300\/5 {
  border-bottom-color: rgba(96,191,2,0.05);
}
.border-b-marker-300\/50 {
  border-bottom-color: rgba(96,191,2,0.5);
}
.border-b-marker-300\/55 {
  border-bottom-color: rgba(96,191,2,0.55);
}
.border-b-marker-300\/60 {
  border-bottom-color: rgba(96,191,2,0.6);
}
.border-b-marker-300\/65 {
  border-bottom-color: rgba(96,191,2,0.65);
}
.border-b-marker-300\/70 {
  border-bottom-color: rgba(96,191,2,0.7);
}
.border-b-marker-300\/75 {
  border-bottom-color: rgba(96,191,2,0.75);
}
.border-b-marker-300\/80 {
  border-bottom-color: rgba(96,191,2,0.8);
}
.border-b-marker-300\/85 {
  border-bottom-color: rgba(96,191,2,0.85);
}
.border-b-marker-300\/90 {
  border-bottom-color: rgba(96,191,2,0.9);
}
.border-b-marker-300\/95 {
  border-bottom-color: rgba(96,191,2,0.95);
}
.border-b-marker-400 {
  border-bottom-color: #60BF02;
}
.border-b-marker-400\/0 {
  border-bottom-color: rgba(96,191,2,0);
}
.border-b-marker-400\/10 {
  border-bottom-color: rgba(96,191,2,0.1);
}
.border-b-marker-400\/100 {
  border-bottom-color: rgba(96,191,2,1);
}
.border-b-marker-400\/15 {
  border-bottom-color: rgba(96,191,2,0.15);
}
.border-b-marker-400\/20 {
  border-bottom-color: rgba(96,191,2,0.2);
}
.border-b-marker-400\/25 {
  border-bottom-color: rgba(96,191,2,0.25);
}
.border-b-marker-400\/30 {
  border-bottom-color: rgba(96,191,2,0.3);
}
.border-b-marker-400\/35 {
  border-bottom-color: rgba(96,191,2,0.35);
}
.border-b-marker-400\/40 {
  border-bottom-color: rgba(96,191,2,0.4);
}
.border-b-marker-400\/45 {
  border-bottom-color: rgba(96,191,2,0.45);
}
.border-b-marker-400\/5 {
  border-bottom-color: rgba(96,191,2,0.05);
}
.border-b-marker-400\/50 {
  border-bottom-color: rgba(96,191,2,0.5);
}
.border-b-marker-400\/55 {
  border-bottom-color: rgba(96,191,2,0.55);
}
.border-b-marker-400\/60 {
  border-bottom-color: rgba(96,191,2,0.6);
}
.border-b-marker-400\/65 {
  border-bottom-color: rgba(96,191,2,0.65);
}
.border-b-marker-400\/70 {
  border-bottom-color: rgba(96,191,2,0.7);
}
.border-b-marker-400\/75 {
  border-bottom-color: rgba(96,191,2,0.75);
}
.border-b-marker-400\/80 {
  border-bottom-color: rgba(96,191,2,0.8);
}
.border-b-marker-400\/85 {
  border-bottom-color: rgba(96,191,2,0.85);
}
.border-b-marker-400\/90 {
  border-bottom-color: rgba(96,191,2,0.9);
}
.border-b-marker-400\/95 {
  border-bottom-color: rgba(96,191,2,0.95);
}
.border-b-marker-500 {
  border-bottom-color: #428400;
}
.border-b-marker-500\/0 {
  border-bottom-color: rgba(66,132,0,0);
}
.border-b-marker-500\/10 {
  border-bottom-color: rgba(66,132,0,0.1);
}
.border-b-marker-500\/100 {
  border-bottom-color: rgba(66,132,0,1);
}
.border-b-marker-500\/15 {
  border-bottom-color: rgba(66,132,0,0.15);
}
.border-b-marker-500\/20 {
  border-bottom-color: rgba(66,132,0,0.2);
}
.border-b-marker-500\/25 {
  border-bottom-color: rgba(66,132,0,0.25);
}
.border-b-marker-500\/30 {
  border-bottom-color: rgba(66,132,0,0.3);
}
.border-b-marker-500\/35 {
  border-bottom-color: rgba(66,132,0,0.35);
}
.border-b-marker-500\/40 {
  border-bottom-color: rgba(66,132,0,0.4);
}
.border-b-marker-500\/45 {
  border-bottom-color: rgba(66,132,0,0.45);
}
.border-b-marker-500\/5 {
  border-bottom-color: rgba(66,132,0,0.05);
}
.border-b-marker-500\/50 {
  border-bottom-color: rgba(66,132,0,0.5);
}
.border-b-marker-500\/55 {
  border-bottom-color: rgba(66,132,0,0.55);
}
.border-b-marker-500\/60 {
  border-bottom-color: rgba(66,132,0,0.6);
}
.border-b-marker-500\/65 {
  border-bottom-color: rgba(66,132,0,0.65);
}
.border-b-marker-500\/70 {
  border-bottom-color: rgba(66,132,0,0.7);
}
.border-b-marker-500\/75 {
  border-bottom-color: rgba(66,132,0,0.75);
}
.border-b-marker-500\/80 {
  border-bottom-color: rgba(66,132,0,0.8);
}
.border-b-marker-500\/85 {
  border-bottom-color: rgba(66,132,0,0.85);
}
.border-b-marker-500\/90 {
  border-bottom-color: rgba(66,132,0,0.9);
}
.border-b-marker-500\/95 {
  border-bottom-color: rgba(66,132,0,0.95);
}
.border-b-marker-600 {
  border-bottom-color: #428400;
}
.border-b-marker-600\/0 {
  border-bottom-color: rgba(66,132,0,0);
}
.border-b-marker-600\/10 {
  border-bottom-color: rgba(66,132,0,0.1);
}
.border-b-marker-600\/100 {
  border-bottom-color: rgba(66,132,0,1);
}
.border-b-marker-600\/15 {
  border-bottom-color: rgba(66,132,0,0.15);
}
.border-b-marker-600\/20 {
  border-bottom-color: rgba(66,132,0,0.2);
}
.border-b-marker-600\/25 {
  border-bottom-color: rgba(66,132,0,0.25);
}
.border-b-marker-600\/30 {
  border-bottom-color: rgba(66,132,0,0.3);
}
.border-b-marker-600\/35 {
  border-bottom-color: rgba(66,132,0,0.35);
}
.border-b-marker-600\/40 {
  border-bottom-color: rgba(66,132,0,0.4);
}
.border-b-marker-600\/45 {
  border-bottom-color: rgba(66,132,0,0.45);
}
.border-b-marker-600\/5 {
  border-bottom-color: rgba(66,132,0,0.05);
}
.border-b-marker-600\/50 {
  border-bottom-color: rgba(66,132,0,0.5);
}
.border-b-marker-600\/55 {
  border-bottom-color: rgba(66,132,0,0.55);
}
.border-b-marker-600\/60 {
  border-bottom-color: rgba(66,132,0,0.6);
}
.border-b-marker-600\/65 {
  border-bottom-color: rgba(66,132,0,0.65);
}
.border-b-marker-600\/70 {
  border-bottom-color: rgba(66,132,0,0.7);
}
.border-b-marker-600\/75 {
  border-bottom-color: rgba(66,132,0,0.75);
}
.border-b-marker-600\/80 {
  border-bottom-color: rgba(66,132,0,0.8);
}
.border-b-marker-600\/85 {
  border-bottom-color: rgba(66,132,0,0.85);
}
.border-b-marker-600\/90 {
  border-bottom-color: rgba(66,132,0,0.9);
}
.border-b-marker-600\/95 {
  border-bottom-color: rgba(66,132,0,0.95);
}
.border-b-marker-700 {
  border-bottom-color: #428400;
}
.border-b-marker-700\/0 {
  border-bottom-color: rgba(66,132,0,0);
}
.border-b-marker-700\/10 {
  border-bottom-color: rgba(66,132,0,0.1);
}
.border-b-marker-700\/100 {
  border-bottom-color: rgba(66,132,0,1);
}
.border-b-marker-700\/15 {
  border-bottom-color: rgba(66,132,0,0.15);
}
.border-b-marker-700\/20 {
  border-bottom-color: rgba(66,132,0,0.2);
}
.border-b-marker-700\/25 {
  border-bottom-color: rgba(66,132,0,0.25);
}
.border-b-marker-700\/30 {
  border-bottom-color: rgba(66,132,0,0.3);
}
.border-b-marker-700\/35 {
  border-bottom-color: rgba(66,132,0,0.35);
}
.border-b-marker-700\/40 {
  border-bottom-color: rgba(66,132,0,0.4);
}
.border-b-marker-700\/45 {
  border-bottom-color: rgba(66,132,0,0.45);
}
.border-b-marker-700\/5 {
  border-bottom-color: rgba(66,132,0,0.05);
}
.border-b-marker-700\/50 {
  border-bottom-color: rgba(66,132,0,0.5);
}
.border-b-marker-700\/55 {
  border-bottom-color: rgba(66,132,0,0.55);
}
.border-b-marker-700\/60 {
  border-bottom-color: rgba(66,132,0,0.6);
}
.border-b-marker-700\/65 {
  border-bottom-color: rgba(66,132,0,0.65);
}
.border-b-marker-700\/70 {
  border-bottom-color: rgba(66,132,0,0.7);
}
.border-b-marker-700\/75 {
  border-bottom-color: rgba(66,132,0,0.75);
}
.border-b-marker-700\/80 {
  border-bottom-color: rgba(66,132,0,0.8);
}
.border-b-marker-700\/85 {
  border-bottom-color: rgba(66,132,0,0.85);
}
.border-b-marker-700\/90 {
  border-bottom-color: rgba(66,132,0,0.9);
}
.border-b-marker-700\/95 {
  border-bottom-color: rgba(66,132,0,0.95);
}
.border-b-marker-800 {
  border-bottom-color: #428400;
}
.border-b-marker-800\/0 {
  border-bottom-color: rgba(66,132,0,0);
}
.border-b-marker-800\/10 {
  border-bottom-color: rgba(66,132,0,0.1);
}
.border-b-marker-800\/100 {
  border-bottom-color: rgba(66,132,0,1);
}
.border-b-marker-800\/15 {
  border-bottom-color: rgba(66,132,0,0.15);
}
.border-b-marker-800\/20 {
  border-bottom-color: rgba(66,132,0,0.2);
}
.border-b-marker-800\/25 {
  border-bottom-color: rgba(66,132,0,0.25);
}
.border-b-marker-800\/30 {
  border-bottom-color: rgba(66,132,0,0.3);
}
.border-b-marker-800\/35 {
  border-bottom-color: rgba(66,132,0,0.35);
}
.border-b-marker-800\/40 {
  border-bottom-color: rgba(66,132,0,0.4);
}
.border-b-marker-800\/45 {
  border-bottom-color: rgba(66,132,0,0.45);
}
.border-b-marker-800\/5 {
  border-bottom-color: rgba(66,132,0,0.05);
}
.border-b-marker-800\/50 {
  border-bottom-color: rgba(66,132,0,0.5);
}
.border-b-marker-800\/55 {
  border-bottom-color: rgba(66,132,0,0.55);
}
.border-b-marker-800\/60 {
  border-bottom-color: rgba(66,132,0,0.6);
}
.border-b-marker-800\/65 {
  border-bottom-color: rgba(66,132,0,0.65);
}
.border-b-marker-800\/70 {
  border-bottom-color: rgba(66,132,0,0.7);
}
.border-b-marker-800\/75 {
  border-bottom-color: rgba(66,132,0,0.75);
}
.border-b-marker-800\/80 {
  border-bottom-color: rgba(66,132,0,0.8);
}
.border-b-marker-800\/85 {
  border-bottom-color: rgba(66,132,0,0.85);
}
.border-b-marker-800\/90 {
  border-bottom-color: rgba(66,132,0,0.9);
}
.border-b-marker-800\/95 {
  border-bottom-color: rgba(66,132,0,0.95);
}
.border-b-marker-900 {
  border-bottom-color: #428400;
}
.border-b-marker-900\/0 {
  border-bottom-color: rgba(66,132,0,0);
}
.border-b-marker-900\/10 {
  border-bottom-color: rgba(66,132,0,0.1);
}
.border-b-marker-900\/100 {
  border-bottom-color: rgba(66,132,0,1);
}
.border-b-marker-900\/15 {
  border-bottom-color: rgba(66,132,0,0.15);
}
.border-b-marker-900\/20 {
  border-bottom-color: rgba(66,132,0,0.2);
}
.border-b-marker-900\/25 {
  border-bottom-color: rgba(66,132,0,0.25);
}
.border-b-marker-900\/30 {
  border-bottom-color: rgba(66,132,0,0.3);
}
.border-b-marker-900\/35 {
  border-bottom-color: rgba(66,132,0,0.35);
}
.border-b-marker-900\/40 {
  border-bottom-color: rgba(66,132,0,0.4);
}
.border-b-marker-900\/45 {
  border-bottom-color: rgba(66,132,0,0.45);
}
.border-b-marker-900\/5 {
  border-bottom-color: rgba(66,132,0,0.05);
}
.border-b-marker-900\/50 {
  border-bottom-color: rgba(66,132,0,0.5);
}
.border-b-marker-900\/55 {
  border-bottom-color: rgba(66,132,0,0.55);
}
.border-b-marker-900\/60 {
  border-bottom-color: rgba(66,132,0,0.6);
}
.border-b-marker-900\/65 {
  border-bottom-color: rgba(66,132,0,0.65);
}
.border-b-marker-900\/70 {
  border-bottom-color: rgba(66,132,0,0.7);
}
.border-b-marker-900\/75 {
  border-bottom-color: rgba(66,132,0,0.75);
}
.border-b-marker-900\/80 {
  border-bottom-color: rgba(66,132,0,0.8);
}
.border-b-marker-900\/85 {
  border-bottom-color: rgba(66,132,0,0.85);
}
.border-b-marker-900\/90 {
  border-bottom-color: rgba(66,132,0,0.9);
}
.border-b-marker-900\/95 {
  border-bottom-color: rgba(66,132,0,0.95);
}
.border-b-marker-dark {
  border-bottom-color: #428400;
}
.border-b-marker-dark\/0 {
  border-bottom-color: rgba(66,132,0,0);
}
.border-b-marker-dark\/10 {
  border-bottom-color: rgba(66,132,0,0.1);
}
.border-b-marker-dark\/100 {
  border-bottom-color: rgba(66,132,0,1);
}
.border-b-marker-dark\/15 {
  border-bottom-color: rgba(66,132,0,0.15);
}
.border-b-marker-dark\/20 {
  border-bottom-color: rgba(66,132,0,0.2);
}
.border-b-marker-dark\/25 {
  border-bottom-color: rgba(66,132,0,0.25);
}
.border-b-marker-dark\/30 {
  border-bottom-color: rgba(66,132,0,0.3);
}
.border-b-marker-dark\/35 {
  border-bottom-color: rgba(66,132,0,0.35);
}
.border-b-marker-dark\/40 {
  border-bottom-color: rgba(66,132,0,0.4);
}
.border-b-marker-dark\/45 {
  border-bottom-color: rgba(66,132,0,0.45);
}
.border-b-marker-dark\/5 {
  border-bottom-color: rgba(66,132,0,0.05);
}
.border-b-marker-dark\/50 {
  border-bottom-color: rgba(66,132,0,0.5);
}
.border-b-marker-dark\/55 {
  border-bottom-color: rgba(66,132,0,0.55);
}
.border-b-marker-dark\/60 {
  border-bottom-color: rgba(66,132,0,0.6);
}
.border-b-marker-dark\/65 {
  border-bottom-color: rgba(66,132,0,0.65);
}
.border-b-marker-dark\/70 {
  border-bottom-color: rgba(66,132,0,0.7);
}
.border-b-marker-dark\/75 {
  border-bottom-color: rgba(66,132,0,0.75);
}
.border-b-marker-dark\/80 {
  border-bottom-color: rgba(66,132,0,0.8);
}
.border-b-marker-dark\/85 {
  border-bottom-color: rgba(66,132,0,0.85);
}
.border-b-marker-dark\/90 {
  border-bottom-color: rgba(66,132,0,0.9);
}
.border-b-marker-dark\/95 {
  border-bottom-color: rgba(66,132,0,0.95);
}
.border-b-marker-light {
  border-bottom-color: #60BF02;
}
.border-b-marker-light\/0 {
  border-bottom-color: rgba(96,191,2,0);
}
.border-b-marker-light\/10 {
  border-bottom-color: rgba(96,191,2,0.1);
}
.border-b-marker-light\/100 {
  border-bottom-color: rgba(96,191,2,1);
}
.border-b-marker-light\/15 {
  border-bottom-color: rgba(96,191,2,0.15);
}
.border-b-marker-light\/20 {
  border-bottom-color: rgba(96,191,2,0.2);
}
.border-b-marker-light\/25 {
  border-bottom-color: rgba(96,191,2,0.25);
}
.border-b-marker-light\/30 {
  border-bottom-color: rgba(96,191,2,0.3);
}
.border-b-marker-light\/35 {
  border-bottom-color: rgba(96,191,2,0.35);
}
.border-b-marker-light\/40 {
  border-bottom-color: rgba(96,191,2,0.4);
}
.border-b-marker-light\/45 {
  border-bottom-color: rgba(96,191,2,0.45);
}
.border-b-marker-light\/5 {
  border-bottom-color: rgba(96,191,2,0.05);
}
.border-b-marker-light\/50 {
  border-bottom-color: rgba(96,191,2,0.5);
}
.border-b-marker-light\/55 {
  border-bottom-color: rgba(96,191,2,0.55);
}
.border-b-marker-light\/60 {
  border-bottom-color: rgba(96,191,2,0.6);
}
.border-b-marker-light\/65 {
  border-bottom-color: rgba(96,191,2,0.65);
}
.border-b-marker-light\/70 {
  border-bottom-color: rgba(96,191,2,0.7);
}
.border-b-marker-light\/75 {
  border-bottom-color: rgba(96,191,2,0.75);
}
.border-b-marker-light\/80 {
  border-bottom-color: rgba(96,191,2,0.8);
}
.border-b-marker-light\/85 {
  border-bottom-color: rgba(96,191,2,0.85);
}
.border-b-marker-light\/90 {
  border-bottom-color: rgba(96,191,2,0.9);
}
.border-b-marker-light\/95 {
  border-bottom-color: rgba(96,191,2,0.95);
}
.border-e-attention-0 {
  border-inline-end-color: #E17A00;
}
.border-e-attention-0\/0 {
  border-inline-end-color: rgba(225,122,0,0);
}
.border-e-attention-0\/10 {
  border-inline-end-color: rgba(225,122,0,0.1);
}
.border-e-attention-0\/100 {
  border-inline-end-color: rgba(225,122,0,1);
}
.border-e-attention-0\/15 {
  border-inline-end-color: rgba(225,122,0,0.15);
}
.border-e-attention-0\/20 {
  border-inline-end-color: rgba(225,122,0,0.2);
}
.border-e-attention-0\/25 {
  border-inline-end-color: rgba(225,122,0,0.25);
}
.border-e-attention-0\/30 {
  border-inline-end-color: rgba(225,122,0,0.3);
}
.border-e-attention-0\/35 {
  border-inline-end-color: rgba(225,122,0,0.35);
}
.border-e-attention-0\/40 {
  border-inline-end-color: rgba(225,122,0,0.4);
}
.border-e-attention-0\/45 {
  border-inline-end-color: rgba(225,122,0,0.45);
}
.border-e-attention-0\/5 {
  border-inline-end-color: rgba(225,122,0,0.05);
}
.border-e-attention-0\/50 {
  border-inline-end-color: rgba(225,122,0,0.5);
}
.border-e-attention-0\/55 {
  border-inline-end-color: rgba(225,122,0,0.55);
}
.border-e-attention-0\/60 {
  border-inline-end-color: rgba(225,122,0,0.6);
}
.border-e-attention-0\/65 {
  border-inline-end-color: rgba(225,122,0,0.65);
}
.border-e-attention-0\/70 {
  border-inline-end-color: rgba(225,122,0,0.7);
}
.border-e-attention-0\/75 {
  border-inline-end-color: rgba(225,122,0,0.75);
}
.border-e-attention-0\/80 {
  border-inline-end-color: rgba(225,122,0,0.8);
}
.border-e-attention-0\/85 {
  border-inline-end-color: rgba(225,122,0,0.85);
}
.border-e-attention-0\/90 {
  border-inline-end-color: rgba(225,122,0,0.9);
}
.border-e-attention-0\/95 {
  border-inline-end-color: rgba(225,122,0,0.95);
}
.border-e-attention-100 {
  border-inline-end-color: #E17A00;
}
.border-e-attention-100\/0 {
  border-inline-end-color: rgba(225,122,0,0);
}
.border-e-attention-100\/10 {
  border-inline-end-color: rgba(225,122,0,0.1);
}
.border-e-attention-100\/100 {
  border-inline-end-color: rgba(225,122,0,1);
}
.border-e-attention-100\/15 {
  border-inline-end-color: rgba(225,122,0,0.15);
}
.border-e-attention-100\/20 {
  border-inline-end-color: rgba(225,122,0,0.2);
}
.border-e-attention-100\/25 {
  border-inline-end-color: rgba(225,122,0,0.25);
}
.border-e-attention-100\/30 {
  border-inline-end-color: rgba(225,122,0,0.3);
}
.border-e-attention-100\/35 {
  border-inline-end-color: rgba(225,122,0,0.35);
}
.border-e-attention-100\/40 {
  border-inline-end-color: rgba(225,122,0,0.4);
}
.border-e-attention-100\/45 {
  border-inline-end-color: rgba(225,122,0,0.45);
}
.border-e-attention-100\/5 {
  border-inline-end-color: rgba(225,122,0,0.05);
}
.border-e-attention-100\/50 {
  border-inline-end-color: rgba(225,122,0,0.5);
}
.border-e-attention-100\/55 {
  border-inline-end-color: rgba(225,122,0,0.55);
}
.border-e-attention-100\/60 {
  border-inline-end-color: rgba(225,122,0,0.6);
}
.border-e-attention-100\/65 {
  border-inline-end-color: rgba(225,122,0,0.65);
}
.border-e-attention-100\/70 {
  border-inline-end-color: rgba(225,122,0,0.7);
}
.border-e-attention-100\/75 {
  border-inline-end-color: rgba(225,122,0,0.75);
}
.border-e-attention-100\/80 {
  border-inline-end-color: rgba(225,122,0,0.8);
}
.border-e-attention-100\/85 {
  border-inline-end-color: rgba(225,122,0,0.85);
}
.border-e-attention-100\/90 {
  border-inline-end-color: rgba(225,122,0,0.9);
}
.border-e-attention-100\/95 {
  border-inline-end-color: rgba(225,122,0,0.95);
}
.border-e-attention-200 {
  border-inline-end-color: #E17A00;
}
.border-e-attention-200\/0 {
  border-inline-end-color: rgba(225,122,0,0);
}
.border-e-attention-200\/10 {
  border-inline-end-color: rgba(225,122,0,0.1);
}
.border-e-attention-200\/100 {
  border-inline-end-color: rgba(225,122,0,1);
}
.border-e-attention-200\/15 {
  border-inline-end-color: rgba(225,122,0,0.15);
}
.border-e-attention-200\/20 {
  border-inline-end-color: rgba(225,122,0,0.2);
}
.border-e-attention-200\/25 {
  border-inline-end-color: rgba(225,122,0,0.25);
}
.border-e-attention-200\/30 {
  border-inline-end-color: rgba(225,122,0,0.3);
}
.border-e-attention-200\/35 {
  border-inline-end-color: rgba(225,122,0,0.35);
}
.border-e-attention-200\/40 {
  border-inline-end-color: rgba(225,122,0,0.4);
}
.border-e-attention-200\/45 {
  border-inline-end-color: rgba(225,122,0,0.45);
}
.border-e-attention-200\/5 {
  border-inline-end-color: rgba(225,122,0,0.05);
}
.border-e-attention-200\/50 {
  border-inline-end-color: rgba(225,122,0,0.5);
}
.border-e-attention-200\/55 {
  border-inline-end-color: rgba(225,122,0,0.55);
}
.border-e-attention-200\/60 {
  border-inline-end-color: rgba(225,122,0,0.6);
}
.border-e-attention-200\/65 {
  border-inline-end-color: rgba(225,122,0,0.65);
}
.border-e-attention-200\/70 {
  border-inline-end-color: rgba(225,122,0,0.7);
}
.border-e-attention-200\/75 {
  border-inline-end-color: rgba(225,122,0,0.75);
}
.border-e-attention-200\/80 {
  border-inline-end-color: rgba(225,122,0,0.8);
}
.border-e-attention-200\/85 {
  border-inline-end-color: rgba(225,122,0,0.85);
}
.border-e-attention-200\/90 {
  border-inline-end-color: rgba(225,122,0,0.9);
}
.border-e-attention-200\/95 {
  border-inline-end-color: rgba(225,122,0,0.95);
}
.border-e-attention-300 {
  border-inline-end-color: #E17A00;
}
.border-e-attention-300\/0 {
  border-inline-end-color: rgba(225,122,0,0);
}
.border-e-attention-300\/10 {
  border-inline-end-color: rgba(225,122,0,0.1);
}
.border-e-attention-300\/100 {
  border-inline-end-color: rgba(225,122,0,1);
}
.border-e-attention-300\/15 {
  border-inline-end-color: rgba(225,122,0,0.15);
}
.border-e-attention-300\/20 {
  border-inline-end-color: rgba(225,122,0,0.2);
}
.border-e-attention-300\/25 {
  border-inline-end-color: rgba(225,122,0,0.25);
}
.border-e-attention-300\/30 {
  border-inline-end-color: rgba(225,122,0,0.3);
}
.border-e-attention-300\/35 {
  border-inline-end-color: rgba(225,122,0,0.35);
}
.border-e-attention-300\/40 {
  border-inline-end-color: rgba(225,122,0,0.4);
}
.border-e-attention-300\/45 {
  border-inline-end-color: rgba(225,122,0,0.45);
}
.border-e-attention-300\/5 {
  border-inline-end-color: rgba(225,122,0,0.05);
}
.border-e-attention-300\/50 {
  border-inline-end-color: rgba(225,122,0,0.5);
}
.border-e-attention-300\/55 {
  border-inline-end-color: rgba(225,122,0,0.55);
}
.border-e-attention-300\/60 {
  border-inline-end-color: rgba(225,122,0,0.6);
}
.border-e-attention-300\/65 {
  border-inline-end-color: rgba(225,122,0,0.65);
}
.border-e-attention-300\/70 {
  border-inline-end-color: rgba(225,122,0,0.7);
}
.border-e-attention-300\/75 {
  border-inline-end-color: rgba(225,122,0,0.75);
}
.border-e-attention-300\/80 {
  border-inline-end-color: rgba(225,122,0,0.8);
}
.border-e-attention-300\/85 {
  border-inline-end-color: rgba(225,122,0,0.85);
}
.border-e-attention-300\/90 {
  border-inline-end-color: rgba(225,122,0,0.9);
}
.border-e-attention-300\/95 {
  border-inline-end-color: rgba(225,122,0,0.95);
}
.border-e-attention-400 {
  border-inline-end-color: #E17A00;
}
.border-e-attention-400\/0 {
  border-inline-end-color: rgba(225,122,0,0);
}
.border-e-attention-400\/10 {
  border-inline-end-color: rgba(225,122,0,0.1);
}
.border-e-attention-400\/100 {
  border-inline-end-color: rgba(225,122,0,1);
}
.border-e-attention-400\/15 {
  border-inline-end-color: rgba(225,122,0,0.15);
}
.border-e-attention-400\/20 {
  border-inline-end-color: rgba(225,122,0,0.2);
}
.border-e-attention-400\/25 {
  border-inline-end-color: rgba(225,122,0,0.25);
}
.border-e-attention-400\/30 {
  border-inline-end-color: rgba(225,122,0,0.3);
}
.border-e-attention-400\/35 {
  border-inline-end-color: rgba(225,122,0,0.35);
}
.border-e-attention-400\/40 {
  border-inline-end-color: rgba(225,122,0,0.4);
}
.border-e-attention-400\/45 {
  border-inline-end-color: rgba(225,122,0,0.45);
}
.border-e-attention-400\/5 {
  border-inline-end-color: rgba(225,122,0,0.05);
}
.border-e-attention-400\/50 {
  border-inline-end-color: rgba(225,122,0,0.5);
}
.border-e-attention-400\/55 {
  border-inline-end-color: rgba(225,122,0,0.55);
}
.border-e-attention-400\/60 {
  border-inline-end-color: rgba(225,122,0,0.6);
}
.border-e-attention-400\/65 {
  border-inline-end-color: rgba(225,122,0,0.65);
}
.border-e-attention-400\/70 {
  border-inline-end-color: rgba(225,122,0,0.7);
}
.border-e-attention-400\/75 {
  border-inline-end-color: rgba(225,122,0,0.75);
}
.border-e-attention-400\/80 {
  border-inline-end-color: rgba(225,122,0,0.8);
}
.border-e-attention-400\/85 {
  border-inline-end-color: rgba(225,122,0,0.85);
}
.border-e-attention-400\/90 {
  border-inline-end-color: rgba(225,122,0,0.9);
}
.border-e-attention-400\/95 {
  border-inline-end-color: rgba(225,122,0,0.95);
}
.border-e-attention-500 {
  border-inline-end-color: #E93A24;
}
.border-e-attention-500\/0 {
  border-inline-end-color: rgba(233,58,36,0);
}
.border-e-attention-500\/10 {
  border-inline-end-color: rgba(233,58,36,0.1);
}
.border-e-attention-500\/100 {
  border-inline-end-color: rgba(233,58,36,1);
}
.border-e-attention-500\/15 {
  border-inline-end-color: rgba(233,58,36,0.15);
}
.border-e-attention-500\/20 {
  border-inline-end-color: rgba(233,58,36,0.2);
}
.border-e-attention-500\/25 {
  border-inline-end-color: rgba(233,58,36,0.25);
}
.border-e-attention-500\/30 {
  border-inline-end-color: rgba(233,58,36,0.3);
}
.border-e-attention-500\/35 {
  border-inline-end-color: rgba(233,58,36,0.35);
}
.border-e-attention-500\/40 {
  border-inline-end-color: rgba(233,58,36,0.4);
}
.border-e-attention-500\/45 {
  border-inline-end-color: rgba(233,58,36,0.45);
}
.border-e-attention-500\/5 {
  border-inline-end-color: rgba(233,58,36,0.05);
}
.border-e-attention-500\/50 {
  border-inline-end-color: rgba(233,58,36,0.5);
}
.border-e-attention-500\/55 {
  border-inline-end-color: rgba(233,58,36,0.55);
}
.border-e-attention-500\/60 {
  border-inline-end-color: rgba(233,58,36,0.6);
}
.border-e-attention-500\/65 {
  border-inline-end-color: rgba(233,58,36,0.65);
}
.border-e-attention-500\/70 {
  border-inline-end-color: rgba(233,58,36,0.7);
}
.border-e-attention-500\/75 {
  border-inline-end-color: rgba(233,58,36,0.75);
}
.border-e-attention-500\/80 {
  border-inline-end-color: rgba(233,58,36,0.8);
}
.border-e-attention-500\/85 {
  border-inline-end-color: rgba(233,58,36,0.85);
}
.border-e-attention-500\/90 {
  border-inline-end-color: rgba(233,58,36,0.9);
}
.border-e-attention-500\/95 {
  border-inline-end-color: rgba(233,58,36,0.95);
}
.border-e-attention-600 {
  border-inline-end-color: #E93A24;
}
.border-e-attention-600\/0 {
  border-inline-end-color: rgba(233,58,36,0);
}
.border-e-attention-600\/10 {
  border-inline-end-color: rgba(233,58,36,0.1);
}
.border-e-attention-600\/100 {
  border-inline-end-color: rgba(233,58,36,1);
}
.border-e-attention-600\/15 {
  border-inline-end-color: rgba(233,58,36,0.15);
}
.border-e-attention-600\/20 {
  border-inline-end-color: rgba(233,58,36,0.2);
}
.border-e-attention-600\/25 {
  border-inline-end-color: rgba(233,58,36,0.25);
}
.border-e-attention-600\/30 {
  border-inline-end-color: rgba(233,58,36,0.3);
}
.border-e-attention-600\/35 {
  border-inline-end-color: rgba(233,58,36,0.35);
}
.border-e-attention-600\/40 {
  border-inline-end-color: rgba(233,58,36,0.4);
}
.border-e-attention-600\/45 {
  border-inline-end-color: rgba(233,58,36,0.45);
}
.border-e-attention-600\/5 {
  border-inline-end-color: rgba(233,58,36,0.05);
}
.border-e-attention-600\/50 {
  border-inline-end-color: rgba(233,58,36,0.5);
}
.border-e-attention-600\/55 {
  border-inline-end-color: rgba(233,58,36,0.55);
}
.border-e-attention-600\/60 {
  border-inline-end-color: rgba(233,58,36,0.6);
}
.border-e-attention-600\/65 {
  border-inline-end-color: rgba(233,58,36,0.65);
}
.border-e-attention-600\/70 {
  border-inline-end-color: rgba(233,58,36,0.7);
}
.border-e-attention-600\/75 {
  border-inline-end-color: rgba(233,58,36,0.75);
}
.border-e-attention-600\/80 {
  border-inline-end-color: rgba(233,58,36,0.8);
}
.border-e-attention-600\/85 {
  border-inline-end-color: rgba(233,58,36,0.85);
}
.border-e-attention-600\/90 {
  border-inline-end-color: rgba(233,58,36,0.9);
}
.border-e-attention-600\/95 {
  border-inline-end-color: rgba(233,58,36,0.95);
}
.border-e-attention-700 {
  border-inline-end-color: #E93A24;
}
.border-e-attention-700\/0 {
  border-inline-end-color: rgba(233,58,36,0);
}
.border-e-attention-700\/10 {
  border-inline-end-color: rgba(233,58,36,0.1);
}
.border-e-attention-700\/100 {
  border-inline-end-color: rgba(233,58,36,1);
}
.border-e-attention-700\/15 {
  border-inline-end-color: rgba(233,58,36,0.15);
}
.border-e-attention-700\/20 {
  border-inline-end-color: rgba(233,58,36,0.2);
}
.border-e-attention-700\/25 {
  border-inline-end-color: rgba(233,58,36,0.25);
}
.border-e-attention-700\/30 {
  border-inline-end-color: rgba(233,58,36,0.3);
}
.border-e-attention-700\/35 {
  border-inline-end-color: rgba(233,58,36,0.35);
}
.border-e-attention-700\/40 {
  border-inline-end-color: rgba(233,58,36,0.4);
}
.border-e-attention-700\/45 {
  border-inline-end-color: rgba(233,58,36,0.45);
}
.border-e-attention-700\/5 {
  border-inline-end-color: rgba(233,58,36,0.05);
}
.border-e-attention-700\/50 {
  border-inline-end-color: rgba(233,58,36,0.5);
}
.border-e-attention-700\/55 {
  border-inline-end-color: rgba(233,58,36,0.55);
}
.border-e-attention-700\/60 {
  border-inline-end-color: rgba(233,58,36,0.6);
}
.border-e-attention-700\/65 {
  border-inline-end-color: rgba(233,58,36,0.65);
}
.border-e-attention-700\/70 {
  border-inline-end-color: rgba(233,58,36,0.7);
}
.border-e-attention-700\/75 {
  border-inline-end-color: rgba(233,58,36,0.75);
}
.border-e-attention-700\/80 {
  border-inline-end-color: rgba(233,58,36,0.8);
}
.border-e-attention-700\/85 {
  border-inline-end-color: rgba(233,58,36,0.85);
}
.border-e-attention-700\/90 {
  border-inline-end-color: rgba(233,58,36,0.9);
}
.border-e-attention-700\/95 {
  border-inline-end-color: rgba(233,58,36,0.95);
}
.border-e-attention-800 {
  border-inline-end-color: #E93A24;
}
.border-e-attention-800\/0 {
  border-inline-end-color: rgba(233,58,36,0);
}
.border-e-attention-800\/10 {
  border-inline-end-color: rgba(233,58,36,0.1);
}
.border-e-attention-800\/100 {
  border-inline-end-color: rgba(233,58,36,1);
}
.border-e-attention-800\/15 {
  border-inline-end-color: rgba(233,58,36,0.15);
}
.border-e-attention-800\/20 {
  border-inline-end-color: rgba(233,58,36,0.2);
}
.border-e-attention-800\/25 {
  border-inline-end-color: rgba(233,58,36,0.25);
}
.border-e-attention-800\/30 {
  border-inline-end-color: rgba(233,58,36,0.3);
}
.border-e-attention-800\/35 {
  border-inline-end-color: rgba(233,58,36,0.35);
}
.border-e-attention-800\/40 {
  border-inline-end-color: rgba(233,58,36,0.4);
}
.border-e-attention-800\/45 {
  border-inline-end-color: rgba(233,58,36,0.45);
}
.border-e-attention-800\/5 {
  border-inline-end-color: rgba(233,58,36,0.05);
}
.border-e-attention-800\/50 {
  border-inline-end-color: rgba(233,58,36,0.5);
}
.border-e-attention-800\/55 {
  border-inline-end-color: rgba(233,58,36,0.55);
}
.border-e-attention-800\/60 {
  border-inline-end-color: rgba(233,58,36,0.6);
}
.border-e-attention-800\/65 {
  border-inline-end-color: rgba(233,58,36,0.65);
}
.border-e-attention-800\/70 {
  border-inline-end-color: rgba(233,58,36,0.7);
}
.border-e-attention-800\/75 {
  border-inline-end-color: rgba(233,58,36,0.75);
}
.border-e-attention-800\/80 {
  border-inline-end-color: rgba(233,58,36,0.8);
}
.border-e-attention-800\/85 {
  border-inline-end-color: rgba(233,58,36,0.85);
}
.border-e-attention-800\/90 {
  border-inline-end-color: rgba(233,58,36,0.9);
}
.border-e-attention-800\/95 {
  border-inline-end-color: rgba(233,58,36,0.95);
}
.border-e-attention-900 {
  border-inline-end-color: #E93A24;
}
.border-e-attention-900\/0 {
  border-inline-end-color: rgba(233,58,36,0);
}
.border-e-attention-900\/10 {
  border-inline-end-color: rgba(233,58,36,0.1);
}
.border-e-attention-900\/100 {
  border-inline-end-color: rgba(233,58,36,1);
}
.border-e-attention-900\/15 {
  border-inline-end-color: rgba(233,58,36,0.15);
}
.border-e-attention-900\/20 {
  border-inline-end-color: rgba(233,58,36,0.2);
}
.border-e-attention-900\/25 {
  border-inline-end-color: rgba(233,58,36,0.25);
}
.border-e-attention-900\/30 {
  border-inline-end-color: rgba(233,58,36,0.3);
}
.border-e-attention-900\/35 {
  border-inline-end-color: rgba(233,58,36,0.35);
}
.border-e-attention-900\/40 {
  border-inline-end-color: rgba(233,58,36,0.4);
}
.border-e-attention-900\/45 {
  border-inline-end-color: rgba(233,58,36,0.45);
}
.border-e-attention-900\/5 {
  border-inline-end-color: rgba(233,58,36,0.05);
}
.border-e-attention-900\/50 {
  border-inline-end-color: rgba(233,58,36,0.5);
}
.border-e-attention-900\/55 {
  border-inline-end-color: rgba(233,58,36,0.55);
}
.border-e-attention-900\/60 {
  border-inline-end-color: rgba(233,58,36,0.6);
}
.border-e-attention-900\/65 {
  border-inline-end-color: rgba(233,58,36,0.65);
}
.border-e-attention-900\/70 {
  border-inline-end-color: rgba(233,58,36,0.7);
}
.border-e-attention-900\/75 {
  border-inline-end-color: rgba(233,58,36,0.75);
}
.border-e-attention-900\/80 {
  border-inline-end-color: rgba(233,58,36,0.8);
}
.border-e-attention-900\/85 {
  border-inline-end-color: rgba(233,58,36,0.85);
}
.border-e-attention-900\/90 {
  border-inline-end-color: rgba(233,58,36,0.9);
}
.border-e-attention-900\/95 {
  border-inline-end-color: rgba(233,58,36,0.95);
}
.border-e-attention-dark {
  border-inline-end-color: #8c2316;
}
.border-e-attention-dark\/0 {
  border-inline-end-color: rgba(140,35,22,0);
}
.border-e-attention-dark\/10 {
  border-inline-end-color: rgba(140,35,22,0.1);
}
.border-e-attention-dark\/100 {
  border-inline-end-color: rgba(140,35,22,1);
}
.border-e-attention-dark\/15 {
  border-inline-end-color: rgba(140,35,22,0.15);
}
.border-e-attention-dark\/20 {
  border-inline-end-color: rgba(140,35,22,0.2);
}
.border-e-attention-dark\/25 {
  border-inline-end-color: rgba(140,35,22,0.25);
}
.border-e-attention-dark\/30 {
  border-inline-end-color: rgba(140,35,22,0.3);
}
.border-e-attention-dark\/35 {
  border-inline-end-color: rgba(140,35,22,0.35);
}
.border-e-attention-dark\/40 {
  border-inline-end-color: rgba(140,35,22,0.4);
}
.border-e-attention-dark\/45 {
  border-inline-end-color: rgba(140,35,22,0.45);
}
.border-e-attention-dark\/5 {
  border-inline-end-color: rgba(140,35,22,0.05);
}
.border-e-attention-dark\/50 {
  border-inline-end-color: rgba(140,35,22,0.5);
}
.border-e-attention-dark\/55 {
  border-inline-end-color: rgba(140,35,22,0.55);
}
.border-e-attention-dark\/60 {
  border-inline-end-color: rgba(140,35,22,0.6);
}
.border-e-attention-dark\/65 {
  border-inline-end-color: rgba(140,35,22,0.65);
}
.border-e-attention-dark\/70 {
  border-inline-end-color: rgba(140,35,22,0.7);
}
.border-e-attention-dark\/75 {
  border-inline-end-color: rgba(140,35,22,0.75);
}
.border-e-attention-dark\/80 {
  border-inline-end-color: rgba(140,35,22,0.8);
}
.border-e-attention-dark\/85 {
  border-inline-end-color: rgba(140,35,22,0.85);
}
.border-e-attention-dark\/90 {
  border-inline-end-color: rgba(140,35,22,0.9);
}
.border-e-attention-dark\/95 {
  border-inline-end-color: rgba(140,35,22,0.95);
}
.border-e-attention-light {
  border-inline-end-color: #E17A00;
}
.border-e-attention-light\/0 {
  border-inline-end-color: rgba(225,122,0,0);
}
.border-e-attention-light\/10 {
  border-inline-end-color: rgba(225,122,0,0.1);
}
.border-e-attention-light\/100 {
  border-inline-end-color: rgba(225,122,0,1);
}
.border-e-attention-light\/15 {
  border-inline-end-color: rgba(225,122,0,0.15);
}
.border-e-attention-light\/20 {
  border-inline-end-color: rgba(225,122,0,0.2);
}
.border-e-attention-light\/25 {
  border-inline-end-color: rgba(225,122,0,0.25);
}
.border-e-attention-light\/30 {
  border-inline-end-color: rgba(225,122,0,0.3);
}
.border-e-attention-light\/35 {
  border-inline-end-color: rgba(225,122,0,0.35);
}
.border-e-attention-light\/40 {
  border-inline-end-color: rgba(225,122,0,0.4);
}
.border-e-attention-light\/45 {
  border-inline-end-color: rgba(225,122,0,0.45);
}
.border-e-attention-light\/5 {
  border-inline-end-color: rgba(225,122,0,0.05);
}
.border-e-attention-light\/50 {
  border-inline-end-color: rgba(225,122,0,0.5);
}
.border-e-attention-light\/55 {
  border-inline-end-color: rgba(225,122,0,0.55);
}
.border-e-attention-light\/60 {
  border-inline-end-color: rgba(225,122,0,0.6);
}
.border-e-attention-light\/65 {
  border-inline-end-color: rgba(225,122,0,0.65);
}
.border-e-attention-light\/70 {
  border-inline-end-color: rgba(225,122,0,0.7);
}
.border-e-attention-light\/75 {
  border-inline-end-color: rgba(225,122,0,0.75);
}
.border-e-attention-light\/80 {
  border-inline-end-color: rgba(225,122,0,0.8);
}
.border-e-attention-light\/85 {
  border-inline-end-color: rgba(225,122,0,0.85);
}
.border-e-attention-light\/90 {
  border-inline-end-color: rgba(225,122,0,0.9);
}
.border-e-attention-light\/95 {
  border-inline-end-color: rgba(225,122,0,0.95);
}
.border-e-base-0 {
  border-inline-end-color: #E5E5E5;
}
.border-e-base-0\/0 {
  border-inline-end-color: rgba(229,229,229,0);
}
.border-e-base-0\/10 {
  border-inline-end-color: rgba(229,229,229,0.1);
}
.border-e-base-0\/100 {
  border-inline-end-color: rgba(229,229,229,1);
}
.border-e-base-0\/15 {
  border-inline-end-color: rgba(229,229,229,0.15);
}
.border-e-base-0\/20 {
  border-inline-end-color: rgba(229,229,229,0.2);
}
.border-e-base-0\/25 {
  border-inline-end-color: rgba(229,229,229,0.25);
}
.border-e-base-0\/30 {
  border-inline-end-color: rgba(229,229,229,0.3);
}
.border-e-base-0\/35 {
  border-inline-end-color: rgba(229,229,229,0.35);
}
.border-e-base-0\/40 {
  border-inline-end-color: rgba(229,229,229,0.4);
}
.border-e-base-0\/45 {
  border-inline-end-color: rgba(229,229,229,0.45);
}
.border-e-base-0\/5 {
  border-inline-end-color: rgba(229,229,229,0.05);
}
.border-e-base-0\/50 {
  border-inline-end-color: rgba(229,229,229,0.5);
}
.border-e-base-0\/55 {
  border-inline-end-color: rgba(229,229,229,0.55);
}
.border-e-base-0\/60 {
  border-inline-end-color: rgba(229,229,229,0.6);
}
.border-e-base-0\/65 {
  border-inline-end-color: rgba(229,229,229,0.65);
}
.border-e-base-0\/70 {
  border-inline-end-color: rgba(229,229,229,0.7);
}
.border-e-base-0\/75 {
  border-inline-end-color: rgba(229,229,229,0.75);
}
.border-e-base-0\/80 {
  border-inline-end-color: rgba(229,229,229,0.8);
}
.border-e-base-0\/85 {
  border-inline-end-color: rgba(229,229,229,0.85);
}
.border-e-base-0\/90 {
  border-inline-end-color: rgba(229,229,229,0.9);
}
.border-e-base-0\/95 {
  border-inline-end-color: rgba(229,229,229,0.95);
}
.border-e-base-100 {
  border-inline-end-color: #8C8C8C;
}
.border-e-base-100\/0 {
  border-inline-end-color: rgba(140,140,140,0);
}
.border-e-base-100\/10 {
  border-inline-end-color: rgba(140,140,140,0.1);
}
.border-e-base-100\/100 {
  border-inline-end-color: rgba(140,140,140,1);
}
.border-e-base-100\/15 {
  border-inline-end-color: rgba(140,140,140,0.15);
}
.border-e-base-100\/20 {
  border-inline-end-color: rgba(140,140,140,0.2);
}
.border-e-base-100\/25 {
  border-inline-end-color: rgba(140,140,140,0.25);
}
.border-e-base-100\/30 {
  border-inline-end-color: rgba(140,140,140,0.3);
}
.border-e-base-100\/35 {
  border-inline-end-color: rgba(140,140,140,0.35);
}
.border-e-base-100\/40 {
  border-inline-end-color: rgba(140,140,140,0.4);
}
.border-e-base-100\/45 {
  border-inline-end-color: rgba(140,140,140,0.45);
}
.border-e-base-100\/5 {
  border-inline-end-color: rgba(140,140,140,0.05);
}
.border-e-base-100\/50 {
  border-inline-end-color: rgba(140,140,140,0.5);
}
.border-e-base-100\/55 {
  border-inline-end-color: rgba(140,140,140,0.55);
}
.border-e-base-100\/60 {
  border-inline-end-color: rgba(140,140,140,0.6);
}
.border-e-base-100\/65 {
  border-inline-end-color: rgba(140,140,140,0.65);
}
.border-e-base-100\/70 {
  border-inline-end-color: rgba(140,140,140,0.7);
}
.border-e-base-100\/75 {
  border-inline-end-color: rgba(140,140,140,0.75);
}
.border-e-base-100\/80 {
  border-inline-end-color: rgba(140,140,140,0.8);
}
.border-e-base-100\/85 {
  border-inline-end-color: rgba(140,140,140,0.85);
}
.border-e-base-100\/90 {
  border-inline-end-color: rgba(140,140,140,0.9);
}
.border-e-base-100\/95 {
  border-inline-end-color: rgba(140,140,140,0.95);
}
.border-e-base-150 {
  border-inline-end-color: #6f6f6f;
}
.border-e-base-150\/0 {
  border-inline-end-color: rgba(111,111,111,0);
}
.border-e-base-150\/10 {
  border-inline-end-color: rgba(111,111,111,0.1);
}
.border-e-base-150\/100 {
  border-inline-end-color: rgba(111,111,111,1);
}
.border-e-base-150\/15 {
  border-inline-end-color: rgba(111,111,111,0.15);
}
.border-e-base-150\/20 {
  border-inline-end-color: rgba(111,111,111,0.2);
}
.border-e-base-150\/25 {
  border-inline-end-color: rgba(111,111,111,0.25);
}
.border-e-base-150\/30 {
  border-inline-end-color: rgba(111,111,111,0.3);
}
.border-e-base-150\/35 {
  border-inline-end-color: rgba(111,111,111,0.35);
}
.border-e-base-150\/40 {
  border-inline-end-color: rgba(111,111,111,0.4);
}
.border-e-base-150\/45 {
  border-inline-end-color: rgba(111,111,111,0.45);
}
.border-e-base-150\/5 {
  border-inline-end-color: rgba(111,111,111,0.05);
}
.border-e-base-150\/50 {
  border-inline-end-color: rgba(111,111,111,0.5);
}
.border-e-base-150\/55 {
  border-inline-end-color: rgba(111,111,111,0.55);
}
.border-e-base-150\/60 {
  border-inline-end-color: rgba(111,111,111,0.6);
}
.border-e-base-150\/65 {
  border-inline-end-color: rgba(111,111,111,0.65);
}
.border-e-base-150\/70 {
  border-inline-end-color: rgba(111,111,111,0.7);
}
.border-e-base-150\/75 {
  border-inline-end-color: rgba(111,111,111,0.75);
}
.border-e-base-150\/80 {
  border-inline-end-color: rgba(111,111,111,0.8);
}
.border-e-base-150\/85 {
  border-inline-end-color: rgba(111,111,111,0.85);
}
.border-e-base-150\/90 {
  border-inline-end-color: rgba(111,111,111,0.9);
}
.border-e-base-150\/95 {
  border-inline-end-color: rgba(111,111,111,0.95);
}
.border-e-base-200 {
  border-inline-end-color: #454545;
}
.border-e-base-200\/0 {
  border-inline-end-color: rgba(69,69,69,0);
}
.border-e-base-200\/10 {
  border-inline-end-color: rgba(69,69,69,0.1);
}
.border-e-base-200\/100 {
  border-inline-end-color: rgba(69,69,69,1);
}
.border-e-base-200\/15 {
  border-inline-end-color: rgba(69,69,69,0.15);
}
.border-e-base-200\/20 {
  border-inline-end-color: rgba(69,69,69,0.2);
}
.border-e-base-200\/25 {
  border-inline-end-color: rgba(69,69,69,0.25);
}
.border-e-base-200\/30 {
  border-inline-end-color: rgba(69,69,69,0.3);
}
.border-e-base-200\/35 {
  border-inline-end-color: rgba(69,69,69,0.35);
}
.border-e-base-200\/40 {
  border-inline-end-color: rgba(69,69,69,0.4);
}
.border-e-base-200\/45 {
  border-inline-end-color: rgba(69,69,69,0.45);
}
.border-e-base-200\/5 {
  border-inline-end-color: rgba(69,69,69,0.05);
}
.border-e-base-200\/50 {
  border-inline-end-color: rgba(69,69,69,0.5);
}
.border-e-base-200\/55 {
  border-inline-end-color: rgba(69,69,69,0.55);
}
.border-e-base-200\/60 {
  border-inline-end-color: rgba(69,69,69,0.6);
}
.border-e-base-200\/65 {
  border-inline-end-color: rgba(69,69,69,0.65);
}
.border-e-base-200\/70 {
  border-inline-end-color: rgba(69,69,69,0.7);
}
.border-e-base-200\/75 {
  border-inline-end-color: rgba(69,69,69,0.75);
}
.border-e-base-200\/80 {
  border-inline-end-color: rgba(69,69,69,0.8);
}
.border-e-base-200\/85 {
  border-inline-end-color: rgba(69,69,69,0.85);
}
.border-e-base-200\/90 {
  border-inline-end-color: rgba(69,69,69,0.9);
}
.border-e-base-200\/95 {
  border-inline-end-color: rgba(69,69,69,0.95);
}
.border-e-base-300 {
  border-inline-end-color: #343434;
}
.border-e-base-300\/0 {
  border-inline-end-color: rgba(52,52,52,0);
}
.border-e-base-300\/10 {
  border-inline-end-color: rgba(52,52,52,0.1);
}
.border-e-base-300\/100 {
  border-inline-end-color: rgba(52,52,52,1);
}
.border-e-base-300\/15 {
  border-inline-end-color: rgba(52,52,52,0.15);
}
.border-e-base-300\/20 {
  border-inline-end-color: rgba(52,52,52,0.2);
}
.border-e-base-300\/25 {
  border-inline-end-color: rgba(52,52,52,0.25);
}
.border-e-base-300\/30 {
  border-inline-end-color: rgba(52,52,52,0.3);
}
.border-e-base-300\/35 {
  border-inline-end-color: rgba(52,52,52,0.35);
}
.border-e-base-300\/40 {
  border-inline-end-color: rgba(52,52,52,0.4);
}
.border-e-base-300\/45 {
  border-inline-end-color: rgba(52,52,52,0.45);
}
.border-e-base-300\/5 {
  border-inline-end-color: rgba(52,52,52,0.05);
}
.border-e-base-300\/50 {
  border-inline-end-color: rgba(52,52,52,0.5);
}
.border-e-base-300\/55 {
  border-inline-end-color: rgba(52,52,52,0.55);
}
.border-e-base-300\/60 {
  border-inline-end-color: rgba(52,52,52,0.6);
}
.border-e-base-300\/65 {
  border-inline-end-color: rgba(52,52,52,0.65);
}
.border-e-base-300\/70 {
  border-inline-end-color: rgba(52,52,52,0.7);
}
.border-e-base-300\/75 {
  border-inline-end-color: rgba(52,52,52,0.75);
}
.border-e-base-300\/80 {
  border-inline-end-color: rgba(52,52,52,0.8);
}
.border-e-base-300\/85 {
  border-inline-end-color: rgba(52,52,52,0.85);
}
.border-e-base-300\/90 {
  border-inline-end-color: rgba(52,52,52,0.9);
}
.border-e-base-300\/95 {
  border-inline-end-color: rgba(52,52,52,0.95);
}
.border-e-base-400 {
  border-inline-end-color: #2B2B2B;
}
.border-e-base-400\/0 {
  border-inline-end-color: rgba(43,43,43,0);
}
.border-e-base-400\/10 {
  border-inline-end-color: rgba(43,43,43,0.1);
}
.border-e-base-400\/100 {
  border-inline-end-color: rgba(43,43,43,1);
}
.border-e-base-400\/15 {
  border-inline-end-color: rgba(43,43,43,0.15);
}
.border-e-base-400\/20 {
  border-inline-end-color: rgba(43,43,43,0.2);
}
.border-e-base-400\/25 {
  border-inline-end-color: rgba(43,43,43,0.25);
}
.border-e-base-400\/30 {
  border-inline-end-color: rgba(43,43,43,0.3);
}
.border-e-base-400\/35 {
  border-inline-end-color: rgba(43,43,43,0.35);
}
.border-e-base-400\/40 {
  border-inline-end-color: rgba(43,43,43,0.4);
}
.border-e-base-400\/45 {
  border-inline-end-color: rgba(43,43,43,0.45);
}
.border-e-base-400\/5 {
  border-inline-end-color: rgba(43,43,43,0.05);
}
.border-e-base-400\/50 {
  border-inline-end-color: rgba(43,43,43,0.5);
}
.border-e-base-400\/55 {
  border-inline-end-color: rgba(43,43,43,0.55);
}
.border-e-base-400\/60 {
  border-inline-end-color: rgba(43,43,43,0.6);
}
.border-e-base-400\/65 {
  border-inline-end-color: rgba(43,43,43,0.65);
}
.border-e-base-400\/70 {
  border-inline-end-color: rgba(43,43,43,0.7);
}
.border-e-base-400\/75 {
  border-inline-end-color: rgba(43,43,43,0.75);
}
.border-e-base-400\/80 {
  border-inline-end-color: rgba(43,43,43,0.8);
}
.border-e-base-400\/85 {
  border-inline-end-color: rgba(43,43,43,0.85);
}
.border-e-base-400\/90 {
  border-inline-end-color: rgba(43,43,43,0.9);
}
.border-e-base-400\/95 {
  border-inline-end-color: rgba(43,43,43,0.95);
}
.border-e-base-500 {
  border-inline-end-color: #232323;
}
.border-e-base-500\/0 {
  border-inline-end-color: rgba(35,35,35,0);
}
.border-e-base-500\/10 {
  border-inline-end-color: rgba(35,35,35,0.1);
}
.border-e-base-500\/100 {
  border-inline-end-color: rgba(35,35,35,1);
}
.border-e-base-500\/15 {
  border-inline-end-color: rgba(35,35,35,0.15);
}
.border-e-base-500\/20 {
  border-inline-end-color: rgba(35,35,35,0.2);
}
.border-e-base-500\/25 {
  border-inline-end-color: rgba(35,35,35,0.25);
}
.border-e-base-500\/30 {
  border-inline-end-color: rgba(35,35,35,0.3);
}
.border-e-base-500\/35 {
  border-inline-end-color: rgba(35,35,35,0.35);
}
.border-e-base-500\/40 {
  border-inline-end-color: rgba(35,35,35,0.4);
}
.border-e-base-500\/45 {
  border-inline-end-color: rgba(35,35,35,0.45);
}
.border-e-base-500\/5 {
  border-inline-end-color: rgba(35,35,35,0.05);
}
.border-e-base-500\/50 {
  border-inline-end-color: rgba(35,35,35,0.5);
}
.border-e-base-500\/55 {
  border-inline-end-color: rgba(35,35,35,0.55);
}
.border-e-base-500\/60 {
  border-inline-end-color: rgba(35,35,35,0.6);
}
.border-e-base-500\/65 {
  border-inline-end-color: rgba(35,35,35,0.65);
}
.border-e-base-500\/70 {
  border-inline-end-color: rgba(35,35,35,0.7);
}
.border-e-base-500\/75 {
  border-inline-end-color: rgba(35,35,35,0.75);
}
.border-e-base-500\/80 {
  border-inline-end-color: rgba(35,35,35,0.8);
}
.border-e-base-500\/85 {
  border-inline-end-color: rgba(35,35,35,0.85);
}
.border-e-base-500\/90 {
  border-inline-end-color: rgba(35,35,35,0.9);
}
.border-e-base-500\/95 {
  border-inline-end-color: rgba(35,35,35,0.95);
}
.border-e-base-600 {
  border-inline-end-color: #232323;
}
.border-e-base-600\/0 {
  border-inline-end-color: rgba(35,35,35,0);
}
.border-e-base-600\/10 {
  border-inline-end-color: rgba(35,35,35,0.1);
}
.border-e-base-600\/100 {
  border-inline-end-color: rgba(35,35,35,1);
}
.border-e-base-600\/15 {
  border-inline-end-color: rgba(35,35,35,0.15);
}
.border-e-base-600\/20 {
  border-inline-end-color: rgba(35,35,35,0.2);
}
.border-e-base-600\/25 {
  border-inline-end-color: rgba(35,35,35,0.25);
}
.border-e-base-600\/30 {
  border-inline-end-color: rgba(35,35,35,0.3);
}
.border-e-base-600\/35 {
  border-inline-end-color: rgba(35,35,35,0.35);
}
.border-e-base-600\/40 {
  border-inline-end-color: rgba(35,35,35,0.4);
}
.border-e-base-600\/45 {
  border-inline-end-color: rgba(35,35,35,0.45);
}
.border-e-base-600\/5 {
  border-inline-end-color: rgba(35,35,35,0.05);
}
.border-e-base-600\/50 {
  border-inline-end-color: rgba(35,35,35,0.5);
}
.border-e-base-600\/55 {
  border-inline-end-color: rgba(35,35,35,0.55);
}
.border-e-base-600\/60 {
  border-inline-end-color: rgba(35,35,35,0.6);
}
.border-e-base-600\/65 {
  border-inline-end-color: rgba(35,35,35,0.65);
}
.border-e-base-600\/70 {
  border-inline-end-color: rgba(35,35,35,0.7);
}
.border-e-base-600\/75 {
  border-inline-end-color: rgba(35,35,35,0.75);
}
.border-e-base-600\/80 {
  border-inline-end-color: rgba(35,35,35,0.8);
}
.border-e-base-600\/85 {
  border-inline-end-color: rgba(35,35,35,0.85);
}
.border-e-base-600\/90 {
  border-inline-end-color: rgba(35,35,35,0.9);
}
.border-e-base-600\/95 {
  border-inline-end-color: rgba(35,35,35,0.95);
}
.border-e-base-700 {
  border-inline-end-color: #181818;
}
.border-e-base-700\/0 {
  border-inline-end-color: rgba(24,24,24,0);
}
.border-e-base-700\/10 {
  border-inline-end-color: rgba(24,24,24,0.1);
}
.border-e-base-700\/100 {
  border-inline-end-color: rgba(24,24,24,1);
}
.border-e-base-700\/15 {
  border-inline-end-color: rgba(24,24,24,0.15);
}
.border-e-base-700\/20 {
  border-inline-end-color: rgba(24,24,24,0.2);
}
.border-e-base-700\/25 {
  border-inline-end-color: rgba(24,24,24,0.25);
}
.border-e-base-700\/30 {
  border-inline-end-color: rgba(24,24,24,0.3);
}
.border-e-base-700\/35 {
  border-inline-end-color: rgba(24,24,24,0.35);
}
.border-e-base-700\/40 {
  border-inline-end-color: rgba(24,24,24,0.4);
}
.border-e-base-700\/45 {
  border-inline-end-color: rgba(24,24,24,0.45);
}
.border-e-base-700\/5 {
  border-inline-end-color: rgba(24,24,24,0.05);
}
.border-e-base-700\/50 {
  border-inline-end-color: rgba(24,24,24,0.5);
}
.border-e-base-700\/55 {
  border-inline-end-color: rgba(24,24,24,0.55);
}
.border-e-base-700\/60 {
  border-inline-end-color: rgba(24,24,24,0.6);
}
.border-e-base-700\/65 {
  border-inline-end-color: rgba(24,24,24,0.65);
}
.border-e-base-700\/70 {
  border-inline-end-color: rgba(24,24,24,0.7);
}
.border-e-base-700\/75 {
  border-inline-end-color: rgba(24,24,24,0.75);
}
.border-e-base-700\/80 {
  border-inline-end-color: rgba(24,24,24,0.8);
}
.border-e-base-700\/85 {
  border-inline-end-color: rgba(24,24,24,0.85);
}
.border-e-base-700\/90 {
  border-inline-end-color: rgba(24,24,24,0.9);
}
.border-e-base-700\/95 {
  border-inline-end-color: rgba(24,24,24,0.95);
}
.border-e-base-800 {
  border-inline-end-color: #1E1E1E;
}
.border-e-base-800\/0 {
  border-inline-end-color: rgba(30,30,30,0);
}
.border-e-base-800\/10 {
  border-inline-end-color: rgba(30,30,30,0.1);
}
.border-e-base-800\/100 {
  border-inline-end-color: rgba(30,30,30,1);
}
.border-e-base-800\/15 {
  border-inline-end-color: rgba(30,30,30,0.15);
}
.border-e-base-800\/20 {
  border-inline-end-color: rgba(30,30,30,0.2);
}
.border-e-base-800\/25 {
  border-inline-end-color: rgba(30,30,30,0.25);
}
.border-e-base-800\/30 {
  border-inline-end-color: rgba(30,30,30,0.3);
}
.border-e-base-800\/35 {
  border-inline-end-color: rgba(30,30,30,0.35);
}
.border-e-base-800\/40 {
  border-inline-end-color: rgba(30,30,30,0.4);
}
.border-e-base-800\/45 {
  border-inline-end-color: rgba(30,30,30,0.45);
}
.border-e-base-800\/5 {
  border-inline-end-color: rgba(30,30,30,0.05);
}
.border-e-base-800\/50 {
  border-inline-end-color: rgba(30,30,30,0.5);
}
.border-e-base-800\/55 {
  border-inline-end-color: rgba(30,30,30,0.55);
}
.border-e-base-800\/60 {
  border-inline-end-color: rgba(30,30,30,0.6);
}
.border-e-base-800\/65 {
  border-inline-end-color: rgba(30,30,30,0.65);
}
.border-e-base-800\/70 {
  border-inline-end-color: rgba(30,30,30,0.7);
}
.border-e-base-800\/75 {
  border-inline-end-color: rgba(30,30,30,0.75);
}
.border-e-base-800\/80 {
  border-inline-end-color: rgba(30,30,30,0.8);
}
.border-e-base-800\/85 {
  border-inline-end-color: rgba(30,30,30,0.85);
}
.border-e-base-800\/90 {
  border-inline-end-color: rgba(30,30,30,0.9);
}
.border-e-base-800\/95 {
  border-inline-end-color: rgba(30,30,30,0.95);
}
.border-e-base-900 {
  border-inline-end-color: #000000;
}
.border-e-base-900\/0 {
  border-inline-end-color: rgba(0,0,0,0);
}
.border-e-base-900\/10 {
  border-inline-end-color: rgba(0,0,0,0.1);
}
.border-e-base-900\/100 {
  border-inline-end-color: rgba(0,0,0,1);
}
.border-e-base-900\/15 {
  border-inline-end-color: rgba(0,0,0,0.15);
}
.border-e-base-900\/20 {
  border-inline-end-color: rgba(0,0,0,0.2);
}
.border-e-base-900\/25 {
  border-inline-end-color: rgba(0,0,0,0.25);
}
.border-e-base-900\/30 {
  border-inline-end-color: rgba(0,0,0,0.3);
}
.border-e-base-900\/35 {
  border-inline-end-color: rgba(0,0,0,0.35);
}
.border-e-base-900\/40 {
  border-inline-end-color: rgba(0,0,0,0.4);
}
.border-e-base-900\/45 {
  border-inline-end-color: rgba(0,0,0,0.45);
}
.border-e-base-900\/5 {
  border-inline-end-color: rgba(0,0,0,0.05);
}
.border-e-base-900\/50 {
  border-inline-end-color: rgba(0,0,0,0.5);
}
.border-e-base-900\/55 {
  border-inline-end-color: rgba(0,0,0,0.55);
}
.border-e-base-900\/60 {
  border-inline-end-color: rgba(0,0,0,0.6);
}
.border-e-base-900\/65 {
  border-inline-end-color: rgba(0,0,0,0.65);
}
.border-e-base-900\/70 {
  border-inline-end-color: rgba(0,0,0,0.7);
}
.border-e-base-900\/75 {
  border-inline-end-color: rgba(0,0,0,0.75);
}
.border-e-base-900\/80 {
  border-inline-end-color: rgba(0,0,0,0.8);
}
.border-e-base-900\/85 {
  border-inline-end-color: rgba(0,0,0,0.85);
}
.border-e-base-900\/90 {
  border-inline-end-color: rgba(0,0,0,0.9);
}
.border-e-base-900\/95 {
  border-inline-end-color: rgba(0,0,0,0.95);
}
.border-e-base-dark {
  border-inline-end-color: #1E1E1E;
}
.border-e-base-dark\/0 {
  border-inline-end-color: rgba(30,30,30,0);
}
.border-e-base-dark\/10 {
  border-inline-end-color: rgba(30,30,30,0.1);
}
.border-e-base-dark\/100 {
  border-inline-end-color: rgba(30,30,30,1);
}
.border-e-base-dark\/15 {
  border-inline-end-color: rgba(30,30,30,0.15);
}
.border-e-base-dark\/20 {
  border-inline-end-color: rgba(30,30,30,0.2);
}
.border-e-base-dark\/25 {
  border-inline-end-color: rgba(30,30,30,0.25);
}
.border-e-base-dark\/30 {
  border-inline-end-color: rgba(30,30,30,0.3);
}
.border-e-base-dark\/35 {
  border-inline-end-color: rgba(30,30,30,0.35);
}
.border-e-base-dark\/40 {
  border-inline-end-color: rgba(30,30,30,0.4);
}
.border-e-base-dark\/45 {
  border-inline-end-color: rgba(30,30,30,0.45);
}
.border-e-base-dark\/5 {
  border-inline-end-color: rgba(30,30,30,0.05);
}
.border-e-base-dark\/50 {
  border-inline-end-color: rgba(30,30,30,0.5);
}
.border-e-base-dark\/55 {
  border-inline-end-color: rgba(30,30,30,0.55);
}
.border-e-base-dark\/60 {
  border-inline-end-color: rgba(30,30,30,0.6);
}
.border-e-base-dark\/65 {
  border-inline-end-color: rgba(30,30,30,0.65);
}
.border-e-base-dark\/70 {
  border-inline-end-color: rgba(30,30,30,0.7);
}
.border-e-base-dark\/75 {
  border-inline-end-color: rgba(30,30,30,0.75);
}
.border-e-base-dark\/80 {
  border-inline-end-color: rgba(30,30,30,0.8);
}
.border-e-base-dark\/85 {
  border-inline-end-color: rgba(30,30,30,0.85);
}
.border-e-base-dark\/90 {
  border-inline-end-color: rgba(30,30,30,0.9);
}
.border-e-base-dark\/95 {
  border-inline-end-color: rgba(30,30,30,0.95);
}
.border-e-base-light {
  border-inline-end-color: #454545;
}
.border-e-base-light\/0 {
  border-inline-end-color: rgba(69,69,69,0);
}
.border-e-base-light\/10 {
  border-inline-end-color: rgba(69,69,69,0.1);
}
.border-e-base-light\/100 {
  border-inline-end-color: rgba(69,69,69,1);
}
.border-e-base-light\/15 {
  border-inline-end-color: rgba(69,69,69,0.15);
}
.border-e-base-light\/20 {
  border-inline-end-color: rgba(69,69,69,0.2);
}
.border-e-base-light\/25 {
  border-inline-end-color: rgba(69,69,69,0.25);
}
.border-e-base-light\/30 {
  border-inline-end-color: rgba(69,69,69,0.3);
}
.border-e-base-light\/35 {
  border-inline-end-color: rgba(69,69,69,0.35);
}
.border-e-base-light\/40 {
  border-inline-end-color: rgba(69,69,69,0.4);
}
.border-e-base-light\/45 {
  border-inline-end-color: rgba(69,69,69,0.45);
}
.border-e-base-light\/5 {
  border-inline-end-color: rgba(69,69,69,0.05);
}
.border-e-base-light\/50 {
  border-inline-end-color: rgba(69,69,69,0.5);
}
.border-e-base-light\/55 {
  border-inline-end-color: rgba(69,69,69,0.55);
}
.border-e-base-light\/60 {
  border-inline-end-color: rgba(69,69,69,0.6);
}
.border-e-base-light\/65 {
  border-inline-end-color: rgba(69,69,69,0.65);
}
.border-e-base-light\/70 {
  border-inline-end-color: rgba(69,69,69,0.7);
}
.border-e-base-light\/75 {
  border-inline-end-color: rgba(69,69,69,0.75);
}
.border-e-base-light\/80 {
  border-inline-end-color: rgba(69,69,69,0.8);
}
.border-e-base-light\/85 {
  border-inline-end-color: rgba(69,69,69,0.85);
}
.border-e-base-light\/90 {
  border-inline-end-color: rgba(69,69,69,0.9);
}
.border-e-base-light\/95 {
  border-inline-end-color: rgba(69,69,69,0.95);
}
.border-e-base-none {
  border-inline-end-color: transparent;
}
.border-e-base-none\/0 {
  border-inline-end-color: rgba(0,0,0,0);
}
.border-e-base-none\/10 {
  border-inline-end-color: rgba(0,0,0,0.1);
}
.border-e-base-none\/100 {
  border-inline-end-color: rgba(0,0,0,1);
}
.border-e-base-none\/15 {
  border-inline-end-color: rgba(0,0,0,0.15);
}
.border-e-base-none\/20 {
  border-inline-end-color: rgba(0,0,0,0.2);
}
.border-e-base-none\/25 {
  border-inline-end-color: rgba(0,0,0,0.25);
}
.border-e-base-none\/30 {
  border-inline-end-color: rgba(0,0,0,0.3);
}
.border-e-base-none\/35 {
  border-inline-end-color: rgba(0,0,0,0.35);
}
.border-e-base-none\/40 {
  border-inline-end-color: rgba(0,0,0,0.4);
}
.border-e-base-none\/45 {
  border-inline-end-color: rgba(0,0,0,0.45);
}
.border-e-base-none\/5 {
  border-inline-end-color: rgba(0,0,0,0.05);
}
.border-e-base-none\/50 {
  border-inline-end-color: rgba(0,0,0,0.5);
}
.border-e-base-none\/55 {
  border-inline-end-color: rgba(0,0,0,0.55);
}
.border-e-base-none\/60 {
  border-inline-end-color: rgba(0,0,0,0.6);
}
.border-e-base-none\/65 {
  border-inline-end-color: rgba(0,0,0,0.65);
}
.border-e-base-none\/70 {
  border-inline-end-color: rgba(0,0,0,0.7);
}
.border-e-base-none\/75 {
  border-inline-end-color: rgba(0,0,0,0.75);
}
.border-e-base-none\/80 {
  border-inline-end-color: rgba(0,0,0,0.8);
}
.border-e-base-none\/85 {
  border-inline-end-color: rgba(0,0,0,0.85);
}
.border-e-base-none\/90 {
  border-inline-end-color: rgba(0,0,0,0.9);
}
.border-e-base-none\/95 {
  border-inline-end-color: rgba(0,0,0,0.95);
}
.border-e-marker-0 {
  border-inline-end-color: #60BF02;
}
.border-e-marker-0\/0 {
  border-inline-end-color: rgba(96,191,2,0);
}
.border-e-marker-0\/10 {
  border-inline-end-color: rgba(96,191,2,0.1);
}
.border-e-marker-0\/100 {
  border-inline-end-color: rgba(96,191,2,1);
}
.border-e-marker-0\/15 {
  border-inline-end-color: rgba(96,191,2,0.15);
}
.border-e-marker-0\/20 {
  border-inline-end-color: rgba(96,191,2,0.2);
}
.border-e-marker-0\/25 {
  border-inline-end-color: rgba(96,191,2,0.25);
}
.border-e-marker-0\/30 {
  border-inline-end-color: rgba(96,191,2,0.3);
}
.border-e-marker-0\/35 {
  border-inline-end-color: rgba(96,191,2,0.35);
}
.border-e-marker-0\/40 {
  border-inline-end-color: rgba(96,191,2,0.4);
}
.border-e-marker-0\/45 {
  border-inline-end-color: rgba(96,191,2,0.45);
}
.border-e-marker-0\/5 {
  border-inline-end-color: rgba(96,191,2,0.05);
}
.border-e-marker-0\/50 {
  border-inline-end-color: rgba(96,191,2,0.5);
}
.border-e-marker-0\/55 {
  border-inline-end-color: rgba(96,191,2,0.55);
}
.border-e-marker-0\/60 {
  border-inline-end-color: rgba(96,191,2,0.6);
}
.border-e-marker-0\/65 {
  border-inline-end-color: rgba(96,191,2,0.65);
}
.border-e-marker-0\/70 {
  border-inline-end-color: rgba(96,191,2,0.7);
}
.border-e-marker-0\/75 {
  border-inline-end-color: rgba(96,191,2,0.75);
}
.border-e-marker-0\/80 {
  border-inline-end-color: rgba(96,191,2,0.8);
}
.border-e-marker-0\/85 {
  border-inline-end-color: rgba(96,191,2,0.85);
}
.border-e-marker-0\/90 {
  border-inline-end-color: rgba(96,191,2,0.9);
}
.border-e-marker-0\/95 {
  border-inline-end-color: rgba(96,191,2,0.95);
}
.border-e-marker-100 {
  border-inline-end-color: #60BF02;
}
.border-e-marker-100\/0 {
  border-inline-end-color: rgba(96,191,2,0);
}
.border-e-marker-100\/10 {
  border-inline-end-color: rgba(96,191,2,0.1);
}
.border-e-marker-100\/100 {
  border-inline-end-color: rgba(96,191,2,1);
}
.border-e-marker-100\/15 {
  border-inline-end-color: rgba(96,191,2,0.15);
}
.border-e-marker-100\/20 {
  border-inline-end-color: rgba(96,191,2,0.2);
}
.border-e-marker-100\/25 {
  border-inline-end-color: rgba(96,191,2,0.25);
}
.border-e-marker-100\/30 {
  border-inline-end-color: rgba(96,191,2,0.3);
}
.border-e-marker-100\/35 {
  border-inline-end-color: rgba(96,191,2,0.35);
}
.border-e-marker-100\/40 {
  border-inline-end-color: rgba(96,191,2,0.4);
}
.border-e-marker-100\/45 {
  border-inline-end-color: rgba(96,191,2,0.45);
}
.border-e-marker-100\/5 {
  border-inline-end-color: rgba(96,191,2,0.05);
}
.border-e-marker-100\/50 {
  border-inline-end-color: rgba(96,191,2,0.5);
}
.border-e-marker-100\/55 {
  border-inline-end-color: rgba(96,191,2,0.55);
}
.border-e-marker-100\/60 {
  border-inline-end-color: rgba(96,191,2,0.6);
}
.border-e-marker-100\/65 {
  border-inline-end-color: rgba(96,191,2,0.65);
}
.border-e-marker-100\/70 {
  border-inline-end-color: rgba(96,191,2,0.7);
}
.border-e-marker-100\/75 {
  border-inline-end-color: rgba(96,191,2,0.75);
}
.border-e-marker-100\/80 {
  border-inline-end-color: rgba(96,191,2,0.8);
}
.border-e-marker-100\/85 {
  border-inline-end-color: rgba(96,191,2,0.85);
}
.border-e-marker-100\/90 {
  border-inline-end-color: rgba(96,191,2,0.9);
}
.border-e-marker-100\/95 {
  border-inline-end-color: rgba(96,191,2,0.95);
}
.border-e-marker-200 {
  border-inline-end-color: #60BF02;
}
.border-e-marker-200\/0 {
  border-inline-end-color: rgba(96,191,2,0);
}
.border-e-marker-200\/10 {
  border-inline-end-color: rgba(96,191,2,0.1);
}
.border-e-marker-200\/100 {
  border-inline-end-color: rgba(96,191,2,1);
}
.border-e-marker-200\/15 {
  border-inline-end-color: rgba(96,191,2,0.15);
}
.border-e-marker-200\/20 {
  border-inline-end-color: rgba(96,191,2,0.2);
}
.border-e-marker-200\/25 {
  border-inline-end-color: rgba(96,191,2,0.25);
}
.border-e-marker-200\/30 {
  border-inline-end-color: rgba(96,191,2,0.3);
}
.border-e-marker-200\/35 {
  border-inline-end-color: rgba(96,191,2,0.35);
}
.border-e-marker-200\/40 {
  border-inline-end-color: rgba(96,191,2,0.4);
}
.border-e-marker-200\/45 {
  border-inline-end-color: rgba(96,191,2,0.45);
}
.border-e-marker-200\/5 {
  border-inline-end-color: rgba(96,191,2,0.05);
}
.border-e-marker-200\/50 {
  border-inline-end-color: rgba(96,191,2,0.5);
}
.border-e-marker-200\/55 {
  border-inline-end-color: rgba(96,191,2,0.55);
}
.border-e-marker-200\/60 {
  border-inline-end-color: rgba(96,191,2,0.6);
}
.border-e-marker-200\/65 {
  border-inline-end-color: rgba(96,191,2,0.65);
}
.border-e-marker-200\/70 {
  border-inline-end-color: rgba(96,191,2,0.7);
}
.border-e-marker-200\/75 {
  border-inline-end-color: rgba(96,191,2,0.75);
}
.border-e-marker-200\/80 {
  border-inline-end-color: rgba(96,191,2,0.8);
}
.border-e-marker-200\/85 {
  border-inline-end-color: rgba(96,191,2,0.85);
}
.border-e-marker-200\/90 {
  border-inline-end-color: rgba(96,191,2,0.9);
}
.border-e-marker-200\/95 {
  border-inline-end-color: rgba(96,191,2,0.95);
}
.border-e-marker-300 {
  border-inline-end-color: #60BF02;
}
.border-e-marker-300\/0 {
  border-inline-end-color: rgba(96,191,2,0);
}
.border-e-marker-300\/10 {
  border-inline-end-color: rgba(96,191,2,0.1);
}
.border-e-marker-300\/100 {
  border-inline-end-color: rgba(96,191,2,1);
}
.border-e-marker-300\/15 {
  border-inline-end-color: rgba(96,191,2,0.15);
}
.border-e-marker-300\/20 {
  border-inline-end-color: rgba(96,191,2,0.2);
}
.border-e-marker-300\/25 {
  border-inline-end-color: rgba(96,191,2,0.25);
}
.border-e-marker-300\/30 {
  border-inline-end-color: rgba(96,191,2,0.3);
}
.border-e-marker-300\/35 {
  border-inline-end-color: rgba(96,191,2,0.35);
}
.border-e-marker-300\/40 {
  border-inline-end-color: rgba(96,191,2,0.4);
}
.border-e-marker-300\/45 {
  border-inline-end-color: rgba(96,191,2,0.45);
}
.border-e-marker-300\/5 {
  border-inline-end-color: rgba(96,191,2,0.05);
}
.border-e-marker-300\/50 {
  border-inline-end-color: rgba(96,191,2,0.5);
}
.border-e-marker-300\/55 {
  border-inline-end-color: rgba(96,191,2,0.55);
}
.border-e-marker-300\/60 {
  border-inline-end-color: rgba(96,191,2,0.6);
}
.border-e-marker-300\/65 {
  border-inline-end-color: rgba(96,191,2,0.65);
}
.border-e-marker-300\/70 {
  border-inline-end-color: rgba(96,191,2,0.7);
}
.border-e-marker-300\/75 {
  border-inline-end-color: rgba(96,191,2,0.75);
}
.border-e-marker-300\/80 {
  border-inline-end-color: rgba(96,191,2,0.8);
}
.border-e-marker-300\/85 {
  border-inline-end-color: rgba(96,191,2,0.85);
}
.border-e-marker-300\/90 {
  border-inline-end-color: rgba(96,191,2,0.9);
}
.border-e-marker-300\/95 {
  border-inline-end-color: rgba(96,191,2,0.95);
}
.border-e-marker-400 {
  border-inline-end-color: #60BF02;
}
.border-e-marker-400\/0 {
  border-inline-end-color: rgba(96,191,2,0);
}
.border-e-marker-400\/10 {
  border-inline-end-color: rgba(96,191,2,0.1);
}
.border-e-marker-400\/100 {
  border-inline-end-color: rgba(96,191,2,1);
}
.border-e-marker-400\/15 {
  border-inline-end-color: rgba(96,191,2,0.15);
}
.border-e-marker-400\/20 {
  border-inline-end-color: rgba(96,191,2,0.2);
}
.border-e-marker-400\/25 {
  border-inline-end-color: rgba(96,191,2,0.25);
}
.border-e-marker-400\/30 {
  border-inline-end-color: rgba(96,191,2,0.3);
}
.border-e-marker-400\/35 {
  border-inline-end-color: rgba(96,191,2,0.35);
}
.border-e-marker-400\/40 {
  border-inline-end-color: rgba(96,191,2,0.4);
}
.border-e-marker-400\/45 {
  border-inline-end-color: rgba(96,191,2,0.45);
}
.border-e-marker-400\/5 {
  border-inline-end-color: rgba(96,191,2,0.05);
}
.border-e-marker-400\/50 {
  border-inline-end-color: rgba(96,191,2,0.5);
}
.border-e-marker-400\/55 {
  border-inline-end-color: rgba(96,191,2,0.55);
}
.border-e-marker-400\/60 {
  border-inline-end-color: rgba(96,191,2,0.6);
}
.border-e-marker-400\/65 {
  border-inline-end-color: rgba(96,191,2,0.65);
}
.border-e-marker-400\/70 {
  border-inline-end-color: rgba(96,191,2,0.7);
}
.border-e-marker-400\/75 {
  border-inline-end-color: rgba(96,191,2,0.75);
}
.border-e-marker-400\/80 {
  border-inline-end-color: rgba(96,191,2,0.8);
}
.border-e-marker-400\/85 {
  border-inline-end-color: rgba(96,191,2,0.85);
}
.border-e-marker-400\/90 {
  border-inline-end-color: rgba(96,191,2,0.9);
}
.border-e-marker-400\/95 {
  border-inline-end-color: rgba(96,191,2,0.95);
}
.border-e-marker-500 {
  border-inline-end-color: #428400;
}
.border-e-marker-500\/0 {
  border-inline-end-color: rgba(66,132,0,0);
}
.border-e-marker-500\/10 {
  border-inline-end-color: rgba(66,132,0,0.1);
}
.border-e-marker-500\/100 {
  border-inline-end-color: rgba(66,132,0,1);
}
.border-e-marker-500\/15 {
  border-inline-end-color: rgba(66,132,0,0.15);
}
.border-e-marker-500\/20 {
  border-inline-end-color: rgba(66,132,0,0.2);
}
.border-e-marker-500\/25 {
  border-inline-end-color: rgba(66,132,0,0.25);
}
.border-e-marker-500\/30 {
  border-inline-end-color: rgba(66,132,0,0.3);
}
.border-e-marker-500\/35 {
  border-inline-end-color: rgba(66,132,0,0.35);
}
.border-e-marker-500\/40 {
  border-inline-end-color: rgba(66,132,0,0.4);
}
.border-e-marker-500\/45 {
  border-inline-end-color: rgba(66,132,0,0.45);
}
.border-e-marker-500\/5 {
  border-inline-end-color: rgba(66,132,0,0.05);
}
.border-e-marker-500\/50 {
  border-inline-end-color: rgba(66,132,0,0.5);
}
.border-e-marker-500\/55 {
  border-inline-end-color: rgba(66,132,0,0.55);
}
.border-e-marker-500\/60 {
  border-inline-end-color: rgba(66,132,0,0.6);
}
.border-e-marker-500\/65 {
  border-inline-end-color: rgba(66,132,0,0.65);
}
.border-e-marker-500\/70 {
  border-inline-end-color: rgba(66,132,0,0.7);
}
.border-e-marker-500\/75 {
  border-inline-end-color: rgba(66,132,0,0.75);
}
.border-e-marker-500\/80 {
  border-inline-end-color: rgba(66,132,0,0.8);
}
.border-e-marker-500\/85 {
  border-inline-end-color: rgba(66,132,0,0.85);
}
.border-e-marker-500\/90 {
  border-inline-end-color: rgba(66,132,0,0.9);
}
.border-e-marker-500\/95 {
  border-inline-end-color: rgba(66,132,0,0.95);
}
.border-e-marker-600 {
  border-inline-end-color: #428400;
}
.border-e-marker-600\/0 {
  border-inline-end-color: rgba(66,132,0,0);
}
.border-e-marker-600\/10 {
  border-inline-end-color: rgba(66,132,0,0.1);
}
.border-e-marker-600\/100 {
  border-inline-end-color: rgba(66,132,0,1);
}
.border-e-marker-600\/15 {
  border-inline-end-color: rgba(66,132,0,0.15);
}
.border-e-marker-600\/20 {
  border-inline-end-color: rgba(66,132,0,0.2);
}
.border-e-marker-600\/25 {
  border-inline-end-color: rgba(66,132,0,0.25);
}
.border-e-marker-600\/30 {
  border-inline-end-color: rgba(66,132,0,0.3);
}
.border-e-marker-600\/35 {
  border-inline-end-color: rgba(66,132,0,0.35);
}
.border-e-marker-600\/40 {
  border-inline-end-color: rgba(66,132,0,0.4);
}
.border-e-marker-600\/45 {
  border-inline-end-color: rgba(66,132,0,0.45);
}
.border-e-marker-600\/5 {
  border-inline-end-color: rgba(66,132,0,0.05);
}
.border-e-marker-600\/50 {
  border-inline-end-color: rgba(66,132,0,0.5);
}
.border-e-marker-600\/55 {
  border-inline-end-color: rgba(66,132,0,0.55);
}
.border-e-marker-600\/60 {
  border-inline-end-color: rgba(66,132,0,0.6);
}
.border-e-marker-600\/65 {
  border-inline-end-color: rgba(66,132,0,0.65);
}
.border-e-marker-600\/70 {
  border-inline-end-color: rgba(66,132,0,0.7);
}
.border-e-marker-600\/75 {
  border-inline-end-color: rgba(66,132,0,0.75);
}
.border-e-marker-600\/80 {
  border-inline-end-color: rgba(66,132,0,0.8);
}
.border-e-marker-600\/85 {
  border-inline-end-color: rgba(66,132,0,0.85);
}
.border-e-marker-600\/90 {
  border-inline-end-color: rgba(66,132,0,0.9);
}
.border-e-marker-600\/95 {
  border-inline-end-color: rgba(66,132,0,0.95);
}
.border-e-marker-700 {
  border-inline-end-color: #428400;
}
.border-e-marker-700\/0 {
  border-inline-end-color: rgba(66,132,0,0);
}
.border-e-marker-700\/10 {
  border-inline-end-color: rgba(66,132,0,0.1);
}
.border-e-marker-700\/100 {
  border-inline-end-color: rgba(66,132,0,1);
}
.border-e-marker-700\/15 {
  border-inline-end-color: rgba(66,132,0,0.15);
}
.border-e-marker-700\/20 {
  border-inline-end-color: rgba(66,132,0,0.2);
}
.border-e-marker-700\/25 {
  border-inline-end-color: rgba(66,132,0,0.25);
}
.border-e-marker-700\/30 {
  border-inline-end-color: rgba(66,132,0,0.3);
}
.border-e-marker-700\/35 {
  border-inline-end-color: rgba(66,132,0,0.35);
}
.border-e-marker-700\/40 {
  border-inline-end-color: rgba(66,132,0,0.4);
}
.border-e-marker-700\/45 {
  border-inline-end-color: rgba(66,132,0,0.45);
}
.border-e-marker-700\/5 {
  border-inline-end-color: rgba(66,132,0,0.05);
}
.border-e-marker-700\/50 {
  border-inline-end-color: rgba(66,132,0,0.5);
}
.border-e-marker-700\/55 {
  border-inline-end-color: rgba(66,132,0,0.55);
}
.border-e-marker-700\/60 {
  border-inline-end-color: rgba(66,132,0,0.6);
}
.border-e-marker-700\/65 {
  border-inline-end-color: rgba(66,132,0,0.65);
}
.border-e-marker-700\/70 {
  border-inline-end-color: rgba(66,132,0,0.7);
}
.border-e-marker-700\/75 {
  border-inline-end-color: rgba(66,132,0,0.75);
}
.border-e-marker-700\/80 {
  border-inline-end-color: rgba(66,132,0,0.8);
}
.border-e-marker-700\/85 {
  border-inline-end-color: rgba(66,132,0,0.85);
}
.border-e-marker-700\/90 {
  border-inline-end-color: rgba(66,132,0,0.9);
}
.border-e-marker-700\/95 {
  border-inline-end-color: rgba(66,132,0,0.95);
}
.border-e-marker-800 {
  border-inline-end-color: #428400;
}
.border-e-marker-800\/0 {
  border-inline-end-color: rgba(66,132,0,0);
}
.border-e-marker-800\/10 {
  border-inline-end-color: rgba(66,132,0,0.1);
}
.border-e-marker-800\/100 {
  border-inline-end-color: rgba(66,132,0,1);
}
.border-e-marker-800\/15 {
  border-inline-end-color: rgba(66,132,0,0.15);
}
.border-e-marker-800\/20 {
  border-inline-end-color: rgba(66,132,0,0.2);
}
.border-e-marker-800\/25 {
  border-inline-end-color: rgba(66,132,0,0.25);
}
.border-e-marker-800\/30 {
  border-inline-end-color: rgba(66,132,0,0.3);
}
.border-e-marker-800\/35 {
  border-inline-end-color: rgba(66,132,0,0.35);
}
.border-e-marker-800\/40 {
  border-inline-end-color: rgba(66,132,0,0.4);
}
.border-e-marker-800\/45 {
  border-inline-end-color: rgba(66,132,0,0.45);
}
.border-e-marker-800\/5 {
  border-inline-end-color: rgba(66,132,0,0.05);
}
.border-e-marker-800\/50 {
  border-inline-end-color: rgba(66,132,0,0.5);
}
.border-e-marker-800\/55 {
  border-inline-end-color: rgba(66,132,0,0.55);
}
.border-e-marker-800\/60 {
  border-inline-end-color: rgba(66,132,0,0.6);
}
.border-e-marker-800\/65 {
  border-inline-end-color: rgba(66,132,0,0.65);
}
.border-e-marker-800\/70 {
  border-inline-end-color: rgba(66,132,0,0.7);
}
.border-e-marker-800\/75 {
  border-inline-end-color: rgba(66,132,0,0.75);
}
.border-e-marker-800\/80 {
  border-inline-end-color: rgba(66,132,0,0.8);
}
.border-e-marker-800\/85 {
  border-inline-end-color: rgba(66,132,0,0.85);
}
.border-e-marker-800\/90 {
  border-inline-end-color: rgba(66,132,0,0.9);
}
.border-e-marker-800\/95 {
  border-inline-end-color: rgba(66,132,0,0.95);
}
.border-e-marker-900 {
  border-inline-end-color: #428400;
}
.border-e-marker-900\/0 {
  border-inline-end-color: rgba(66,132,0,0);
}
.border-e-marker-900\/10 {
  border-inline-end-color: rgba(66,132,0,0.1);
}
.border-e-marker-900\/100 {
  border-inline-end-color: rgba(66,132,0,1);
}
.border-e-marker-900\/15 {
  border-inline-end-color: rgba(66,132,0,0.15);
}
.border-e-marker-900\/20 {
  border-inline-end-color: rgba(66,132,0,0.2);
}
.border-e-marker-900\/25 {
  border-inline-end-color: rgba(66,132,0,0.25);
}
.border-e-marker-900\/30 {
  border-inline-end-color: rgba(66,132,0,0.3);
}
.border-e-marker-900\/35 {
  border-inline-end-color: rgba(66,132,0,0.35);
}
.border-e-marker-900\/40 {
  border-inline-end-color: rgba(66,132,0,0.4);
}
.border-e-marker-900\/45 {
  border-inline-end-color: rgba(66,132,0,0.45);
}
.border-e-marker-900\/5 {
  border-inline-end-color: rgba(66,132,0,0.05);
}
.border-e-marker-900\/50 {
  border-inline-end-color: rgba(66,132,0,0.5);
}
.border-e-marker-900\/55 {
  border-inline-end-color: rgba(66,132,0,0.55);
}
.border-e-marker-900\/60 {
  border-inline-end-color: rgba(66,132,0,0.6);
}
.border-e-marker-900\/65 {
  border-inline-end-color: rgba(66,132,0,0.65);
}
.border-e-marker-900\/70 {
  border-inline-end-color: rgba(66,132,0,0.7);
}
.border-e-marker-900\/75 {
  border-inline-end-color: rgba(66,132,0,0.75);
}
.border-e-marker-900\/80 {
  border-inline-end-color: rgba(66,132,0,0.8);
}
.border-e-marker-900\/85 {
  border-inline-end-color: rgba(66,132,0,0.85);
}
.border-e-marker-900\/90 {
  border-inline-end-color: rgba(66,132,0,0.9);
}
.border-e-marker-900\/95 {
  border-inline-end-color: rgba(66,132,0,0.95);
}
.border-e-marker-dark {
  border-inline-end-color: #428400;
}
.border-e-marker-dark\/0 {
  border-inline-end-color: rgba(66,132,0,0);
}
.border-e-marker-dark\/10 {
  border-inline-end-color: rgba(66,132,0,0.1);
}
.border-e-marker-dark\/100 {
  border-inline-end-color: rgba(66,132,0,1);
}
.border-e-marker-dark\/15 {
  border-inline-end-color: rgba(66,132,0,0.15);
}
.border-e-marker-dark\/20 {
  border-inline-end-color: rgba(66,132,0,0.2);
}
.border-e-marker-dark\/25 {
  border-inline-end-color: rgba(66,132,0,0.25);
}
.border-e-marker-dark\/30 {
  border-inline-end-color: rgba(66,132,0,0.3);
}
.border-e-marker-dark\/35 {
  border-inline-end-color: rgba(66,132,0,0.35);
}
.border-e-marker-dark\/40 {
  border-inline-end-color: rgba(66,132,0,0.4);
}
.border-e-marker-dark\/45 {
  border-inline-end-color: rgba(66,132,0,0.45);
}
.border-e-marker-dark\/5 {
  border-inline-end-color: rgba(66,132,0,0.05);
}
.border-e-marker-dark\/50 {
  border-inline-end-color: rgba(66,132,0,0.5);
}
.border-e-marker-dark\/55 {
  border-inline-end-color: rgba(66,132,0,0.55);
}
.border-e-marker-dark\/60 {
  border-inline-end-color: rgba(66,132,0,0.6);
}
.border-e-marker-dark\/65 {
  border-inline-end-color: rgba(66,132,0,0.65);
}
.border-e-marker-dark\/70 {
  border-inline-end-color: rgba(66,132,0,0.7);
}
.border-e-marker-dark\/75 {
  border-inline-end-color: rgba(66,132,0,0.75);
}
.border-e-marker-dark\/80 {
  border-inline-end-color: rgba(66,132,0,0.8);
}
.border-e-marker-dark\/85 {
  border-inline-end-color: rgba(66,132,0,0.85);
}
.border-e-marker-dark\/90 {
  border-inline-end-color: rgba(66,132,0,0.9);
}
.border-e-marker-dark\/95 {
  border-inline-end-color: rgba(66,132,0,0.95);
}
.border-e-marker-light {
  border-inline-end-color: #60BF02;
}
.border-e-marker-light\/0 {
  border-inline-end-color: rgba(96,191,2,0);
}
.border-e-marker-light\/10 {
  border-inline-end-color: rgba(96,191,2,0.1);
}
.border-e-marker-light\/100 {
  border-inline-end-color: rgba(96,191,2,1);
}
.border-e-marker-light\/15 {
  border-inline-end-color: rgba(96,191,2,0.15);
}
.border-e-marker-light\/20 {
  border-inline-end-color: rgba(96,191,2,0.2);
}
.border-e-marker-light\/25 {
  border-inline-end-color: rgba(96,191,2,0.25);
}
.border-e-marker-light\/30 {
  border-inline-end-color: rgba(96,191,2,0.3);
}
.border-e-marker-light\/35 {
  border-inline-end-color: rgba(96,191,2,0.35);
}
.border-e-marker-light\/40 {
  border-inline-end-color: rgba(96,191,2,0.4);
}
.border-e-marker-light\/45 {
  border-inline-end-color: rgba(96,191,2,0.45);
}
.border-e-marker-light\/5 {
  border-inline-end-color: rgba(96,191,2,0.05);
}
.border-e-marker-light\/50 {
  border-inline-end-color: rgba(96,191,2,0.5);
}
.border-e-marker-light\/55 {
  border-inline-end-color: rgba(96,191,2,0.55);
}
.border-e-marker-light\/60 {
  border-inline-end-color: rgba(96,191,2,0.6);
}
.border-e-marker-light\/65 {
  border-inline-end-color: rgba(96,191,2,0.65);
}
.border-e-marker-light\/70 {
  border-inline-end-color: rgba(96,191,2,0.7);
}
.border-e-marker-light\/75 {
  border-inline-end-color: rgba(96,191,2,0.75);
}
.border-e-marker-light\/80 {
  border-inline-end-color: rgba(96,191,2,0.8);
}
.border-e-marker-light\/85 {
  border-inline-end-color: rgba(96,191,2,0.85);
}
.border-e-marker-light\/90 {
  border-inline-end-color: rgba(96,191,2,0.9);
}
.border-e-marker-light\/95 {
  border-inline-end-color: rgba(96,191,2,0.95);
}
.border-l-attention-0 {
  border-left-color: #E17A00;
}
.border-l-attention-0\/0 {
  border-left-color: rgba(225,122,0,0);
}
.border-l-attention-0\/10 {
  border-left-color: rgba(225,122,0,0.1);
}
.border-l-attention-0\/100 {
  border-left-color: rgba(225,122,0,1);
}
.border-l-attention-0\/15 {
  border-left-color: rgba(225,122,0,0.15);
}
.border-l-attention-0\/20 {
  border-left-color: rgba(225,122,0,0.2);
}
.border-l-attention-0\/25 {
  border-left-color: rgba(225,122,0,0.25);
}
.border-l-attention-0\/30 {
  border-left-color: rgba(225,122,0,0.3);
}
.border-l-attention-0\/35 {
  border-left-color: rgba(225,122,0,0.35);
}
.border-l-attention-0\/40 {
  border-left-color: rgba(225,122,0,0.4);
}
.border-l-attention-0\/45 {
  border-left-color: rgba(225,122,0,0.45);
}
.border-l-attention-0\/5 {
  border-left-color: rgba(225,122,0,0.05);
}
.border-l-attention-0\/50 {
  border-left-color: rgba(225,122,0,0.5);
}
.border-l-attention-0\/55 {
  border-left-color: rgba(225,122,0,0.55);
}
.border-l-attention-0\/60 {
  border-left-color: rgba(225,122,0,0.6);
}
.border-l-attention-0\/65 {
  border-left-color: rgba(225,122,0,0.65);
}
.border-l-attention-0\/70 {
  border-left-color: rgba(225,122,0,0.7);
}
.border-l-attention-0\/75 {
  border-left-color: rgba(225,122,0,0.75);
}
.border-l-attention-0\/80 {
  border-left-color: rgba(225,122,0,0.8);
}
.border-l-attention-0\/85 {
  border-left-color: rgba(225,122,0,0.85);
}
.border-l-attention-0\/90 {
  border-left-color: rgba(225,122,0,0.9);
}
.border-l-attention-0\/95 {
  border-left-color: rgba(225,122,0,0.95);
}
.border-l-attention-100 {
  border-left-color: #E17A00;
}
.border-l-attention-100\/0 {
  border-left-color: rgba(225,122,0,0);
}
.border-l-attention-100\/10 {
  border-left-color: rgba(225,122,0,0.1);
}
.border-l-attention-100\/100 {
  border-left-color: rgba(225,122,0,1);
}
.border-l-attention-100\/15 {
  border-left-color: rgba(225,122,0,0.15);
}
.border-l-attention-100\/20 {
  border-left-color: rgba(225,122,0,0.2);
}
.border-l-attention-100\/25 {
  border-left-color: rgba(225,122,0,0.25);
}
.border-l-attention-100\/30 {
  border-left-color: rgba(225,122,0,0.3);
}
.border-l-attention-100\/35 {
  border-left-color: rgba(225,122,0,0.35);
}
.border-l-attention-100\/40 {
  border-left-color: rgba(225,122,0,0.4);
}
.border-l-attention-100\/45 {
  border-left-color: rgba(225,122,0,0.45);
}
.border-l-attention-100\/5 {
  border-left-color: rgba(225,122,0,0.05);
}
.border-l-attention-100\/50 {
  border-left-color: rgba(225,122,0,0.5);
}
.border-l-attention-100\/55 {
  border-left-color: rgba(225,122,0,0.55);
}
.border-l-attention-100\/60 {
  border-left-color: rgba(225,122,0,0.6);
}
.border-l-attention-100\/65 {
  border-left-color: rgba(225,122,0,0.65);
}
.border-l-attention-100\/70 {
  border-left-color: rgba(225,122,0,0.7);
}
.border-l-attention-100\/75 {
  border-left-color: rgba(225,122,0,0.75);
}
.border-l-attention-100\/80 {
  border-left-color: rgba(225,122,0,0.8);
}
.border-l-attention-100\/85 {
  border-left-color: rgba(225,122,0,0.85);
}
.border-l-attention-100\/90 {
  border-left-color: rgba(225,122,0,0.9);
}
.border-l-attention-100\/95 {
  border-left-color: rgba(225,122,0,0.95);
}
.border-l-attention-200 {
  border-left-color: #E17A00;
}
.border-l-attention-200\/0 {
  border-left-color: rgba(225,122,0,0);
}
.border-l-attention-200\/10 {
  border-left-color: rgba(225,122,0,0.1);
}
.border-l-attention-200\/100 {
  border-left-color: rgba(225,122,0,1);
}
.border-l-attention-200\/15 {
  border-left-color: rgba(225,122,0,0.15);
}
.border-l-attention-200\/20 {
  border-left-color: rgba(225,122,0,0.2);
}
.border-l-attention-200\/25 {
  border-left-color: rgba(225,122,0,0.25);
}
.border-l-attention-200\/30 {
  border-left-color: rgba(225,122,0,0.3);
}
.border-l-attention-200\/35 {
  border-left-color: rgba(225,122,0,0.35);
}
.border-l-attention-200\/40 {
  border-left-color: rgba(225,122,0,0.4);
}
.border-l-attention-200\/45 {
  border-left-color: rgba(225,122,0,0.45);
}
.border-l-attention-200\/5 {
  border-left-color: rgba(225,122,0,0.05);
}
.border-l-attention-200\/50 {
  border-left-color: rgba(225,122,0,0.5);
}
.border-l-attention-200\/55 {
  border-left-color: rgba(225,122,0,0.55);
}
.border-l-attention-200\/60 {
  border-left-color: rgba(225,122,0,0.6);
}
.border-l-attention-200\/65 {
  border-left-color: rgba(225,122,0,0.65);
}
.border-l-attention-200\/70 {
  border-left-color: rgba(225,122,0,0.7);
}
.border-l-attention-200\/75 {
  border-left-color: rgba(225,122,0,0.75);
}
.border-l-attention-200\/80 {
  border-left-color: rgba(225,122,0,0.8);
}
.border-l-attention-200\/85 {
  border-left-color: rgba(225,122,0,0.85);
}
.border-l-attention-200\/90 {
  border-left-color: rgba(225,122,0,0.9);
}
.border-l-attention-200\/95 {
  border-left-color: rgba(225,122,0,0.95);
}
.border-l-attention-300 {
  border-left-color: #E17A00;
}
.border-l-attention-300\/0 {
  border-left-color: rgba(225,122,0,0);
}
.border-l-attention-300\/10 {
  border-left-color: rgba(225,122,0,0.1);
}
.border-l-attention-300\/100 {
  border-left-color: rgba(225,122,0,1);
}
.border-l-attention-300\/15 {
  border-left-color: rgba(225,122,0,0.15);
}
.border-l-attention-300\/20 {
  border-left-color: rgba(225,122,0,0.2);
}
.border-l-attention-300\/25 {
  border-left-color: rgba(225,122,0,0.25);
}
.border-l-attention-300\/30 {
  border-left-color: rgba(225,122,0,0.3);
}
.border-l-attention-300\/35 {
  border-left-color: rgba(225,122,0,0.35);
}
.border-l-attention-300\/40 {
  border-left-color: rgba(225,122,0,0.4);
}
.border-l-attention-300\/45 {
  border-left-color: rgba(225,122,0,0.45);
}
.border-l-attention-300\/5 {
  border-left-color: rgba(225,122,0,0.05);
}
.border-l-attention-300\/50 {
  border-left-color: rgba(225,122,0,0.5);
}
.border-l-attention-300\/55 {
  border-left-color: rgba(225,122,0,0.55);
}
.border-l-attention-300\/60 {
  border-left-color: rgba(225,122,0,0.6);
}
.border-l-attention-300\/65 {
  border-left-color: rgba(225,122,0,0.65);
}
.border-l-attention-300\/70 {
  border-left-color: rgba(225,122,0,0.7);
}
.border-l-attention-300\/75 {
  border-left-color: rgba(225,122,0,0.75);
}
.border-l-attention-300\/80 {
  border-left-color: rgba(225,122,0,0.8);
}
.border-l-attention-300\/85 {
  border-left-color: rgba(225,122,0,0.85);
}
.border-l-attention-300\/90 {
  border-left-color: rgba(225,122,0,0.9);
}
.border-l-attention-300\/95 {
  border-left-color: rgba(225,122,0,0.95);
}
.border-l-attention-400 {
  border-left-color: #E17A00;
}
.border-l-attention-400\/0 {
  border-left-color: rgba(225,122,0,0);
}
.border-l-attention-400\/10 {
  border-left-color: rgba(225,122,0,0.1);
}
.border-l-attention-400\/100 {
  border-left-color: rgba(225,122,0,1);
}
.border-l-attention-400\/15 {
  border-left-color: rgba(225,122,0,0.15);
}
.border-l-attention-400\/20 {
  border-left-color: rgba(225,122,0,0.2);
}
.border-l-attention-400\/25 {
  border-left-color: rgba(225,122,0,0.25);
}
.border-l-attention-400\/30 {
  border-left-color: rgba(225,122,0,0.3);
}
.border-l-attention-400\/35 {
  border-left-color: rgba(225,122,0,0.35);
}
.border-l-attention-400\/40 {
  border-left-color: rgba(225,122,0,0.4);
}
.border-l-attention-400\/45 {
  border-left-color: rgba(225,122,0,0.45);
}
.border-l-attention-400\/5 {
  border-left-color: rgba(225,122,0,0.05);
}
.border-l-attention-400\/50 {
  border-left-color: rgba(225,122,0,0.5);
}
.border-l-attention-400\/55 {
  border-left-color: rgba(225,122,0,0.55);
}
.border-l-attention-400\/60 {
  border-left-color: rgba(225,122,0,0.6);
}
.border-l-attention-400\/65 {
  border-left-color: rgba(225,122,0,0.65);
}
.border-l-attention-400\/70 {
  border-left-color: rgba(225,122,0,0.7);
}
.border-l-attention-400\/75 {
  border-left-color: rgba(225,122,0,0.75);
}
.border-l-attention-400\/80 {
  border-left-color: rgba(225,122,0,0.8);
}
.border-l-attention-400\/85 {
  border-left-color: rgba(225,122,0,0.85);
}
.border-l-attention-400\/90 {
  border-left-color: rgba(225,122,0,0.9);
}
.border-l-attention-400\/95 {
  border-left-color: rgba(225,122,0,0.95);
}
.border-l-attention-500 {
  border-left-color: #E93A24;
}
.border-l-attention-500\/0 {
  border-left-color: rgba(233,58,36,0);
}
.border-l-attention-500\/10 {
  border-left-color: rgba(233,58,36,0.1);
}
.border-l-attention-500\/100 {
  border-left-color: rgba(233,58,36,1);
}
.border-l-attention-500\/15 {
  border-left-color: rgba(233,58,36,0.15);
}
.border-l-attention-500\/20 {
  border-left-color: rgba(233,58,36,0.2);
}
.border-l-attention-500\/25 {
  border-left-color: rgba(233,58,36,0.25);
}
.border-l-attention-500\/30 {
  border-left-color: rgba(233,58,36,0.3);
}
.border-l-attention-500\/35 {
  border-left-color: rgba(233,58,36,0.35);
}
.border-l-attention-500\/40 {
  border-left-color: rgba(233,58,36,0.4);
}
.border-l-attention-500\/45 {
  border-left-color: rgba(233,58,36,0.45);
}
.border-l-attention-500\/5 {
  border-left-color: rgba(233,58,36,0.05);
}
.border-l-attention-500\/50 {
  border-left-color: rgba(233,58,36,0.5);
}
.border-l-attention-500\/55 {
  border-left-color: rgba(233,58,36,0.55);
}
.border-l-attention-500\/60 {
  border-left-color: rgba(233,58,36,0.6);
}
.border-l-attention-500\/65 {
  border-left-color: rgba(233,58,36,0.65);
}
.border-l-attention-500\/70 {
  border-left-color: rgba(233,58,36,0.7);
}
.border-l-attention-500\/75 {
  border-left-color: rgba(233,58,36,0.75);
}
.border-l-attention-500\/80 {
  border-left-color: rgba(233,58,36,0.8);
}
.border-l-attention-500\/85 {
  border-left-color: rgba(233,58,36,0.85);
}
.border-l-attention-500\/90 {
  border-left-color: rgba(233,58,36,0.9);
}
.border-l-attention-500\/95 {
  border-left-color: rgba(233,58,36,0.95);
}
.border-l-attention-600 {
  border-left-color: #E93A24;
}
.border-l-attention-600\/0 {
  border-left-color: rgba(233,58,36,0);
}
.border-l-attention-600\/10 {
  border-left-color: rgba(233,58,36,0.1);
}
.border-l-attention-600\/100 {
  border-left-color: rgba(233,58,36,1);
}
.border-l-attention-600\/15 {
  border-left-color: rgba(233,58,36,0.15);
}
.border-l-attention-600\/20 {
  border-left-color: rgba(233,58,36,0.2);
}
.border-l-attention-600\/25 {
  border-left-color: rgba(233,58,36,0.25);
}
.border-l-attention-600\/30 {
  border-left-color: rgba(233,58,36,0.3);
}
.border-l-attention-600\/35 {
  border-left-color: rgba(233,58,36,0.35);
}
.border-l-attention-600\/40 {
  border-left-color: rgba(233,58,36,0.4);
}
.border-l-attention-600\/45 {
  border-left-color: rgba(233,58,36,0.45);
}
.border-l-attention-600\/5 {
  border-left-color: rgba(233,58,36,0.05);
}
.border-l-attention-600\/50 {
  border-left-color: rgba(233,58,36,0.5);
}
.border-l-attention-600\/55 {
  border-left-color: rgba(233,58,36,0.55);
}
.border-l-attention-600\/60 {
  border-left-color: rgba(233,58,36,0.6);
}
.border-l-attention-600\/65 {
  border-left-color: rgba(233,58,36,0.65);
}
.border-l-attention-600\/70 {
  border-left-color: rgba(233,58,36,0.7);
}
.border-l-attention-600\/75 {
  border-left-color: rgba(233,58,36,0.75);
}
.border-l-attention-600\/80 {
  border-left-color: rgba(233,58,36,0.8);
}
.border-l-attention-600\/85 {
  border-left-color: rgba(233,58,36,0.85);
}
.border-l-attention-600\/90 {
  border-left-color: rgba(233,58,36,0.9);
}
.border-l-attention-600\/95 {
  border-left-color: rgba(233,58,36,0.95);
}
.border-l-attention-700 {
  border-left-color: #E93A24;
}
.border-l-attention-700\/0 {
  border-left-color: rgba(233,58,36,0);
}
.border-l-attention-700\/10 {
  border-left-color: rgba(233,58,36,0.1);
}
.border-l-attention-700\/100 {
  border-left-color: rgba(233,58,36,1);
}
.border-l-attention-700\/15 {
  border-left-color: rgba(233,58,36,0.15);
}
.border-l-attention-700\/20 {
  border-left-color: rgba(233,58,36,0.2);
}
.border-l-attention-700\/25 {
  border-left-color: rgba(233,58,36,0.25);
}
.border-l-attention-700\/30 {
  border-left-color: rgba(233,58,36,0.3);
}
.border-l-attention-700\/35 {
  border-left-color: rgba(233,58,36,0.35);
}
.border-l-attention-700\/40 {
  border-left-color: rgba(233,58,36,0.4);
}
.border-l-attention-700\/45 {
  border-left-color: rgba(233,58,36,0.45);
}
.border-l-attention-700\/5 {
  border-left-color: rgba(233,58,36,0.05);
}
.border-l-attention-700\/50 {
  border-left-color: rgba(233,58,36,0.5);
}
.border-l-attention-700\/55 {
  border-left-color: rgba(233,58,36,0.55);
}
.border-l-attention-700\/60 {
  border-left-color: rgba(233,58,36,0.6);
}
.border-l-attention-700\/65 {
  border-left-color: rgba(233,58,36,0.65);
}
.border-l-attention-700\/70 {
  border-left-color: rgba(233,58,36,0.7);
}
.border-l-attention-700\/75 {
  border-left-color: rgba(233,58,36,0.75);
}
.border-l-attention-700\/80 {
  border-left-color: rgba(233,58,36,0.8);
}
.border-l-attention-700\/85 {
  border-left-color: rgba(233,58,36,0.85);
}
.border-l-attention-700\/90 {
  border-left-color: rgba(233,58,36,0.9);
}
.border-l-attention-700\/95 {
  border-left-color: rgba(233,58,36,0.95);
}
.border-l-attention-800 {
  border-left-color: #E93A24;
}
.border-l-attention-800\/0 {
  border-left-color: rgba(233,58,36,0);
}
.border-l-attention-800\/10 {
  border-left-color: rgba(233,58,36,0.1);
}
.border-l-attention-800\/100 {
  border-left-color: rgba(233,58,36,1);
}
.border-l-attention-800\/15 {
  border-left-color: rgba(233,58,36,0.15);
}
.border-l-attention-800\/20 {
  border-left-color: rgba(233,58,36,0.2);
}
.border-l-attention-800\/25 {
  border-left-color: rgba(233,58,36,0.25);
}
.border-l-attention-800\/30 {
  border-left-color: rgba(233,58,36,0.3);
}
.border-l-attention-800\/35 {
  border-left-color: rgba(233,58,36,0.35);
}
.border-l-attention-800\/40 {
  border-left-color: rgba(233,58,36,0.4);
}
.border-l-attention-800\/45 {
  border-left-color: rgba(233,58,36,0.45);
}
.border-l-attention-800\/5 {
  border-left-color: rgba(233,58,36,0.05);
}
.border-l-attention-800\/50 {
  border-left-color: rgba(233,58,36,0.5);
}
.border-l-attention-800\/55 {
  border-left-color: rgba(233,58,36,0.55);
}
.border-l-attention-800\/60 {
  border-left-color: rgba(233,58,36,0.6);
}
.border-l-attention-800\/65 {
  border-left-color: rgba(233,58,36,0.65);
}
.border-l-attention-800\/70 {
  border-left-color: rgba(233,58,36,0.7);
}
.border-l-attention-800\/75 {
  border-left-color: rgba(233,58,36,0.75);
}
.border-l-attention-800\/80 {
  border-left-color: rgba(233,58,36,0.8);
}
.border-l-attention-800\/85 {
  border-left-color: rgba(233,58,36,0.85);
}
.border-l-attention-800\/90 {
  border-left-color: rgba(233,58,36,0.9);
}
.border-l-attention-800\/95 {
  border-left-color: rgba(233,58,36,0.95);
}
.border-l-attention-900 {
  border-left-color: #E93A24;
}
.border-l-attention-900\/0 {
  border-left-color: rgba(233,58,36,0);
}
.border-l-attention-900\/10 {
  border-left-color: rgba(233,58,36,0.1);
}
.border-l-attention-900\/100 {
  border-left-color: rgba(233,58,36,1);
}
.border-l-attention-900\/15 {
  border-left-color: rgba(233,58,36,0.15);
}
.border-l-attention-900\/20 {
  border-left-color: rgba(233,58,36,0.2);
}
.border-l-attention-900\/25 {
  border-left-color: rgba(233,58,36,0.25);
}
.border-l-attention-900\/30 {
  border-left-color: rgba(233,58,36,0.3);
}
.border-l-attention-900\/35 {
  border-left-color: rgba(233,58,36,0.35);
}
.border-l-attention-900\/40 {
  border-left-color: rgba(233,58,36,0.4);
}
.border-l-attention-900\/45 {
  border-left-color: rgba(233,58,36,0.45);
}
.border-l-attention-900\/5 {
  border-left-color: rgba(233,58,36,0.05);
}
.border-l-attention-900\/50 {
  border-left-color: rgba(233,58,36,0.5);
}
.border-l-attention-900\/55 {
  border-left-color: rgba(233,58,36,0.55);
}
.border-l-attention-900\/60 {
  border-left-color: rgba(233,58,36,0.6);
}
.border-l-attention-900\/65 {
  border-left-color: rgba(233,58,36,0.65);
}
.border-l-attention-900\/70 {
  border-left-color: rgba(233,58,36,0.7);
}
.border-l-attention-900\/75 {
  border-left-color: rgba(233,58,36,0.75);
}
.border-l-attention-900\/80 {
  border-left-color: rgba(233,58,36,0.8);
}
.border-l-attention-900\/85 {
  border-left-color: rgba(233,58,36,0.85);
}
.border-l-attention-900\/90 {
  border-left-color: rgba(233,58,36,0.9);
}
.border-l-attention-900\/95 {
  border-left-color: rgba(233,58,36,0.95);
}
.border-l-attention-dark {
  border-left-color: #8c2316;
}
.border-l-attention-dark\/0 {
  border-left-color: rgba(140,35,22,0);
}
.border-l-attention-dark\/10 {
  border-left-color: rgba(140,35,22,0.1);
}
.border-l-attention-dark\/100 {
  border-left-color: rgba(140,35,22,1);
}
.border-l-attention-dark\/15 {
  border-left-color: rgba(140,35,22,0.15);
}
.border-l-attention-dark\/20 {
  border-left-color: rgba(140,35,22,0.2);
}
.border-l-attention-dark\/25 {
  border-left-color: rgba(140,35,22,0.25);
}
.border-l-attention-dark\/30 {
  border-left-color: rgba(140,35,22,0.3);
}
.border-l-attention-dark\/35 {
  border-left-color: rgba(140,35,22,0.35);
}
.border-l-attention-dark\/40 {
  border-left-color: rgba(140,35,22,0.4);
}
.border-l-attention-dark\/45 {
  border-left-color: rgba(140,35,22,0.45);
}
.border-l-attention-dark\/5 {
  border-left-color: rgba(140,35,22,0.05);
}
.border-l-attention-dark\/50 {
  border-left-color: rgba(140,35,22,0.5);
}
.border-l-attention-dark\/55 {
  border-left-color: rgba(140,35,22,0.55);
}
.border-l-attention-dark\/60 {
  border-left-color: rgba(140,35,22,0.6);
}
.border-l-attention-dark\/65 {
  border-left-color: rgba(140,35,22,0.65);
}
.border-l-attention-dark\/70 {
  border-left-color: rgba(140,35,22,0.7);
}
.border-l-attention-dark\/75 {
  border-left-color: rgba(140,35,22,0.75);
}
.border-l-attention-dark\/80 {
  border-left-color: rgba(140,35,22,0.8);
}
.border-l-attention-dark\/85 {
  border-left-color: rgba(140,35,22,0.85);
}
.border-l-attention-dark\/90 {
  border-left-color: rgba(140,35,22,0.9);
}
.border-l-attention-dark\/95 {
  border-left-color: rgba(140,35,22,0.95);
}
.border-l-attention-light {
  border-left-color: #E17A00;
}
.border-l-attention-light\/0 {
  border-left-color: rgba(225,122,0,0);
}
.border-l-attention-light\/10 {
  border-left-color: rgba(225,122,0,0.1);
}
.border-l-attention-light\/100 {
  border-left-color: rgba(225,122,0,1);
}
.border-l-attention-light\/15 {
  border-left-color: rgba(225,122,0,0.15);
}
.border-l-attention-light\/20 {
  border-left-color: rgba(225,122,0,0.2);
}
.border-l-attention-light\/25 {
  border-left-color: rgba(225,122,0,0.25);
}
.border-l-attention-light\/30 {
  border-left-color: rgba(225,122,0,0.3);
}
.border-l-attention-light\/35 {
  border-left-color: rgba(225,122,0,0.35);
}
.border-l-attention-light\/40 {
  border-left-color: rgba(225,122,0,0.4);
}
.border-l-attention-light\/45 {
  border-left-color: rgba(225,122,0,0.45);
}
.border-l-attention-light\/5 {
  border-left-color: rgba(225,122,0,0.05);
}
.border-l-attention-light\/50 {
  border-left-color: rgba(225,122,0,0.5);
}
.border-l-attention-light\/55 {
  border-left-color: rgba(225,122,0,0.55);
}
.border-l-attention-light\/60 {
  border-left-color: rgba(225,122,0,0.6);
}
.border-l-attention-light\/65 {
  border-left-color: rgba(225,122,0,0.65);
}
.border-l-attention-light\/70 {
  border-left-color: rgba(225,122,0,0.7);
}
.border-l-attention-light\/75 {
  border-left-color: rgba(225,122,0,0.75);
}
.border-l-attention-light\/80 {
  border-left-color: rgba(225,122,0,0.8);
}
.border-l-attention-light\/85 {
  border-left-color: rgba(225,122,0,0.85);
}
.border-l-attention-light\/90 {
  border-left-color: rgba(225,122,0,0.9);
}
.border-l-attention-light\/95 {
  border-left-color: rgba(225,122,0,0.95);
}
.border-l-base-0 {
  border-left-color: #E5E5E5;
}
.border-l-base-0\/0 {
  border-left-color: rgba(229,229,229,0);
}
.border-l-base-0\/10 {
  border-left-color: rgba(229,229,229,0.1);
}
.border-l-base-0\/100 {
  border-left-color: rgba(229,229,229,1);
}
.border-l-base-0\/15 {
  border-left-color: rgba(229,229,229,0.15);
}
.border-l-base-0\/20 {
  border-left-color: rgba(229,229,229,0.2);
}
.border-l-base-0\/25 {
  border-left-color: rgba(229,229,229,0.25);
}
.border-l-base-0\/30 {
  border-left-color: rgba(229,229,229,0.3);
}
.border-l-base-0\/35 {
  border-left-color: rgba(229,229,229,0.35);
}
.border-l-base-0\/40 {
  border-left-color: rgba(229,229,229,0.4);
}
.border-l-base-0\/45 {
  border-left-color: rgba(229,229,229,0.45);
}
.border-l-base-0\/5 {
  border-left-color: rgba(229,229,229,0.05);
}
.border-l-base-0\/50 {
  border-left-color: rgba(229,229,229,0.5);
}
.border-l-base-0\/55 {
  border-left-color: rgba(229,229,229,0.55);
}
.border-l-base-0\/60 {
  border-left-color: rgba(229,229,229,0.6);
}
.border-l-base-0\/65 {
  border-left-color: rgba(229,229,229,0.65);
}
.border-l-base-0\/70 {
  border-left-color: rgba(229,229,229,0.7);
}
.border-l-base-0\/75 {
  border-left-color: rgba(229,229,229,0.75);
}
.border-l-base-0\/80 {
  border-left-color: rgba(229,229,229,0.8);
}
.border-l-base-0\/85 {
  border-left-color: rgba(229,229,229,0.85);
}
.border-l-base-0\/90 {
  border-left-color: rgba(229,229,229,0.9);
}
.border-l-base-0\/95 {
  border-left-color: rgba(229,229,229,0.95);
}
.border-l-base-100 {
  border-left-color: #8C8C8C;
}
.border-l-base-100\/0 {
  border-left-color: rgba(140,140,140,0);
}
.border-l-base-100\/10 {
  border-left-color: rgba(140,140,140,0.1);
}
.border-l-base-100\/100 {
  border-left-color: rgba(140,140,140,1);
}
.border-l-base-100\/15 {
  border-left-color: rgba(140,140,140,0.15);
}
.border-l-base-100\/20 {
  border-left-color: rgba(140,140,140,0.2);
}
.border-l-base-100\/25 {
  border-left-color: rgba(140,140,140,0.25);
}
.border-l-base-100\/30 {
  border-left-color: rgba(140,140,140,0.3);
}
.border-l-base-100\/35 {
  border-left-color: rgba(140,140,140,0.35);
}
.border-l-base-100\/40 {
  border-left-color: rgba(140,140,140,0.4);
}
.border-l-base-100\/45 {
  border-left-color: rgba(140,140,140,0.45);
}
.border-l-base-100\/5 {
  border-left-color: rgba(140,140,140,0.05);
}
.border-l-base-100\/50 {
  border-left-color: rgba(140,140,140,0.5);
}
.border-l-base-100\/55 {
  border-left-color: rgba(140,140,140,0.55);
}
.border-l-base-100\/60 {
  border-left-color: rgba(140,140,140,0.6);
}
.border-l-base-100\/65 {
  border-left-color: rgba(140,140,140,0.65);
}
.border-l-base-100\/70 {
  border-left-color: rgba(140,140,140,0.7);
}
.border-l-base-100\/75 {
  border-left-color: rgba(140,140,140,0.75);
}
.border-l-base-100\/80 {
  border-left-color: rgba(140,140,140,0.8);
}
.border-l-base-100\/85 {
  border-left-color: rgba(140,140,140,0.85);
}
.border-l-base-100\/90 {
  border-left-color: rgba(140,140,140,0.9);
}
.border-l-base-100\/95 {
  border-left-color: rgba(140,140,140,0.95);
}
.border-l-base-150 {
  border-left-color: #6f6f6f;
}
.border-l-base-150\/0 {
  border-left-color: rgba(111,111,111,0);
}
.border-l-base-150\/10 {
  border-left-color: rgba(111,111,111,0.1);
}
.border-l-base-150\/100 {
  border-left-color: rgba(111,111,111,1);
}
.border-l-base-150\/15 {
  border-left-color: rgba(111,111,111,0.15);
}
.border-l-base-150\/20 {
  border-left-color: rgba(111,111,111,0.2);
}
.border-l-base-150\/25 {
  border-left-color: rgba(111,111,111,0.25);
}
.border-l-base-150\/30 {
  border-left-color: rgba(111,111,111,0.3);
}
.border-l-base-150\/35 {
  border-left-color: rgba(111,111,111,0.35);
}
.border-l-base-150\/40 {
  border-left-color: rgba(111,111,111,0.4);
}
.border-l-base-150\/45 {
  border-left-color: rgba(111,111,111,0.45);
}
.border-l-base-150\/5 {
  border-left-color: rgba(111,111,111,0.05);
}
.border-l-base-150\/50 {
  border-left-color: rgba(111,111,111,0.5);
}
.border-l-base-150\/55 {
  border-left-color: rgba(111,111,111,0.55);
}
.border-l-base-150\/60 {
  border-left-color: rgba(111,111,111,0.6);
}
.border-l-base-150\/65 {
  border-left-color: rgba(111,111,111,0.65);
}
.border-l-base-150\/70 {
  border-left-color: rgba(111,111,111,0.7);
}
.border-l-base-150\/75 {
  border-left-color: rgba(111,111,111,0.75);
}
.border-l-base-150\/80 {
  border-left-color: rgba(111,111,111,0.8);
}
.border-l-base-150\/85 {
  border-left-color: rgba(111,111,111,0.85);
}
.border-l-base-150\/90 {
  border-left-color: rgba(111,111,111,0.9);
}
.border-l-base-150\/95 {
  border-left-color: rgba(111,111,111,0.95);
}
.border-l-base-200 {
  border-left-color: #454545;
}
.border-l-base-200\/0 {
  border-left-color: rgba(69,69,69,0);
}
.border-l-base-200\/10 {
  border-left-color: rgba(69,69,69,0.1);
}
.border-l-base-200\/100 {
  border-left-color: rgba(69,69,69,1);
}
.border-l-base-200\/15 {
  border-left-color: rgba(69,69,69,0.15);
}
.border-l-base-200\/20 {
  border-left-color: rgba(69,69,69,0.2);
}
.border-l-base-200\/25 {
  border-left-color: rgba(69,69,69,0.25);
}
.border-l-base-200\/30 {
  border-left-color: rgba(69,69,69,0.3);
}
.border-l-base-200\/35 {
  border-left-color: rgba(69,69,69,0.35);
}
.border-l-base-200\/40 {
  border-left-color: rgba(69,69,69,0.4);
}
.border-l-base-200\/45 {
  border-left-color: rgba(69,69,69,0.45);
}
.border-l-base-200\/5 {
  border-left-color: rgba(69,69,69,0.05);
}
.border-l-base-200\/50 {
  border-left-color: rgba(69,69,69,0.5);
}
.border-l-base-200\/55 {
  border-left-color: rgba(69,69,69,0.55);
}
.border-l-base-200\/60 {
  border-left-color: rgba(69,69,69,0.6);
}
.border-l-base-200\/65 {
  border-left-color: rgba(69,69,69,0.65);
}
.border-l-base-200\/70 {
  border-left-color: rgba(69,69,69,0.7);
}
.border-l-base-200\/75 {
  border-left-color: rgba(69,69,69,0.75);
}
.border-l-base-200\/80 {
  border-left-color: rgba(69,69,69,0.8);
}
.border-l-base-200\/85 {
  border-left-color: rgba(69,69,69,0.85);
}
.border-l-base-200\/90 {
  border-left-color: rgba(69,69,69,0.9);
}
.border-l-base-200\/95 {
  border-left-color: rgba(69,69,69,0.95);
}
.border-l-base-300 {
  border-left-color: #343434;
}
.border-l-base-300\/0 {
  border-left-color: rgba(52,52,52,0);
}
.border-l-base-300\/10 {
  border-left-color: rgba(52,52,52,0.1);
}
.border-l-base-300\/100 {
  border-left-color: rgba(52,52,52,1);
}
.border-l-base-300\/15 {
  border-left-color: rgba(52,52,52,0.15);
}
.border-l-base-300\/20 {
  border-left-color: rgba(52,52,52,0.2);
}
.border-l-base-300\/25 {
  border-left-color: rgba(52,52,52,0.25);
}
.border-l-base-300\/30 {
  border-left-color: rgba(52,52,52,0.3);
}
.border-l-base-300\/35 {
  border-left-color: rgba(52,52,52,0.35);
}
.border-l-base-300\/40 {
  border-left-color: rgba(52,52,52,0.4);
}
.border-l-base-300\/45 {
  border-left-color: rgba(52,52,52,0.45);
}
.border-l-base-300\/5 {
  border-left-color: rgba(52,52,52,0.05);
}
.border-l-base-300\/50 {
  border-left-color: rgba(52,52,52,0.5);
}
.border-l-base-300\/55 {
  border-left-color: rgba(52,52,52,0.55);
}
.border-l-base-300\/60 {
  border-left-color: rgba(52,52,52,0.6);
}
.border-l-base-300\/65 {
  border-left-color: rgba(52,52,52,0.65);
}
.border-l-base-300\/70 {
  border-left-color: rgba(52,52,52,0.7);
}
.border-l-base-300\/75 {
  border-left-color: rgba(52,52,52,0.75);
}
.border-l-base-300\/80 {
  border-left-color: rgba(52,52,52,0.8);
}
.border-l-base-300\/85 {
  border-left-color: rgba(52,52,52,0.85);
}
.border-l-base-300\/90 {
  border-left-color: rgba(52,52,52,0.9);
}
.border-l-base-300\/95 {
  border-left-color: rgba(52,52,52,0.95);
}
.border-l-base-400 {
  border-left-color: #2B2B2B;
}
.border-l-base-400\/0 {
  border-left-color: rgba(43,43,43,0);
}
.border-l-base-400\/10 {
  border-left-color: rgba(43,43,43,0.1);
}
.border-l-base-400\/100 {
  border-left-color: rgba(43,43,43,1);
}
.border-l-base-400\/15 {
  border-left-color: rgba(43,43,43,0.15);
}
.border-l-base-400\/20 {
  border-left-color: rgba(43,43,43,0.2);
}
.border-l-base-400\/25 {
  border-left-color: rgba(43,43,43,0.25);
}
.border-l-base-400\/30 {
  border-left-color: rgba(43,43,43,0.3);
}
.border-l-base-400\/35 {
  border-left-color: rgba(43,43,43,0.35);
}
.border-l-base-400\/40 {
  border-left-color: rgba(43,43,43,0.4);
}
.border-l-base-400\/45 {
  border-left-color: rgba(43,43,43,0.45);
}
.border-l-base-400\/5 {
  border-left-color: rgba(43,43,43,0.05);
}
.border-l-base-400\/50 {
  border-left-color: rgba(43,43,43,0.5);
}
.border-l-base-400\/55 {
  border-left-color: rgba(43,43,43,0.55);
}
.border-l-base-400\/60 {
  border-left-color: rgba(43,43,43,0.6);
}
.border-l-base-400\/65 {
  border-left-color: rgba(43,43,43,0.65);
}
.border-l-base-400\/70 {
  border-left-color: rgba(43,43,43,0.7);
}
.border-l-base-400\/75 {
  border-left-color: rgba(43,43,43,0.75);
}
.border-l-base-400\/80 {
  border-left-color: rgba(43,43,43,0.8);
}
.border-l-base-400\/85 {
  border-left-color: rgba(43,43,43,0.85);
}
.border-l-base-400\/90 {
  border-left-color: rgba(43,43,43,0.9);
}
.border-l-base-400\/95 {
  border-left-color: rgba(43,43,43,0.95);
}
.border-l-base-500 {
  border-left-color: #232323;
}
.border-l-base-500\/0 {
  border-left-color: rgba(35,35,35,0);
}
.border-l-base-500\/10 {
  border-left-color: rgba(35,35,35,0.1);
}
.border-l-base-500\/100 {
  border-left-color: rgba(35,35,35,1);
}
.border-l-base-500\/15 {
  border-left-color: rgba(35,35,35,0.15);
}
.border-l-base-500\/20 {
  border-left-color: rgba(35,35,35,0.2);
}
.border-l-base-500\/25 {
  border-left-color: rgba(35,35,35,0.25);
}
.border-l-base-500\/30 {
  border-left-color: rgba(35,35,35,0.3);
}
.border-l-base-500\/35 {
  border-left-color: rgba(35,35,35,0.35);
}
.border-l-base-500\/40 {
  border-left-color: rgba(35,35,35,0.4);
}
.border-l-base-500\/45 {
  border-left-color: rgba(35,35,35,0.45);
}
.border-l-base-500\/5 {
  border-left-color: rgba(35,35,35,0.05);
}
.border-l-base-500\/50 {
  border-left-color: rgba(35,35,35,0.5);
}
.border-l-base-500\/55 {
  border-left-color: rgba(35,35,35,0.55);
}
.border-l-base-500\/60 {
  border-left-color: rgba(35,35,35,0.6);
}
.border-l-base-500\/65 {
  border-left-color: rgba(35,35,35,0.65);
}
.border-l-base-500\/70 {
  border-left-color: rgba(35,35,35,0.7);
}
.border-l-base-500\/75 {
  border-left-color: rgba(35,35,35,0.75);
}
.border-l-base-500\/80 {
  border-left-color: rgba(35,35,35,0.8);
}
.border-l-base-500\/85 {
  border-left-color: rgba(35,35,35,0.85);
}
.border-l-base-500\/90 {
  border-left-color: rgba(35,35,35,0.9);
}
.border-l-base-500\/95 {
  border-left-color: rgba(35,35,35,0.95);
}
.border-l-base-600 {
  border-left-color: #232323;
}
.border-l-base-600\/0 {
  border-left-color: rgba(35,35,35,0);
}
.border-l-base-600\/10 {
  border-left-color: rgba(35,35,35,0.1);
}
.border-l-base-600\/100 {
  border-left-color: rgba(35,35,35,1);
}
.border-l-base-600\/15 {
  border-left-color: rgba(35,35,35,0.15);
}
.border-l-base-600\/20 {
  border-left-color: rgba(35,35,35,0.2);
}
.border-l-base-600\/25 {
  border-left-color: rgba(35,35,35,0.25);
}
.border-l-base-600\/30 {
  border-left-color: rgba(35,35,35,0.3);
}
.border-l-base-600\/35 {
  border-left-color: rgba(35,35,35,0.35);
}
.border-l-base-600\/40 {
  border-left-color: rgba(35,35,35,0.4);
}
.border-l-base-600\/45 {
  border-left-color: rgba(35,35,35,0.45);
}
.border-l-base-600\/5 {
  border-left-color: rgba(35,35,35,0.05);
}
.border-l-base-600\/50 {
  border-left-color: rgba(35,35,35,0.5);
}
.border-l-base-600\/55 {
  border-left-color: rgba(35,35,35,0.55);
}
.border-l-base-600\/60 {
  border-left-color: rgba(35,35,35,0.6);
}
.border-l-base-600\/65 {
  border-left-color: rgba(35,35,35,0.65);
}
.border-l-base-600\/70 {
  border-left-color: rgba(35,35,35,0.7);
}
.border-l-base-600\/75 {
  border-left-color: rgba(35,35,35,0.75);
}
.border-l-base-600\/80 {
  border-left-color: rgba(35,35,35,0.8);
}
.border-l-base-600\/85 {
  border-left-color: rgba(35,35,35,0.85);
}
.border-l-base-600\/90 {
  border-left-color: rgba(35,35,35,0.9);
}
.border-l-base-600\/95 {
  border-left-color: rgba(35,35,35,0.95);
}
.border-l-base-700 {
  border-left-color: #181818;
}
.border-l-base-700\/0 {
  border-left-color: rgba(24,24,24,0);
}
.border-l-base-700\/10 {
  border-left-color: rgba(24,24,24,0.1);
}
.border-l-base-700\/100 {
  border-left-color: rgba(24,24,24,1);
}
.border-l-base-700\/15 {
  border-left-color: rgba(24,24,24,0.15);
}
.border-l-base-700\/20 {
  border-left-color: rgba(24,24,24,0.2);
}
.border-l-base-700\/25 {
  border-left-color: rgba(24,24,24,0.25);
}
.border-l-base-700\/30 {
  border-left-color: rgba(24,24,24,0.3);
}
.border-l-base-700\/35 {
  border-left-color: rgba(24,24,24,0.35);
}
.border-l-base-700\/40 {
  border-left-color: rgba(24,24,24,0.4);
}
.border-l-base-700\/45 {
  border-left-color: rgba(24,24,24,0.45);
}
.border-l-base-700\/5 {
  border-left-color: rgba(24,24,24,0.05);
}
.border-l-base-700\/50 {
  border-left-color: rgba(24,24,24,0.5);
}
.border-l-base-700\/55 {
  border-left-color: rgba(24,24,24,0.55);
}
.border-l-base-700\/60 {
  border-left-color: rgba(24,24,24,0.6);
}
.border-l-base-700\/65 {
  border-left-color: rgba(24,24,24,0.65);
}
.border-l-base-700\/70 {
  border-left-color: rgba(24,24,24,0.7);
}
.border-l-base-700\/75 {
  border-left-color: rgba(24,24,24,0.75);
}
.border-l-base-700\/80 {
  border-left-color: rgba(24,24,24,0.8);
}
.border-l-base-700\/85 {
  border-left-color: rgba(24,24,24,0.85);
}
.border-l-base-700\/90 {
  border-left-color: rgba(24,24,24,0.9);
}
.border-l-base-700\/95 {
  border-left-color: rgba(24,24,24,0.95);
}
.border-l-base-800 {
  border-left-color: #1E1E1E;
}
.border-l-base-800\/0 {
  border-left-color: rgba(30,30,30,0);
}
.border-l-base-800\/10 {
  border-left-color: rgba(30,30,30,0.1);
}
.border-l-base-800\/100 {
  border-left-color: rgba(30,30,30,1);
}
.border-l-base-800\/15 {
  border-left-color: rgba(30,30,30,0.15);
}
.border-l-base-800\/20 {
  border-left-color: rgba(30,30,30,0.2);
}
.border-l-base-800\/25 {
  border-left-color: rgba(30,30,30,0.25);
}
.border-l-base-800\/30 {
  border-left-color: rgba(30,30,30,0.3);
}
.border-l-base-800\/35 {
  border-left-color: rgba(30,30,30,0.35);
}
.border-l-base-800\/40 {
  border-left-color: rgba(30,30,30,0.4);
}
.border-l-base-800\/45 {
  border-left-color: rgba(30,30,30,0.45);
}
.border-l-base-800\/5 {
  border-left-color: rgba(30,30,30,0.05);
}
.border-l-base-800\/50 {
  border-left-color: rgba(30,30,30,0.5);
}
.border-l-base-800\/55 {
  border-left-color: rgba(30,30,30,0.55);
}
.border-l-base-800\/60 {
  border-left-color: rgba(30,30,30,0.6);
}
.border-l-base-800\/65 {
  border-left-color: rgba(30,30,30,0.65);
}
.border-l-base-800\/70 {
  border-left-color: rgba(30,30,30,0.7);
}
.border-l-base-800\/75 {
  border-left-color: rgba(30,30,30,0.75);
}
.border-l-base-800\/80 {
  border-left-color: rgba(30,30,30,0.8);
}
.border-l-base-800\/85 {
  border-left-color: rgba(30,30,30,0.85);
}
.border-l-base-800\/90 {
  border-left-color: rgba(30,30,30,0.9);
}
.border-l-base-800\/95 {
  border-left-color: rgba(30,30,30,0.95);
}
.border-l-base-900 {
  border-left-color: #000000;
}
.border-l-base-900\/0 {
  border-left-color: rgba(0,0,0,0);
}
.border-l-base-900\/10 {
  border-left-color: rgba(0,0,0,0.1);
}
.border-l-base-900\/100 {
  border-left-color: rgba(0,0,0,1);
}
.border-l-base-900\/15 {
  border-left-color: rgba(0,0,0,0.15);
}
.border-l-base-900\/20 {
  border-left-color: rgba(0,0,0,0.2);
}
.border-l-base-900\/25 {
  border-left-color: rgba(0,0,0,0.25);
}
.border-l-base-900\/30 {
  border-left-color: rgba(0,0,0,0.3);
}
.border-l-base-900\/35 {
  border-left-color: rgba(0,0,0,0.35);
}
.border-l-base-900\/40 {
  border-left-color: rgba(0,0,0,0.4);
}
.border-l-base-900\/45 {
  border-left-color: rgba(0,0,0,0.45);
}
.border-l-base-900\/5 {
  border-left-color: rgba(0,0,0,0.05);
}
.border-l-base-900\/50 {
  border-left-color: rgba(0,0,0,0.5);
}
.border-l-base-900\/55 {
  border-left-color: rgba(0,0,0,0.55);
}
.border-l-base-900\/60 {
  border-left-color: rgba(0,0,0,0.6);
}
.border-l-base-900\/65 {
  border-left-color: rgba(0,0,0,0.65);
}
.border-l-base-900\/70 {
  border-left-color: rgba(0,0,0,0.7);
}
.border-l-base-900\/75 {
  border-left-color: rgba(0,0,0,0.75);
}
.border-l-base-900\/80 {
  border-left-color: rgba(0,0,0,0.8);
}
.border-l-base-900\/85 {
  border-left-color: rgba(0,0,0,0.85);
}
.border-l-base-900\/90 {
  border-left-color: rgba(0,0,0,0.9);
}
.border-l-base-900\/95 {
  border-left-color: rgba(0,0,0,0.95);
}
.border-l-base-dark {
  border-left-color: #1E1E1E;
}
.border-l-base-dark\/0 {
  border-left-color: rgba(30,30,30,0);
}
.border-l-base-dark\/10 {
  border-left-color: rgba(30,30,30,0.1);
}
.border-l-base-dark\/100 {
  border-left-color: rgba(30,30,30,1);
}
.border-l-base-dark\/15 {
  border-left-color: rgba(30,30,30,0.15);
}
.border-l-base-dark\/20 {
  border-left-color: rgba(30,30,30,0.2);
}
.border-l-base-dark\/25 {
  border-left-color: rgba(30,30,30,0.25);
}
.border-l-base-dark\/30 {
  border-left-color: rgba(30,30,30,0.3);
}
.border-l-base-dark\/35 {
  border-left-color: rgba(30,30,30,0.35);
}
.border-l-base-dark\/40 {
  border-left-color: rgba(30,30,30,0.4);
}
.border-l-base-dark\/45 {
  border-left-color: rgba(30,30,30,0.45);
}
.border-l-base-dark\/5 {
  border-left-color: rgba(30,30,30,0.05);
}
.border-l-base-dark\/50 {
  border-left-color: rgba(30,30,30,0.5);
}
.border-l-base-dark\/55 {
  border-left-color: rgba(30,30,30,0.55);
}
.border-l-base-dark\/60 {
  border-left-color: rgba(30,30,30,0.6);
}
.border-l-base-dark\/65 {
  border-left-color: rgba(30,30,30,0.65);
}
.border-l-base-dark\/70 {
  border-left-color: rgba(30,30,30,0.7);
}
.border-l-base-dark\/75 {
  border-left-color: rgba(30,30,30,0.75);
}
.border-l-base-dark\/80 {
  border-left-color: rgba(30,30,30,0.8);
}
.border-l-base-dark\/85 {
  border-left-color: rgba(30,30,30,0.85);
}
.border-l-base-dark\/90 {
  border-left-color: rgba(30,30,30,0.9);
}
.border-l-base-dark\/95 {
  border-left-color: rgba(30,30,30,0.95);
}
.border-l-base-light {
  border-left-color: #454545;
}
.border-l-base-light\/0 {
  border-left-color: rgba(69,69,69,0);
}
.border-l-base-light\/10 {
  border-left-color: rgba(69,69,69,0.1);
}
.border-l-base-light\/100 {
  border-left-color: rgba(69,69,69,1);
}
.border-l-base-light\/15 {
  border-left-color: rgba(69,69,69,0.15);
}
.border-l-base-light\/20 {
  border-left-color: rgba(69,69,69,0.2);
}
.border-l-base-light\/25 {
  border-left-color: rgba(69,69,69,0.25);
}
.border-l-base-light\/30 {
  border-left-color: rgba(69,69,69,0.3);
}
.border-l-base-light\/35 {
  border-left-color: rgba(69,69,69,0.35);
}
.border-l-base-light\/40 {
  border-left-color: rgba(69,69,69,0.4);
}
.border-l-base-light\/45 {
  border-left-color: rgba(69,69,69,0.45);
}
.border-l-base-light\/5 {
  border-left-color: rgba(69,69,69,0.05);
}
.border-l-base-light\/50 {
  border-left-color: rgba(69,69,69,0.5);
}
.border-l-base-light\/55 {
  border-left-color: rgba(69,69,69,0.55);
}
.border-l-base-light\/60 {
  border-left-color: rgba(69,69,69,0.6);
}
.border-l-base-light\/65 {
  border-left-color: rgba(69,69,69,0.65);
}
.border-l-base-light\/70 {
  border-left-color: rgba(69,69,69,0.7);
}
.border-l-base-light\/75 {
  border-left-color: rgba(69,69,69,0.75);
}
.border-l-base-light\/80 {
  border-left-color: rgba(69,69,69,0.8);
}
.border-l-base-light\/85 {
  border-left-color: rgba(69,69,69,0.85);
}
.border-l-base-light\/90 {
  border-left-color: rgba(69,69,69,0.9);
}
.border-l-base-light\/95 {
  border-left-color: rgba(69,69,69,0.95);
}
.border-l-base-none {
  border-left-color: transparent;
}
.border-l-base-none\/0 {
  border-left-color: rgba(0,0,0,0);
}
.border-l-base-none\/10 {
  border-left-color: rgba(0,0,0,0.1);
}
.border-l-base-none\/100 {
  border-left-color: rgba(0,0,0,1);
}
.border-l-base-none\/15 {
  border-left-color: rgba(0,0,0,0.15);
}
.border-l-base-none\/20 {
  border-left-color: rgba(0,0,0,0.2);
}
.border-l-base-none\/25 {
  border-left-color: rgba(0,0,0,0.25);
}
.border-l-base-none\/30 {
  border-left-color: rgba(0,0,0,0.3);
}
.border-l-base-none\/35 {
  border-left-color: rgba(0,0,0,0.35);
}
.border-l-base-none\/40 {
  border-left-color: rgba(0,0,0,0.4);
}
.border-l-base-none\/45 {
  border-left-color: rgba(0,0,0,0.45);
}
.border-l-base-none\/5 {
  border-left-color: rgba(0,0,0,0.05);
}
.border-l-base-none\/50 {
  border-left-color: rgba(0,0,0,0.5);
}
.border-l-base-none\/55 {
  border-left-color: rgba(0,0,0,0.55);
}
.border-l-base-none\/60 {
  border-left-color: rgba(0,0,0,0.6);
}
.border-l-base-none\/65 {
  border-left-color: rgba(0,0,0,0.65);
}
.border-l-base-none\/70 {
  border-left-color: rgba(0,0,0,0.7);
}
.border-l-base-none\/75 {
  border-left-color: rgba(0,0,0,0.75);
}
.border-l-base-none\/80 {
  border-left-color: rgba(0,0,0,0.8);
}
.border-l-base-none\/85 {
  border-left-color: rgba(0,0,0,0.85);
}
.border-l-base-none\/90 {
  border-left-color: rgba(0,0,0,0.9);
}
.border-l-base-none\/95 {
  border-left-color: rgba(0,0,0,0.95);
}
.border-l-marker-0 {
  border-left-color: #60BF02;
}
.border-l-marker-0\/0 {
  border-left-color: rgba(96,191,2,0);
}
.border-l-marker-0\/10 {
  border-left-color: rgba(96,191,2,0.1);
}
.border-l-marker-0\/100 {
  border-left-color: rgba(96,191,2,1);
}
.border-l-marker-0\/15 {
  border-left-color: rgba(96,191,2,0.15);
}
.border-l-marker-0\/20 {
  border-left-color: rgba(96,191,2,0.2);
}
.border-l-marker-0\/25 {
  border-left-color: rgba(96,191,2,0.25);
}
.border-l-marker-0\/30 {
  border-left-color: rgba(96,191,2,0.3);
}
.border-l-marker-0\/35 {
  border-left-color: rgba(96,191,2,0.35);
}
.border-l-marker-0\/40 {
  border-left-color: rgba(96,191,2,0.4);
}
.border-l-marker-0\/45 {
  border-left-color: rgba(96,191,2,0.45);
}
.border-l-marker-0\/5 {
  border-left-color: rgba(96,191,2,0.05);
}
.border-l-marker-0\/50 {
  border-left-color: rgba(96,191,2,0.5);
}
.border-l-marker-0\/55 {
  border-left-color: rgba(96,191,2,0.55);
}
.border-l-marker-0\/60 {
  border-left-color: rgba(96,191,2,0.6);
}
.border-l-marker-0\/65 {
  border-left-color: rgba(96,191,2,0.65);
}
.border-l-marker-0\/70 {
  border-left-color: rgba(96,191,2,0.7);
}
.border-l-marker-0\/75 {
  border-left-color: rgba(96,191,2,0.75);
}
.border-l-marker-0\/80 {
  border-left-color: rgba(96,191,2,0.8);
}
.border-l-marker-0\/85 {
  border-left-color: rgba(96,191,2,0.85);
}
.border-l-marker-0\/90 {
  border-left-color: rgba(96,191,2,0.9);
}
.border-l-marker-0\/95 {
  border-left-color: rgba(96,191,2,0.95);
}
.border-l-marker-100 {
  border-left-color: #60BF02;
}
.border-l-marker-100\/0 {
  border-left-color: rgba(96,191,2,0);
}
.border-l-marker-100\/10 {
  border-left-color: rgba(96,191,2,0.1);
}
.border-l-marker-100\/100 {
  border-left-color: rgba(96,191,2,1);
}
.border-l-marker-100\/15 {
  border-left-color: rgba(96,191,2,0.15);
}
.border-l-marker-100\/20 {
  border-left-color: rgba(96,191,2,0.2);
}
.border-l-marker-100\/25 {
  border-left-color: rgba(96,191,2,0.25);
}
.border-l-marker-100\/30 {
  border-left-color: rgba(96,191,2,0.3);
}
.border-l-marker-100\/35 {
  border-left-color: rgba(96,191,2,0.35);
}
.border-l-marker-100\/40 {
  border-left-color: rgba(96,191,2,0.4);
}
.border-l-marker-100\/45 {
  border-left-color: rgba(96,191,2,0.45);
}
.border-l-marker-100\/5 {
  border-left-color: rgba(96,191,2,0.05);
}
.border-l-marker-100\/50 {
  border-left-color: rgba(96,191,2,0.5);
}
.border-l-marker-100\/55 {
  border-left-color: rgba(96,191,2,0.55);
}
.border-l-marker-100\/60 {
  border-left-color: rgba(96,191,2,0.6);
}
.border-l-marker-100\/65 {
  border-left-color: rgba(96,191,2,0.65);
}
.border-l-marker-100\/70 {
  border-left-color: rgba(96,191,2,0.7);
}
.border-l-marker-100\/75 {
  border-left-color: rgba(96,191,2,0.75);
}
.border-l-marker-100\/80 {
  border-left-color: rgba(96,191,2,0.8);
}
.border-l-marker-100\/85 {
  border-left-color: rgba(96,191,2,0.85);
}
.border-l-marker-100\/90 {
  border-left-color: rgba(96,191,2,0.9);
}
.border-l-marker-100\/95 {
  border-left-color: rgba(96,191,2,0.95);
}
.border-l-marker-200 {
  border-left-color: #60BF02;
}
.border-l-marker-200\/0 {
  border-left-color: rgba(96,191,2,0);
}
.border-l-marker-200\/10 {
  border-left-color: rgba(96,191,2,0.1);
}
.border-l-marker-200\/100 {
  border-left-color: rgba(96,191,2,1);
}
.border-l-marker-200\/15 {
  border-left-color: rgba(96,191,2,0.15);
}
.border-l-marker-200\/20 {
  border-left-color: rgba(96,191,2,0.2);
}
.border-l-marker-200\/25 {
  border-left-color: rgba(96,191,2,0.25);
}
.border-l-marker-200\/30 {
  border-left-color: rgba(96,191,2,0.3);
}
.border-l-marker-200\/35 {
  border-left-color: rgba(96,191,2,0.35);
}
.border-l-marker-200\/40 {
  border-left-color: rgba(96,191,2,0.4);
}
.border-l-marker-200\/45 {
  border-left-color: rgba(96,191,2,0.45);
}
.border-l-marker-200\/5 {
  border-left-color: rgba(96,191,2,0.05);
}
.border-l-marker-200\/50 {
  border-left-color: rgba(96,191,2,0.5);
}
.border-l-marker-200\/55 {
  border-left-color: rgba(96,191,2,0.55);
}
.border-l-marker-200\/60 {
  border-left-color: rgba(96,191,2,0.6);
}
.border-l-marker-200\/65 {
  border-left-color: rgba(96,191,2,0.65);
}
.border-l-marker-200\/70 {
  border-left-color: rgba(96,191,2,0.7);
}
.border-l-marker-200\/75 {
  border-left-color: rgba(96,191,2,0.75);
}
.border-l-marker-200\/80 {
  border-left-color: rgba(96,191,2,0.8);
}
.border-l-marker-200\/85 {
  border-left-color: rgba(96,191,2,0.85);
}
.border-l-marker-200\/90 {
  border-left-color: rgba(96,191,2,0.9);
}
.border-l-marker-200\/95 {
  border-left-color: rgba(96,191,2,0.95);
}
.border-l-marker-300 {
  border-left-color: #60BF02;
}
.border-l-marker-300\/0 {
  border-left-color: rgba(96,191,2,0);
}
.border-l-marker-300\/10 {
  border-left-color: rgba(96,191,2,0.1);
}
.border-l-marker-300\/100 {
  border-left-color: rgba(96,191,2,1);
}
.border-l-marker-300\/15 {
  border-left-color: rgba(96,191,2,0.15);
}
.border-l-marker-300\/20 {
  border-left-color: rgba(96,191,2,0.2);
}
.border-l-marker-300\/25 {
  border-left-color: rgba(96,191,2,0.25);
}
.border-l-marker-300\/30 {
  border-left-color: rgba(96,191,2,0.3);
}
.border-l-marker-300\/35 {
  border-left-color: rgba(96,191,2,0.35);
}
.border-l-marker-300\/40 {
  border-left-color: rgba(96,191,2,0.4);
}
.border-l-marker-300\/45 {
  border-left-color: rgba(96,191,2,0.45);
}
.border-l-marker-300\/5 {
  border-left-color: rgba(96,191,2,0.05);
}
.border-l-marker-300\/50 {
  border-left-color: rgba(96,191,2,0.5);
}
.border-l-marker-300\/55 {
  border-left-color: rgba(96,191,2,0.55);
}
.border-l-marker-300\/60 {
  border-left-color: rgba(96,191,2,0.6);
}
.border-l-marker-300\/65 {
  border-left-color: rgba(96,191,2,0.65);
}
.border-l-marker-300\/70 {
  border-left-color: rgba(96,191,2,0.7);
}
.border-l-marker-300\/75 {
  border-left-color: rgba(96,191,2,0.75);
}
.border-l-marker-300\/80 {
  border-left-color: rgba(96,191,2,0.8);
}
.border-l-marker-300\/85 {
  border-left-color: rgba(96,191,2,0.85);
}
.border-l-marker-300\/90 {
  border-left-color: rgba(96,191,2,0.9);
}
.border-l-marker-300\/95 {
  border-left-color: rgba(96,191,2,0.95);
}
.border-l-marker-400 {
  border-left-color: #60BF02;
}
.border-l-marker-400\/0 {
  border-left-color: rgba(96,191,2,0);
}
.border-l-marker-400\/10 {
  border-left-color: rgba(96,191,2,0.1);
}
.border-l-marker-400\/100 {
  border-left-color: rgba(96,191,2,1);
}
.border-l-marker-400\/15 {
  border-left-color: rgba(96,191,2,0.15);
}
.border-l-marker-400\/20 {
  border-left-color: rgba(96,191,2,0.2);
}
.border-l-marker-400\/25 {
  border-left-color: rgba(96,191,2,0.25);
}
.border-l-marker-400\/30 {
  border-left-color: rgba(96,191,2,0.3);
}
.border-l-marker-400\/35 {
  border-left-color: rgba(96,191,2,0.35);
}
.border-l-marker-400\/40 {
  border-left-color: rgba(96,191,2,0.4);
}
.border-l-marker-400\/45 {
  border-left-color: rgba(96,191,2,0.45);
}
.border-l-marker-400\/5 {
  border-left-color: rgba(96,191,2,0.05);
}
.border-l-marker-400\/50 {
  border-left-color: rgba(96,191,2,0.5);
}
.border-l-marker-400\/55 {
  border-left-color: rgba(96,191,2,0.55);
}
.border-l-marker-400\/60 {
  border-left-color: rgba(96,191,2,0.6);
}
.border-l-marker-400\/65 {
  border-left-color: rgba(96,191,2,0.65);
}
.border-l-marker-400\/70 {
  border-left-color: rgba(96,191,2,0.7);
}
.border-l-marker-400\/75 {
  border-left-color: rgba(96,191,2,0.75);
}
.border-l-marker-400\/80 {
  border-left-color: rgba(96,191,2,0.8);
}
.border-l-marker-400\/85 {
  border-left-color: rgba(96,191,2,0.85);
}
.border-l-marker-400\/90 {
  border-left-color: rgba(96,191,2,0.9);
}
.border-l-marker-400\/95 {
  border-left-color: rgba(96,191,2,0.95);
}
.border-l-marker-500 {
  border-left-color: #428400;
}
.border-l-marker-500\/0 {
  border-left-color: rgba(66,132,0,0);
}
.border-l-marker-500\/10 {
  border-left-color: rgba(66,132,0,0.1);
}
.border-l-marker-500\/100 {
  border-left-color: rgba(66,132,0,1);
}
.border-l-marker-500\/15 {
  border-left-color: rgba(66,132,0,0.15);
}
.border-l-marker-500\/20 {
  border-left-color: rgba(66,132,0,0.2);
}
.border-l-marker-500\/25 {
  border-left-color: rgba(66,132,0,0.25);
}
.border-l-marker-500\/30 {
  border-left-color: rgba(66,132,0,0.3);
}
.border-l-marker-500\/35 {
  border-left-color: rgba(66,132,0,0.35);
}
.border-l-marker-500\/40 {
  border-left-color: rgba(66,132,0,0.4);
}
.border-l-marker-500\/45 {
  border-left-color: rgba(66,132,0,0.45);
}
.border-l-marker-500\/5 {
  border-left-color: rgba(66,132,0,0.05);
}
.border-l-marker-500\/50 {
  border-left-color: rgba(66,132,0,0.5);
}
.border-l-marker-500\/55 {
  border-left-color: rgba(66,132,0,0.55);
}
.border-l-marker-500\/60 {
  border-left-color: rgba(66,132,0,0.6);
}
.border-l-marker-500\/65 {
  border-left-color: rgba(66,132,0,0.65);
}
.border-l-marker-500\/70 {
  border-left-color: rgba(66,132,0,0.7);
}
.border-l-marker-500\/75 {
  border-left-color: rgba(66,132,0,0.75);
}
.border-l-marker-500\/80 {
  border-left-color: rgba(66,132,0,0.8);
}
.border-l-marker-500\/85 {
  border-left-color: rgba(66,132,0,0.85);
}
.border-l-marker-500\/90 {
  border-left-color: rgba(66,132,0,0.9);
}
.border-l-marker-500\/95 {
  border-left-color: rgba(66,132,0,0.95);
}
.border-l-marker-600 {
  border-left-color: #428400;
}
.border-l-marker-600\/0 {
  border-left-color: rgba(66,132,0,0);
}
.border-l-marker-600\/10 {
  border-left-color: rgba(66,132,0,0.1);
}
.border-l-marker-600\/100 {
  border-left-color: rgba(66,132,0,1);
}
.border-l-marker-600\/15 {
  border-left-color: rgba(66,132,0,0.15);
}
.border-l-marker-600\/20 {
  border-left-color: rgba(66,132,0,0.2);
}
.border-l-marker-600\/25 {
  border-left-color: rgba(66,132,0,0.25);
}
.border-l-marker-600\/30 {
  border-left-color: rgba(66,132,0,0.3);
}
.border-l-marker-600\/35 {
  border-left-color: rgba(66,132,0,0.35);
}
.border-l-marker-600\/40 {
  border-left-color: rgba(66,132,0,0.4);
}
.border-l-marker-600\/45 {
  border-left-color: rgba(66,132,0,0.45);
}
.border-l-marker-600\/5 {
  border-left-color: rgba(66,132,0,0.05);
}
.border-l-marker-600\/50 {
  border-left-color: rgba(66,132,0,0.5);
}
.border-l-marker-600\/55 {
  border-left-color: rgba(66,132,0,0.55);
}
.border-l-marker-600\/60 {
  border-left-color: rgba(66,132,0,0.6);
}
.border-l-marker-600\/65 {
  border-left-color: rgba(66,132,0,0.65);
}
.border-l-marker-600\/70 {
  border-left-color: rgba(66,132,0,0.7);
}
.border-l-marker-600\/75 {
  border-left-color: rgba(66,132,0,0.75);
}
.border-l-marker-600\/80 {
  border-left-color: rgba(66,132,0,0.8);
}
.border-l-marker-600\/85 {
  border-left-color: rgba(66,132,0,0.85);
}
.border-l-marker-600\/90 {
  border-left-color: rgba(66,132,0,0.9);
}
.border-l-marker-600\/95 {
  border-left-color: rgba(66,132,0,0.95);
}
.border-l-marker-700 {
  border-left-color: #428400;
}
.border-l-marker-700\/0 {
  border-left-color: rgba(66,132,0,0);
}
.border-l-marker-700\/10 {
  border-left-color: rgba(66,132,0,0.1);
}
.border-l-marker-700\/100 {
  border-left-color: rgba(66,132,0,1);
}
.border-l-marker-700\/15 {
  border-left-color: rgba(66,132,0,0.15);
}
.border-l-marker-700\/20 {
  border-left-color: rgba(66,132,0,0.2);
}
.border-l-marker-700\/25 {
  border-left-color: rgba(66,132,0,0.25);
}
.border-l-marker-700\/30 {
  border-left-color: rgba(66,132,0,0.3);
}
.border-l-marker-700\/35 {
  border-left-color: rgba(66,132,0,0.35);
}
.border-l-marker-700\/40 {
  border-left-color: rgba(66,132,0,0.4);
}
.border-l-marker-700\/45 {
  border-left-color: rgba(66,132,0,0.45);
}
.border-l-marker-700\/5 {
  border-left-color: rgba(66,132,0,0.05);
}
.border-l-marker-700\/50 {
  border-left-color: rgba(66,132,0,0.5);
}
.border-l-marker-700\/55 {
  border-left-color: rgba(66,132,0,0.55);
}
.border-l-marker-700\/60 {
  border-left-color: rgba(66,132,0,0.6);
}
.border-l-marker-700\/65 {
  border-left-color: rgba(66,132,0,0.65);
}
.border-l-marker-700\/70 {
  border-left-color: rgba(66,132,0,0.7);
}
.border-l-marker-700\/75 {
  border-left-color: rgba(66,132,0,0.75);
}
.border-l-marker-700\/80 {
  border-left-color: rgba(66,132,0,0.8);
}
.border-l-marker-700\/85 {
  border-left-color: rgba(66,132,0,0.85);
}
.border-l-marker-700\/90 {
  border-left-color: rgba(66,132,0,0.9);
}
.border-l-marker-700\/95 {
  border-left-color: rgba(66,132,0,0.95);
}
.border-l-marker-800 {
  border-left-color: #428400;
}
.border-l-marker-800\/0 {
  border-left-color: rgba(66,132,0,0);
}
.border-l-marker-800\/10 {
  border-left-color: rgba(66,132,0,0.1);
}
.border-l-marker-800\/100 {
  border-left-color: rgba(66,132,0,1);
}
.border-l-marker-800\/15 {
  border-left-color: rgba(66,132,0,0.15);
}
.border-l-marker-800\/20 {
  border-left-color: rgba(66,132,0,0.2);
}
.border-l-marker-800\/25 {
  border-left-color: rgba(66,132,0,0.25);
}
.border-l-marker-800\/30 {
  border-left-color: rgba(66,132,0,0.3);
}
.border-l-marker-800\/35 {
  border-left-color: rgba(66,132,0,0.35);
}
.border-l-marker-800\/40 {
  border-left-color: rgba(66,132,0,0.4);
}
.border-l-marker-800\/45 {
  border-left-color: rgba(66,132,0,0.45);
}
.border-l-marker-800\/5 {
  border-left-color: rgba(66,132,0,0.05);
}
.border-l-marker-800\/50 {
  border-left-color: rgba(66,132,0,0.5);
}
.border-l-marker-800\/55 {
  border-left-color: rgba(66,132,0,0.55);
}
.border-l-marker-800\/60 {
  border-left-color: rgba(66,132,0,0.6);
}
.border-l-marker-800\/65 {
  border-left-color: rgba(66,132,0,0.65);
}
.border-l-marker-800\/70 {
  border-left-color: rgba(66,132,0,0.7);
}
.border-l-marker-800\/75 {
  border-left-color: rgba(66,132,0,0.75);
}
.border-l-marker-800\/80 {
  border-left-color: rgba(66,132,0,0.8);
}
.border-l-marker-800\/85 {
  border-left-color: rgba(66,132,0,0.85);
}
.border-l-marker-800\/90 {
  border-left-color: rgba(66,132,0,0.9);
}
.border-l-marker-800\/95 {
  border-left-color: rgba(66,132,0,0.95);
}
.border-l-marker-900 {
  border-left-color: #428400;
}
.border-l-marker-900\/0 {
  border-left-color: rgba(66,132,0,0);
}
.border-l-marker-900\/10 {
  border-left-color: rgba(66,132,0,0.1);
}
.border-l-marker-900\/100 {
  border-left-color: rgba(66,132,0,1);
}
.border-l-marker-900\/15 {
  border-left-color: rgba(66,132,0,0.15);
}
.border-l-marker-900\/20 {
  border-left-color: rgba(66,132,0,0.2);
}
.border-l-marker-900\/25 {
  border-left-color: rgba(66,132,0,0.25);
}
.border-l-marker-900\/30 {
  border-left-color: rgba(66,132,0,0.3);
}
.border-l-marker-900\/35 {
  border-left-color: rgba(66,132,0,0.35);
}
.border-l-marker-900\/40 {
  border-left-color: rgba(66,132,0,0.4);
}
.border-l-marker-900\/45 {
  border-left-color: rgba(66,132,0,0.45);
}
.border-l-marker-900\/5 {
  border-left-color: rgba(66,132,0,0.05);
}
.border-l-marker-900\/50 {
  border-left-color: rgba(66,132,0,0.5);
}
.border-l-marker-900\/55 {
  border-left-color: rgba(66,132,0,0.55);
}
.border-l-marker-900\/60 {
  border-left-color: rgba(66,132,0,0.6);
}
.border-l-marker-900\/65 {
  border-left-color: rgba(66,132,0,0.65);
}
.border-l-marker-900\/70 {
  border-left-color: rgba(66,132,0,0.7);
}
.border-l-marker-900\/75 {
  border-left-color: rgba(66,132,0,0.75);
}
.border-l-marker-900\/80 {
  border-left-color: rgba(66,132,0,0.8);
}
.border-l-marker-900\/85 {
  border-left-color: rgba(66,132,0,0.85);
}
.border-l-marker-900\/90 {
  border-left-color: rgba(66,132,0,0.9);
}
.border-l-marker-900\/95 {
  border-left-color: rgba(66,132,0,0.95);
}
.border-l-marker-dark {
  border-left-color: #428400;
}
.border-l-marker-dark\/0 {
  border-left-color: rgba(66,132,0,0);
}
.border-l-marker-dark\/10 {
  border-left-color: rgba(66,132,0,0.1);
}
.border-l-marker-dark\/100 {
  border-left-color: rgba(66,132,0,1);
}
.border-l-marker-dark\/15 {
  border-left-color: rgba(66,132,0,0.15);
}
.border-l-marker-dark\/20 {
  border-left-color: rgba(66,132,0,0.2);
}
.border-l-marker-dark\/25 {
  border-left-color: rgba(66,132,0,0.25);
}
.border-l-marker-dark\/30 {
  border-left-color: rgba(66,132,0,0.3);
}
.border-l-marker-dark\/35 {
  border-left-color: rgba(66,132,0,0.35);
}
.border-l-marker-dark\/40 {
  border-left-color: rgba(66,132,0,0.4);
}
.border-l-marker-dark\/45 {
  border-left-color: rgba(66,132,0,0.45);
}
.border-l-marker-dark\/5 {
  border-left-color: rgba(66,132,0,0.05);
}
.border-l-marker-dark\/50 {
  border-left-color: rgba(66,132,0,0.5);
}
.border-l-marker-dark\/55 {
  border-left-color: rgba(66,132,0,0.55);
}
.border-l-marker-dark\/60 {
  border-left-color: rgba(66,132,0,0.6);
}
.border-l-marker-dark\/65 {
  border-left-color: rgba(66,132,0,0.65);
}
.border-l-marker-dark\/70 {
  border-left-color: rgba(66,132,0,0.7);
}
.border-l-marker-dark\/75 {
  border-left-color: rgba(66,132,0,0.75);
}
.border-l-marker-dark\/80 {
  border-left-color: rgba(66,132,0,0.8);
}
.border-l-marker-dark\/85 {
  border-left-color: rgba(66,132,0,0.85);
}
.border-l-marker-dark\/90 {
  border-left-color: rgba(66,132,0,0.9);
}
.border-l-marker-dark\/95 {
  border-left-color: rgba(66,132,0,0.95);
}
.border-l-marker-light {
  border-left-color: #60BF02;
}
.border-l-marker-light\/0 {
  border-left-color: rgba(96,191,2,0);
}
.border-l-marker-light\/10 {
  border-left-color: rgba(96,191,2,0.1);
}
.border-l-marker-light\/100 {
  border-left-color: rgba(96,191,2,1);
}
.border-l-marker-light\/15 {
  border-left-color: rgba(96,191,2,0.15);
}
.border-l-marker-light\/20 {
  border-left-color: rgba(96,191,2,0.2);
}
.border-l-marker-light\/25 {
  border-left-color: rgba(96,191,2,0.25);
}
.border-l-marker-light\/30 {
  border-left-color: rgba(96,191,2,0.3);
}
.border-l-marker-light\/35 {
  border-left-color: rgba(96,191,2,0.35);
}
.border-l-marker-light\/40 {
  border-left-color: rgba(96,191,2,0.4);
}
.border-l-marker-light\/45 {
  border-left-color: rgba(96,191,2,0.45);
}
.border-l-marker-light\/5 {
  border-left-color: rgba(96,191,2,0.05);
}
.border-l-marker-light\/50 {
  border-left-color: rgba(96,191,2,0.5);
}
.border-l-marker-light\/55 {
  border-left-color: rgba(96,191,2,0.55);
}
.border-l-marker-light\/60 {
  border-left-color: rgba(96,191,2,0.6);
}
.border-l-marker-light\/65 {
  border-left-color: rgba(96,191,2,0.65);
}
.border-l-marker-light\/70 {
  border-left-color: rgba(96,191,2,0.7);
}
.border-l-marker-light\/75 {
  border-left-color: rgba(96,191,2,0.75);
}
.border-l-marker-light\/80 {
  border-left-color: rgba(96,191,2,0.8);
}
.border-l-marker-light\/85 {
  border-left-color: rgba(96,191,2,0.85);
}
.border-l-marker-light\/90 {
  border-left-color: rgba(96,191,2,0.9);
}
.border-l-marker-light\/95 {
  border-left-color: rgba(96,191,2,0.95);
}
.border-r-attention-0 {
  border-right-color: #E17A00;
}
.border-r-attention-0\/0 {
  border-right-color: rgba(225,122,0,0);
}
.border-r-attention-0\/10 {
  border-right-color: rgba(225,122,0,0.1);
}
.border-r-attention-0\/100 {
  border-right-color: rgba(225,122,0,1);
}
.border-r-attention-0\/15 {
  border-right-color: rgba(225,122,0,0.15);
}
.border-r-attention-0\/20 {
  border-right-color: rgba(225,122,0,0.2);
}
.border-r-attention-0\/25 {
  border-right-color: rgba(225,122,0,0.25);
}
.border-r-attention-0\/30 {
  border-right-color: rgba(225,122,0,0.3);
}
.border-r-attention-0\/35 {
  border-right-color: rgba(225,122,0,0.35);
}
.border-r-attention-0\/40 {
  border-right-color: rgba(225,122,0,0.4);
}
.border-r-attention-0\/45 {
  border-right-color: rgba(225,122,0,0.45);
}
.border-r-attention-0\/5 {
  border-right-color: rgba(225,122,0,0.05);
}
.border-r-attention-0\/50 {
  border-right-color: rgba(225,122,0,0.5);
}
.border-r-attention-0\/55 {
  border-right-color: rgba(225,122,0,0.55);
}
.border-r-attention-0\/60 {
  border-right-color: rgba(225,122,0,0.6);
}
.border-r-attention-0\/65 {
  border-right-color: rgba(225,122,0,0.65);
}
.border-r-attention-0\/70 {
  border-right-color: rgba(225,122,0,0.7);
}
.border-r-attention-0\/75 {
  border-right-color: rgba(225,122,0,0.75);
}
.border-r-attention-0\/80 {
  border-right-color: rgba(225,122,0,0.8);
}
.border-r-attention-0\/85 {
  border-right-color: rgba(225,122,0,0.85);
}
.border-r-attention-0\/90 {
  border-right-color: rgba(225,122,0,0.9);
}
.border-r-attention-0\/95 {
  border-right-color: rgba(225,122,0,0.95);
}
.border-r-attention-100 {
  border-right-color: #E17A00;
}
.border-r-attention-100\/0 {
  border-right-color: rgba(225,122,0,0);
}
.border-r-attention-100\/10 {
  border-right-color: rgba(225,122,0,0.1);
}
.border-r-attention-100\/100 {
  border-right-color: rgba(225,122,0,1);
}
.border-r-attention-100\/15 {
  border-right-color: rgba(225,122,0,0.15);
}
.border-r-attention-100\/20 {
  border-right-color: rgba(225,122,0,0.2);
}
.border-r-attention-100\/25 {
  border-right-color: rgba(225,122,0,0.25);
}
.border-r-attention-100\/30 {
  border-right-color: rgba(225,122,0,0.3);
}
.border-r-attention-100\/35 {
  border-right-color: rgba(225,122,0,0.35);
}
.border-r-attention-100\/40 {
  border-right-color: rgba(225,122,0,0.4);
}
.border-r-attention-100\/45 {
  border-right-color: rgba(225,122,0,0.45);
}
.border-r-attention-100\/5 {
  border-right-color: rgba(225,122,0,0.05);
}
.border-r-attention-100\/50 {
  border-right-color: rgba(225,122,0,0.5);
}
.border-r-attention-100\/55 {
  border-right-color: rgba(225,122,0,0.55);
}
.border-r-attention-100\/60 {
  border-right-color: rgba(225,122,0,0.6);
}
.border-r-attention-100\/65 {
  border-right-color: rgba(225,122,0,0.65);
}
.border-r-attention-100\/70 {
  border-right-color: rgba(225,122,0,0.7);
}
.border-r-attention-100\/75 {
  border-right-color: rgba(225,122,0,0.75);
}
.border-r-attention-100\/80 {
  border-right-color: rgba(225,122,0,0.8);
}
.border-r-attention-100\/85 {
  border-right-color: rgba(225,122,0,0.85);
}
.border-r-attention-100\/90 {
  border-right-color: rgba(225,122,0,0.9);
}
.border-r-attention-100\/95 {
  border-right-color: rgba(225,122,0,0.95);
}
.border-r-attention-200 {
  border-right-color: #E17A00;
}
.border-r-attention-200\/0 {
  border-right-color: rgba(225,122,0,0);
}
.border-r-attention-200\/10 {
  border-right-color: rgba(225,122,0,0.1);
}
.border-r-attention-200\/100 {
  border-right-color: rgba(225,122,0,1);
}
.border-r-attention-200\/15 {
  border-right-color: rgba(225,122,0,0.15);
}
.border-r-attention-200\/20 {
  border-right-color: rgba(225,122,0,0.2);
}
.border-r-attention-200\/25 {
  border-right-color: rgba(225,122,0,0.25);
}
.border-r-attention-200\/30 {
  border-right-color: rgba(225,122,0,0.3);
}
.border-r-attention-200\/35 {
  border-right-color: rgba(225,122,0,0.35);
}
.border-r-attention-200\/40 {
  border-right-color: rgba(225,122,0,0.4);
}
.border-r-attention-200\/45 {
  border-right-color: rgba(225,122,0,0.45);
}
.border-r-attention-200\/5 {
  border-right-color: rgba(225,122,0,0.05);
}
.border-r-attention-200\/50 {
  border-right-color: rgba(225,122,0,0.5);
}
.border-r-attention-200\/55 {
  border-right-color: rgba(225,122,0,0.55);
}
.border-r-attention-200\/60 {
  border-right-color: rgba(225,122,0,0.6);
}
.border-r-attention-200\/65 {
  border-right-color: rgba(225,122,0,0.65);
}
.border-r-attention-200\/70 {
  border-right-color: rgba(225,122,0,0.7);
}
.border-r-attention-200\/75 {
  border-right-color: rgba(225,122,0,0.75);
}
.border-r-attention-200\/80 {
  border-right-color: rgba(225,122,0,0.8);
}
.border-r-attention-200\/85 {
  border-right-color: rgba(225,122,0,0.85);
}
.border-r-attention-200\/90 {
  border-right-color: rgba(225,122,0,0.9);
}
.border-r-attention-200\/95 {
  border-right-color: rgba(225,122,0,0.95);
}
.border-r-attention-300 {
  border-right-color: #E17A00;
}
.border-r-attention-300\/0 {
  border-right-color: rgba(225,122,0,0);
}
.border-r-attention-300\/10 {
  border-right-color: rgba(225,122,0,0.1);
}
.border-r-attention-300\/100 {
  border-right-color: rgba(225,122,0,1);
}
.border-r-attention-300\/15 {
  border-right-color: rgba(225,122,0,0.15);
}
.border-r-attention-300\/20 {
  border-right-color: rgba(225,122,0,0.2);
}
.border-r-attention-300\/25 {
  border-right-color: rgba(225,122,0,0.25);
}
.border-r-attention-300\/30 {
  border-right-color: rgba(225,122,0,0.3);
}
.border-r-attention-300\/35 {
  border-right-color: rgba(225,122,0,0.35);
}
.border-r-attention-300\/40 {
  border-right-color: rgba(225,122,0,0.4);
}
.border-r-attention-300\/45 {
  border-right-color: rgba(225,122,0,0.45);
}
.border-r-attention-300\/5 {
  border-right-color: rgba(225,122,0,0.05);
}
.border-r-attention-300\/50 {
  border-right-color: rgba(225,122,0,0.5);
}
.border-r-attention-300\/55 {
  border-right-color: rgba(225,122,0,0.55);
}
.border-r-attention-300\/60 {
  border-right-color: rgba(225,122,0,0.6);
}
.border-r-attention-300\/65 {
  border-right-color: rgba(225,122,0,0.65);
}
.border-r-attention-300\/70 {
  border-right-color: rgba(225,122,0,0.7);
}
.border-r-attention-300\/75 {
  border-right-color: rgba(225,122,0,0.75);
}
.border-r-attention-300\/80 {
  border-right-color: rgba(225,122,0,0.8);
}
.border-r-attention-300\/85 {
  border-right-color: rgba(225,122,0,0.85);
}
.border-r-attention-300\/90 {
  border-right-color: rgba(225,122,0,0.9);
}
.border-r-attention-300\/95 {
  border-right-color: rgba(225,122,0,0.95);
}
.border-r-attention-400 {
  border-right-color: #E17A00;
}
.border-r-attention-400\/0 {
  border-right-color: rgba(225,122,0,0);
}
.border-r-attention-400\/10 {
  border-right-color: rgba(225,122,0,0.1);
}
.border-r-attention-400\/100 {
  border-right-color: rgba(225,122,0,1);
}
.border-r-attention-400\/15 {
  border-right-color: rgba(225,122,0,0.15);
}
.border-r-attention-400\/20 {
  border-right-color: rgba(225,122,0,0.2);
}
.border-r-attention-400\/25 {
  border-right-color: rgba(225,122,0,0.25);
}
.border-r-attention-400\/30 {
  border-right-color: rgba(225,122,0,0.3);
}
.border-r-attention-400\/35 {
  border-right-color: rgba(225,122,0,0.35);
}
.border-r-attention-400\/40 {
  border-right-color: rgba(225,122,0,0.4);
}
.border-r-attention-400\/45 {
  border-right-color: rgba(225,122,0,0.45);
}
.border-r-attention-400\/5 {
  border-right-color: rgba(225,122,0,0.05);
}
.border-r-attention-400\/50 {
  border-right-color: rgba(225,122,0,0.5);
}
.border-r-attention-400\/55 {
  border-right-color: rgba(225,122,0,0.55);
}
.border-r-attention-400\/60 {
  border-right-color: rgba(225,122,0,0.6);
}
.border-r-attention-400\/65 {
  border-right-color: rgba(225,122,0,0.65);
}
.border-r-attention-400\/70 {
  border-right-color: rgba(225,122,0,0.7);
}
.border-r-attention-400\/75 {
  border-right-color: rgba(225,122,0,0.75);
}
.border-r-attention-400\/80 {
  border-right-color: rgba(225,122,0,0.8);
}
.border-r-attention-400\/85 {
  border-right-color: rgba(225,122,0,0.85);
}
.border-r-attention-400\/90 {
  border-right-color: rgba(225,122,0,0.9);
}
.border-r-attention-400\/95 {
  border-right-color: rgba(225,122,0,0.95);
}
.border-r-attention-500 {
  border-right-color: #E93A24;
}
.border-r-attention-500\/0 {
  border-right-color: rgba(233,58,36,0);
}
.border-r-attention-500\/10 {
  border-right-color: rgba(233,58,36,0.1);
}
.border-r-attention-500\/100 {
  border-right-color: rgba(233,58,36,1);
}
.border-r-attention-500\/15 {
  border-right-color: rgba(233,58,36,0.15);
}
.border-r-attention-500\/20 {
  border-right-color: rgba(233,58,36,0.2);
}
.border-r-attention-500\/25 {
  border-right-color: rgba(233,58,36,0.25);
}
.border-r-attention-500\/30 {
  border-right-color: rgba(233,58,36,0.3);
}
.border-r-attention-500\/35 {
  border-right-color: rgba(233,58,36,0.35);
}
.border-r-attention-500\/40 {
  border-right-color: rgba(233,58,36,0.4);
}
.border-r-attention-500\/45 {
  border-right-color: rgba(233,58,36,0.45);
}
.border-r-attention-500\/5 {
  border-right-color: rgba(233,58,36,0.05);
}
.border-r-attention-500\/50 {
  border-right-color: rgba(233,58,36,0.5);
}
.border-r-attention-500\/55 {
  border-right-color: rgba(233,58,36,0.55);
}
.border-r-attention-500\/60 {
  border-right-color: rgba(233,58,36,0.6);
}
.border-r-attention-500\/65 {
  border-right-color: rgba(233,58,36,0.65);
}
.border-r-attention-500\/70 {
  border-right-color: rgba(233,58,36,0.7);
}
.border-r-attention-500\/75 {
  border-right-color: rgba(233,58,36,0.75);
}
.border-r-attention-500\/80 {
  border-right-color: rgba(233,58,36,0.8);
}
.border-r-attention-500\/85 {
  border-right-color: rgba(233,58,36,0.85);
}
.border-r-attention-500\/90 {
  border-right-color: rgba(233,58,36,0.9);
}
.border-r-attention-500\/95 {
  border-right-color: rgba(233,58,36,0.95);
}
.border-r-attention-600 {
  border-right-color: #E93A24;
}
.border-r-attention-600\/0 {
  border-right-color: rgba(233,58,36,0);
}
.border-r-attention-600\/10 {
  border-right-color: rgba(233,58,36,0.1);
}
.border-r-attention-600\/100 {
  border-right-color: rgba(233,58,36,1);
}
.border-r-attention-600\/15 {
  border-right-color: rgba(233,58,36,0.15);
}
.border-r-attention-600\/20 {
  border-right-color: rgba(233,58,36,0.2);
}
.border-r-attention-600\/25 {
  border-right-color: rgba(233,58,36,0.25);
}
.border-r-attention-600\/30 {
  border-right-color: rgba(233,58,36,0.3);
}
.border-r-attention-600\/35 {
  border-right-color: rgba(233,58,36,0.35);
}
.border-r-attention-600\/40 {
  border-right-color: rgba(233,58,36,0.4);
}
.border-r-attention-600\/45 {
  border-right-color: rgba(233,58,36,0.45);
}
.border-r-attention-600\/5 {
  border-right-color: rgba(233,58,36,0.05);
}
.border-r-attention-600\/50 {
  border-right-color: rgba(233,58,36,0.5);
}
.border-r-attention-600\/55 {
  border-right-color: rgba(233,58,36,0.55);
}
.border-r-attention-600\/60 {
  border-right-color: rgba(233,58,36,0.6);
}
.border-r-attention-600\/65 {
  border-right-color: rgba(233,58,36,0.65);
}
.border-r-attention-600\/70 {
  border-right-color: rgba(233,58,36,0.7);
}
.border-r-attention-600\/75 {
  border-right-color: rgba(233,58,36,0.75);
}
.border-r-attention-600\/80 {
  border-right-color: rgba(233,58,36,0.8);
}
.border-r-attention-600\/85 {
  border-right-color: rgba(233,58,36,0.85);
}
.border-r-attention-600\/90 {
  border-right-color: rgba(233,58,36,0.9);
}
.border-r-attention-600\/95 {
  border-right-color: rgba(233,58,36,0.95);
}
.border-r-attention-700 {
  border-right-color: #E93A24;
}
.border-r-attention-700\/0 {
  border-right-color: rgba(233,58,36,0);
}
.border-r-attention-700\/10 {
  border-right-color: rgba(233,58,36,0.1);
}
.border-r-attention-700\/100 {
  border-right-color: rgba(233,58,36,1);
}
.border-r-attention-700\/15 {
  border-right-color: rgba(233,58,36,0.15);
}
.border-r-attention-700\/20 {
  border-right-color: rgba(233,58,36,0.2);
}
.border-r-attention-700\/25 {
  border-right-color: rgba(233,58,36,0.25);
}
.border-r-attention-700\/30 {
  border-right-color: rgba(233,58,36,0.3);
}
.border-r-attention-700\/35 {
  border-right-color: rgba(233,58,36,0.35);
}
.border-r-attention-700\/40 {
  border-right-color: rgba(233,58,36,0.4);
}
.border-r-attention-700\/45 {
  border-right-color: rgba(233,58,36,0.45);
}
.border-r-attention-700\/5 {
  border-right-color: rgba(233,58,36,0.05);
}
.border-r-attention-700\/50 {
  border-right-color: rgba(233,58,36,0.5);
}
.border-r-attention-700\/55 {
  border-right-color: rgba(233,58,36,0.55);
}
.border-r-attention-700\/60 {
  border-right-color: rgba(233,58,36,0.6);
}
.border-r-attention-700\/65 {
  border-right-color: rgba(233,58,36,0.65);
}
.border-r-attention-700\/70 {
  border-right-color: rgba(233,58,36,0.7);
}
.border-r-attention-700\/75 {
  border-right-color: rgba(233,58,36,0.75);
}
.border-r-attention-700\/80 {
  border-right-color: rgba(233,58,36,0.8);
}
.border-r-attention-700\/85 {
  border-right-color: rgba(233,58,36,0.85);
}
.border-r-attention-700\/90 {
  border-right-color: rgba(233,58,36,0.9);
}
.border-r-attention-700\/95 {
  border-right-color: rgba(233,58,36,0.95);
}
.border-r-attention-800 {
  border-right-color: #E93A24;
}
.border-r-attention-800\/0 {
  border-right-color: rgba(233,58,36,0);
}
.border-r-attention-800\/10 {
  border-right-color: rgba(233,58,36,0.1);
}
.border-r-attention-800\/100 {
  border-right-color: rgba(233,58,36,1);
}
.border-r-attention-800\/15 {
  border-right-color: rgba(233,58,36,0.15);
}
.border-r-attention-800\/20 {
  border-right-color: rgba(233,58,36,0.2);
}
.border-r-attention-800\/25 {
  border-right-color: rgba(233,58,36,0.25);
}
.border-r-attention-800\/30 {
  border-right-color: rgba(233,58,36,0.3);
}
.border-r-attention-800\/35 {
  border-right-color: rgba(233,58,36,0.35);
}
.border-r-attention-800\/40 {
  border-right-color: rgba(233,58,36,0.4);
}
.border-r-attention-800\/45 {
  border-right-color: rgba(233,58,36,0.45);
}
.border-r-attention-800\/5 {
  border-right-color: rgba(233,58,36,0.05);
}
.border-r-attention-800\/50 {
  border-right-color: rgba(233,58,36,0.5);
}
.border-r-attention-800\/55 {
  border-right-color: rgba(233,58,36,0.55);
}
.border-r-attention-800\/60 {
  border-right-color: rgba(233,58,36,0.6);
}
.border-r-attention-800\/65 {
  border-right-color: rgba(233,58,36,0.65);
}
.border-r-attention-800\/70 {
  border-right-color: rgba(233,58,36,0.7);
}
.border-r-attention-800\/75 {
  border-right-color: rgba(233,58,36,0.75);
}
.border-r-attention-800\/80 {
  border-right-color: rgba(233,58,36,0.8);
}
.border-r-attention-800\/85 {
  border-right-color: rgba(233,58,36,0.85);
}
.border-r-attention-800\/90 {
  border-right-color: rgba(233,58,36,0.9);
}
.border-r-attention-800\/95 {
  border-right-color: rgba(233,58,36,0.95);
}
.border-r-attention-900 {
  border-right-color: #E93A24;
}
.border-r-attention-900\/0 {
  border-right-color: rgba(233,58,36,0);
}
.border-r-attention-900\/10 {
  border-right-color: rgba(233,58,36,0.1);
}
.border-r-attention-900\/100 {
  border-right-color: rgba(233,58,36,1);
}
.border-r-attention-900\/15 {
  border-right-color: rgba(233,58,36,0.15);
}
.border-r-attention-900\/20 {
  border-right-color: rgba(233,58,36,0.2);
}
.border-r-attention-900\/25 {
  border-right-color: rgba(233,58,36,0.25);
}
.border-r-attention-900\/30 {
  border-right-color: rgba(233,58,36,0.3);
}
.border-r-attention-900\/35 {
  border-right-color: rgba(233,58,36,0.35);
}
.border-r-attention-900\/40 {
  border-right-color: rgba(233,58,36,0.4);
}
.border-r-attention-900\/45 {
  border-right-color: rgba(233,58,36,0.45);
}
.border-r-attention-900\/5 {
  border-right-color: rgba(233,58,36,0.05);
}
.border-r-attention-900\/50 {
  border-right-color: rgba(233,58,36,0.5);
}
.border-r-attention-900\/55 {
  border-right-color: rgba(233,58,36,0.55);
}
.border-r-attention-900\/60 {
  border-right-color: rgba(233,58,36,0.6);
}
.border-r-attention-900\/65 {
  border-right-color: rgba(233,58,36,0.65);
}
.border-r-attention-900\/70 {
  border-right-color: rgba(233,58,36,0.7);
}
.border-r-attention-900\/75 {
  border-right-color: rgba(233,58,36,0.75);
}
.border-r-attention-900\/80 {
  border-right-color: rgba(233,58,36,0.8);
}
.border-r-attention-900\/85 {
  border-right-color: rgba(233,58,36,0.85);
}
.border-r-attention-900\/90 {
  border-right-color: rgba(233,58,36,0.9);
}
.border-r-attention-900\/95 {
  border-right-color: rgba(233,58,36,0.95);
}
.border-r-attention-dark {
  border-right-color: #8c2316;
}
.border-r-attention-dark\/0 {
  border-right-color: rgba(140,35,22,0);
}
.border-r-attention-dark\/10 {
  border-right-color: rgba(140,35,22,0.1);
}
.border-r-attention-dark\/100 {
  border-right-color: rgba(140,35,22,1);
}
.border-r-attention-dark\/15 {
  border-right-color: rgba(140,35,22,0.15);
}
.border-r-attention-dark\/20 {
  border-right-color: rgba(140,35,22,0.2);
}
.border-r-attention-dark\/25 {
  border-right-color: rgba(140,35,22,0.25);
}
.border-r-attention-dark\/30 {
  border-right-color: rgba(140,35,22,0.3);
}
.border-r-attention-dark\/35 {
  border-right-color: rgba(140,35,22,0.35);
}
.border-r-attention-dark\/40 {
  border-right-color: rgba(140,35,22,0.4);
}
.border-r-attention-dark\/45 {
  border-right-color: rgba(140,35,22,0.45);
}
.border-r-attention-dark\/5 {
  border-right-color: rgba(140,35,22,0.05);
}
.border-r-attention-dark\/50 {
  border-right-color: rgba(140,35,22,0.5);
}
.border-r-attention-dark\/55 {
  border-right-color: rgba(140,35,22,0.55);
}
.border-r-attention-dark\/60 {
  border-right-color: rgba(140,35,22,0.6);
}
.border-r-attention-dark\/65 {
  border-right-color: rgba(140,35,22,0.65);
}
.border-r-attention-dark\/70 {
  border-right-color: rgba(140,35,22,0.7);
}
.border-r-attention-dark\/75 {
  border-right-color: rgba(140,35,22,0.75);
}
.border-r-attention-dark\/80 {
  border-right-color: rgba(140,35,22,0.8);
}
.border-r-attention-dark\/85 {
  border-right-color: rgba(140,35,22,0.85);
}
.border-r-attention-dark\/90 {
  border-right-color: rgba(140,35,22,0.9);
}
.border-r-attention-dark\/95 {
  border-right-color: rgba(140,35,22,0.95);
}
.border-r-attention-light {
  border-right-color: #E17A00;
}
.border-r-attention-light\/0 {
  border-right-color: rgba(225,122,0,0);
}
.border-r-attention-light\/10 {
  border-right-color: rgba(225,122,0,0.1);
}
.border-r-attention-light\/100 {
  border-right-color: rgba(225,122,0,1);
}
.border-r-attention-light\/15 {
  border-right-color: rgba(225,122,0,0.15);
}
.border-r-attention-light\/20 {
  border-right-color: rgba(225,122,0,0.2);
}
.border-r-attention-light\/25 {
  border-right-color: rgba(225,122,0,0.25);
}
.border-r-attention-light\/30 {
  border-right-color: rgba(225,122,0,0.3);
}
.border-r-attention-light\/35 {
  border-right-color: rgba(225,122,0,0.35);
}
.border-r-attention-light\/40 {
  border-right-color: rgba(225,122,0,0.4);
}
.border-r-attention-light\/45 {
  border-right-color: rgba(225,122,0,0.45);
}
.border-r-attention-light\/5 {
  border-right-color: rgba(225,122,0,0.05);
}
.border-r-attention-light\/50 {
  border-right-color: rgba(225,122,0,0.5);
}
.border-r-attention-light\/55 {
  border-right-color: rgba(225,122,0,0.55);
}
.border-r-attention-light\/60 {
  border-right-color: rgba(225,122,0,0.6);
}
.border-r-attention-light\/65 {
  border-right-color: rgba(225,122,0,0.65);
}
.border-r-attention-light\/70 {
  border-right-color: rgba(225,122,0,0.7);
}
.border-r-attention-light\/75 {
  border-right-color: rgba(225,122,0,0.75);
}
.border-r-attention-light\/80 {
  border-right-color: rgba(225,122,0,0.8);
}
.border-r-attention-light\/85 {
  border-right-color: rgba(225,122,0,0.85);
}
.border-r-attention-light\/90 {
  border-right-color: rgba(225,122,0,0.9);
}
.border-r-attention-light\/95 {
  border-right-color: rgba(225,122,0,0.95);
}
.border-r-base-0 {
  border-right-color: #E5E5E5;
}
.border-r-base-0\/0 {
  border-right-color: rgba(229,229,229,0);
}
.border-r-base-0\/10 {
  border-right-color: rgba(229,229,229,0.1);
}
.border-r-base-0\/100 {
  border-right-color: rgba(229,229,229,1);
}
.border-r-base-0\/15 {
  border-right-color: rgba(229,229,229,0.15);
}
.border-r-base-0\/20 {
  border-right-color: rgba(229,229,229,0.2);
}
.border-r-base-0\/25 {
  border-right-color: rgba(229,229,229,0.25);
}
.border-r-base-0\/30 {
  border-right-color: rgba(229,229,229,0.3);
}
.border-r-base-0\/35 {
  border-right-color: rgba(229,229,229,0.35);
}
.border-r-base-0\/40 {
  border-right-color: rgba(229,229,229,0.4);
}
.border-r-base-0\/45 {
  border-right-color: rgba(229,229,229,0.45);
}
.border-r-base-0\/5 {
  border-right-color: rgba(229,229,229,0.05);
}
.border-r-base-0\/50 {
  border-right-color: rgba(229,229,229,0.5);
}
.border-r-base-0\/55 {
  border-right-color: rgba(229,229,229,0.55);
}
.border-r-base-0\/60 {
  border-right-color: rgba(229,229,229,0.6);
}
.border-r-base-0\/65 {
  border-right-color: rgba(229,229,229,0.65);
}
.border-r-base-0\/70 {
  border-right-color: rgba(229,229,229,0.7);
}
.border-r-base-0\/75 {
  border-right-color: rgba(229,229,229,0.75);
}
.border-r-base-0\/80 {
  border-right-color: rgba(229,229,229,0.8);
}
.border-r-base-0\/85 {
  border-right-color: rgba(229,229,229,0.85);
}
.border-r-base-0\/90 {
  border-right-color: rgba(229,229,229,0.9);
}
.border-r-base-0\/95 {
  border-right-color: rgba(229,229,229,0.95);
}
.border-r-base-100 {
  border-right-color: #8C8C8C;
}
.border-r-base-100\/0 {
  border-right-color: rgba(140,140,140,0);
}
.border-r-base-100\/10 {
  border-right-color: rgba(140,140,140,0.1);
}
.border-r-base-100\/100 {
  border-right-color: rgba(140,140,140,1);
}
.border-r-base-100\/15 {
  border-right-color: rgba(140,140,140,0.15);
}
.border-r-base-100\/20 {
  border-right-color: rgba(140,140,140,0.2);
}
.border-r-base-100\/25 {
  border-right-color: rgba(140,140,140,0.25);
}
.border-r-base-100\/30 {
  border-right-color: rgba(140,140,140,0.3);
}
.border-r-base-100\/35 {
  border-right-color: rgba(140,140,140,0.35);
}
.border-r-base-100\/40 {
  border-right-color: rgba(140,140,140,0.4);
}
.border-r-base-100\/45 {
  border-right-color: rgba(140,140,140,0.45);
}
.border-r-base-100\/5 {
  border-right-color: rgba(140,140,140,0.05);
}
.border-r-base-100\/50 {
  border-right-color: rgba(140,140,140,0.5);
}
.border-r-base-100\/55 {
  border-right-color: rgba(140,140,140,0.55);
}
.border-r-base-100\/60 {
  border-right-color: rgba(140,140,140,0.6);
}
.border-r-base-100\/65 {
  border-right-color: rgba(140,140,140,0.65);
}
.border-r-base-100\/70 {
  border-right-color: rgba(140,140,140,0.7);
}
.border-r-base-100\/75 {
  border-right-color: rgba(140,140,140,0.75);
}
.border-r-base-100\/80 {
  border-right-color: rgba(140,140,140,0.8);
}
.border-r-base-100\/85 {
  border-right-color: rgba(140,140,140,0.85);
}
.border-r-base-100\/90 {
  border-right-color: rgba(140,140,140,0.9);
}
.border-r-base-100\/95 {
  border-right-color: rgba(140,140,140,0.95);
}
.border-r-base-150 {
  border-right-color: #6f6f6f;
}
.border-r-base-150\/0 {
  border-right-color: rgba(111,111,111,0);
}
.border-r-base-150\/10 {
  border-right-color: rgba(111,111,111,0.1);
}
.border-r-base-150\/100 {
  border-right-color: rgba(111,111,111,1);
}
.border-r-base-150\/15 {
  border-right-color: rgba(111,111,111,0.15);
}
.border-r-base-150\/20 {
  border-right-color: rgba(111,111,111,0.2);
}
.border-r-base-150\/25 {
  border-right-color: rgba(111,111,111,0.25);
}
.border-r-base-150\/30 {
  border-right-color: rgba(111,111,111,0.3);
}
.border-r-base-150\/35 {
  border-right-color: rgba(111,111,111,0.35);
}
.border-r-base-150\/40 {
  border-right-color: rgba(111,111,111,0.4);
}
.border-r-base-150\/45 {
  border-right-color: rgba(111,111,111,0.45);
}
.border-r-base-150\/5 {
  border-right-color: rgba(111,111,111,0.05);
}
.border-r-base-150\/50 {
  border-right-color: rgba(111,111,111,0.5);
}
.border-r-base-150\/55 {
  border-right-color: rgba(111,111,111,0.55);
}
.border-r-base-150\/60 {
  border-right-color: rgba(111,111,111,0.6);
}
.border-r-base-150\/65 {
  border-right-color: rgba(111,111,111,0.65);
}
.border-r-base-150\/70 {
  border-right-color: rgba(111,111,111,0.7);
}
.border-r-base-150\/75 {
  border-right-color: rgba(111,111,111,0.75);
}
.border-r-base-150\/80 {
  border-right-color: rgba(111,111,111,0.8);
}
.border-r-base-150\/85 {
  border-right-color: rgba(111,111,111,0.85);
}
.border-r-base-150\/90 {
  border-right-color: rgba(111,111,111,0.9);
}
.border-r-base-150\/95 {
  border-right-color: rgba(111,111,111,0.95);
}
.border-r-base-200 {
  border-right-color: #454545;
}
.border-r-base-200\/0 {
  border-right-color: rgba(69,69,69,0);
}
.border-r-base-200\/10 {
  border-right-color: rgba(69,69,69,0.1);
}
.border-r-base-200\/100 {
  border-right-color: rgba(69,69,69,1);
}
.border-r-base-200\/15 {
  border-right-color: rgba(69,69,69,0.15);
}
.border-r-base-200\/20 {
  border-right-color: rgba(69,69,69,0.2);
}
.border-r-base-200\/25 {
  border-right-color: rgba(69,69,69,0.25);
}
.border-r-base-200\/30 {
  border-right-color: rgba(69,69,69,0.3);
}
.border-r-base-200\/35 {
  border-right-color: rgba(69,69,69,0.35);
}
.border-r-base-200\/40 {
  border-right-color: rgba(69,69,69,0.4);
}
.border-r-base-200\/45 {
  border-right-color: rgba(69,69,69,0.45);
}
.border-r-base-200\/5 {
  border-right-color: rgba(69,69,69,0.05);
}
.border-r-base-200\/50 {
  border-right-color: rgba(69,69,69,0.5);
}
.border-r-base-200\/55 {
  border-right-color: rgba(69,69,69,0.55);
}
.border-r-base-200\/60 {
  border-right-color: rgba(69,69,69,0.6);
}
.border-r-base-200\/65 {
  border-right-color: rgba(69,69,69,0.65);
}
.border-r-base-200\/70 {
  border-right-color: rgba(69,69,69,0.7);
}
.border-r-base-200\/75 {
  border-right-color: rgba(69,69,69,0.75);
}
.border-r-base-200\/80 {
  border-right-color: rgba(69,69,69,0.8);
}
.border-r-base-200\/85 {
  border-right-color: rgba(69,69,69,0.85);
}
.border-r-base-200\/90 {
  border-right-color: rgba(69,69,69,0.9);
}
.border-r-base-200\/95 {
  border-right-color: rgba(69,69,69,0.95);
}
.border-r-base-300 {
  border-right-color: #343434;
}
.border-r-base-300\/0 {
  border-right-color: rgba(52,52,52,0);
}
.border-r-base-300\/10 {
  border-right-color: rgba(52,52,52,0.1);
}
.border-r-base-300\/100 {
  border-right-color: rgba(52,52,52,1);
}
.border-r-base-300\/15 {
  border-right-color: rgba(52,52,52,0.15);
}
.border-r-base-300\/20 {
  border-right-color: rgba(52,52,52,0.2);
}
.border-r-base-300\/25 {
  border-right-color: rgba(52,52,52,0.25);
}
.border-r-base-300\/30 {
  border-right-color: rgba(52,52,52,0.3);
}
.border-r-base-300\/35 {
  border-right-color: rgba(52,52,52,0.35);
}
.border-r-base-300\/40 {
  border-right-color: rgba(52,52,52,0.4);
}
.border-r-base-300\/45 {
  border-right-color: rgba(52,52,52,0.45);
}
.border-r-base-300\/5 {
  border-right-color: rgba(52,52,52,0.05);
}
.border-r-base-300\/50 {
  border-right-color: rgba(52,52,52,0.5);
}
.border-r-base-300\/55 {
  border-right-color: rgba(52,52,52,0.55);
}
.border-r-base-300\/60 {
  border-right-color: rgba(52,52,52,0.6);
}
.border-r-base-300\/65 {
  border-right-color: rgba(52,52,52,0.65);
}
.border-r-base-300\/70 {
  border-right-color: rgba(52,52,52,0.7);
}
.border-r-base-300\/75 {
  border-right-color: rgba(52,52,52,0.75);
}
.border-r-base-300\/80 {
  border-right-color: rgba(52,52,52,0.8);
}
.border-r-base-300\/85 {
  border-right-color: rgba(52,52,52,0.85);
}
.border-r-base-300\/90 {
  border-right-color: rgba(52,52,52,0.9);
}
.border-r-base-300\/95 {
  border-right-color: rgba(52,52,52,0.95);
}
.border-r-base-400 {
  border-right-color: #2B2B2B;
}
.border-r-base-400\/0 {
  border-right-color: rgba(43,43,43,0);
}
.border-r-base-400\/10 {
  border-right-color: rgba(43,43,43,0.1);
}
.border-r-base-400\/100 {
  border-right-color: rgba(43,43,43,1);
}
.border-r-base-400\/15 {
  border-right-color: rgba(43,43,43,0.15);
}
.border-r-base-400\/20 {
  border-right-color: rgba(43,43,43,0.2);
}
.border-r-base-400\/25 {
  border-right-color: rgba(43,43,43,0.25);
}
.border-r-base-400\/30 {
  border-right-color: rgba(43,43,43,0.3);
}
.border-r-base-400\/35 {
  border-right-color: rgba(43,43,43,0.35);
}
.border-r-base-400\/40 {
  border-right-color: rgba(43,43,43,0.4);
}
.border-r-base-400\/45 {
  border-right-color: rgba(43,43,43,0.45);
}
.border-r-base-400\/5 {
  border-right-color: rgba(43,43,43,0.05);
}
.border-r-base-400\/50 {
  border-right-color: rgba(43,43,43,0.5);
}
.border-r-base-400\/55 {
  border-right-color: rgba(43,43,43,0.55);
}
.border-r-base-400\/60 {
  border-right-color: rgba(43,43,43,0.6);
}
.border-r-base-400\/65 {
  border-right-color: rgba(43,43,43,0.65);
}
.border-r-base-400\/70 {
  border-right-color: rgba(43,43,43,0.7);
}
.border-r-base-400\/75 {
  border-right-color: rgba(43,43,43,0.75);
}
.border-r-base-400\/80 {
  border-right-color: rgba(43,43,43,0.8);
}
.border-r-base-400\/85 {
  border-right-color: rgba(43,43,43,0.85);
}
.border-r-base-400\/90 {
  border-right-color: rgba(43,43,43,0.9);
}
.border-r-base-400\/95 {
  border-right-color: rgba(43,43,43,0.95);
}
.border-r-base-500 {
  border-right-color: #232323;
}
.border-r-base-500\/0 {
  border-right-color: rgba(35,35,35,0);
}
.border-r-base-500\/10 {
  border-right-color: rgba(35,35,35,0.1);
}
.border-r-base-500\/100 {
  border-right-color: rgba(35,35,35,1);
}
.border-r-base-500\/15 {
  border-right-color: rgba(35,35,35,0.15);
}
.border-r-base-500\/20 {
  border-right-color: rgba(35,35,35,0.2);
}
.border-r-base-500\/25 {
  border-right-color: rgba(35,35,35,0.25);
}
.border-r-base-500\/30 {
  border-right-color: rgba(35,35,35,0.3);
}
.border-r-base-500\/35 {
  border-right-color: rgba(35,35,35,0.35);
}
.border-r-base-500\/40 {
  border-right-color: rgba(35,35,35,0.4);
}
.border-r-base-500\/45 {
  border-right-color: rgba(35,35,35,0.45);
}
.border-r-base-500\/5 {
  border-right-color: rgba(35,35,35,0.05);
}
.border-r-base-500\/50 {
  border-right-color: rgba(35,35,35,0.5);
}
.border-r-base-500\/55 {
  border-right-color: rgba(35,35,35,0.55);
}
.border-r-base-500\/60 {
  border-right-color: rgba(35,35,35,0.6);
}
.border-r-base-500\/65 {
  border-right-color: rgba(35,35,35,0.65);
}
.border-r-base-500\/70 {
  border-right-color: rgba(35,35,35,0.7);
}
.border-r-base-500\/75 {
  border-right-color: rgba(35,35,35,0.75);
}
.border-r-base-500\/80 {
  border-right-color: rgba(35,35,35,0.8);
}
.border-r-base-500\/85 {
  border-right-color: rgba(35,35,35,0.85);
}
.border-r-base-500\/90 {
  border-right-color: rgba(35,35,35,0.9);
}
.border-r-base-500\/95 {
  border-right-color: rgba(35,35,35,0.95);
}
.border-r-base-600 {
  border-right-color: #232323;
}
.border-r-base-600\/0 {
  border-right-color: rgba(35,35,35,0);
}
.border-r-base-600\/10 {
  border-right-color: rgba(35,35,35,0.1);
}
.border-r-base-600\/100 {
  border-right-color: rgba(35,35,35,1);
}
.border-r-base-600\/15 {
  border-right-color: rgba(35,35,35,0.15);
}
.border-r-base-600\/20 {
  border-right-color: rgba(35,35,35,0.2);
}
.border-r-base-600\/25 {
  border-right-color: rgba(35,35,35,0.25);
}
.border-r-base-600\/30 {
  border-right-color: rgba(35,35,35,0.3);
}
.border-r-base-600\/35 {
  border-right-color: rgba(35,35,35,0.35);
}
.border-r-base-600\/40 {
  border-right-color: rgba(35,35,35,0.4);
}
.border-r-base-600\/45 {
  border-right-color: rgba(35,35,35,0.45);
}
.border-r-base-600\/5 {
  border-right-color: rgba(35,35,35,0.05);
}
.border-r-base-600\/50 {
  border-right-color: rgba(35,35,35,0.5);
}
.border-r-base-600\/55 {
  border-right-color: rgba(35,35,35,0.55);
}
.border-r-base-600\/60 {
  border-right-color: rgba(35,35,35,0.6);
}
.border-r-base-600\/65 {
  border-right-color: rgba(35,35,35,0.65);
}
.border-r-base-600\/70 {
  border-right-color: rgba(35,35,35,0.7);
}
.border-r-base-600\/75 {
  border-right-color: rgba(35,35,35,0.75);
}
.border-r-base-600\/80 {
  border-right-color: rgba(35,35,35,0.8);
}
.border-r-base-600\/85 {
  border-right-color: rgba(35,35,35,0.85);
}
.border-r-base-600\/90 {
  border-right-color: rgba(35,35,35,0.9);
}
.border-r-base-600\/95 {
  border-right-color: rgba(35,35,35,0.95);
}
.border-r-base-700 {
  border-right-color: #181818;
}
.border-r-base-700\/0 {
  border-right-color: rgba(24,24,24,0);
}
.border-r-base-700\/10 {
  border-right-color: rgba(24,24,24,0.1);
}
.border-r-base-700\/100 {
  border-right-color: rgba(24,24,24,1);
}
.border-r-base-700\/15 {
  border-right-color: rgba(24,24,24,0.15);
}
.border-r-base-700\/20 {
  border-right-color: rgba(24,24,24,0.2);
}
.border-r-base-700\/25 {
  border-right-color: rgba(24,24,24,0.25);
}
.border-r-base-700\/30 {
  border-right-color: rgba(24,24,24,0.3);
}
.border-r-base-700\/35 {
  border-right-color: rgba(24,24,24,0.35);
}
.border-r-base-700\/40 {
  border-right-color: rgba(24,24,24,0.4);
}
.border-r-base-700\/45 {
  border-right-color: rgba(24,24,24,0.45);
}
.border-r-base-700\/5 {
  border-right-color: rgba(24,24,24,0.05);
}
.border-r-base-700\/50 {
  border-right-color: rgba(24,24,24,0.5);
}
.border-r-base-700\/55 {
  border-right-color: rgba(24,24,24,0.55);
}
.border-r-base-700\/60 {
  border-right-color: rgba(24,24,24,0.6);
}
.border-r-base-700\/65 {
  border-right-color: rgba(24,24,24,0.65);
}
.border-r-base-700\/70 {
  border-right-color: rgba(24,24,24,0.7);
}
.border-r-base-700\/75 {
  border-right-color: rgba(24,24,24,0.75);
}
.border-r-base-700\/80 {
  border-right-color: rgba(24,24,24,0.8);
}
.border-r-base-700\/85 {
  border-right-color: rgba(24,24,24,0.85);
}
.border-r-base-700\/90 {
  border-right-color: rgba(24,24,24,0.9);
}
.border-r-base-700\/95 {
  border-right-color: rgba(24,24,24,0.95);
}
.border-r-base-800 {
  border-right-color: #1E1E1E;
}
.border-r-base-800\/0 {
  border-right-color: rgba(30,30,30,0);
}
.border-r-base-800\/10 {
  border-right-color: rgba(30,30,30,0.1);
}
.border-r-base-800\/100 {
  border-right-color: rgba(30,30,30,1);
}
.border-r-base-800\/15 {
  border-right-color: rgba(30,30,30,0.15);
}
.border-r-base-800\/20 {
  border-right-color: rgba(30,30,30,0.2);
}
.border-r-base-800\/25 {
  border-right-color: rgba(30,30,30,0.25);
}
.border-r-base-800\/30 {
  border-right-color: rgba(30,30,30,0.3);
}
.border-r-base-800\/35 {
  border-right-color: rgba(30,30,30,0.35);
}
.border-r-base-800\/40 {
  border-right-color: rgba(30,30,30,0.4);
}
.border-r-base-800\/45 {
  border-right-color: rgba(30,30,30,0.45);
}
.border-r-base-800\/5 {
  border-right-color: rgba(30,30,30,0.05);
}
.border-r-base-800\/50 {
  border-right-color: rgba(30,30,30,0.5);
}
.border-r-base-800\/55 {
  border-right-color: rgba(30,30,30,0.55);
}
.border-r-base-800\/60 {
  border-right-color: rgba(30,30,30,0.6);
}
.border-r-base-800\/65 {
  border-right-color: rgba(30,30,30,0.65);
}
.border-r-base-800\/70 {
  border-right-color: rgba(30,30,30,0.7);
}
.border-r-base-800\/75 {
  border-right-color: rgba(30,30,30,0.75);
}
.border-r-base-800\/80 {
  border-right-color: rgba(30,30,30,0.8);
}
.border-r-base-800\/85 {
  border-right-color: rgba(30,30,30,0.85);
}
.border-r-base-800\/90 {
  border-right-color: rgba(30,30,30,0.9);
}
.border-r-base-800\/95 {
  border-right-color: rgba(30,30,30,0.95);
}
.border-r-base-900 {
  border-right-color: #000000;
}
.border-r-base-900\/0 {
  border-right-color: rgba(0,0,0,0);
}
.border-r-base-900\/10 {
  border-right-color: rgba(0,0,0,0.1);
}
.border-r-base-900\/100 {
  border-right-color: rgba(0,0,0,1);
}
.border-r-base-900\/15 {
  border-right-color: rgba(0,0,0,0.15);
}
.border-r-base-900\/20 {
  border-right-color: rgba(0,0,0,0.2);
}
.border-r-base-900\/25 {
  border-right-color: rgba(0,0,0,0.25);
}
.border-r-base-900\/30 {
  border-right-color: rgba(0,0,0,0.3);
}
.border-r-base-900\/35 {
  border-right-color: rgba(0,0,0,0.35);
}
.border-r-base-900\/40 {
  border-right-color: rgba(0,0,0,0.4);
}
.border-r-base-900\/45 {
  border-right-color: rgba(0,0,0,0.45);
}
.border-r-base-900\/5 {
  border-right-color: rgba(0,0,0,0.05);
}
.border-r-base-900\/50 {
  border-right-color: rgba(0,0,0,0.5);
}
.border-r-base-900\/55 {
  border-right-color: rgba(0,0,0,0.55);
}
.border-r-base-900\/60 {
  border-right-color: rgba(0,0,0,0.6);
}
.border-r-base-900\/65 {
  border-right-color: rgba(0,0,0,0.65);
}
.border-r-base-900\/70 {
  border-right-color: rgba(0,0,0,0.7);
}
.border-r-base-900\/75 {
  border-right-color: rgba(0,0,0,0.75);
}
.border-r-base-900\/80 {
  border-right-color: rgba(0,0,0,0.8);
}
.border-r-base-900\/85 {
  border-right-color: rgba(0,0,0,0.85);
}
.border-r-base-900\/90 {
  border-right-color: rgba(0,0,0,0.9);
}
.border-r-base-900\/95 {
  border-right-color: rgba(0,0,0,0.95);
}
.border-r-base-dark {
  border-right-color: #1E1E1E;
}
.border-r-base-dark\/0 {
  border-right-color: rgba(30,30,30,0);
}
.border-r-base-dark\/10 {
  border-right-color: rgba(30,30,30,0.1);
}
.border-r-base-dark\/100 {
  border-right-color: rgba(30,30,30,1);
}
.border-r-base-dark\/15 {
  border-right-color: rgba(30,30,30,0.15);
}
.border-r-base-dark\/20 {
  border-right-color: rgba(30,30,30,0.2);
}
.border-r-base-dark\/25 {
  border-right-color: rgba(30,30,30,0.25);
}
.border-r-base-dark\/30 {
  border-right-color: rgba(30,30,30,0.3);
}
.border-r-base-dark\/35 {
  border-right-color: rgba(30,30,30,0.35);
}
.border-r-base-dark\/40 {
  border-right-color: rgba(30,30,30,0.4);
}
.border-r-base-dark\/45 {
  border-right-color: rgba(30,30,30,0.45);
}
.border-r-base-dark\/5 {
  border-right-color: rgba(30,30,30,0.05);
}
.border-r-base-dark\/50 {
  border-right-color: rgba(30,30,30,0.5);
}
.border-r-base-dark\/55 {
  border-right-color: rgba(30,30,30,0.55);
}
.border-r-base-dark\/60 {
  border-right-color: rgba(30,30,30,0.6);
}
.border-r-base-dark\/65 {
  border-right-color: rgba(30,30,30,0.65);
}
.border-r-base-dark\/70 {
  border-right-color: rgba(30,30,30,0.7);
}
.border-r-base-dark\/75 {
  border-right-color: rgba(30,30,30,0.75);
}
.border-r-base-dark\/80 {
  border-right-color: rgba(30,30,30,0.8);
}
.border-r-base-dark\/85 {
  border-right-color: rgba(30,30,30,0.85);
}
.border-r-base-dark\/90 {
  border-right-color: rgba(30,30,30,0.9);
}
.border-r-base-dark\/95 {
  border-right-color: rgba(30,30,30,0.95);
}
.border-r-base-light {
  border-right-color: #454545;
}
.border-r-base-light\/0 {
  border-right-color: rgba(69,69,69,0);
}
.border-r-base-light\/10 {
  border-right-color: rgba(69,69,69,0.1);
}
.border-r-base-light\/100 {
  border-right-color: rgba(69,69,69,1);
}
.border-r-base-light\/15 {
  border-right-color: rgba(69,69,69,0.15);
}
.border-r-base-light\/20 {
  border-right-color: rgba(69,69,69,0.2);
}
.border-r-base-light\/25 {
  border-right-color: rgba(69,69,69,0.25);
}
.border-r-base-light\/30 {
  border-right-color: rgba(69,69,69,0.3);
}
.border-r-base-light\/35 {
  border-right-color: rgba(69,69,69,0.35);
}
.border-r-base-light\/40 {
  border-right-color: rgba(69,69,69,0.4);
}
.border-r-base-light\/45 {
  border-right-color: rgba(69,69,69,0.45);
}
.border-r-base-light\/5 {
  border-right-color: rgba(69,69,69,0.05);
}
.border-r-base-light\/50 {
  border-right-color: rgba(69,69,69,0.5);
}
.border-r-base-light\/55 {
  border-right-color: rgba(69,69,69,0.55);
}
.border-r-base-light\/60 {
  border-right-color: rgba(69,69,69,0.6);
}
.border-r-base-light\/65 {
  border-right-color: rgba(69,69,69,0.65);
}
.border-r-base-light\/70 {
  border-right-color: rgba(69,69,69,0.7);
}
.border-r-base-light\/75 {
  border-right-color: rgba(69,69,69,0.75);
}
.border-r-base-light\/80 {
  border-right-color: rgba(69,69,69,0.8);
}
.border-r-base-light\/85 {
  border-right-color: rgba(69,69,69,0.85);
}
.border-r-base-light\/90 {
  border-right-color: rgba(69,69,69,0.9);
}
.border-r-base-light\/95 {
  border-right-color: rgba(69,69,69,0.95);
}
.border-r-base-none {
  border-right-color: transparent;
}
.border-r-base-none\/0 {
  border-right-color: rgba(0,0,0,0);
}
.border-r-base-none\/10 {
  border-right-color: rgba(0,0,0,0.1);
}
.border-r-base-none\/100 {
  border-right-color: rgba(0,0,0,1);
}
.border-r-base-none\/15 {
  border-right-color: rgba(0,0,0,0.15);
}
.border-r-base-none\/20 {
  border-right-color: rgba(0,0,0,0.2);
}
.border-r-base-none\/25 {
  border-right-color: rgba(0,0,0,0.25);
}
.border-r-base-none\/30 {
  border-right-color: rgba(0,0,0,0.3);
}
.border-r-base-none\/35 {
  border-right-color: rgba(0,0,0,0.35);
}
.border-r-base-none\/40 {
  border-right-color: rgba(0,0,0,0.4);
}
.border-r-base-none\/45 {
  border-right-color: rgba(0,0,0,0.45);
}
.border-r-base-none\/5 {
  border-right-color: rgba(0,0,0,0.05);
}
.border-r-base-none\/50 {
  border-right-color: rgba(0,0,0,0.5);
}
.border-r-base-none\/55 {
  border-right-color: rgba(0,0,0,0.55);
}
.border-r-base-none\/60 {
  border-right-color: rgba(0,0,0,0.6);
}
.border-r-base-none\/65 {
  border-right-color: rgba(0,0,0,0.65);
}
.border-r-base-none\/70 {
  border-right-color: rgba(0,0,0,0.7);
}
.border-r-base-none\/75 {
  border-right-color: rgba(0,0,0,0.75);
}
.border-r-base-none\/80 {
  border-right-color: rgba(0,0,0,0.8);
}
.border-r-base-none\/85 {
  border-right-color: rgba(0,0,0,0.85);
}
.border-r-base-none\/90 {
  border-right-color: rgba(0,0,0,0.9);
}
.border-r-base-none\/95 {
  border-right-color: rgba(0,0,0,0.95);
}
.border-r-marker-0 {
  border-right-color: #60BF02;
}
.border-r-marker-0\/0 {
  border-right-color: rgba(96,191,2,0);
}
.border-r-marker-0\/10 {
  border-right-color: rgba(96,191,2,0.1);
}
.border-r-marker-0\/100 {
  border-right-color: rgba(96,191,2,1);
}
.border-r-marker-0\/15 {
  border-right-color: rgba(96,191,2,0.15);
}
.border-r-marker-0\/20 {
  border-right-color: rgba(96,191,2,0.2);
}
.border-r-marker-0\/25 {
  border-right-color: rgba(96,191,2,0.25);
}
.border-r-marker-0\/30 {
  border-right-color: rgba(96,191,2,0.3);
}
.border-r-marker-0\/35 {
  border-right-color: rgba(96,191,2,0.35);
}
.border-r-marker-0\/40 {
  border-right-color: rgba(96,191,2,0.4);
}
.border-r-marker-0\/45 {
  border-right-color: rgba(96,191,2,0.45);
}
.border-r-marker-0\/5 {
  border-right-color: rgba(96,191,2,0.05);
}
.border-r-marker-0\/50 {
  border-right-color: rgba(96,191,2,0.5);
}
.border-r-marker-0\/55 {
  border-right-color: rgba(96,191,2,0.55);
}
.border-r-marker-0\/60 {
  border-right-color: rgba(96,191,2,0.6);
}
.border-r-marker-0\/65 {
  border-right-color: rgba(96,191,2,0.65);
}
.border-r-marker-0\/70 {
  border-right-color: rgba(96,191,2,0.7);
}
.border-r-marker-0\/75 {
  border-right-color: rgba(96,191,2,0.75);
}
.border-r-marker-0\/80 {
  border-right-color: rgba(96,191,2,0.8);
}
.border-r-marker-0\/85 {
  border-right-color: rgba(96,191,2,0.85);
}
.border-r-marker-0\/90 {
  border-right-color: rgba(96,191,2,0.9);
}
.border-r-marker-0\/95 {
  border-right-color: rgba(96,191,2,0.95);
}
.border-r-marker-100 {
  border-right-color: #60BF02;
}
.border-r-marker-100\/0 {
  border-right-color: rgba(96,191,2,0);
}
.border-r-marker-100\/10 {
  border-right-color: rgba(96,191,2,0.1);
}
.border-r-marker-100\/100 {
  border-right-color: rgba(96,191,2,1);
}
.border-r-marker-100\/15 {
  border-right-color: rgba(96,191,2,0.15);
}
.border-r-marker-100\/20 {
  border-right-color: rgba(96,191,2,0.2);
}
.border-r-marker-100\/25 {
  border-right-color: rgba(96,191,2,0.25);
}
.border-r-marker-100\/30 {
  border-right-color: rgba(96,191,2,0.3);
}
.border-r-marker-100\/35 {
  border-right-color: rgba(96,191,2,0.35);
}
.border-r-marker-100\/40 {
  border-right-color: rgba(96,191,2,0.4);
}
.border-r-marker-100\/45 {
  border-right-color: rgba(96,191,2,0.45);
}
.border-r-marker-100\/5 {
  border-right-color: rgba(96,191,2,0.05);
}
.border-r-marker-100\/50 {
  border-right-color: rgba(96,191,2,0.5);
}
.border-r-marker-100\/55 {
  border-right-color: rgba(96,191,2,0.55);
}
.border-r-marker-100\/60 {
  border-right-color: rgba(96,191,2,0.6);
}
.border-r-marker-100\/65 {
  border-right-color: rgba(96,191,2,0.65);
}
.border-r-marker-100\/70 {
  border-right-color: rgba(96,191,2,0.7);
}
.border-r-marker-100\/75 {
  border-right-color: rgba(96,191,2,0.75);
}
.border-r-marker-100\/80 {
  border-right-color: rgba(96,191,2,0.8);
}
.border-r-marker-100\/85 {
  border-right-color: rgba(96,191,2,0.85);
}
.border-r-marker-100\/90 {
  border-right-color: rgba(96,191,2,0.9);
}
.border-r-marker-100\/95 {
  border-right-color: rgba(96,191,2,0.95);
}
.border-r-marker-200 {
  border-right-color: #60BF02;
}
.border-r-marker-200\/0 {
  border-right-color: rgba(96,191,2,0);
}
.border-r-marker-200\/10 {
  border-right-color: rgba(96,191,2,0.1);
}
.border-r-marker-200\/100 {
  border-right-color: rgba(96,191,2,1);
}
.border-r-marker-200\/15 {
  border-right-color: rgba(96,191,2,0.15);
}
.border-r-marker-200\/20 {
  border-right-color: rgba(96,191,2,0.2);
}
.border-r-marker-200\/25 {
  border-right-color: rgba(96,191,2,0.25);
}
.border-r-marker-200\/30 {
  border-right-color: rgba(96,191,2,0.3);
}
.border-r-marker-200\/35 {
  border-right-color: rgba(96,191,2,0.35);
}
.border-r-marker-200\/40 {
  border-right-color: rgba(96,191,2,0.4);
}
.border-r-marker-200\/45 {
  border-right-color: rgba(96,191,2,0.45);
}
.border-r-marker-200\/5 {
  border-right-color: rgba(96,191,2,0.05);
}
.border-r-marker-200\/50 {
  border-right-color: rgba(96,191,2,0.5);
}
.border-r-marker-200\/55 {
  border-right-color: rgba(96,191,2,0.55);
}
.border-r-marker-200\/60 {
  border-right-color: rgba(96,191,2,0.6);
}
.border-r-marker-200\/65 {
  border-right-color: rgba(96,191,2,0.65);
}
.border-r-marker-200\/70 {
  border-right-color: rgba(96,191,2,0.7);
}
.border-r-marker-200\/75 {
  border-right-color: rgba(96,191,2,0.75);
}
.border-r-marker-200\/80 {
  border-right-color: rgba(96,191,2,0.8);
}
.border-r-marker-200\/85 {
  border-right-color: rgba(96,191,2,0.85);
}
.border-r-marker-200\/90 {
  border-right-color: rgba(96,191,2,0.9);
}
.border-r-marker-200\/95 {
  border-right-color: rgba(96,191,2,0.95);
}
.border-r-marker-300 {
  border-right-color: #60BF02;
}
.border-r-marker-300\/0 {
  border-right-color: rgba(96,191,2,0);
}
.border-r-marker-300\/10 {
  border-right-color: rgba(96,191,2,0.1);
}
.border-r-marker-300\/100 {
  border-right-color: rgba(96,191,2,1);
}
.border-r-marker-300\/15 {
  border-right-color: rgba(96,191,2,0.15);
}
.border-r-marker-300\/20 {
  border-right-color: rgba(96,191,2,0.2);
}
.border-r-marker-300\/25 {
  border-right-color: rgba(96,191,2,0.25);
}
.border-r-marker-300\/30 {
  border-right-color: rgba(96,191,2,0.3);
}
.border-r-marker-300\/35 {
  border-right-color: rgba(96,191,2,0.35);
}
.border-r-marker-300\/40 {
  border-right-color: rgba(96,191,2,0.4);
}
.border-r-marker-300\/45 {
  border-right-color: rgba(96,191,2,0.45);
}
.border-r-marker-300\/5 {
  border-right-color: rgba(96,191,2,0.05);
}
.border-r-marker-300\/50 {
  border-right-color: rgba(96,191,2,0.5);
}
.border-r-marker-300\/55 {
  border-right-color: rgba(96,191,2,0.55);
}
.border-r-marker-300\/60 {
  border-right-color: rgba(96,191,2,0.6);
}
.border-r-marker-300\/65 {
  border-right-color: rgba(96,191,2,0.65);
}
.border-r-marker-300\/70 {
  border-right-color: rgba(96,191,2,0.7);
}
.border-r-marker-300\/75 {
  border-right-color: rgba(96,191,2,0.75);
}
.border-r-marker-300\/80 {
  border-right-color: rgba(96,191,2,0.8);
}
.border-r-marker-300\/85 {
  border-right-color: rgba(96,191,2,0.85);
}
.border-r-marker-300\/90 {
  border-right-color: rgba(96,191,2,0.9);
}
.border-r-marker-300\/95 {
  border-right-color: rgba(96,191,2,0.95);
}
.border-r-marker-400 {
  border-right-color: #60BF02;
}
.border-r-marker-400\/0 {
  border-right-color: rgba(96,191,2,0);
}
.border-r-marker-400\/10 {
  border-right-color: rgba(96,191,2,0.1);
}
.border-r-marker-400\/100 {
  border-right-color: rgba(96,191,2,1);
}
.border-r-marker-400\/15 {
  border-right-color: rgba(96,191,2,0.15);
}
.border-r-marker-400\/20 {
  border-right-color: rgba(96,191,2,0.2);
}
.border-r-marker-400\/25 {
  border-right-color: rgba(96,191,2,0.25);
}
.border-r-marker-400\/30 {
  border-right-color: rgba(96,191,2,0.3);
}
.border-r-marker-400\/35 {
  border-right-color: rgba(96,191,2,0.35);
}
.border-r-marker-400\/40 {
  border-right-color: rgba(96,191,2,0.4);
}
.border-r-marker-400\/45 {
  border-right-color: rgba(96,191,2,0.45);
}
.border-r-marker-400\/5 {
  border-right-color: rgba(96,191,2,0.05);
}
.border-r-marker-400\/50 {
  border-right-color: rgba(96,191,2,0.5);
}
.border-r-marker-400\/55 {
  border-right-color: rgba(96,191,2,0.55);
}
.border-r-marker-400\/60 {
  border-right-color: rgba(96,191,2,0.6);
}
.border-r-marker-400\/65 {
  border-right-color: rgba(96,191,2,0.65);
}
.border-r-marker-400\/70 {
  border-right-color: rgba(96,191,2,0.7);
}
.border-r-marker-400\/75 {
  border-right-color: rgba(96,191,2,0.75);
}
.border-r-marker-400\/80 {
  border-right-color: rgba(96,191,2,0.8);
}
.border-r-marker-400\/85 {
  border-right-color: rgba(96,191,2,0.85);
}
.border-r-marker-400\/90 {
  border-right-color: rgba(96,191,2,0.9);
}
.border-r-marker-400\/95 {
  border-right-color: rgba(96,191,2,0.95);
}
.border-r-marker-500 {
  border-right-color: #428400;
}
.border-r-marker-500\/0 {
  border-right-color: rgba(66,132,0,0);
}
.border-r-marker-500\/10 {
  border-right-color: rgba(66,132,0,0.1);
}
.border-r-marker-500\/100 {
  border-right-color: rgba(66,132,0,1);
}
.border-r-marker-500\/15 {
  border-right-color: rgba(66,132,0,0.15);
}
.border-r-marker-500\/20 {
  border-right-color: rgba(66,132,0,0.2);
}
.border-r-marker-500\/25 {
  border-right-color: rgba(66,132,0,0.25);
}
.border-r-marker-500\/30 {
  border-right-color: rgba(66,132,0,0.3);
}
.border-r-marker-500\/35 {
  border-right-color: rgba(66,132,0,0.35);
}
.border-r-marker-500\/40 {
  border-right-color: rgba(66,132,0,0.4);
}
.border-r-marker-500\/45 {
  border-right-color: rgba(66,132,0,0.45);
}
.border-r-marker-500\/5 {
  border-right-color: rgba(66,132,0,0.05);
}
.border-r-marker-500\/50 {
  border-right-color: rgba(66,132,0,0.5);
}
.border-r-marker-500\/55 {
  border-right-color: rgba(66,132,0,0.55);
}
.border-r-marker-500\/60 {
  border-right-color: rgba(66,132,0,0.6);
}
.border-r-marker-500\/65 {
  border-right-color: rgba(66,132,0,0.65);
}
.border-r-marker-500\/70 {
  border-right-color: rgba(66,132,0,0.7);
}
.border-r-marker-500\/75 {
  border-right-color: rgba(66,132,0,0.75);
}
.border-r-marker-500\/80 {
  border-right-color: rgba(66,132,0,0.8);
}
.border-r-marker-500\/85 {
  border-right-color: rgba(66,132,0,0.85);
}
.border-r-marker-500\/90 {
  border-right-color: rgba(66,132,0,0.9);
}
.border-r-marker-500\/95 {
  border-right-color: rgba(66,132,0,0.95);
}
.border-r-marker-600 {
  border-right-color: #428400;
}
.border-r-marker-600\/0 {
  border-right-color: rgba(66,132,0,0);
}
.border-r-marker-600\/10 {
  border-right-color: rgba(66,132,0,0.1);
}
.border-r-marker-600\/100 {
  border-right-color: rgba(66,132,0,1);
}
.border-r-marker-600\/15 {
  border-right-color: rgba(66,132,0,0.15);
}
.border-r-marker-600\/20 {
  border-right-color: rgba(66,132,0,0.2);
}
.border-r-marker-600\/25 {
  border-right-color: rgba(66,132,0,0.25);
}
.border-r-marker-600\/30 {
  border-right-color: rgba(66,132,0,0.3);
}
.border-r-marker-600\/35 {
  border-right-color: rgba(66,132,0,0.35);
}
.border-r-marker-600\/40 {
  border-right-color: rgba(66,132,0,0.4);
}
.border-r-marker-600\/45 {
  border-right-color: rgba(66,132,0,0.45);
}
.border-r-marker-600\/5 {
  border-right-color: rgba(66,132,0,0.05);
}
.border-r-marker-600\/50 {
  border-right-color: rgba(66,132,0,0.5);
}
.border-r-marker-600\/55 {
  border-right-color: rgba(66,132,0,0.55);
}
.border-r-marker-600\/60 {
  border-right-color: rgba(66,132,0,0.6);
}
.border-r-marker-600\/65 {
  border-right-color: rgba(66,132,0,0.65);
}
.border-r-marker-600\/70 {
  border-right-color: rgba(66,132,0,0.7);
}
.border-r-marker-600\/75 {
  border-right-color: rgba(66,132,0,0.75);
}
.border-r-marker-600\/80 {
  border-right-color: rgba(66,132,0,0.8);
}
.border-r-marker-600\/85 {
  border-right-color: rgba(66,132,0,0.85);
}
.border-r-marker-600\/90 {
  border-right-color: rgba(66,132,0,0.9);
}
.border-r-marker-600\/95 {
  border-right-color: rgba(66,132,0,0.95);
}
.border-r-marker-700 {
  border-right-color: #428400;
}
.border-r-marker-700\/0 {
  border-right-color: rgba(66,132,0,0);
}
.border-r-marker-700\/10 {
  border-right-color: rgba(66,132,0,0.1);
}
.border-r-marker-700\/100 {
  border-right-color: rgba(66,132,0,1);
}
.border-r-marker-700\/15 {
  border-right-color: rgba(66,132,0,0.15);
}
.border-r-marker-700\/20 {
  border-right-color: rgba(66,132,0,0.2);
}
.border-r-marker-700\/25 {
  border-right-color: rgba(66,132,0,0.25);
}
.border-r-marker-700\/30 {
  border-right-color: rgba(66,132,0,0.3);
}
.border-r-marker-700\/35 {
  border-right-color: rgba(66,132,0,0.35);
}
.border-r-marker-700\/40 {
  border-right-color: rgba(66,132,0,0.4);
}
.border-r-marker-700\/45 {
  border-right-color: rgba(66,132,0,0.45);
}
.border-r-marker-700\/5 {
  border-right-color: rgba(66,132,0,0.05);
}
.border-r-marker-700\/50 {
  border-right-color: rgba(66,132,0,0.5);
}
.border-r-marker-700\/55 {
  border-right-color: rgba(66,132,0,0.55);
}
.border-r-marker-700\/60 {
  border-right-color: rgba(66,132,0,0.6);
}
.border-r-marker-700\/65 {
  border-right-color: rgba(66,132,0,0.65);
}
.border-r-marker-700\/70 {
  border-right-color: rgba(66,132,0,0.7);
}
.border-r-marker-700\/75 {
  border-right-color: rgba(66,132,0,0.75);
}
.border-r-marker-700\/80 {
  border-right-color: rgba(66,132,0,0.8);
}
.border-r-marker-700\/85 {
  border-right-color: rgba(66,132,0,0.85);
}
.border-r-marker-700\/90 {
  border-right-color: rgba(66,132,0,0.9);
}
.border-r-marker-700\/95 {
  border-right-color: rgba(66,132,0,0.95);
}
.border-r-marker-800 {
  border-right-color: #428400;
}
.border-r-marker-800\/0 {
  border-right-color: rgba(66,132,0,0);
}
.border-r-marker-800\/10 {
  border-right-color: rgba(66,132,0,0.1);
}
.border-r-marker-800\/100 {
  border-right-color: rgba(66,132,0,1);
}
.border-r-marker-800\/15 {
  border-right-color: rgba(66,132,0,0.15);
}
.border-r-marker-800\/20 {
  border-right-color: rgba(66,132,0,0.2);
}
.border-r-marker-800\/25 {
  border-right-color: rgba(66,132,0,0.25);
}
.border-r-marker-800\/30 {
  border-right-color: rgba(66,132,0,0.3);
}
.border-r-marker-800\/35 {
  border-right-color: rgba(66,132,0,0.35);
}
.border-r-marker-800\/40 {
  border-right-color: rgba(66,132,0,0.4);
}
.border-r-marker-800\/45 {
  border-right-color: rgba(66,132,0,0.45);
}
.border-r-marker-800\/5 {
  border-right-color: rgba(66,132,0,0.05);
}
.border-r-marker-800\/50 {
  border-right-color: rgba(66,132,0,0.5);
}
.border-r-marker-800\/55 {
  border-right-color: rgba(66,132,0,0.55);
}
.border-r-marker-800\/60 {
  border-right-color: rgba(66,132,0,0.6);
}
.border-r-marker-800\/65 {
  border-right-color: rgba(66,132,0,0.65);
}
.border-r-marker-800\/70 {
  border-right-color: rgba(66,132,0,0.7);
}
.border-r-marker-800\/75 {
  border-right-color: rgba(66,132,0,0.75);
}
.border-r-marker-800\/80 {
  border-right-color: rgba(66,132,0,0.8);
}
.border-r-marker-800\/85 {
  border-right-color: rgba(66,132,0,0.85);
}
.border-r-marker-800\/90 {
  border-right-color: rgba(66,132,0,0.9);
}
.border-r-marker-800\/95 {
  border-right-color: rgba(66,132,0,0.95);
}
.border-r-marker-900 {
  border-right-color: #428400;
}
.border-r-marker-900\/0 {
  border-right-color: rgba(66,132,0,0);
}
.border-r-marker-900\/10 {
  border-right-color: rgba(66,132,0,0.1);
}
.border-r-marker-900\/100 {
  border-right-color: rgba(66,132,0,1);
}
.border-r-marker-900\/15 {
  border-right-color: rgba(66,132,0,0.15);
}
.border-r-marker-900\/20 {
  border-right-color: rgba(66,132,0,0.2);
}
.border-r-marker-900\/25 {
  border-right-color: rgba(66,132,0,0.25);
}
.border-r-marker-900\/30 {
  border-right-color: rgba(66,132,0,0.3);
}
.border-r-marker-900\/35 {
  border-right-color: rgba(66,132,0,0.35);
}
.border-r-marker-900\/40 {
  border-right-color: rgba(66,132,0,0.4);
}
.border-r-marker-900\/45 {
  border-right-color: rgba(66,132,0,0.45);
}
.border-r-marker-900\/5 {
  border-right-color: rgba(66,132,0,0.05);
}
.border-r-marker-900\/50 {
  border-right-color: rgba(66,132,0,0.5);
}
.border-r-marker-900\/55 {
  border-right-color: rgba(66,132,0,0.55);
}
.border-r-marker-900\/60 {
  border-right-color: rgba(66,132,0,0.6);
}
.border-r-marker-900\/65 {
  border-right-color: rgba(66,132,0,0.65);
}
.border-r-marker-900\/70 {
  border-right-color: rgba(66,132,0,0.7);
}
.border-r-marker-900\/75 {
  border-right-color: rgba(66,132,0,0.75);
}
.border-r-marker-900\/80 {
  border-right-color: rgba(66,132,0,0.8);
}
.border-r-marker-900\/85 {
  border-right-color: rgba(66,132,0,0.85);
}
.border-r-marker-900\/90 {
  border-right-color: rgba(66,132,0,0.9);
}
.border-r-marker-900\/95 {
  border-right-color: rgba(66,132,0,0.95);
}
.border-r-marker-dark {
  border-right-color: #428400;
}
.border-r-marker-dark\/0 {
  border-right-color: rgba(66,132,0,0);
}
.border-r-marker-dark\/10 {
  border-right-color: rgba(66,132,0,0.1);
}
.border-r-marker-dark\/100 {
  border-right-color: rgba(66,132,0,1);
}
.border-r-marker-dark\/15 {
  border-right-color: rgba(66,132,0,0.15);
}
.border-r-marker-dark\/20 {
  border-right-color: rgba(66,132,0,0.2);
}
.border-r-marker-dark\/25 {
  border-right-color: rgba(66,132,0,0.25);
}
.border-r-marker-dark\/30 {
  border-right-color: rgba(66,132,0,0.3);
}
.border-r-marker-dark\/35 {
  border-right-color: rgba(66,132,0,0.35);
}
.border-r-marker-dark\/40 {
  border-right-color: rgba(66,132,0,0.4);
}
.border-r-marker-dark\/45 {
  border-right-color: rgba(66,132,0,0.45);
}
.border-r-marker-dark\/5 {
  border-right-color: rgba(66,132,0,0.05);
}
.border-r-marker-dark\/50 {
  border-right-color: rgba(66,132,0,0.5);
}
.border-r-marker-dark\/55 {
  border-right-color: rgba(66,132,0,0.55);
}
.border-r-marker-dark\/60 {
  border-right-color: rgba(66,132,0,0.6);
}
.border-r-marker-dark\/65 {
  border-right-color: rgba(66,132,0,0.65);
}
.border-r-marker-dark\/70 {
  border-right-color: rgba(66,132,0,0.7);
}
.border-r-marker-dark\/75 {
  border-right-color: rgba(66,132,0,0.75);
}
.border-r-marker-dark\/80 {
  border-right-color: rgba(66,132,0,0.8);
}
.border-r-marker-dark\/85 {
  border-right-color: rgba(66,132,0,0.85);
}
.border-r-marker-dark\/90 {
  border-right-color: rgba(66,132,0,0.9);
}
.border-r-marker-dark\/95 {
  border-right-color: rgba(66,132,0,0.95);
}
.border-r-marker-light {
  border-right-color: #60BF02;
}
.border-r-marker-light\/0 {
  border-right-color: rgba(96,191,2,0);
}
.border-r-marker-light\/10 {
  border-right-color: rgba(96,191,2,0.1);
}
.border-r-marker-light\/100 {
  border-right-color: rgba(96,191,2,1);
}
.border-r-marker-light\/15 {
  border-right-color: rgba(96,191,2,0.15);
}
.border-r-marker-light\/20 {
  border-right-color: rgba(96,191,2,0.2);
}
.border-r-marker-light\/25 {
  border-right-color: rgba(96,191,2,0.25);
}
.border-r-marker-light\/30 {
  border-right-color: rgba(96,191,2,0.3);
}
.border-r-marker-light\/35 {
  border-right-color: rgba(96,191,2,0.35);
}
.border-r-marker-light\/40 {
  border-right-color: rgba(96,191,2,0.4);
}
.border-r-marker-light\/45 {
  border-right-color: rgba(96,191,2,0.45);
}
.border-r-marker-light\/5 {
  border-right-color: rgba(96,191,2,0.05);
}
.border-r-marker-light\/50 {
  border-right-color: rgba(96,191,2,0.5);
}
.border-r-marker-light\/55 {
  border-right-color: rgba(96,191,2,0.55);
}
.border-r-marker-light\/60 {
  border-right-color: rgba(96,191,2,0.6);
}
.border-r-marker-light\/65 {
  border-right-color: rgba(96,191,2,0.65);
}
.border-r-marker-light\/70 {
  border-right-color: rgba(96,191,2,0.7);
}
.border-r-marker-light\/75 {
  border-right-color: rgba(96,191,2,0.75);
}
.border-r-marker-light\/80 {
  border-right-color: rgba(96,191,2,0.8);
}
.border-r-marker-light\/85 {
  border-right-color: rgba(96,191,2,0.85);
}
.border-r-marker-light\/90 {
  border-right-color: rgba(96,191,2,0.9);
}
.border-r-marker-light\/95 {
  border-right-color: rgba(96,191,2,0.95);
}
.border-s-attention-0 {
  border-inline-start-color: #E17A00;
}
.border-s-attention-0\/0 {
  border-inline-start-color: rgba(225,122,0,0);
}
.border-s-attention-0\/10 {
  border-inline-start-color: rgba(225,122,0,0.1);
}
.border-s-attention-0\/100 {
  border-inline-start-color: rgba(225,122,0,1);
}
.border-s-attention-0\/15 {
  border-inline-start-color: rgba(225,122,0,0.15);
}
.border-s-attention-0\/20 {
  border-inline-start-color: rgba(225,122,0,0.2);
}
.border-s-attention-0\/25 {
  border-inline-start-color: rgba(225,122,0,0.25);
}
.border-s-attention-0\/30 {
  border-inline-start-color: rgba(225,122,0,0.3);
}
.border-s-attention-0\/35 {
  border-inline-start-color: rgba(225,122,0,0.35);
}
.border-s-attention-0\/40 {
  border-inline-start-color: rgba(225,122,0,0.4);
}
.border-s-attention-0\/45 {
  border-inline-start-color: rgba(225,122,0,0.45);
}
.border-s-attention-0\/5 {
  border-inline-start-color: rgba(225,122,0,0.05);
}
.border-s-attention-0\/50 {
  border-inline-start-color: rgba(225,122,0,0.5);
}
.border-s-attention-0\/55 {
  border-inline-start-color: rgba(225,122,0,0.55);
}
.border-s-attention-0\/60 {
  border-inline-start-color: rgba(225,122,0,0.6);
}
.border-s-attention-0\/65 {
  border-inline-start-color: rgba(225,122,0,0.65);
}
.border-s-attention-0\/70 {
  border-inline-start-color: rgba(225,122,0,0.7);
}
.border-s-attention-0\/75 {
  border-inline-start-color: rgba(225,122,0,0.75);
}
.border-s-attention-0\/80 {
  border-inline-start-color: rgba(225,122,0,0.8);
}
.border-s-attention-0\/85 {
  border-inline-start-color: rgba(225,122,0,0.85);
}
.border-s-attention-0\/90 {
  border-inline-start-color: rgba(225,122,0,0.9);
}
.border-s-attention-0\/95 {
  border-inline-start-color: rgba(225,122,0,0.95);
}
.border-s-attention-100 {
  border-inline-start-color: #E17A00;
}
.border-s-attention-100\/0 {
  border-inline-start-color: rgba(225,122,0,0);
}
.border-s-attention-100\/10 {
  border-inline-start-color: rgba(225,122,0,0.1);
}
.border-s-attention-100\/100 {
  border-inline-start-color: rgba(225,122,0,1);
}
.border-s-attention-100\/15 {
  border-inline-start-color: rgba(225,122,0,0.15);
}
.border-s-attention-100\/20 {
  border-inline-start-color: rgba(225,122,0,0.2);
}
.border-s-attention-100\/25 {
  border-inline-start-color: rgba(225,122,0,0.25);
}
.border-s-attention-100\/30 {
  border-inline-start-color: rgba(225,122,0,0.3);
}
.border-s-attention-100\/35 {
  border-inline-start-color: rgba(225,122,0,0.35);
}
.border-s-attention-100\/40 {
  border-inline-start-color: rgba(225,122,0,0.4);
}
.border-s-attention-100\/45 {
  border-inline-start-color: rgba(225,122,0,0.45);
}
.border-s-attention-100\/5 {
  border-inline-start-color: rgba(225,122,0,0.05);
}
.border-s-attention-100\/50 {
  border-inline-start-color: rgba(225,122,0,0.5);
}
.border-s-attention-100\/55 {
  border-inline-start-color: rgba(225,122,0,0.55);
}
.border-s-attention-100\/60 {
  border-inline-start-color: rgba(225,122,0,0.6);
}
.border-s-attention-100\/65 {
  border-inline-start-color: rgba(225,122,0,0.65);
}
.border-s-attention-100\/70 {
  border-inline-start-color: rgba(225,122,0,0.7);
}
.border-s-attention-100\/75 {
  border-inline-start-color: rgba(225,122,0,0.75);
}
.border-s-attention-100\/80 {
  border-inline-start-color: rgba(225,122,0,0.8);
}
.border-s-attention-100\/85 {
  border-inline-start-color: rgba(225,122,0,0.85);
}
.border-s-attention-100\/90 {
  border-inline-start-color: rgba(225,122,0,0.9);
}
.border-s-attention-100\/95 {
  border-inline-start-color: rgba(225,122,0,0.95);
}
.border-s-attention-200 {
  border-inline-start-color: #E17A00;
}
.border-s-attention-200\/0 {
  border-inline-start-color: rgba(225,122,0,0);
}
.border-s-attention-200\/10 {
  border-inline-start-color: rgba(225,122,0,0.1);
}
.border-s-attention-200\/100 {
  border-inline-start-color: rgba(225,122,0,1);
}
.border-s-attention-200\/15 {
  border-inline-start-color: rgba(225,122,0,0.15);
}
.border-s-attention-200\/20 {
  border-inline-start-color: rgba(225,122,0,0.2);
}
.border-s-attention-200\/25 {
  border-inline-start-color: rgba(225,122,0,0.25);
}
.border-s-attention-200\/30 {
  border-inline-start-color: rgba(225,122,0,0.3);
}
.border-s-attention-200\/35 {
  border-inline-start-color: rgba(225,122,0,0.35);
}
.border-s-attention-200\/40 {
  border-inline-start-color: rgba(225,122,0,0.4);
}
.border-s-attention-200\/45 {
  border-inline-start-color: rgba(225,122,0,0.45);
}
.border-s-attention-200\/5 {
  border-inline-start-color: rgba(225,122,0,0.05);
}
.border-s-attention-200\/50 {
  border-inline-start-color: rgba(225,122,0,0.5);
}
.border-s-attention-200\/55 {
  border-inline-start-color: rgba(225,122,0,0.55);
}
.border-s-attention-200\/60 {
  border-inline-start-color: rgba(225,122,0,0.6);
}
.border-s-attention-200\/65 {
  border-inline-start-color: rgba(225,122,0,0.65);
}
.border-s-attention-200\/70 {
  border-inline-start-color: rgba(225,122,0,0.7);
}
.border-s-attention-200\/75 {
  border-inline-start-color: rgba(225,122,0,0.75);
}
.border-s-attention-200\/80 {
  border-inline-start-color: rgba(225,122,0,0.8);
}
.border-s-attention-200\/85 {
  border-inline-start-color: rgba(225,122,0,0.85);
}
.border-s-attention-200\/90 {
  border-inline-start-color: rgba(225,122,0,0.9);
}
.border-s-attention-200\/95 {
  border-inline-start-color: rgba(225,122,0,0.95);
}
.border-s-attention-300 {
  border-inline-start-color: #E17A00;
}
.border-s-attention-300\/0 {
  border-inline-start-color: rgba(225,122,0,0);
}
.border-s-attention-300\/10 {
  border-inline-start-color: rgba(225,122,0,0.1);
}
.border-s-attention-300\/100 {
  border-inline-start-color: rgba(225,122,0,1);
}
.border-s-attention-300\/15 {
  border-inline-start-color: rgba(225,122,0,0.15);
}
.border-s-attention-300\/20 {
  border-inline-start-color: rgba(225,122,0,0.2);
}
.border-s-attention-300\/25 {
  border-inline-start-color: rgba(225,122,0,0.25);
}
.border-s-attention-300\/30 {
  border-inline-start-color: rgba(225,122,0,0.3);
}
.border-s-attention-300\/35 {
  border-inline-start-color: rgba(225,122,0,0.35);
}
.border-s-attention-300\/40 {
  border-inline-start-color: rgba(225,122,0,0.4);
}
.border-s-attention-300\/45 {
  border-inline-start-color: rgba(225,122,0,0.45);
}
.border-s-attention-300\/5 {
  border-inline-start-color: rgba(225,122,0,0.05);
}
.border-s-attention-300\/50 {
  border-inline-start-color: rgba(225,122,0,0.5);
}
.border-s-attention-300\/55 {
  border-inline-start-color: rgba(225,122,0,0.55);
}
.border-s-attention-300\/60 {
  border-inline-start-color: rgba(225,122,0,0.6);
}
.border-s-attention-300\/65 {
  border-inline-start-color: rgba(225,122,0,0.65);
}
.border-s-attention-300\/70 {
  border-inline-start-color: rgba(225,122,0,0.7);
}
.border-s-attention-300\/75 {
  border-inline-start-color: rgba(225,122,0,0.75);
}
.border-s-attention-300\/80 {
  border-inline-start-color: rgba(225,122,0,0.8);
}
.border-s-attention-300\/85 {
  border-inline-start-color: rgba(225,122,0,0.85);
}
.border-s-attention-300\/90 {
  border-inline-start-color: rgba(225,122,0,0.9);
}
.border-s-attention-300\/95 {
  border-inline-start-color: rgba(225,122,0,0.95);
}
.border-s-attention-400 {
  border-inline-start-color: #E17A00;
}
.border-s-attention-400\/0 {
  border-inline-start-color: rgba(225,122,0,0);
}
.border-s-attention-400\/10 {
  border-inline-start-color: rgba(225,122,0,0.1);
}
.border-s-attention-400\/100 {
  border-inline-start-color: rgba(225,122,0,1);
}
.border-s-attention-400\/15 {
  border-inline-start-color: rgba(225,122,0,0.15);
}
.border-s-attention-400\/20 {
  border-inline-start-color: rgba(225,122,0,0.2);
}
.border-s-attention-400\/25 {
  border-inline-start-color: rgba(225,122,0,0.25);
}
.border-s-attention-400\/30 {
  border-inline-start-color: rgba(225,122,0,0.3);
}
.border-s-attention-400\/35 {
  border-inline-start-color: rgba(225,122,0,0.35);
}
.border-s-attention-400\/40 {
  border-inline-start-color: rgba(225,122,0,0.4);
}
.border-s-attention-400\/45 {
  border-inline-start-color: rgba(225,122,0,0.45);
}
.border-s-attention-400\/5 {
  border-inline-start-color: rgba(225,122,0,0.05);
}
.border-s-attention-400\/50 {
  border-inline-start-color: rgba(225,122,0,0.5);
}
.border-s-attention-400\/55 {
  border-inline-start-color: rgba(225,122,0,0.55);
}
.border-s-attention-400\/60 {
  border-inline-start-color: rgba(225,122,0,0.6);
}
.border-s-attention-400\/65 {
  border-inline-start-color: rgba(225,122,0,0.65);
}
.border-s-attention-400\/70 {
  border-inline-start-color: rgba(225,122,0,0.7);
}
.border-s-attention-400\/75 {
  border-inline-start-color: rgba(225,122,0,0.75);
}
.border-s-attention-400\/80 {
  border-inline-start-color: rgba(225,122,0,0.8);
}
.border-s-attention-400\/85 {
  border-inline-start-color: rgba(225,122,0,0.85);
}
.border-s-attention-400\/90 {
  border-inline-start-color: rgba(225,122,0,0.9);
}
.border-s-attention-400\/95 {
  border-inline-start-color: rgba(225,122,0,0.95);
}
.border-s-attention-500 {
  border-inline-start-color: #E93A24;
}
.border-s-attention-500\/0 {
  border-inline-start-color: rgba(233,58,36,0);
}
.border-s-attention-500\/10 {
  border-inline-start-color: rgba(233,58,36,0.1);
}
.border-s-attention-500\/100 {
  border-inline-start-color: rgba(233,58,36,1);
}
.border-s-attention-500\/15 {
  border-inline-start-color: rgba(233,58,36,0.15);
}
.border-s-attention-500\/20 {
  border-inline-start-color: rgba(233,58,36,0.2);
}
.border-s-attention-500\/25 {
  border-inline-start-color: rgba(233,58,36,0.25);
}
.border-s-attention-500\/30 {
  border-inline-start-color: rgba(233,58,36,0.3);
}
.border-s-attention-500\/35 {
  border-inline-start-color: rgba(233,58,36,0.35);
}
.border-s-attention-500\/40 {
  border-inline-start-color: rgba(233,58,36,0.4);
}
.border-s-attention-500\/45 {
  border-inline-start-color: rgba(233,58,36,0.45);
}
.border-s-attention-500\/5 {
  border-inline-start-color: rgba(233,58,36,0.05);
}
.border-s-attention-500\/50 {
  border-inline-start-color: rgba(233,58,36,0.5);
}
.border-s-attention-500\/55 {
  border-inline-start-color: rgba(233,58,36,0.55);
}
.border-s-attention-500\/60 {
  border-inline-start-color: rgba(233,58,36,0.6);
}
.border-s-attention-500\/65 {
  border-inline-start-color: rgba(233,58,36,0.65);
}
.border-s-attention-500\/70 {
  border-inline-start-color: rgba(233,58,36,0.7);
}
.border-s-attention-500\/75 {
  border-inline-start-color: rgba(233,58,36,0.75);
}
.border-s-attention-500\/80 {
  border-inline-start-color: rgba(233,58,36,0.8);
}
.border-s-attention-500\/85 {
  border-inline-start-color: rgba(233,58,36,0.85);
}
.border-s-attention-500\/90 {
  border-inline-start-color: rgba(233,58,36,0.9);
}
.border-s-attention-500\/95 {
  border-inline-start-color: rgba(233,58,36,0.95);
}
.border-s-attention-600 {
  border-inline-start-color: #E93A24;
}
.border-s-attention-600\/0 {
  border-inline-start-color: rgba(233,58,36,0);
}
.border-s-attention-600\/10 {
  border-inline-start-color: rgba(233,58,36,0.1);
}
.border-s-attention-600\/100 {
  border-inline-start-color: rgba(233,58,36,1);
}
.border-s-attention-600\/15 {
  border-inline-start-color: rgba(233,58,36,0.15);
}
.border-s-attention-600\/20 {
  border-inline-start-color: rgba(233,58,36,0.2);
}
.border-s-attention-600\/25 {
  border-inline-start-color: rgba(233,58,36,0.25);
}
.border-s-attention-600\/30 {
  border-inline-start-color: rgba(233,58,36,0.3);
}
.border-s-attention-600\/35 {
  border-inline-start-color: rgba(233,58,36,0.35);
}
.border-s-attention-600\/40 {
  border-inline-start-color: rgba(233,58,36,0.4);
}
.border-s-attention-600\/45 {
  border-inline-start-color: rgba(233,58,36,0.45);
}
.border-s-attention-600\/5 {
  border-inline-start-color: rgba(233,58,36,0.05);
}
.border-s-attention-600\/50 {
  border-inline-start-color: rgba(233,58,36,0.5);
}
.border-s-attention-600\/55 {
  border-inline-start-color: rgba(233,58,36,0.55);
}
.border-s-attention-600\/60 {
  border-inline-start-color: rgba(233,58,36,0.6);
}
.border-s-attention-600\/65 {
  border-inline-start-color: rgba(233,58,36,0.65);
}
.border-s-attention-600\/70 {
  border-inline-start-color: rgba(233,58,36,0.7);
}
.border-s-attention-600\/75 {
  border-inline-start-color: rgba(233,58,36,0.75);
}
.border-s-attention-600\/80 {
  border-inline-start-color: rgba(233,58,36,0.8);
}
.border-s-attention-600\/85 {
  border-inline-start-color: rgba(233,58,36,0.85);
}
.border-s-attention-600\/90 {
  border-inline-start-color: rgba(233,58,36,0.9);
}
.border-s-attention-600\/95 {
  border-inline-start-color: rgba(233,58,36,0.95);
}
.border-s-attention-700 {
  border-inline-start-color: #E93A24;
}
.border-s-attention-700\/0 {
  border-inline-start-color: rgba(233,58,36,0);
}
.border-s-attention-700\/10 {
  border-inline-start-color: rgba(233,58,36,0.1);
}
.border-s-attention-700\/100 {
  border-inline-start-color: rgba(233,58,36,1);
}
.border-s-attention-700\/15 {
  border-inline-start-color: rgba(233,58,36,0.15);
}
.border-s-attention-700\/20 {
  border-inline-start-color: rgba(233,58,36,0.2);
}
.border-s-attention-700\/25 {
  border-inline-start-color: rgba(233,58,36,0.25);
}
.border-s-attention-700\/30 {
  border-inline-start-color: rgba(233,58,36,0.3);
}
.border-s-attention-700\/35 {
  border-inline-start-color: rgba(233,58,36,0.35);
}
.border-s-attention-700\/40 {
  border-inline-start-color: rgba(233,58,36,0.4);
}
.border-s-attention-700\/45 {
  border-inline-start-color: rgba(233,58,36,0.45);
}
.border-s-attention-700\/5 {
  border-inline-start-color: rgba(233,58,36,0.05);
}
.border-s-attention-700\/50 {
  border-inline-start-color: rgba(233,58,36,0.5);
}
.border-s-attention-700\/55 {
  border-inline-start-color: rgba(233,58,36,0.55);
}
.border-s-attention-700\/60 {
  border-inline-start-color: rgba(233,58,36,0.6);
}
.border-s-attention-700\/65 {
  border-inline-start-color: rgba(233,58,36,0.65);
}
.border-s-attention-700\/70 {
  border-inline-start-color: rgba(233,58,36,0.7);
}
.border-s-attention-700\/75 {
  border-inline-start-color: rgba(233,58,36,0.75);
}
.border-s-attention-700\/80 {
  border-inline-start-color: rgba(233,58,36,0.8);
}
.border-s-attention-700\/85 {
  border-inline-start-color: rgba(233,58,36,0.85);
}
.border-s-attention-700\/90 {
  border-inline-start-color: rgba(233,58,36,0.9);
}
.border-s-attention-700\/95 {
  border-inline-start-color: rgba(233,58,36,0.95);
}
.border-s-attention-800 {
  border-inline-start-color: #E93A24;
}
.border-s-attention-800\/0 {
  border-inline-start-color: rgba(233,58,36,0);
}
.border-s-attention-800\/10 {
  border-inline-start-color: rgba(233,58,36,0.1);
}
.border-s-attention-800\/100 {
  border-inline-start-color: rgba(233,58,36,1);
}
.border-s-attention-800\/15 {
  border-inline-start-color: rgba(233,58,36,0.15);
}
.border-s-attention-800\/20 {
  border-inline-start-color: rgba(233,58,36,0.2);
}
.border-s-attention-800\/25 {
  border-inline-start-color: rgba(233,58,36,0.25);
}
.border-s-attention-800\/30 {
  border-inline-start-color: rgba(233,58,36,0.3);
}
.border-s-attention-800\/35 {
  border-inline-start-color: rgba(233,58,36,0.35);
}
.border-s-attention-800\/40 {
  border-inline-start-color: rgba(233,58,36,0.4);
}
.border-s-attention-800\/45 {
  border-inline-start-color: rgba(233,58,36,0.45);
}
.border-s-attention-800\/5 {
  border-inline-start-color: rgba(233,58,36,0.05);
}
.border-s-attention-800\/50 {
  border-inline-start-color: rgba(233,58,36,0.5);
}
.border-s-attention-800\/55 {
  border-inline-start-color: rgba(233,58,36,0.55);
}
.border-s-attention-800\/60 {
  border-inline-start-color: rgba(233,58,36,0.6);
}
.border-s-attention-800\/65 {
  border-inline-start-color: rgba(233,58,36,0.65);
}
.border-s-attention-800\/70 {
  border-inline-start-color: rgba(233,58,36,0.7);
}
.border-s-attention-800\/75 {
  border-inline-start-color: rgba(233,58,36,0.75);
}
.border-s-attention-800\/80 {
  border-inline-start-color: rgba(233,58,36,0.8);
}
.border-s-attention-800\/85 {
  border-inline-start-color: rgba(233,58,36,0.85);
}
.border-s-attention-800\/90 {
  border-inline-start-color: rgba(233,58,36,0.9);
}
.border-s-attention-800\/95 {
  border-inline-start-color: rgba(233,58,36,0.95);
}
.border-s-attention-900 {
  border-inline-start-color: #E93A24;
}
.border-s-attention-900\/0 {
  border-inline-start-color: rgba(233,58,36,0);
}
.border-s-attention-900\/10 {
  border-inline-start-color: rgba(233,58,36,0.1);
}
.border-s-attention-900\/100 {
  border-inline-start-color: rgba(233,58,36,1);
}
.border-s-attention-900\/15 {
  border-inline-start-color: rgba(233,58,36,0.15);
}
.border-s-attention-900\/20 {
  border-inline-start-color: rgba(233,58,36,0.2);
}
.border-s-attention-900\/25 {
  border-inline-start-color: rgba(233,58,36,0.25);
}
.border-s-attention-900\/30 {
  border-inline-start-color: rgba(233,58,36,0.3);
}
.border-s-attention-900\/35 {
  border-inline-start-color: rgba(233,58,36,0.35);
}
.border-s-attention-900\/40 {
  border-inline-start-color: rgba(233,58,36,0.4);
}
.border-s-attention-900\/45 {
  border-inline-start-color: rgba(233,58,36,0.45);
}
.border-s-attention-900\/5 {
  border-inline-start-color: rgba(233,58,36,0.05);
}
.border-s-attention-900\/50 {
  border-inline-start-color: rgba(233,58,36,0.5);
}
.border-s-attention-900\/55 {
  border-inline-start-color: rgba(233,58,36,0.55);
}
.border-s-attention-900\/60 {
  border-inline-start-color: rgba(233,58,36,0.6);
}
.border-s-attention-900\/65 {
  border-inline-start-color: rgba(233,58,36,0.65);
}
.border-s-attention-900\/70 {
  border-inline-start-color: rgba(233,58,36,0.7);
}
.border-s-attention-900\/75 {
  border-inline-start-color: rgba(233,58,36,0.75);
}
.border-s-attention-900\/80 {
  border-inline-start-color: rgba(233,58,36,0.8);
}
.border-s-attention-900\/85 {
  border-inline-start-color: rgba(233,58,36,0.85);
}
.border-s-attention-900\/90 {
  border-inline-start-color: rgba(233,58,36,0.9);
}
.border-s-attention-900\/95 {
  border-inline-start-color: rgba(233,58,36,0.95);
}
.border-s-attention-dark {
  border-inline-start-color: #8c2316;
}
.border-s-attention-dark\/0 {
  border-inline-start-color: rgba(140,35,22,0);
}
.border-s-attention-dark\/10 {
  border-inline-start-color: rgba(140,35,22,0.1);
}
.border-s-attention-dark\/100 {
  border-inline-start-color: rgba(140,35,22,1);
}
.border-s-attention-dark\/15 {
  border-inline-start-color: rgba(140,35,22,0.15);
}
.border-s-attention-dark\/20 {
  border-inline-start-color: rgba(140,35,22,0.2);
}
.border-s-attention-dark\/25 {
  border-inline-start-color: rgba(140,35,22,0.25);
}
.border-s-attention-dark\/30 {
  border-inline-start-color: rgba(140,35,22,0.3);
}
.border-s-attention-dark\/35 {
  border-inline-start-color: rgba(140,35,22,0.35);
}
.border-s-attention-dark\/40 {
  border-inline-start-color: rgba(140,35,22,0.4);
}
.border-s-attention-dark\/45 {
  border-inline-start-color: rgba(140,35,22,0.45);
}
.border-s-attention-dark\/5 {
  border-inline-start-color: rgba(140,35,22,0.05);
}
.border-s-attention-dark\/50 {
  border-inline-start-color: rgba(140,35,22,0.5);
}
.border-s-attention-dark\/55 {
  border-inline-start-color: rgba(140,35,22,0.55);
}
.border-s-attention-dark\/60 {
  border-inline-start-color: rgba(140,35,22,0.6);
}
.border-s-attention-dark\/65 {
  border-inline-start-color: rgba(140,35,22,0.65);
}
.border-s-attention-dark\/70 {
  border-inline-start-color: rgba(140,35,22,0.7);
}
.border-s-attention-dark\/75 {
  border-inline-start-color: rgba(140,35,22,0.75);
}
.border-s-attention-dark\/80 {
  border-inline-start-color: rgba(140,35,22,0.8);
}
.border-s-attention-dark\/85 {
  border-inline-start-color: rgba(140,35,22,0.85);
}
.border-s-attention-dark\/90 {
  border-inline-start-color: rgba(140,35,22,0.9);
}
.border-s-attention-dark\/95 {
  border-inline-start-color: rgba(140,35,22,0.95);
}
.border-s-attention-light {
  border-inline-start-color: #E17A00;
}
.border-s-attention-light\/0 {
  border-inline-start-color: rgba(225,122,0,0);
}
.border-s-attention-light\/10 {
  border-inline-start-color: rgba(225,122,0,0.1);
}
.border-s-attention-light\/100 {
  border-inline-start-color: rgba(225,122,0,1);
}
.border-s-attention-light\/15 {
  border-inline-start-color: rgba(225,122,0,0.15);
}
.border-s-attention-light\/20 {
  border-inline-start-color: rgba(225,122,0,0.2);
}
.border-s-attention-light\/25 {
  border-inline-start-color: rgba(225,122,0,0.25);
}
.border-s-attention-light\/30 {
  border-inline-start-color: rgba(225,122,0,0.3);
}
.border-s-attention-light\/35 {
  border-inline-start-color: rgba(225,122,0,0.35);
}
.border-s-attention-light\/40 {
  border-inline-start-color: rgba(225,122,0,0.4);
}
.border-s-attention-light\/45 {
  border-inline-start-color: rgba(225,122,0,0.45);
}
.border-s-attention-light\/5 {
  border-inline-start-color: rgba(225,122,0,0.05);
}
.border-s-attention-light\/50 {
  border-inline-start-color: rgba(225,122,0,0.5);
}
.border-s-attention-light\/55 {
  border-inline-start-color: rgba(225,122,0,0.55);
}
.border-s-attention-light\/60 {
  border-inline-start-color: rgba(225,122,0,0.6);
}
.border-s-attention-light\/65 {
  border-inline-start-color: rgba(225,122,0,0.65);
}
.border-s-attention-light\/70 {
  border-inline-start-color: rgba(225,122,0,0.7);
}
.border-s-attention-light\/75 {
  border-inline-start-color: rgba(225,122,0,0.75);
}
.border-s-attention-light\/80 {
  border-inline-start-color: rgba(225,122,0,0.8);
}
.border-s-attention-light\/85 {
  border-inline-start-color: rgba(225,122,0,0.85);
}
.border-s-attention-light\/90 {
  border-inline-start-color: rgba(225,122,0,0.9);
}
.border-s-attention-light\/95 {
  border-inline-start-color: rgba(225,122,0,0.95);
}
.border-s-base-0 {
  border-inline-start-color: #E5E5E5;
}
.border-s-base-0\/0 {
  border-inline-start-color: rgba(229,229,229,0);
}
.border-s-base-0\/10 {
  border-inline-start-color: rgba(229,229,229,0.1);
}
.border-s-base-0\/100 {
  border-inline-start-color: rgba(229,229,229,1);
}
.border-s-base-0\/15 {
  border-inline-start-color: rgba(229,229,229,0.15);
}
.border-s-base-0\/20 {
  border-inline-start-color: rgba(229,229,229,0.2);
}
.border-s-base-0\/25 {
  border-inline-start-color: rgba(229,229,229,0.25);
}
.border-s-base-0\/30 {
  border-inline-start-color: rgba(229,229,229,0.3);
}
.border-s-base-0\/35 {
  border-inline-start-color: rgba(229,229,229,0.35);
}
.border-s-base-0\/40 {
  border-inline-start-color: rgba(229,229,229,0.4);
}
.border-s-base-0\/45 {
  border-inline-start-color: rgba(229,229,229,0.45);
}
.border-s-base-0\/5 {
  border-inline-start-color: rgba(229,229,229,0.05);
}
.border-s-base-0\/50 {
  border-inline-start-color: rgba(229,229,229,0.5);
}
.border-s-base-0\/55 {
  border-inline-start-color: rgba(229,229,229,0.55);
}
.border-s-base-0\/60 {
  border-inline-start-color: rgba(229,229,229,0.6);
}
.border-s-base-0\/65 {
  border-inline-start-color: rgba(229,229,229,0.65);
}
.border-s-base-0\/70 {
  border-inline-start-color: rgba(229,229,229,0.7);
}
.border-s-base-0\/75 {
  border-inline-start-color: rgba(229,229,229,0.75);
}
.border-s-base-0\/80 {
  border-inline-start-color: rgba(229,229,229,0.8);
}
.border-s-base-0\/85 {
  border-inline-start-color: rgba(229,229,229,0.85);
}
.border-s-base-0\/90 {
  border-inline-start-color: rgba(229,229,229,0.9);
}
.border-s-base-0\/95 {
  border-inline-start-color: rgba(229,229,229,0.95);
}
.border-s-base-100 {
  border-inline-start-color: #8C8C8C;
}
.border-s-base-100\/0 {
  border-inline-start-color: rgba(140,140,140,0);
}
.border-s-base-100\/10 {
  border-inline-start-color: rgba(140,140,140,0.1);
}
.border-s-base-100\/100 {
  border-inline-start-color: rgba(140,140,140,1);
}
.border-s-base-100\/15 {
  border-inline-start-color: rgba(140,140,140,0.15);
}
.border-s-base-100\/20 {
  border-inline-start-color: rgba(140,140,140,0.2);
}
.border-s-base-100\/25 {
  border-inline-start-color: rgba(140,140,140,0.25);
}
.border-s-base-100\/30 {
  border-inline-start-color: rgba(140,140,140,0.3);
}
.border-s-base-100\/35 {
  border-inline-start-color: rgba(140,140,140,0.35);
}
.border-s-base-100\/40 {
  border-inline-start-color: rgba(140,140,140,0.4);
}
.border-s-base-100\/45 {
  border-inline-start-color: rgba(140,140,140,0.45);
}
.border-s-base-100\/5 {
  border-inline-start-color: rgba(140,140,140,0.05);
}
.border-s-base-100\/50 {
  border-inline-start-color: rgba(140,140,140,0.5);
}
.border-s-base-100\/55 {
  border-inline-start-color: rgba(140,140,140,0.55);
}
.border-s-base-100\/60 {
  border-inline-start-color: rgba(140,140,140,0.6);
}
.border-s-base-100\/65 {
  border-inline-start-color: rgba(140,140,140,0.65);
}
.border-s-base-100\/70 {
  border-inline-start-color: rgba(140,140,140,0.7);
}
.border-s-base-100\/75 {
  border-inline-start-color: rgba(140,140,140,0.75);
}
.border-s-base-100\/80 {
  border-inline-start-color: rgba(140,140,140,0.8);
}
.border-s-base-100\/85 {
  border-inline-start-color: rgba(140,140,140,0.85);
}
.border-s-base-100\/90 {
  border-inline-start-color: rgba(140,140,140,0.9);
}
.border-s-base-100\/95 {
  border-inline-start-color: rgba(140,140,140,0.95);
}
.border-s-base-150 {
  border-inline-start-color: #6f6f6f;
}
.border-s-base-150\/0 {
  border-inline-start-color: rgba(111,111,111,0);
}
.border-s-base-150\/10 {
  border-inline-start-color: rgba(111,111,111,0.1);
}
.border-s-base-150\/100 {
  border-inline-start-color: rgba(111,111,111,1);
}
.border-s-base-150\/15 {
  border-inline-start-color: rgba(111,111,111,0.15);
}
.border-s-base-150\/20 {
  border-inline-start-color: rgba(111,111,111,0.2);
}
.border-s-base-150\/25 {
  border-inline-start-color: rgba(111,111,111,0.25);
}
.border-s-base-150\/30 {
  border-inline-start-color: rgba(111,111,111,0.3);
}
.border-s-base-150\/35 {
  border-inline-start-color: rgba(111,111,111,0.35);
}
.border-s-base-150\/40 {
  border-inline-start-color: rgba(111,111,111,0.4);
}
.border-s-base-150\/45 {
  border-inline-start-color: rgba(111,111,111,0.45);
}
.border-s-base-150\/5 {
  border-inline-start-color: rgba(111,111,111,0.05);
}
.border-s-base-150\/50 {
  border-inline-start-color: rgba(111,111,111,0.5);
}
.border-s-base-150\/55 {
  border-inline-start-color: rgba(111,111,111,0.55);
}
.border-s-base-150\/60 {
  border-inline-start-color: rgba(111,111,111,0.6);
}
.border-s-base-150\/65 {
  border-inline-start-color: rgba(111,111,111,0.65);
}
.border-s-base-150\/70 {
  border-inline-start-color: rgba(111,111,111,0.7);
}
.border-s-base-150\/75 {
  border-inline-start-color: rgba(111,111,111,0.75);
}
.border-s-base-150\/80 {
  border-inline-start-color: rgba(111,111,111,0.8);
}
.border-s-base-150\/85 {
  border-inline-start-color: rgba(111,111,111,0.85);
}
.border-s-base-150\/90 {
  border-inline-start-color: rgba(111,111,111,0.9);
}
.border-s-base-150\/95 {
  border-inline-start-color: rgba(111,111,111,0.95);
}
.border-s-base-200 {
  border-inline-start-color: #454545;
}
.border-s-base-200\/0 {
  border-inline-start-color: rgba(69,69,69,0);
}
.border-s-base-200\/10 {
  border-inline-start-color: rgba(69,69,69,0.1);
}
.border-s-base-200\/100 {
  border-inline-start-color: rgba(69,69,69,1);
}
.border-s-base-200\/15 {
  border-inline-start-color: rgba(69,69,69,0.15);
}
.border-s-base-200\/20 {
  border-inline-start-color: rgba(69,69,69,0.2);
}
.border-s-base-200\/25 {
  border-inline-start-color: rgba(69,69,69,0.25);
}
.border-s-base-200\/30 {
  border-inline-start-color: rgba(69,69,69,0.3);
}
.border-s-base-200\/35 {
  border-inline-start-color: rgba(69,69,69,0.35);
}
.border-s-base-200\/40 {
  border-inline-start-color: rgba(69,69,69,0.4);
}
.border-s-base-200\/45 {
  border-inline-start-color: rgba(69,69,69,0.45);
}
.border-s-base-200\/5 {
  border-inline-start-color: rgba(69,69,69,0.05);
}
.border-s-base-200\/50 {
  border-inline-start-color: rgba(69,69,69,0.5);
}
.border-s-base-200\/55 {
  border-inline-start-color: rgba(69,69,69,0.55);
}
.border-s-base-200\/60 {
  border-inline-start-color: rgba(69,69,69,0.6);
}
.border-s-base-200\/65 {
  border-inline-start-color: rgba(69,69,69,0.65);
}
.border-s-base-200\/70 {
  border-inline-start-color: rgba(69,69,69,0.7);
}
.border-s-base-200\/75 {
  border-inline-start-color: rgba(69,69,69,0.75);
}
.border-s-base-200\/80 {
  border-inline-start-color: rgba(69,69,69,0.8);
}
.border-s-base-200\/85 {
  border-inline-start-color: rgba(69,69,69,0.85);
}
.border-s-base-200\/90 {
  border-inline-start-color: rgba(69,69,69,0.9);
}
.border-s-base-200\/95 {
  border-inline-start-color: rgba(69,69,69,0.95);
}
.border-s-base-300 {
  border-inline-start-color: #343434;
}
.border-s-base-300\/0 {
  border-inline-start-color: rgba(52,52,52,0);
}
.border-s-base-300\/10 {
  border-inline-start-color: rgba(52,52,52,0.1);
}
.border-s-base-300\/100 {
  border-inline-start-color: rgba(52,52,52,1);
}
.border-s-base-300\/15 {
  border-inline-start-color: rgba(52,52,52,0.15);
}
.border-s-base-300\/20 {
  border-inline-start-color: rgba(52,52,52,0.2);
}
.border-s-base-300\/25 {
  border-inline-start-color: rgba(52,52,52,0.25);
}
.border-s-base-300\/30 {
  border-inline-start-color: rgba(52,52,52,0.3);
}
.border-s-base-300\/35 {
  border-inline-start-color: rgba(52,52,52,0.35);
}
.border-s-base-300\/40 {
  border-inline-start-color: rgba(52,52,52,0.4);
}
.border-s-base-300\/45 {
  border-inline-start-color: rgba(52,52,52,0.45);
}
.border-s-base-300\/5 {
  border-inline-start-color: rgba(52,52,52,0.05);
}
.border-s-base-300\/50 {
  border-inline-start-color: rgba(52,52,52,0.5);
}
.border-s-base-300\/55 {
  border-inline-start-color: rgba(52,52,52,0.55);
}
.border-s-base-300\/60 {
  border-inline-start-color: rgba(52,52,52,0.6);
}
.border-s-base-300\/65 {
  border-inline-start-color: rgba(52,52,52,0.65);
}
.border-s-base-300\/70 {
  border-inline-start-color: rgba(52,52,52,0.7);
}
.border-s-base-300\/75 {
  border-inline-start-color: rgba(52,52,52,0.75);
}
.border-s-base-300\/80 {
  border-inline-start-color: rgba(52,52,52,0.8);
}
.border-s-base-300\/85 {
  border-inline-start-color: rgba(52,52,52,0.85);
}
.border-s-base-300\/90 {
  border-inline-start-color: rgba(52,52,52,0.9);
}
.border-s-base-300\/95 {
  border-inline-start-color: rgba(52,52,52,0.95);
}
.border-s-base-400 {
  border-inline-start-color: #2B2B2B;
}
.border-s-base-400\/0 {
  border-inline-start-color: rgba(43,43,43,0);
}
.border-s-base-400\/10 {
  border-inline-start-color: rgba(43,43,43,0.1);
}
.border-s-base-400\/100 {
  border-inline-start-color: rgba(43,43,43,1);
}
.border-s-base-400\/15 {
  border-inline-start-color: rgba(43,43,43,0.15);
}
.border-s-base-400\/20 {
  border-inline-start-color: rgba(43,43,43,0.2);
}
.border-s-base-400\/25 {
  border-inline-start-color: rgba(43,43,43,0.25);
}
.border-s-base-400\/30 {
  border-inline-start-color: rgba(43,43,43,0.3);
}
.border-s-base-400\/35 {
  border-inline-start-color: rgba(43,43,43,0.35);
}
.border-s-base-400\/40 {
  border-inline-start-color: rgba(43,43,43,0.4);
}
.border-s-base-400\/45 {
  border-inline-start-color: rgba(43,43,43,0.45);
}
.border-s-base-400\/5 {
  border-inline-start-color: rgba(43,43,43,0.05);
}
.border-s-base-400\/50 {
  border-inline-start-color: rgba(43,43,43,0.5);
}
.border-s-base-400\/55 {
  border-inline-start-color: rgba(43,43,43,0.55);
}
.border-s-base-400\/60 {
  border-inline-start-color: rgba(43,43,43,0.6);
}
.border-s-base-400\/65 {
  border-inline-start-color: rgba(43,43,43,0.65);
}
.border-s-base-400\/70 {
  border-inline-start-color: rgba(43,43,43,0.7);
}
.border-s-base-400\/75 {
  border-inline-start-color: rgba(43,43,43,0.75);
}
.border-s-base-400\/80 {
  border-inline-start-color: rgba(43,43,43,0.8);
}
.border-s-base-400\/85 {
  border-inline-start-color: rgba(43,43,43,0.85);
}
.border-s-base-400\/90 {
  border-inline-start-color: rgba(43,43,43,0.9);
}
.border-s-base-400\/95 {
  border-inline-start-color: rgba(43,43,43,0.95);
}
.border-s-base-500 {
  border-inline-start-color: #232323;
}
.border-s-base-500\/0 {
  border-inline-start-color: rgba(35,35,35,0);
}
.border-s-base-500\/10 {
  border-inline-start-color: rgba(35,35,35,0.1);
}
.border-s-base-500\/100 {
  border-inline-start-color: rgba(35,35,35,1);
}
.border-s-base-500\/15 {
  border-inline-start-color: rgba(35,35,35,0.15);
}
.border-s-base-500\/20 {
  border-inline-start-color: rgba(35,35,35,0.2);
}
.border-s-base-500\/25 {
  border-inline-start-color: rgba(35,35,35,0.25);
}
.border-s-base-500\/30 {
  border-inline-start-color: rgba(35,35,35,0.3);
}
.border-s-base-500\/35 {
  border-inline-start-color: rgba(35,35,35,0.35);
}
.border-s-base-500\/40 {
  border-inline-start-color: rgba(35,35,35,0.4);
}
.border-s-base-500\/45 {
  border-inline-start-color: rgba(35,35,35,0.45);
}
.border-s-base-500\/5 {
  border-inline-start-color: rgba(35,35,35,0.05);
}
.border-s-base-500\/50 {
  border-inline-start-color: rgba(35,35,35,0.5);
}
.border-s-base-500\/55 {
  border-inline-start-color: rgba(35,35,35,0.55);
}
.border-s-base-500\/60 {
  border-inline-start-color: rgba(35,35,35,0.6);
}
.border-s-base-500\/65 {
  border-inline-start-color: rgba(35,35,35,0.65);
}
.border-s-base-500\/70 {
  border-inline-start-color: rgba(35,35,35,0.7);
}
.border-s-base-500\/75 {
  border-inline-start-color: rgba(35,35,35,0.75);
}
.border-s-base-500\/80 {
  border-inline-start-color: rgba(35,35,35,0.8);
}
.border-s-base-500\/85 {
  border-inline-start-color: rgba(35,35,35,0.85);
}
.border-s-base-500\/90 {
  border-inline-start-color: rgba(35,35,35,0.9);
}
.border-s-base-500\/95 {
  border-inline-start-color: rgba(35,35,35,0.95);
}
.border-s-base-600 {
  border-inline-start-color: #232323;
}
.border-s-base-600\/0 {
  border-inline-start-color: rgba(35,35,35,0);
}
.border-s-base-600\/10 {
  border-inline-start-color: rgba(35,35,35,0.1);
}
.border-s-base-600\/100 {
  border-inline-start-color: rgba(35,35,35,1);
}
.border-s-base-600\/15 {
  border-inline-start-color: rgba(35,35,35,0.15);
}
.border-s-base-600\/20 {
  border-inline-start-color: rgba(35,35,35,0.2);
}
.border-s-base-600\/25 {
  border-inline-start-color: rgba(35,35,35,0.25);
}
.border-s-base-600\/30 {
  border-inline-start-color: rgba(35,35,35,0.3);
}
.border-s-base-600\/35 {
  border-inline-start-color: rgba(35,35,35,0.35);
}
.border-s-base-600\/40 {
  border-inline-start-color: rgba(35,35,35,0.4);
}
.border-s-base-600\/45 {
  border-inline-start-color: rgba(35,35,35,0.45);
}
.border-s-base-600\/5 {
  border-inline-start-color: rgba(35,35,35,0.05);
}
.border-s-base-600\/50 {
  border-inline-start-color: rgba(35,35,35,0.5);
}
.border-s-base-600\/55 {
  border-inline-start-color: rgba(35,35,35,0.55);
}
.border-s-base-600\/60 {
  border-inline-start-color: rgba(35,35,35,0.6);
}
.border-s-base-600\/65 {
  border-inline-start-color: rgba(35,35,35,0.65);
}
.border-s-base-600\/70 {
  border-inline-start-color: rgba(35,35,35,0.7);
}
.border-s-base-600\/75 {
  border-inline-start-color: rgba(35,35,35,0.75);
}
.border-s-base-600\/80 {
  border-inline-start-color: rgba(35,35,35,0.8);
}
.border-s-base-600\/85 {
  border-inline-start-color: rgba(35,35,35,0.85);
}
.border-s-base-600\/90 {
  border-inline-start-color: rgba(35,35,35,0.9);
}
.border-s-base-600\/95 {
  border-inline-start-color: rgba(35,35,35,0.95);
}
.border-s-base-700 {
  border-inline-start-color: #181818;
}
.border-s-base-700\/0 {
  border-inline-start-color: rgba(24,24,24,0);
}
.border-s-base-700\/10 {
  border-inline-start-color: rgba(24,24,24,0.1);
}
.border-s-base-700\/100 {
  border-inline-start-color: rgba(24,24,24,1);
}
.border-s-base-700\/15 {
  border-inline-start-color: rgba(24,24,24,0.15);
}
.border-s-base-700\/20 {
  border-inline-start-color: rgba(24,24,24,0.2);
}
.border-s-base-700\/25 {
  border-inline-start-color: rgba(24,24,24,0.25);
}
.border-s-base-700\/30 {
  border-inline-start-color: rgba(24,24,24,0.3);
}
.border-s-base-700\/35 {
  border-inline-start-color: rgba(24,24,24,0.35);
}
.border-s-base-700\/40 {
  border-inline-start-color: rgba(24,24,24,0.4);
}
.border-s-base-700\/45 {
  border-inline-start-color: rgba(24,24,24,0.45);
}
.border-s-base-700\/5 {
  border-inline-start-color: rgba(24,24,24,0.05);
}
.border-s-base-700\/50 {
  border-inline-start-color: rgba(24,24,24,0.5);
}
.border-s-base-700\/55 {
  border-inline-start-color: rgba(24,24,24,0.55);
}
.border-s-base-700\/60 {
  border-inline-start-color: rgba(24,24,24,0.6);
}
.border-s-base-700\/65 {
  border-inline-start-color: rgba(24,24,24,0.65);
}
.border-s-base-700\/70 {
  border-inline-start-color: rgba(24,24,24,0.7);
}
.border-s-base-700\/75 {
  border-inline-start-color: rgba(24,24,24,0.75);
}
.border-s-base-700\/80 {
  border-inline-start-color: rgba(24,24,24,0.8);
}
.border-s-base-700\/85 {
  border-inline-start-color: rgba(24,24,24,0.85);
}
.border-s-base-700\/90 {
  border-inline-start-color: rgba(24,24,24,0.9);
}
.border-s-base-700\/95 {
  border-inline-start-color: rgba(24,24,24,0.95);
}
.border-s-base-800 {
  border-inline-start-color: #1E1E1E;
}
.border-s-base-800\/0 {
  border-inline-start-color: rgba(30,30,30,0);
}
.border-s-base-800\/10 {
  border-inline-start-color: rgba(30,30,30,0.1);
}
.border-s-base-800\/100 {
  border-inline-start-color: rgba(30,30,30,1);
}
.border-s-base-800\/15 {
  border-inline-start-color: rgba(30,30,30,0.15);
}
.border-s-base-800\/20 {
  border-inline-start-color: rgba(30,30,30,0.2);
}
.border-s-base-800\/25 {
  border-inline-start-color: rgba(30,30,30,0.25);
}
.border-s-base-800\/30 {
  border-inline-start-color: rgba(30,30,30,0.3);
}
.border-s-base-800\/35 {
  border-inline-start-color: rgba(30,30,30,0.35);
}
.border-s-base-800\/40 {
  border-inline-start-color: rgba(30,30,30,0.4);
}
.border-s-base-800\/45 {
  border-inline-start-color: rgba(30,30,30,0.45);
}
.border-s-base-800\/5 {
  border-inline-start-color: rgba(30,30,30,0.05);
}
.border-s-base-800\/50 {
  border-inline-start-color: rgba(30,30,30,0.5);
}
.border-s-base-800\/55 {
  border-inline-start-color: rgba(30,30,30,0.55);
}
.border-s-base-800\/60 {
  border-inline-start-color: rgba(30,30,30,0.6);
}
.border-s-base-800\/65 {
  border-inline-start-color: rgba(30,30,30,0.65);
}
.border-s-base-800\/70 {
  border-inline-start-color: rgba(30,30,30,0.7);
}
.border-s-base-800\/75 {
  border-inline-start-color: rgba(30,30,30,0.75);
}
.border-s-base-800\/80 {
  border-inline-start-color: rgba(30,30,30,0.8);
}
.border-s-base-800\/85 {
  border-inline-start-color: rgba(30,30,30,0.85);
}
.border-s-base-800\/90 {
  border-inline-start-color: rgba(30,30,30,0.9);
}
.border-s-base-800\/95 {
  border-inline-start-color: rgba(30,30,30,0.95);
}
.border-s-base-900 {
  border-inline-start-color: #000000;
}
.border-s-base-900\/0 {
  border-inline-start-color: rgba(0,0,0,0);
}
.border-s-base-900\/10 {
  border-inline-start-color: rgba(0,0,0,0.1);
}
.border-s-base-900\/100 {
  border-inline-start-color: rgba(0,0,0,1);
}
.border-s-base-900\/15 {
  border-inline-start-color: rgba(0,0,0,0.15);
}
.border-s-base-900\/20 {
  border-inline-start-color: rgba(0,0,0,0.2);
}
.border-s-base-900\/25 {
  border-inline-start-color: rgba(0,0,0,0.25);
}
.border-s-base-900\/30 {
  border-inline-start-color: rgba(0,0,0,0.3);
}
.border-s-base-900\/35 {
  border-inline-start-color: rgba(0,0,0,0.35);
}
.border-s-base-900\/40 {
  border-inline-start-color: rgba(0,0,0,0.4);
}
.border-s-base-900\/45 {
  border-inline-start-color: rgba(0,0,0,0.45);
}
.border-s-base-900\/5 {
  border-inline-start-color: rgba(0,0,0,0.05);
}
.border-s-base-900\/50 {
  border-inline-start-color: rgba(0,0,0,0.5);
}
.border-s-base-900\/55 {
  border-inline-start-color: rgba(0,0,0,0.55);
}
.border-s-base-900\/60 {
  border-inline-start-color: rgba(0,0,0,0.6);
}
.border-s-base-900\/65 {
  border-inline-start-color: rgba(0,0,0,0.65);
}
.border-s-base-900\/70 {
  border-inline-start-color: rgba(0,0,0,0.7);
}
.border-s-base-900\/75 {
  border-inline-start-color: rgba(0,0,0,0.75);
}
.border-s-base-900\/80 {
  border-inline-start-color: rgba(0,0,0,0.8);
}
.border-s-base-900\/85 {
  border-inline-start-color: rgba(0,0,0,0.85);
}
.border-s-base-900\/90 {
  border-inline-start-color: rgba(0,0,0,0.9);
}
.border-s-base-900\/95 {
  border-inline-start-color: rgba(0,0,0,0.95);
}
.border-s-base-dark {
  border-inline-start-color: #1E1E1E;
}
.border-s-base-dark\/0 {
  border-inline-start-color: rgba(30,30,30,0);
}
.border-s-base-dark\/10 {
  border-inline-start-color: rgba(30,30,30,0.1);
}
.border-s-base-dark\/100 {
  border-inline-start-color: rgba(30,30,30,1);
}
.border-s-base-dark\/15 {
  border-inline-start-color: rgba(30,30,30,0.15);
}
.border-s-base-dark\/20 {
  border-inline-start-color: rgba(30,30,30,0.2);
}
.border-s-base-dark\/25 {
  border-inline-start-color: rgba(30,30,30,0.25);
}
.border-s-base-dark\/30 {
  border-inline-start-color: rgba(30,30,30,0.3);
}
.border-s-base-dark\/35 {
  border-inline-start-color: rgba(30,30,30,0.35);
}
.border-s-base-dark\/40 {
  border-inline-start-color: rgba(30,30,30,0.4);
}
.border-s-base-dark\/45 {
  border-inline-start-color: rgba(30,30,30,0.45);
}
.border-s-base-dark\/5 {
  border-inline-start-color: rgba(30,30,30,0.05);
}
.border-s-base-dark\/50 {
  border-inline-start-color: rgba(30,30,30,0.5);
}
.border-s-base-dark\/55 {
  border-inline-start-color: rgba(30,30,30,0.55);
}
.border-s-base-dark\/60 {
  border-inline-start-color: rgba(30,30,30,0.6);
}
.border-s-base-dark\/65 {
  border-inline-start-color: rgba(30,30,30,0.65);
}
.border-s-base-dark\/70 {
  border-inline-start-color: rgba(30,30,30,0.7);
}
.border-s-base-dark\/75 {
  border-inline-start-color: rgba(30,30,30,0.75);
}
.border-s-base-dark\/80 {
  border-inline-start-color: rgba(30,30,30,0.8);
}
.border-s-base-dark\/85 {
  border-inline-start-color: rgba(30,30,30,0.85);
}
.border-s-base-dark\/90 {
  border-inline-start-color: rgba(30,30,30,0.9);
}
.border-s-base-dark\/95 {
  border-inline-start-color: rgba(30,30,30,0.95);
}
.border-s-base-light {
  border-inline-start-color: #454545;
}
.border-s-base-light\/0 {
  border-inline-start-color: rgba(69,69,69,0);
}
.border-s-base-light\/10 {
  border-inline-start-color: rgba(69,69,69,0.1);
}
.border-s-base-light\/100 {
  border-inline-start-color: rgba(69,69,69,1);
}
.border-s-base-light\/15 {
  border-inline-start-color: rgba(69,69,69,0.15);
}
.border-s-base-light\/20 {
  border-inline-start-color: rgba(69,69,69,0.2);
}
.border-s-base-light\/25 {
  border-inline-start-color: rgba(69,69,69,0.25);
}
.border-s-base-light\/30 {
  border-inline-start-color: rgba(69,69,69,0.3);
}
.border-s-base-light\/35 {
  border-inline-start-color: rgba(69,69,69,0.35);
}
.border-s-base-light\/40 {
  border-inline-start-color: rgba(69,69,69,0.4);
}
.border-s-base-light\/45 {
  border-inline-start-color: rgba(69,69,69,0.45);
}
.border-s-base-light\/5 {
  border-inline-start-color: rgba(69,69,69,0.05);
}
.border-s-base-light\/50 {
  border-inline-start-color: rgba(69,69,69,0.5);
}
.border-s-base-light\/55 {
  border-inline-start-color: rgba(69,69,69,0.55);
}
.border-s-base-light\/60 {
  border-inline-start-color: rgba(69,69,69,0.6);
}
.border-s-base-light\/65 {
  border-inline-start-color: rgba(69,69,69,0.65);
}
.border-s-base-light\/70 {
  border-inline-start-color: rgba(69,69,69,0.7);
}
.border-s-base-light\/75 {
  border-inline-start-color: rgba(69,69,69,0.75);
}
.border-s-base-light\/80 {
  border-inline-start-color: rgba(69,69,69,0.8);
}
.border-s-base-light\/85 {
  border-inline-start-color: rgba(69,69,69,0.85);
}
.border-s-base-light\/90 {
  border-inline-start-color: rgba(69,69,69,0.9);
}
.border-s-base-light\/95 {
  border-inline-start-color: rgba(69,69,69,0.95);
}
.border-s-base-none {
  border-inline-start-color: transparent;
}
.border-s-base-none\/0 {
  border-inline-start-color: rgba(0,0,0,0);
}
.border-s-base-none\/10 {
  border-inline-start-color: rgba(0,0,0,0.1);
}
.border-s-base-none\/100 {
  border-inline-start-color: rgba(0,0,0,1);
}
.border-s-base-none\/15 {
  border-inline-start-color: rgba(0,0,0,0.15);
}
.border-s-base-none\/20 {
  border-inline-start-color: rgba(0,0,0,0.2);
}
.border-s-base-none\/25 {
  border-inline-start-color: rgba(0,0,0,0.25);
}
.border-s-base-none\/30 {
  border-inline-start-color: rgba(0,0,0,0.3);
}
.border-s-base-none\/35 {
  border-inline-start-color: rgba(0,0,0,0.35);
}
.border-s-base-none\/40 {
  border-inline-start-color: rgba(0,0,0,0.4);
}
.border-s-base-none\/45 {
  border-inline-start-color: rgba(0,0,0,0.45);
}
.border-s-base-none\/5 {
  border-inline-start-color: rgba(0,0,0,0.05);
}
.border-s-base-none\/50 {
  border-inline-start-color: rgba(0,0,0,0.5);
}
.border-s-base-none\/55 {
  border-inline-start-color: rgba(0,0,0,0.55);
}
.border-s-base-none\/60 {
  border-inline-start-color: rgba(0,0,0,0.6);
}
.border-s-base-none\/65 {
  border-inline-start-color: rgba(0,0,0,0.65);
}
.border-s-base-none\/70 {
  border-inline-start-color: rgba(0,0,0,0.7);
}
.border-s-base-none\/75 {
  border-inline-start-color: rgba(0,0,0,0.75);
}
.border-s-base-none\/80 {
  border-inline-start-color: rgba(0,0,0,0.8);
}
.border-s-base-none\/85 {
  border-inline-start-color: rgba(0,0,0,0.85);
}
.border-s-base-none\/90 {
  border-inline-start-color: rgba(0,0,0,0.9);
}
.border-s-base-none\/95 {
  border-inline-start-color: rgba(0,0,0,0.95);
}
.border-s-marker-0 {
  border-inline-start-color: #60BF02;
}
.border-s-marker-0\/0 {
  border-inline-start-color: rgba(96,191,2,0);
}
.border-s-marker-0\/10 {
  border-inline-start-color: rgba(96,191,2,0.1);
}
.border-s-marker-0\/100 {
  border-inline-start-color: rgba(96,191,2,1);
}
.border-s-marker-0\/15 {
  border-inline-start-color: rgba(96,191,2,0.15);
}
.border-s-marker-0\/20 {
  border-inline-start-color: rgba(96,191,2,0.2);
}
.border-s-marker-0\/25 {
  border-inline-start-color: rgba(96,191,2,0.25);
}
.border-s-marker-0\/30 {
  border-inline-start-color: rgba(96,191,2,0.3);
}
.border-s-marker-0\/35 {
  border-inline-start-color: rgba(96,191,2,0.35);
}
.border-s-marker-0\/40 {
  border-inline-start-color: rgba(96,191,2,0.4);
}
.border-s-marker-0\/45 {
  border-inline-start-color: rgba(96,191,2,0.45);
}
.border-s-marker-0\/5 {
  border-inline-start-color: rgba(96,191,2,0.05);
}
.border-s-marker-0\/50 {
  border-inline-start-color: rgba(96,191,2,0.5);
}
.border-s-marker-0\/55 {
  border-inline-start-color: rgba(96,191,2,0.55);
}
.border-s-marker-0\/60 {
  border-inline-start-color: rgba(96,191,2,0.6);
}
.border-s-marker-0\/65 {
  border-inline-start-color: rgba(96,191,2,0.65);
}
.border-s-marker-0\/70 {
  border-inline-start-color: rgba(96,191,2,0.7);
}
.border-s-marker-0\/75 {
  border-inline-start-color: rgba(96,191,2,0.75);
}
.border-s-marker-0\/80 {
  border-inline-start-color: rgba(96,191,2,0.8);
}
.border-s-marker-0\/85 {
  border-inline-start-color: rgba(96,191,2,0.85);
}
.border-s-marker-0\/90 {
  border-inline-start-color: rgba(96,191,2,0.9);
}
.border-s-marker-0\/95 {
  border-inline-start-color: rgba(96,191,2,0.95);
}
.border-s-marker-100 {
  border-inline-start-color: #60BF02;
}
.border-s-marker-100\/0 {
  border-inline-start-color: rgba(96,191,2,0);
}
.border-s-marker-100\/10 {
  border-inline-start-color: rgba(96,191,2,0.1);
}
.border-s-marker-100\/100 {
  border-inline-start-color: rgba(96,191,2,1);
}
.border-s-marker-100\/15 {
  border-inline-start-color: rgba(96,191,2,0.15);
}
.border-s-marker-100\/20 {
  border-inline-start-color: rgba(96,191,2,0.2);
}
.border-s-marker-100\/25 {
  border-inline-start-color: rgba(96,191,2,0.25);
}
.border-s-marker-100\/30 {
  border-inline-start-color: rgba(96,191,2,0.3);
}
.border-s-marker-100\/35 {
  border-inline-start-color: rgba(96,191,2,0.35);
}
.border-s-marker-100\/40 {
  border-inline-start-color: rgba(96,191,2,0.4);
}
.border-s-marker-100\/45 {
  border-inline-start-color: rgba(96,191,2,0.45);
}
.border-s-marker-100\/5 {
  border-inline-start-color: rgba(96,191,2,0.05);
}
.border-s-marker-100\/50 {
  border-inline-start-color: rgba(96,191,2,0.5);
}
.border-s-marker-100\/55 {
  border-inline-start-color: rgba(96,191,2,0.55);
}
.border-s-marker-100\/60 {
  border-inline-start-color: rgba(96,191,2,0.6);
}
.border-s-marker-100\/65 {
  border-inline-start-color: rgba(96,191,2,0.65);
}
.border-s-marker-100\/70 {
  border-inline-start-color: rgba(96,191,2,0.7);
}
.border-s-marker-100\/75 {
  border-inline-start-color: rgba(96,191,2,0.75);
}
.border-s-marker-100\/80 {
  border-inline-start-color: rgba(96,191,2,0.8);
}
.border-s-marker-100\/85 {
  border-inline-start-color: rgba(96,191,2,0.85);
}
.border-s-marker-100\/90 {
  border-inline-start-color: rgba(96,191,2,0.9);
}
.border-s-marker-100\/95 {
  border-inline-start-color: rgba(96,191,2,0.95);
}
.border-s-marker-200 {
  border-inline-start-color: #60BF02;
}
.border-s-marker-200\/0 {
  border-inline-start-color: rgba(96,191,2,0);
}
.border-s-marker-200\/10 {
  border-inline-start-color: rgba(96,191,2,0.1);
}
.border-s-marker-200\/100 {
  border-inline-start-color: rgba(96,191,2,1);
}
.border-s-marker-200\/15 {
  border-inline-start-color: rgba(96,191,2,0.15);
}
.border-s-marker-200\/20 {
  border-inline-start-color: rgba(96,191,2,0.2);
}
.border-s-marker-200\/25 {
  border-inline-start-color: rgba(96,191,2,0.25);
}
.border-s-marker-200\/30 {
  border-inline-start-color: rgba(96,191,2,0.3);
}
.border-s-marker-200\/35 {
  border-inline-start-color: rgba(96,191,2,0.35);
}
.border-s-marker-200\/40 {
  border-inline-start-color: rgba(96,191,2,0.4);
}
.border-s-marker-200\/45 {
  border-inline-start-color: rgba(96,191,2,0.45);
}
.border-s-marker-200\/5 {
  border-inline-start-color: rgba(96,191,2,0.05);
}
.border-s-marker-200\/50 {
  border-inline-start-color: rgba(96,191,2,0.5);
}
.border-s-marker-200\/55 {
  border-inline-start-color: rgba(96,191,2,0.55);
}
.border-s-marker-200\/60 {
  border-inline-start-color: rgba(96,191,2,0.6);
}
.border-s-marker-200\/65 {
  border-inline-start-color: rgba(96,191,2,0.65);
}
.border-s-marker-200\/70 {
  border-inline-start-color: rgba(96,191,2,0.7);
}
.border-s-marker-200\/75 {
  border-inline-start-color: rgba(96,191,2,0.75);
}
.border-s-marker-200\/80 {
  border-inline-start-color: rgba(96,191,2,0.8);
}
.border-s-marker-200\/85 {
  border-inline-start-color: rgba(96,191,2,0.85);
}
.border-s-marker-200\/90 {
  border-inline-start-color: rgba(96,191,2,0.9);
}
.border-s-marker-200\/95 {
  border-inline-start-color: rgba(96,191,2,0.95);
}
.border-s-marker-300 {
  border-inline-start-color: #60BF02;
}
.border-s-marker-300\/0 {
  border-inline-start-color: rgba(96,191,2,0);
}
.border-s-marker-300\/10 {
  border-inline-start-color: rgba(96,191,2,0.1);
}
.border-s-marker-300\/100 {
  border-inline-start-color: rgba(96,191,2,1);
}
.border-s-marker-300\/15 {
  border-inline-start-color: rgba(96,191,2,0.15);
}
.border-s-marker-300\/20 {
  border-inline-start-color: rgba(96,191,2,0.2);
}
.border-s-marker-300\/25 {
  border-inline-start-color: rgba(96,191,2,0.25);
}
.border-s-marker-300\/30 {
  border-inline-start-color: rgba(96,191,2,0.3);
}
.border-s-marker-300\/35 {
  border-inline-start-color: rgba(96,191,2,0.35);
}
.border-s-marker-300\/40 {
  border-inline-start-color: rgba(96,191,2,0.4);
}
.border-s-marker-300\/45 {
  border-inline-start-color: rgba(96,191,2,0.45);
}
.border-s-marker-300\/5 {
  border-inline-start-color: rgba(96,191,2,0.05);
}
.border-s-marker-300\/50 {
  border-inline-start-color: rgba(96,191,2,0.5);
}
.border-s-marker-300\/55 {
  border-inline-start-color: rgba(96,191,2,0.55);
}
.border-s-marker-300\/60 {
  border-inline-start-color: rgba(96,191,2,0.6);
}
.border-s-marker-300\/65 {
  border-inline-start-color: rgba(96,191,2,0.65);
}
.border-s-marker-300\/70 {
  border-inline-start-color: rgba(96,191,2,0.7);
}
.border-s-marker-300\/75 {
  border-inline-start-color: rgba(96,191,2,0.75);
}
.border-s-marker-300\/80 {
  border-inline-start-color: rgba(96,191,2,0.8);
}
.border-s-marker-300\/85 {
  border-inline-start-color: rgba(96,191,2,0.85);
}
.border-s-marker-300\/90 {
  border-inline-start-color: rgba(96,191,2,0.9);
}
.border-s-marker-300\/95 {
  border-inline-start-color: rgba(96,191,2,0.95);
}
.border-s-marker-400 {
  border-inline-start-color: #60BF02;
}
.border-s-marker-400\/0 {
  border-inline-start-color: rgba(96,191,2,0);
}
.border-s-marker-400\/10 {
  border-inline-start-color: rgba(96,191,2,0.1);
}
.border-s-marker-400\/100 {
  border-inline-start-color: rgba(96,191,2,1);
}
.border-s-marker-400\/15 {
  border-inline-start-color: rgba(96,191,2,0.15);
}
.border-s-marker-400\/20 {
  border-inline-start-color: rgba(96,191,2,0.2);
}
.border-s-marker-400\/25 {
  border-inline-start-color: rgba(96,191,2,0.25);
}
.border-s-marker-400\/30 {
  border-inline-start-color: rgba(96,191,2,0.3);
}
.border-s-marker-400\/35 {
  border-inline-start-color: rgba(96,191,2,0.35);
}
.border-s-marker-400\/40 {
  border-inline-start-color: rgba(96,191,2,0.4);
}
.border-s-marker-400\/45 {
  border-inline-start-color: rgba(96,191,2,0.45);
}
.border-s-marker-400\/5 {
  border-inline-start-color: rgba(96,191,2,0.05);
}
.border-s-marker-400\/50 {
  border-inline-start-color: rgba(96,191,2,0.5);
}
.border-s-marker-400\/55 {
  border-inline-start-color: rgba(96,191,2,0.55);
}
.border-s-marker-400\/60 {
  border-inline-start-color: rgba(96,191,2,0.6);
}
.border-s-marker-400\/65 {
  border-inline-start-color: rgba(96,191,2,0.65);
}
.border-s-marker-400\/70 {
  border-inline-start-color: rgba(96,191,2,0.7);
}
.border-s-marker-400\/75 {
  border-inline-start-color: rgba(96,191,2,0.75);
}
.border-s-marker-400\/80 {
  border-inline-start-color: rgba(96,191,2,0.8);
}
.border-s-marker-400\/85 {
  border-inline-start-color: rgba(96,191,2,0.85);
}
.border-s-marker-400\/90 {
  border-inline-start-color: rgba(96,191,2,0.9);
}
.border-s-marker-400\/95 {
  border-inline-start-color: rgba(96,191,2,0.95);
}
.border-s-marker-500 {
  border-inline-start-color: #428400;
}
.border-s-marker-500\/0 {
  border-inline-start-color: rgba(66,132,0,0);
}
.border-s-marker-500\/10 {
  border-inline-start-color: rgba(66,132,0,0.1);
}
.border-s-marker-500\/100 {
  border-inline-start-color: rgba(66,132,0,1);
}
.border-s-marker-500\/15 {
  border-inline-start-color: rgba(66,132,0,0.15);
}
.border-s-marker-500\/20 {
  border-inline-start-color: rgba(66,132,0,0.2);
}
.border-s-marker-500\/25 {
  border-inline-start-color: rgba(66,132,0,0.25);
}
.border-s-marker-500\/30 {
  border-inline-start-color: rgba(66,132,0,0.3);
}
.border-s-marker-500\/35 {
  border-inline-start-color: rgba(66,132,0,0.35);
}
.border-s-marker-500\/40 {
  border-inline-start-color: rgba(66,132,0,0.4);
}
.border-s-marker-500\/45 {
  border-inline-start-color: rgba(66,132,0,0.45);
}
.border-s-marker-500\/5 {
  border-inline-start-color: rgba(66,132,0,0.05);
}
.border-s-marker-500\/50 {
  border-inline-start-color: rgba(66,132,0,0.5);
}
.border-s-marker-500\/55 {
  border-inline-start-color: rgba(66,132,0,0.55);
}
.border-s-marker-500\/60 {
  border-inline-start-color: rgba(66,132,0,0.6);
}
.border-s-marker-500\/65 {
  border-inline-start-color: rgba(66,132,0,0.65);
}
.border-s-marker-500\/70 {
  border-inline-start-color: rgba(66,132,0,0.7);
}
.border-s-marker-500\/75 {
  border-inline-start-color: rgba(66,132,0,0.75);
}
.border-s-marker-500\/80 {
  border-inline-start-color: rgba(66,132,0,0.8);
}
.border-s-marker-500\/85 {
  border-inline-start-color: rgba(66,132,0,0.85);
}
.border-s-marker-500\/90 {
  border-inline-start-color: rgba(66,132,0,0.9);
}
.border-s-marker-500\/95 {
  border-inline-start-color: rgba(66,132,0,0.95);
}
.border-s-marker-600 {
  border-inline-start-color: #428400;
}
.border-s-marker-600\/0 {
  border-inline-start-color: rgba(66,132,0,0);
}
.border-s-marker-600\/10 {
  border-inline-start-color: rgba(66,132,0,0.1);
}
.border-s-marker-600\/100 {
  border-inline-start-color: rgba(66,132,0,1);
}
.border-s-marker-600\/15 {
  border-inline-start-color: rgba(66,132,0,0.15);
}
.border-s-marker-600\/20 {
  border-inline-start-color: rgba(66,132,0,0.2);
}
.border-s-marker-600\/25 {
  border-inline-start-color: rgba(66,132,0,0.25);
}
.border-s-marker-600\/30 {
  border-inline-start-color: rgba(66,132,0,0.3);
}
.border-s-marker-600\/35 {
  border-inline-start-color: rgba(66,132,0,0.35);
}
.border-s-marker-600\/40 {
  border-inline-start-color: rgba(66,132,0,0.4);
}
.border-s-marker-600\/45 {
  border-inline-start-color: rgba(66,132,0,0.45);
}
.border-s-marker-600\/5 {
  border-inline-start-color: rgba(66,132,0,0.05);
}
.border-s-marker-600\/50 {
  border-inline-start-color: rgba(66,132,0,0.5);
}
.border-s-marker-600\/55 {
  border-inline-start-color: rgba(66,132,0,0.55);
}
.border-s-marker-600\/60 {
  border-inline-start-color: rgba(66,132,0,0.6);
}
.border-s-marker-600\/65 {
  border-inline-start-color: rgba(66,132,0,0.65);
}
.border-s-marker-600\/70 {
  border-inline-start-color: rgba(66,132,0,0.7);
}
.border-s-marker-600\/75 {
  border-inline-start-color: rgba(66,132,0,0.75);
}
.border-s-marker-600\/80 {
  border-inline-start-color: rgba(66,132,0,0.8);
}
.border-s-marker-600\/85 {
  border-inline-start-color: rgba(66,132,0,0.85);
}
.border-s-marker-600\/90 {
  border-inline-start-color: rgba(66,132,0,0.9);
}
.border-s-marker-600\/95 {
  border-inline-start-color: rgba(66,132,0,0.95);
}
.border-s-marker-700 {
  border-inline-start-color: #428400;
}
.border-s-marker-700\/0 {
  border-inline-start-color: rgba(66,132,0,0);
}
.border-s-marker-700\/10 {
  border-inline-start-color: rgba(66,132,0,0.1);
}
.border-s-marker-700\/100 {
  border-inline-start-color: rgba(66,132,0,1);
}
.border-s-marker-700\/15 {
  border-inline-start-color: rgba(66,132,0,0.15);
}
.border-s-marker-700\/20 {
  border-inline-start-color: rgba(66,132,0,0.2);
}
.border-s-marker-700\/25 {
  border-inline-start-color: rgba(66,132,0,0.25);
}
.border-s-marker-700\/30 {
  border-inline-start-color: rgba(66,132,0,0.3);
}
.border-s-marker-700\/35 {
  border-inline-start-color: rgba(66,132,0,0.35);
}
.border-s-marker-700\/40 {
  border-inline-start-color: rgba(66,132,0,0.4);
}
.border-s-marker-700\/45 {
  border-inline-start-color: rgba(66,132,0,0.45);
}
.border-s-marker-700\/5 {
  border-inline-start-color: rgba(66,132,0,0.05);
}
.border-s-marker-700\/50 {
  border-inline-start-color: rgba(66,132,0,0.5);
}
.border-s-marker-700\/55 {
  border-inline-start-color: rgba(66,132,0,0.55);
}
.border-s-marker-700\/60 {
  border-inline-start-color: rgba(66,132,0,0.6);
}
.border-s-marker-700\/65 {
  border-inline-start-color: rgba(66,132,0,0.65);
}
.border-s-marker-700\/70 {
  border-inline-start-color: rgba(66,132,0,0.7);
}
.border-s-marker-700\/75 {
  border-inline-start-color: rgba(66,132,0,0.75);
}
.border-s-marker-700\/80 {
  border-inline-start-color: rgba(66,132,0,0.8);
}
.border-s-marker-700\/85 {
  border-inline-start-color: rgba(66,132,0,0.85);
}
.border-s-marker-700\/90 {
  border-inline-start-color: rgba(66,132,0,0.9);
}
.border-s-marker-700\/95 {
  border-inline-start-color: rgba(66,132,0,0.95);
}
.border-s-marker-800 {
  border-inline-start-color: #428400;
}
.border-s-marker-800\/0 {
  border-inline-start-color: rgba(66,132,0,0);
}
.border-s-marker-800\/10 {
  border-inline-start-color: rgba(66,132,0,0.1);
}
.border-s-marker-800\/100 {
  border-inline-start-color: rgba(66,132,0,1);
}
.border-s-marker-800\/15 {
  border-inline-start-color: rgba(66,132,0,0.15);
}
.border-s-marker-800\/20 {
  border-inline-start-color: rgba(66,132,0,0.2);
}
.border-s-marker-800\/25 {
  border-inline-start-color: rgba(66,132,0,0.25);
}
.border-s-marker-800\/30 {
  border-inline-start-color: rgba(66,132,0,0.3);
}
.border-s-marker-800\/35 {
  border-inline-start-color: rgba(66,132,0,0.35);
}
.border-s-marker-800\/40 {
  border-inline-start-color: rgba(66,132,0,0.4);
}
.border-s-marker-800\/45 {
  border-inline-start-color: rgba(66,132,0,0.45);
}
.border-s-marker-800\/5 {
  border-inline-start-color: rgba(66,132,0,0.05);
}
.border-s-marker-800\/50 {
  border-inline-start-color: rgba(66,132,0,0.5);
}
.border-s-marker-800\/55 {
  border-inline-start-color: rgba(66,132,0,0.55);
}
.border-s-marker-800\/60 {
  border-inline-start-color: rgba(66,132,0,0.6);
}
.border-s-marker-800\/65 {
  border-inline-start-color: rgba(66,132,0,0.65);
}
.border-s-marker-800\/70 {
  border-inline-start-color: rgba(66,132,0,0.7);
}
.border-s-marker-800\/75 {
  border-inline-start-color: rgba(66,132,0,0.75);
}
.border-s-marker-800\/80 {
  border-inline-start-color: rgba(66,132,0,0.8);
}
.border-s-marker-800\/85 {
  border-inline-start-color: rgba(66,132,0,0.85);
}
.border-s-marker-800\/90 {
  border-inline-start-color: rgba(66,132,0,0.9);
}
.border-s-marker-800\/95 {
  border-inline-start-color: rgba(66,132,0,0.95);
}
.border-s-marker-900 {
  border-inline-start-color: #428400;
}
.border-s-marker-900\/0 {
  border-inline-start-color: rgba(66,132,0,0);
}
.border-s-marker-900\/10 {
  border-inline-start-color: rgba(66,132,0,0.1);
}
.border-s-marker-900\/100 {
  border-inline-start-color: rgba(66,132,0,1);
}
.border-s-marker-900\/15 {
  border-inline-start-color: rgba(66,132,0,0.15);
}
.border-s-marker-900\/20 {
  border-inline-start-color: rgba(66,132,0,0.2);
}
.border-s-marker-900\/25 {
  border-inline-start-color: rgba(66,132,0,0.25);
}
.border-s-marker-900\/30 {
  border-inline-start-color: rgba(66,132,0,0.3);
}
.border-s-marker-900\/35 {
  border-inline-start-color: rgba(66,132,0,0.35);
}
.border-s-marker-900\/40 {
  border-inline-start-color: rgba(66,132,0,0.4);
}
.border-s-marker-900\/45 {
  border-inline-start-color: rgba(66,132,0,0.45);
}
.border-s-marker-900\/5 {
  border-inline-start-color: rgba(66,132,0,0.05);
}
.border-s-marker-900\/50 {
  border-inline-start-color: rgba(66,132,0,0.5);
}
.border-s-marker-900\/55 {
  border-inline-start-color: rgba(66,132,0,0.55);
}
.border-s-marker-900\/60 {
  border-inline-start-color: rgba(66,132,0,0.6);
}
.border-s-marker-900\/65 {
  border-inline-start-color: rgba(66,132,0,0.65);
}
.border-s-marker-900\/70 {
  border-inline-start-color: rgba(66,132,0,0.7);
}
.border-s-marker-900\/75 {
  border-inline-start-color: rgba(66,132,0,0.75);
}
.border-s-marker-900\/80 {
  border-inline-start-color: rgba(66,132,0,0.8);
}
.border-s-marker-900\/85 {
  border-inline-start-color: rgba(66,132,0,0.85);
}
.border-s-marker-900\/90 {
  border-inline-start-color: rgba(66,132,0,0.9);
}
.border-s-marker-900\/95 {
  border-inline-start-color: rgba(66,132,0,0.95);
}
.border-s-marker-dark {
  border-inline-start-color: #428400;
}
.border-s-marker-dark\/0 {
  border-inline-start-color: rgba(66,132,0,0);
}
.border-s-marker-dark\/10 {
  border-inline-start-color: rgba(66,132,0,0.1);
}
.border-s-marker-dark\/100 {
  border-inline-start-color: rgba(66,132,0,1);
}
.border-s-marker-dark\/15 {
  border-inline-start-color: rgba(66,132,0,0.15);
}
.border-s-marker-dark\/20 {
  border-inline-start-color: rgba(66,132,0,0.2);
}
.border-s-marker-dark\/25 {
  border-inline-start-color: rgba(66,132,0,0.25);
}
.border-s-marker-dark\/30 {
  border-inline-start-color: rgba(66,132,0,0.3);
}
.border-s-marker-dark\/35 {
  border-inline-start-color: rgba(66,132,0,0.35);
}
.border-s-marker-dark\/40 {
  border-inline-start-color: rgba(66,132,0,0.4);
}
.border-s-marker-dark\/45 {
  border-inline-start-color: rgba(66,132,0,0.45);
}
.border-s-marker-dark\/5 {
  border-inline-start-color: rgba(66,132,0,0.05);
}
.border-s-marker-dark\/50 {
  border-inline-start-color: rgba(66,132,0,0.5);
}
.border-s-marker-dark\/55 {
  border-inline-start-color: rgba(66,132,0,0.55);
}
.border-s-marker-dark\/60 {
  border-inline-start-color: rgba(66,132,0,0.6);
}
.border-s-marker-dark\/65 {
  border-inline-start-color: rgba(66,132,0,0.65);
}
.border-s-marker-dark\/70 {
  border-inline-start-color: rgba(66,132,0,0.7);
}
.border-s-marker-dark\/75 {
  border-inline-start-color: rgba(66,132,0,0.75);
}
.border-s-marker-dark\/80 {
  border-inline-start-color: rgba(66,132,0,0.8);
}
.border-s-marker-dark\/85 {
  border-inline-start-color: rgba(66,132,0,0.85);
}
.border-s-marker-dark\/90 {
  border-inline-start-color: rgba(66,132,0,0.9);
}
.border-s-marker-dark\/95 {
  border-inline-start-color: rgba(66,132,0,0.95);
}
.border-s-marker-light {
  border-inline-start-color: #60BF02;
}
.border-s-marker-light\/0 {
  border-inline-start-color: rgba(96,191,2,0);
}
.border-s-marker-light\/10 {
  border-inline-start-color: rgba(96,191,2,0.1);
}
.border-s-marker-light\/100 {
  border-inline-start-color: rgba(96,191,2,1);
}
.border-s-marker-light\/15 {
  border-inline-start-color: rgba(96,191,2,0.15);
}
.border-s-marker-light\/20 {
  border-inline-start-color: rgba(96,191,2,0.2);
}
.border-s-marker-light\/25 {
  border-inline-start-color: rgba(96,191,2,0.25);
}
.border-s-marker-light\/30 {
  border-inline-start-color: rgba(96,191,2,0.3);
}
.border-s-marker-light\/35 {
  border-inline-start-color: rgba(96,191,2,0.35);
}
.border-s-marker-light\/40 {
  border-inline-start-color: rgba(96,191,2,0.4);
}
.border-s-marker-light\/45 {
  border-inline-start-color: rgba(96,191,2,0.45);
}
.border-s-marker-light\/5 {
  border-inline-start-color: rgba(96,191,2,0.05);
}
.border-s-marker-light\/50 {
  border-inline-start-color: rgba(96,191,2,0.5);
}
.border-s-marker-light\/55 {
  border-inline-start-color: rgba(96,191,2,0.55);
}
.border-s-marker-light\/60 {
  border-inline-start-color: rgba(96,191,2,0.6);
}
.border-s-marker-light\/65 {
  border-inline-start-color: rgba(96,191,2,0.65);
}
.border-s-marker-light\/70 {
  border-inline-start-color: rgba(96,191,2,0.7);
}
.border-s-marker-light\/75 {
  border-inline-start-color: rgba(96,191,2,0.75);
}
.border-s-marker-light\/80 {
  border-inline-start-color: rgba(96,191,2,0.8);
}
.border-s-marker-light\/85 {
  border-inline-start-color: rgba(96,191,2,0.85);
}
.border-s-marker-light\/90 {
  border-inline-start-color: rgba(96,191,2,0.9);
}
.border-s-marker-light\/95 {
  border-inline-start-color: rgba(96,191,2,0.95);
}
.border-t-attention-0 {
  border-top-color: #E17A00;
}
.border-t-attention-0\/0 {
  border-top-color: rgba(225,122,0,0);
}
.border-t-attention-0\/10 {
  border-top-color: rgba(225,122,0,0.1);
}
.border-t-attention-0\/100 {
  border-top-color: rgba(225,122,0,1);
}
.border-t-attention-0\/15 {
  border-top-color: rgba(225,122,0,0.15);
}
.border-t-attention-0\/20 {
  border-top-color: rgba(225,122,0,0.2);
}
.border-t-attention-0\/25 {
  border-top-color: rgba(225,122,0,0.25);
}
.border-t-attention-0\/30 {
  border-top-color: rgba(225,122,0,0.3);
}
.border-t-attention-0\/35 {
  border-top-color: rgba(225,122,0,0.35);
}
.border-t-attention-0\/40 {
  border-top-color: rgba(225,122,0,0.4);
}
.border-t-attention-0\/45 {
  border-top-color: rgba(225,122,0,0.45);
}
.border-t-attention-0\/5 {
  border-top-color: rgba(225,122,0,0.05);
}
.border-t-attention-0\/50 {
  border-top-color: rgba(225,122,0,0.5);
}
.border-t-attention-0\/55 {
  border-top-color: rgba(225,122,0,0.55);
}
.border-t-attention-0\/60 {
  border-top-color: rgba(225,122,0,0.6);
}
.border-t-attention-0\/65 {
  border-top-color: rgba(225,122,0,0.65);
}
.border-t-attention-0\/70 {
  border-top-color: rgba(225,122,0,0.7);
}
.border-t-attention-0\/75 {
  border-top-color: rgba(225,122,0,0.75);
}
.border-t-attention-0\/80 {
  border-top-color: rgba(225,122,0,0.8);
}
.border-t-attention-0\/85 {
  border-top-color: rgba(225,122,0,0.85);
}
.border-t-attention-0\/90 {
  border-top-color: rgba(225,122,0,0.9);
}
.border-t-attention-0\/95 {
  border-top-color: rgba(225,122,0,0.95);
}
.border-t-attention-100 {
  border-top-color: #E17A00;
}
.border-t-attention-100\/0 {
  border-top-color: rgba(225,122,0,0);
}
.border-t-attention-100\/10 {
  border-top-color: rgba(225,122,0,0.1);
}
.border-t-attention-100\/100 {
  border-top-color: rgba(225,122,0,1);
}
.border-t-attention-100\/15 {
  border-top-color: rgba(225,122,0,0.15);
}
.border-t-attention-100\/20 {
  border-top-color: rgba(225,122,0,0.2);
}
.border-t-attention-100\/25 {
  border-top-color: rgba(225,122,0,0.25);
}
.border-t-attention-100\/30 {
  border-top-color: rgba(225,122,0,0.3);
}
.border-t-attention-100\/35 {
  border-top-color: rgba(225,122,0,0.35);
}
.border-t-attention-100\/40 {
  border-top-color: rgba(225,122,0,0.4);
}
.border-t-attention-100\/45 {
  border-top-color: rgba(225,122,0,0.45);
}
.border-t-attention-100\/5 {
  border-top-color: rgba(225,122,0,0.05);
}
.border-t-attention-100\/50 {
  border-top-color: rgba(225,122,0,0.5);
}
.border-t-attention-100\/55 {
  border-top-color: rgba(225,122,0,0.55);
}
.border-t-attention-100\/60 {
  border-top-color: rgba(225,122,0,0.6);
}
.border-t-attention-100\/65 {
  border-top-color: rgba(225,122,0,0.65);
}
.border-t-attention-100\/70 {
  border-top-color: rgba(225,122,0,0.7);
}
.border-t-attention-100\/75 {
  border-top-color: rgba(225,122,0,0.75);
}
.border-t-attention-100\/80 {
  border-top-color: rgba(225,122,0,0.8);
}
.border-t-attention-100\/85 {
  border-top-color: rgba(225,122,0,0.85);
}
.border-t-attention-100\/90 {
  border-top-color: rgba(225,122,0,0.9);
}
.border-t-attention-100\/95 {
  border-top-color: rgba(225,122,0,0.95);
}
.border-t-attention-200 {
  border-top-color: #E17A00;
}
.border-t-attention-200\/0 {
  border-top-color: rgba(225,122,0,0);
}
.border-t-attention-200\/10 {
  border-top-color: rgba(225,122,0,0.1);
}
.border-t-attention-200\/100 {
  border-top-color: rgba(225,122,0,1);
}
.border-t-attention-200\/15 {
  border-top-color: rgba(225,122,0,0.15);
}
.border-t-attention-200\/20 {
  border-top-color: rgba(225,122,0,0.2);
}
.border-t-attention-200\/25 {
  border-top-color: rgba(225,122,0,0.25);
}
.border-t-attention-200\/30 {
  border-top-color: rgba(225,122,0,0.3);
}
.border-t-attention-200\/35 {
  border-top-color: rgba(225,122,0,0.35);
}
.border-t-attention-200\/40 {
  border-top-color: rgba(225,122,0,0.4);
}
.border-t-attention-200\/45 {
  border-top-color: rgba(225,122,0,0.45);
}
.border-t-attention-200\/5 {
  border-top-color: rgba(225,122,0,0.05);
}
.border-t-attention-200\/50 {
  border-top-color: rgba(225,122,0,0.5);
}
.border-t-attention-200\/55 {
  border-top-color: rgba(225,122,0,0.55);
}
.border-t-attention-200\/60 {
  border-top-color: rgba(225,122,0,0.6);
}
.border-t-attention-200\/65 {
  border-top-color: rgba(225,122,0,0.65);
}
.border-t-attention-200\/70 {
  border-top-color: rgba(225,122,0,0.7);
}
.border-t-attention-200\/75 {
  border-top-color: rgba(225,122,0,0.75);
}
.border-t-attention-200\/80 {
  border-top-color: rgba(225,122,0,0.8);
}
.border-t-attention-200\/85 {
  border-top-color: rgba(225,122,0,0.85);
}
.border-t-attention-200\/90 {
  border-top-color: rgba(225,122,0,0.9);
}
.border-t-attention-200\/95 {
  border-top-color: rgba(225,122,0,0.95);
}
.border-t-attention-300 {
  border-top-color: #E17A00;
}
.border-t-attention-300\/0 {
  border-top-color: rgba(225,122,0,0);
}
.border-t-attention-300\/10 {
  border-top-color: rgba(225,122,0,0.1);
}
.border-t-attention-300\/100 {
  border-top-color: rgba(225,122,0,1);
}
.border-t-attention-300\/15 {
  border-top-color: rgba(225,122,0,0.15);
}
.border-t-attention-300\/20 {
  border-top-color: rgba(225,122,0,0.2);
}
.border-t-attention-300\/25 {
  border-top-color: rgba(225,122,0,0.25);
}
.border-t-attention-300\/30 {
  border-top-color: rgba(225,122,0,0.3);
}
.border-t-attention-300\/35 {
  border-top-color: rgba(225,122,0,0.35);
}
.border-t-attention-300\/40 {
  border-top-color: rgba(225,122,0,0.4);
}
.border-t-attention-300\/45 {
  border-top-color: rgba(225,122,0,0.45);
}
.border-t-attention-300\/5 {
  border-top-color: rgba(225,122,0,0.05);
}
.border-t-attention-300\/50 {
  border-top-color: rgba(225,122,0,0.5);
}
.border-t-attention-300\/55 {
  border-top-color: rgba(225,122,0,0.55);
}
.border-t-attention-300\/60 {
  border-top-color: rgba(225,122,0,0.6);
}
.border-t-attention-300\/65 {
  border-top-color: rgba(225,122,0,0.65);
}
.border-t-attention-300\/70 {
  border-top-color: rgba(225,122,0,0.7);
}
.border-t-attention-300\/75 {
  border-top-color: rgba(225,122,0,0.75);
}
.border-t-attention-300\/80 {
  border-top-color: rgba(225,122,0,0.8);
}
.border-t-attention-300\/85 {
  border-top-color: rgba(225,122,0,0.85);
}
.border-t-attention-300\/90 {
  border-top-color: rgba(225,122,0,0.9);
}
.border-t-attention-300\/95 {
  border-top-color: rgba(225,122,0,0.95);
}
.border-t-attention-400 {
  border-top-color: #E17A00;
}
.border-t-attention-400\/0 {
  border-top-color: rgba(225,122,0,0);
}
.border-t-attention-400\/10 {
  border-top-color: rgba(225,122,0,0.1);
}
.border-t-attention-400\/100 {
  border-top-color: rgba(225,122,0,1);
}
.border-t-attention-400\/15 {
  border-top-color: rgba(225,122,0,0.15);
}
.border-t-attention-400\/20 {
  border-top-color: rgba(225,122,0,0.2);
}
.border-t-attention-400\/25 {
  border-top-color: rgba(225,122,0,0.25);
}
.border-t-attention-400\/30 {
  border-top-color: rgba(225,122,0,0.3);
}
.border-t-attention-400\/35 {
  border-top-color: rgba(225,122,0,0.35);
}
.border-t-attention-400\/40 {
  border-top-color: rgba(225,122,0,0.4);
}
.border-t-attention-400\/45 {
  border-top-color: rgba(225,122,0,0.45);
}
.border-t-attention-400\/5 {
  border-top-color: rgba(225,122,0,0.05);
}
.border-t-attention-400\/50 {
  border-top-color: rgba(225,122,0,0.5);
}
.border-t-attention-400\/55 {
  border-top-color: rgba(225,122,0,0.55);
}
.border-t-attention-400\/60 {
  border-top-color: rgba(225,122,0,0.6);
}
.border-t-attention-400\/65 {
  border-top-color: rgba(225,122,0,0.65);
}
.border-t-attention-400\/70 {
  border-top-color: rgba(225,122,0,0.7);
}
.border-t-attention-400\/75 {
  border-top-color: rgba(225,122,0,0.75);
}
.border-t-attention-400\/80 {
  border-top-color: rgba(225,122,0,0.8);
}
.border-t-attention-400\/85 {
  border-top-color: rgba(225,122,0,0.85);
}
.border-t-attention-400\/90 {
  border-top-color: rgba(225,122,0,0.9);
}
.border-t-attention-400\/95 {
  border-top-color: rgba(225,122,0,0.95);
}
.border-t-attention-500 {
  border-top-color: #E93A24;
}
.border-t-attention-500\/0 {
  border-top-color: rgba(233,58,36,0);
}
.border-t-attention-500\/10 {
  border-top-color: rgba(233,58,36,0.1);
}
.border-t-attention-500\/100 {
  border-top-color: rgba(233,58,36,1);
}
.border-t-attention-500\/15 {
  border-top-color: rgba(233,58,36,0.15);
}
.border-t-attention-500\/20 {
  border-top-color: rgba(233,58,36,0.2);
}
.border-t-attention-500\/25 {
  border-top-color: rgba(233,58,36,0.25);
}
.border-t-attention-500\/30 {
  border-top-color: rgba(233,58,36,0.3);
}
.border-t-attention-500\/35 {
  border-top-color: rgba(233,58,36,0.35);
}
.border-t-attention-500\/40 {
  border-top-color: rgba(233,58,36,0.4);
}
.border-t-attention-500\/45 {
  border-top-color: rgba(233,58,36,0.45);
}
.border-t-attention-500\/5 {
  border-top-color: rgba(233,58,36,0.05);
}
.border-t-attention-500\/50 {
  border-top-color: rgba(233,58,36,0.5);
}
.border-t-attention-500\/55 {
  border-top-color: rgba(233,58,36,0.55);
}
.border-t-attention-500\/60 {
  border-top-color: rgba(233,58,36,0.6);
}
.border-t-attention-500\/65 {
  border-top-color: rgba(233,58,36,0.65);
}
.border-t-attention-500\/70 {
  border-top-color: rgba(233,58,36,0.7);
}
.border-t-attention-500\/75 {
  border-top-color: rgba(233,58,36,0.75);
}
.border-t-attention-500\/80 {
  border-top-color: rgba(233,58,36,0.8);
}
.border-t-attention-500\/85 {
  border-top-color: rgba(233,58,36,0.85);
}
.border-t-attention-500\/90 {
  border-top-color: rgba(233,58,36,0.9);
}
.border-t-attention-500\/95 {
  border-top-color: rgba(233,58,36,0.95);
}
.border-t-attention-600 {
  border-top-color: #E93A24;
}
.border-t-attention-600\/0 {
  border-top-color: rgba(233,58,36,0);
}
.border-t-attention-600\/10 {
  border-top-color: rgba(233,58,36,0.1);
}
.border-t-attention-600\/100 {
  border-top-color: rgba(233,58,36,1);
}
.border-t-attention-600\/15 {
  border-top-color: rgba(233,58,36,0.15);
}
.border-t-attention-600\/20 {
  border-top-color: rgba(233,58,36,0.2);
}
.border-t-attention-600\/25 {
  border-top-color: rgba(233,58,36,0.25);
}
.border-t-attention-600\/30 {
  border-top-color: rgba(233,58,36,0.3);
}
.border-t-attention-600\/35 {
  border-top-color: rgba(233,58,36,0.35);
}
.border-t-attention-600\/40 {
  border-top-color: rgba(233,58,36,0.4);
}
.border-t-attention-600\/45 {
  border-top-color: rgba(233,58,36,0.45);
}
.border-t-attention-600\/5 {
  border-top-color: rgba(233,58,36,0.05);
}
.border-t-attention-600\/50 {
  border-top-color: rgba(233,58,36,0.5);
}
.border-t-attention-600\/55 {
  border-top-color: rgba(233,58,36,0.55);
}
.border-t-attention-600\/60 {
  border-top-color: rgba(233,58,36,0.6);
}
.border-t-attention-600\/65 {
  border-top-color: rgba(233,58,36,0.65);
}
.border-t-attention-600\/70 {
  border-top-color: rgba(233,58,36,0.7);
}
.border-t-attention-600\/75 {
  border-top-color: rgba(233,58,36,0.75);
}
.border-t-attention-600\/80 {
  border-top-color: rgba(233,58,36,0.8);
}
.border-t-attention-600\/85 {
  border-top-color: rgba(233,58,36,0.85);
}
.border-t-attention-600\/90 {
  border-top-color: rgba(233,58,36,0.9);
}
.border-t-attention-600\/95 {
  border-top-color: rgba(233,58,36,0.95);
}
.border-t-attention-700 {
  border-top-color: #E93A24;
}
.border-t-attention-700\/0 {
  border-top-color: rgba(233,58,36,0);
}
.border-t-attention-700\/10 {
  border-top-color: rgba(233,58,36,0.1);
}
.border-t-attention-700\/100 {
  border-top-color: rgba(233,58,36,1);
}
.border-t-attention-700\/15 {
  border-top-color: rgba(233,58,36,0.15);
}
.border-t-attention-700\/20 {
  border-top-color: rgba(233,58,36,0.2);
}
.border-t-attention-700\/25 {
  border-top-color: rgba(233,58,36,0.25);
}
.border-t-attention-700\/30 {
  border-top-color: rgba(233,58,36,0.3);
}
.border-t-attention-700\/35 {
  border-top-color: rgba(233,58,36,0.35);
}
.border-t-attention-700\/40 {
  border-top-color: rgba(233,58,36,0.4);
}
.border-t-attention-700\/45 {
  border-top-color: rgba(233,58,36,0.45);
}
.border-t-attention-700\/5 {
  border-top-color: rgba(233,58,36,0.05);
}
.border-t-attention-700\/50 {
  border-top-color: rgba(233,58,36,0.5);
}
.border-t-attention-700\/55 {
  border-top-color: rgba(233,58,36,0.55);
}
.border-t-attention-700\/60 {
  border-top-color: rgba(233,58,36,0.6);
}
.border-t-attention-700\/65 {
  border-top-color: rgba(233,58,36,0.65);
}
.border-t-attention-700\/70 {
  border-top-color: rgba(233,58,36,0.7);
}
.border-t-attention-700\/75 {
  border-top-color: rgba(233,58,36,0.75);
}
.border-t-attention-700\/80 {
  border-top-color: rgba(233,58,36,0.8);
}
.border-t-attention-700\/85 {
  border-top-color: rgba(233,58,36,0.85);
}
.border-t-attention-700\/90 {
  border-top-color: rgba(233,58,36,0.9);
}
.border-t-attention-700\/95 {
  border-top-color: rgba(233,58,36,0.95);
}
.border-t-attention-800 {
  border-top-color: #E93A24;
}
.border-t-attention-800\/0 {
  border-top-color: rgba(233,58,36,0);
}
.border-t-attention-800\/10 {
  border-top-color: rgba(233,58,36,0.1);
}
.border-t-attention-800\/100 {
  border-top-color: rgba(233,58,36,1);
}
.border-t-attention-800\/15 {
  border-top-color: rgba(233,58,36,0.15);
}
.border-t-attention-800\/20 {
  border-top-color: rgba(233,58,36,0.2);
}
.border-t-attention-800\/25 {
  border-top-color: rgba(233,58,36,0.25);
}
.border-t-attention-800\/30 {
  border-top-color: rgba(233,58,36,0.3);
}
.border-t-attention-800\/35 {
  border-top-color: rgba(233,58,36,0.35);
}
.border-t-attention-800\/40 {
  border-top-color: rgba(233,58,36,0.4);
}
.border-t-attention-800\/45 {
  border-top-color: rgba(233,58,36,0.45);
}
.border-t-attention-800\/5 {
  border-top-color: rgba(233,58,36,0.05);
}
.border-t-attention-800\/50 {
  border-top-color: rgba(233,58,36,0.5);
}
.border-t-attention-800\/55 {
  border-top-color: rgba(233,58,36,0.55);
}
.border-t-attention-800\/60 {
  border-top-color: rgba(233,58,36,0.6);
}
.border-t-attention-800\/65 {
  border-top-color: rgba(233,58,36,0.65);
}
.border-t-attention-800\/70 {
  border-top-color: rgba(233,58,36,0.7);
}
.border-t-attention-800\/75 {
  border-top-color: rgba(233,58,36,0.75);
}
.border-t-attention-800\/80 {
  border-top-color: rgba(233,58,36,0.8);
}
.border-t-attention-800\/85 {
  border-top-color: rgba(233,58,36,0.85);
}
.border-t-attention-800\/90 {
  border-top-color: rgba(233,58,36,0.9);
}
.border-t-attention-800\/95 {
  border-top-color: rgba(233,58,36,0.95);
}
.border-t-attention-900 {
  border-top-color: #E93A24;
}
.border-t-attention-900\/0 {
  border-top-color: rgba(233,58,36,0);
}
.border-t-attention-900\/10 {
  border-top-color: rgba(233,58,36,0.1);
}
.border-t-attention-900\/100 {
  border-top-color: rgba(233,58,36,1);
}
.border-t-attention-900\/15 {
  border-top-color: rgba(233,58,36,0.15);
}
.border-t-attention-900\/20 {
  border-top-color: rgba(233,58,36,0.2);
}
.border-t-attention-900\/25 {
  border-top-color: rgba(233,58,36,0.25);
}
.border-t-attention-900\/30 {
  border-top-color: rgba(233,58,36,0.3);
}
.border-t-attention-900\/35 {
  border-top-color: rgba(233,58,36,0.35);
}
.border-t-attention-900\/40 {
  border-top-color: rgba(233,58,36,0.4);
}
.border-t-attention-900\/45 {
  border-top-color: rgba(233,58,36,0.45);
}
.border-t-attention-900\/5 {
  border-top-color: rgba(233,58,36,0.05);
}
.border-t-attention-900\/50 {
  border-top-color: rgba(233,58,36,0.5);
}
.border-t-attention-900\/55 {
  border-top-color: rgba(233,58,36,0.55);
}
.border-t-attention-900\/60 {
  border-top-color: rgba(233,58,36,0.6);
}
.border-t-attention-900\/65 {
  border-top-color: rgba(233,58,36,0.65);
}
.border-t-attention-900\/70 {
  border-top-color: rgba(233,58,36,0.7);
}
.border-t-attention-900\/75 {
  border-top-color: rgba(233,58,36,0.75);
}
.border-t-attention-900\/80 {
  border-top-color: rgba(233,58,36,0.8);
}
.border-t-attention-900\/85 {
  border-top-color: rgba(233,58,36,0.85);
}
.border-t-attention-900\/90 {
  border-top-color: rgba(233,58,36,0.9);
}
.border-t-attention-900\/95 {
  border-top-color: rgba(233,58,36,0.95);
}
.border-t-attention-dark {
  border-top-color: #8c2316;
}
.border-t-attention-dark\/0 {
  border-top-color: rgba(140,35,22,0);
}
.border-t-attention-dark\/10 {
  border-top-color: rgba(140,35,22,0.1);
}
.border-t-attention-dark\/100 {
  border-top-color: rgba(140,35,22,1);
}
.border-t-attention-dark\/15 {
  border-top-color: rgba(140,35,22,0.15);
}
.border-t-attention-dark\/20 {
  border-top-color: rgba(140,35,22,0.2);
}
.border-t-attention-dark\/25 {
  border-top-color: rgba(140,35,22,0.25);
}
.border-t-attention-dark\/30 {
  border-top-color: rgba(140,35,22,0.3);
}
.border-t-attention-dark\/35 {
  border-top-color: rgba(140,35,22,0.35);
}
.border-t-attention-dark\/40 {
  border-top-color: rgba(140,35,22,0.4);
}
.border-t-attention-dark\/45 {
  border-top-color: rgba(140,35,22,0.45);
}
.border-t-attention-dark\/5 {
  border-top-color: rgba(140,35,22,0.05);
}
.border-t-attention-dark\/50 {
  border-top-color: rgba(140,35,22,0.5);
}
.border-t-attention-dark\/55 {
  border-top-color: rgba(140,35,22,0.55);
}
.border-t-attention-dark\/60 {
  border-top-color: rgba(140,35,22,0.6);
}
.border-t-attention-dark\/65 {
  border-top-color: rgba(140,35,22,0.65);
}
.border-t-attention-dark\/70 {
  border-top-color: rgba(140,35,22,0.7);
}
.border-t-attention-dark\/75 {
  border-top-color: rgba(140,35,22,0.75);
}
.border-t-attention-dark\/80 {
  border-top-color: rgba(140,35,22,0.8);
}
.border-t-attention-dark\/85 {
  border-top-color: rgba(140,35,22,0.85);
}
.border-t-attention-dark\/90 {
  border-top-color: rgba(140,35,22,0.9);
}
.border-t-attention-dark\/95 {
  border-top-color: rgba(140,35,22,0.95);
}
.border-t-attention-light {
  border-top-color: #E17A00;
}
.border-t-attention-light\/0 {
  border-top-color: rgba(225,122,0,0);
}
.border-t-attention-light\/10 {
  border-top-color: rgba(225,122,0,0.1);
}
.border-t-attention-light\/100 {
  border-top-color: rgba(225,122,0,1);
}
.border-t-attention-light\/15 {
  border-top-color: rgba(225,122,0,0.15);
}
.border-t-attention-light\/20 {
  border-top-color: rgba(225,122,0,0.2);
}
.border-t-attention-light\/25 {
  border-top-color: rgba(225,122,0,0.25);
}
.border-t-attention-light\/30 {
  border-top-color: rgba(225,122,0,0.3);
}
.border-t-attention-light\/35 {
  border-top-color: rgba(225,122,0,0.35);
}
.border-t-attention-light\/40 {
  border-top-color: rgba(225,122,0,0.4);
}
.border-t-attention-light\/45 {
  border-top-color: rgba(225,122,0,0.45);
}
.border-t-attention-light\/5 {
  border-top-color: rgba(225,122,0,0.05);
}
.border-t-attention-light\/50 {
  border-top-color: rgba(225,122,0,0.5);
}
.border-t-attention-light\/55 {
  border-top-color: rgba(225,122,0,0.55);
}
.border-t-attention-light\/60 {
  border-top-color: rgba(225,122,0,0.6);
}
.border-t-attention-light\/65 {
  border-top-color: rgba(225,122,0,0.65);
}
.border-t-attention-light\/70 {
  border-top-color: rgba(225,122,0,0.7);
}
.border-t-attention-light\/75 {
  border-top-color: rgba(225,122,0,0.75);
}
.border-t-attention-light\/80 {
  border-top-color: rgba(225,122,0,0.8);
}
.border-t-attention-light\/85 {
  border-top-color: rgba(225,122,0,0.85);
}
.border-t-attention-light\/90 {
  border-top-color: rgba(225,122,0,0.9);
}
.border-t-attention-light\/95 {
  border-top-color: rgba(225,122,0,0.95);
}
.border-t-base-0 {
  border-top-color: #E5E5E5;
}
.border-t-base-0\/0 {
  border-top-color: rgba(229,229,229,0);
}
.border-t-base-0\/10 {
  border-top-color: rgba(229,229,229,0.1);
}
.border-t-base-0\/100 {
  border-top-color: rgba(229,229,229,1);
}
.border-t-base-0\/15 {
  border-top-color: rgba(229,229,229,0.15);
}
.border-t-base-0\/20 {
  border-top-color: rgba(229,229,229,0.2);
}
.border-t-base-0\/25 {
  border-top-color: rgba(229,229,229,0.25);
}
.border-t-base-0\/30 {
  border-top-color: rgba(229,229,229,0.3);
}
.border-t-base-0\/35 {
  border-top-color: rgba(229,229,229,0.35);
}
.border-t-base-0\/40 {
  border-top-color: rgba(229,229,229,0.4);
}
.border-t-base-0\/45 {
  border-top-color: rgba(229,229,229,0.45);
}
.border-t-base-0\/5 {
  border-top-color: rgba(229,229,229,0.05);
}
.border-t-base-0\/50 {
  border-top-color: rgba(229,229,229,0.5);
}
.border-t-base-0\/55 {
  border-top-color: rgba(229,229,229,0.55);
}
.border-t-base-0\/60 {
  border-top-color: rgba(229,229,229,0.6);
}
.border-t-base-0\/65 {
  border-top-color: rgba(229,229,229,0.65);
}
.border-t-base-0\/70 {
  border-top-color: rgba(229,229,229,0.7);
}
.border-t-base-0\/75 {
  border-top-color: rgba(229,229,229,0.75);
}
.border-t-base-0\/80 {
  border-top-color: rgba(229,229,229,0.8);
}
.border-t-base-0\/85 {
  border-top-color: rgba(229,229,229,0.85);
}
.border-t-base-0\/90 {
  border-top-color: rgba(229,229,229,0.9);
}
.border-t-base-0\/95 {
  border-top-color: rgba(229,229,229,0.95);
}
.border-t-base-100 {
  border-top-color: #8C8C8C;
}
.border-t-base-100\/0 {
  border-top-color: rgba(140,140,140,0);
}
.border-t-base-100\/10 {
  border-top-color: rgba(140,140,140,0.1);
}
.border-t-base-100\/100 {
  border-top-color: rgba(140,140,140,1);
}
.border-t-base-100\/15 {
  border-top-color: rgba(140,140,140,0.15);
}
.border-t-base-100\/20 {
  border-top-color: rgba(140,140,140,0.2);
}
.border-t-base-100\/25 {
  border-top-color: rgba(140,140,140,0.25);
}
.border-t-base-100\/30 {
  border-top-color: rgba(140,140,140,0.3);
}
.border-t-base-100\/35 {
  border-top-color: rgba(140,140,140,0.35);
}
.border-t-base-100\/40 {
  border-top-color: rgba(140,140,140,0.4);
}
.border-t-base-100\/45 {
  border-top-color: rgba(140,140,140,0.45);
}
.border-t-base-100\/5 {
  border-top-color: rgba(140,140,140,0.05);
}
.border-t-base-100\/50 {
  border-top-color: rgba(140,140,140,0.5);
}
.border-t-base-100\/55 {
  border-top-color: rgba(140,140,140,0.55);
}
.border-t-base-100\/60 {
  border-top-color: rgba(140,140,140,0.6);
}
.border-t-base-100\/65 {
  border-top-color: rgba(140,140,140,0.65);
}
.border-t-base-100\/70 {
  border-top-color: rgba(140,140,140,0.7);
}
.border-t-base-100\/75 {
  border-top-color: rgba(140,140,140,0.75);
}
.border-t-base-100\/80 {
  border-top-color: rgba(140,140,140,0.8);
}
.border-t-base-100\/85 {
  border-top-color: rgba(140,140,140,0.85);
}
.border-t-base-100\/90 {
  border-top-color: rgba(140,140,140,0.9);
}
.border-t-base-100\/95 {
  border-top-color: rgba(140,140,140,0.95);
}
.border-t-base-150 {
  border-top-color: #6f6f6f;
}
.border-t-base-150\/0 {
  border-top-color: rgba(111,111,111,0);
}
.border-t-base-150\/10 {
  border-top-color: rgba(111,111,111,0.1);
}
.border-t-base-150\/100 {
  border-top-color: rgba(111,111,111,1);
}
.border-t-base-150\/15 {
  border-top-color: rgba(111,111,111,0.15);
}
.border-t-base-150\/20 {
  border-top-color: rgba(111,111,111,0.2);
}
.border-t-base-150\/25 {
  border-top-color: rgba(111,111,111,0.25);
}
.border-t-base-150\/30 {
  border-top-color: rgba(111,111,111,0.3);
}
.border-t-base-150\/35 {
  border-top-color: rgba(111,111,111,0.35);
}
.border-t-base-150\/40 {
  border-top-color: rgba(111,111,111,0.4);
}
.border-t-base-150\/45 {
  border-top-color: rgba(111,111,111,0.45);
}
.border-t-base-150\/5 {
  border-top-color: rgba(111,111,111,0.05);
}
.border-t-base-150\/50 {
  border-top-color: rgba(111,111,111,0.5);
}
.border-t-base-150\/55 {
  border-top-color: rgba(111,111,111,0.55);
}
.border-t-base-150\/60 {
  border-top-color: rgba(111,111,111,0.6);
}
.border-t-base-150\/65 {
  border-top-color: rgba(111,111,111,0.65);
}
.border-t-base-150\/70 {
  border-top-color: rgba(111,111,111,0.7);
}
.border-t-base-150\/75 {
  border-top-color: rgba(111,111,111,0.75);
}
.border-t-base-150\/80 {
  border-top-color: rgba(111,111,111,0.8);
}
.border-t-base-150\/85 {
  border-top-color: rgba(111,111,111,0.85);
}
.border-t-base-150\/90 {
  border-top-color: rgba(111,111,111,0.9);
}
.border-t-base-150\/95 {
  border-top-color: rgba(111,111,111,0.95);
}
.border-t-base-200 {
  border-top-color: #454545;
}
.border-t-base-200\/0 {
  border-top-color: rgba(69,69,69,0);
}
.border-t-base-200\/10 {
  border-top-color: rgba(69,69,69,0.1);
}
.border-t-base-200\/100 {
  border-top-color: rgba(69,69,69,1);
}
.border-t-base-200\/15 {
  border-top-color: rgba(69,69,69,0.15);
}
.border-t-base-200\/20 {
  border-top-color: rgba(69,69,69,0.2);
}
.border-t-base-200\/25 {
  border-top-color: rgba(69,69,69,0.25);
}
.border-t-base-200\/30 {
  border-top-color: rgba(69,69,69,0.3);
}
.border-t-base-200\/35 {
  border-top-color: rgba(69,69,69,0.35);
}
.border-t-base-200\/40 {
  border-top-color: rgba(69,69,69,0.4);
}
.border-t-base-200\/45 {
  border-top-color: rgba(69,69,69,0.45);
}
.border-t-base-200\/5 {
  border-top-color: rgba(69,69,69,0.05);
}
.border-t-base-200\/50 {
  border-top-color: rgba(69,69,69,0.5);
}
.border-t-base-200\/55 {
  border-top-color: rgba(69,69,69,0.55);
}
.border-t-base-200\/60 {
  border-top-color: rgba(69,69,69,0.6);
}
.border-t-base-200\/65 {
  border-top-color: rgba(69,69,69,0.65);
}
.border-t-base-200\/70 {
  border-top-color: rgba(69,69,69,0.7);
}
.border-t-base-200\/75 {
  border-top-color: rgba(69,69,69,0.75);
}
.border-t-base-200\/80 {
  border-top-color: rgba(69,69,69,0.8);
}
.border-t-base-200\/85 {
  border-top-color: rgba(69,69,69,0.85);
}
.border-t-base-200\/90 {
  border-top-color: rgba(69,69,69,0.9);
}
.border-t-base-200\/95 {
  border-top-color: rgba(69,69,69,0.95);
}
.border-t-base-300 {
  border-top-color: #343434;
}
.border-t-base-300\/0 {
  border-top-color: rgba(52,52,52,0);
}
.border-t-base-300\/10 {
  border-top-color: rgba(52,52,52,0.1);
}
.border-t-base-300\/100 {
  border-top-color: rgba(52,52,52,1);
}
.border-t-base-300\/15 {
  border-top-color: rgba(52,52,52,0.15);
}
.border-t-base-300\/20 {
  border-top-color: rgba(52,52,52,0.2);
}
.border-t-base-300\/25 {
  border-top-color: rgba(52,52,52,0.25);
}
.border-t-base-300\/30 {
  border-top-color: rgba(52,52,52,0.3);
}
.border-t-base-300\/35 {
  border-top-color: rgba(52,52,52,0.35);
}
.border-t-base-300\/40 {
  border-top-color: rgba(52,52,52,0.4);
}
.border-t-base-300\/45 {
  border-top-color: rgba(52,52,52,0.45);
}
.border-t-base-300\/5 {
  border-top-color: rgba(52,52,52,0.05);
}
.border-t-base-300\/50 {
  border-top-color: rgba(52,52,52,0.5);
}
.border-t-base-300\/55 {
  border-top-color: rgba(52,52,52,0.55);
}
.border-t-base-300\/60 {
  border-top-color: rgba(52,52,52,0.6);
}
.border-t-base-300\/65 {
  border-top-color: rgba(52,52,52,0.65);
}
.border-t-base-300\/70 {
  border-top-color: rgba(52,52,52,0.7);
}
.border-t-base-300\/75 {
  border-top-color: rgba(52,52,52,0.75);
}
.border-t-base-300\/80 {
  border-top-color: rgba(52,52,52,0.8);
}
.border-t-base-300\/85 {
  border-top-color: rgba(52,52,52,0.85);
}
.border-t-base-300\/90 {
  border-top-color: rgba(52,52,52,0.9);
}
.border-t-base-300\/95 {
  border-top-color: rgba(52,52,52,0.95);
}
.border-t-base-400 {
  border-top-color: #2B2B2B;
}
.border-t-base-400\/0 {
  border-top-color: rgba(43,43,43,0);
}
.border-t-base-400\/10 {
  border-top-color: rgba(43,43,43,0.1);
}
.border-t-base-400\/100 {
  border-top-color: rgba(43,43,43,1);
}
.border-t-base-400\/15 {
  border-top-color: rgba(43,43,43,0.15);
}
.border-t-base-400\/20 {
  border-top-color: rgba(43,43,43,0.2);
}
.border-t-base-400\/25 {
  border-top-color: rgba(43,43,43,0.25);
}
.border-t-base-400\/30 {
  border-top-color: rgba(43,43,43,0.3);
}
.border-t-base-400\/35 {
  border-top-color: rgba(43,43,43,0.35);
}
.border-t-base-400\/40 {
  border-top-color: rgba(43,43,43,0.4);
}
.border-t-base-400\/45 {
  border-top-color: rgba(43,43,43,0.45);
}
.border-t-base-400\/5 {
  border-top-color: rgba(43,43,43,0.05);
}
.border-t-base-400\/50 {
  border-top-color: rgba(43,43,43,0.5);
}
.border-t-base-400\/55 {
  border-top-color: rgba(43,43,43,0.55);
}
.border-t-base-400\/60 {
  border-top-color: rgba(43,43,43,0.6);
}
.border-t-base-400\/65 {
  border-top-color: rgba(43,43,43,0.65);
}
.border-t-base-400\/70 {
  border-top-color: rgba(43,43,43,0.7);
}
.border-t-base-400\/75 {
  border-top-color: rgba(43,43,43,0.75);
}
.border-t-base-400\/80 {
  border-top-color: rgba(43,43,43,0.8);
}
.border-t-base-400\/85 {
  border-top-color: rgba(43,43,43,0.85);
}
.border-t-base-400\/90 {
  border-top-color: rgba(43,43,43,0.9);
}
.border-t-base-400\/95 {
  border-top-color: rgba(43,43,43,0.95);
}
.border-t-base-500 {
  border-top-color: #232323;
}
.border-t-base-500\/0 {
  border-top-color: rgba(35,35,35,0);
}
.border-t-base-500\/10 {
  border-top-color: rgba(35,35,35,0.1);
}
.border-t-base-500\/100 {
  border-top-color: rgba(35,35,35,1);
}
.border-t-base-500\/15 {
  border-top-color: rgba(35,35,35,0.15);
}
.border-t-base-500\/20 {
  border-top-color: rgba(35,35,35,0.2);
}
.border-t-base-500\/25 {
  border-top-color: rgba(35,35,35,0.25);
}
.border-t-base-500\/30 {
  border-top-color: rgba(35,35,35,0.3);
}
.border-t-base-500\/35 {
  border-top-color: rgba(35,35,35,0.35);
}
.border-t-base-500\/40 {
  border-top-color: rgba(35,35,35,0.4);
}
.border-t-base-500\/45 {
  border-top-color: rgba(35,35,35,0.45);
}
.border-t-base-500\/5 {
  border-top-color: rgba(35,35,35,0.05);
}
.border-t-base-500\/50 {
  border-top-color: rgba(35,35,35,0.5);
}
.border-t-base-500\/55 {
  border-top-color: rgba(35,35,35,0.55);
}
.border-t-base-500\/60 {
  border-top-color: rgba(35,35,35,0.6);
}
.border-t-base-500\/65 {
  border-top-color: rgba(35,35,35,0.65);
}
.border-t-base-500\/70 {
  border-top-color: rgba(35,35,35,0.7);
}
.border-t-base-500\/75 {
  border-top-color: rgba(35,35,35,0.75);
}
.border-t-base-500\/80 {
  border-top-color: rgba(35,35,35,0.8);
}
.border-t-base-500\/85 {
  border-top-color: rgba(35,35,35,0.85);
}
.border-t-base-500\/90 {
  border-top-color: rgba(35,35,35,0.9);
}
.border-t-base-500\/95 {
  border-top-color: rgba(35,35,35,0.95);
}
.border-t-base-600 {
  border-top-color: #232323;
}
.border-t-base-600\/0 {
  border-top-color: rgba(35,35,35,0);
}
.border-t-base-600\/10 {
  border-top-color: rgba(35,35,35,0.1);
}
.border-t-base-600\/100 {
  border-top-color: rgba(35,35,35,1);
}
.border-t-base-600\/15 {
  border-top-color: rgba(35,35,35,0.15);
}
.border-t-base-600\/20 {
  border-top-color: rgba(35,35,35,0.2);
}
.border-t-base-600\/25 {
  border-top-color: rgba(35,35,35,0.25);
}
.border-t-base-600\/30 {
  border-top-color: rgba(35,35,35,0.3);
}
.border-t-base-600\/35 {
  border-top-color: rgba(35,35,35,0.35);
}
.border-t-base-600\/40 {
  border-top-color: rgba(35,35,35,0.4);
}
.border-t-base-600\/45 {
  border-top-color: rgba(35,35,35,0.45);
}
.border-t-base-600\/5 {
  border-top-color: rgba(35,35,35,0.05);
}
.border-t-base-600\/50 {
  border-top-color: rgba(35,35,35,0.5);
}
.border-t-base-600\/55 {
  border-top-color: rgba(35,35,35,0.55);
}
.border-t-base-600\/60 {
  border-top-color: rgba(35,35,35,0.6);
}
.border-t-base-600\/65 {
  border-top-color: rgba(35,35,35,0.65);
}
.border-t-base-600\/70 {
  border-top-color: rgba(35,35,35,0.7);
}
.border-t-base-600\/75 {
  border-top-color: rgba(35,35,35,0.75);
}
.border-t-base-600\/80 {
  border-top-color: rgba(35,35,35,0.8);
}
.border-t-base-600\/85 {
  border-top-color: rgba(35,35,35,0.85);
}
.border-t-base-600\/90 {
  border-top-color: rgba(35,35,35,0.9);
}
.border-t-base-600\/95 {
  border-top-color: rgba(35,35,35,0.95);
}
.border-t-base-700 {
  border-top-color: #181818;
}
.border-t-base-700\/0 {
  border-top-color: rgba(24,24,24,0);
}
.border-t-base-700\/10 {
  border-top-color: rgba(24,24,24,0.1);
}
.border-t-base-700\/100 {
  border-top-color: rgba(24,24,24,1);
}
.border-t-base-700\/15 {
  border-top-color: rgba(24,24,24,0.15);
}
.border-t-base-700\/20 {
  border-top-color: rgba(24,24,24,0.2);
}
.border-t-base-700\/25 {
  border-top-color: rgba(24,24,24,0.25);
}
.border-t-base-700\/30 {
  border-top-color: rgba(24,24,24,0.3);
}
.border-t-base-700\/35 {
  border-top-color: rgba(24,24,24,0.35);
}
.border-t-base-700\/40 {
  border-top-color: rgba(24,24,24,0.4);
}
.border-t-base-700\/45 {
  border-top-color: rgba(24,24,24,0.45);
}
.border-t-base-700\/5 {
  border-top-color: rgba(24,24,24,0.05);
}
.border-t-base-700\/50 {
  border-top-color: rgba(24,24,24,0.5);
}
.border-t-base-700\/55 {
  border-top-color: rgba(24,24,24,0.55);
}
.border-t-base-700\/60 {
  border-top-color: rgba(24,24,24,0.6);
}
.border-t-base-700\/65 {
  border-top-color: rgba(24,24,24,0.65);
}
.border-t-base-700\/70 {
  border-top-color: rgba(24,24,24,0.7);
}
.border-t-base-700\/75 {
  border-top-color: rgba(24,24,24,0.75);
}
.border-t-base-700\/80 {
  border-top-color: rgba(24,24,24,0.8);
}
.border-t-base-700\/85 {
  border-top-color: rgba(24,24,24,0.85);
}
.border-t-base-700\/90 {
  border-top-color: rgba(24,24,24,0.9);
}
.border-t-base-700\/95 {
  border-top-color: rgba(24,24,24,0.95);
}
.border-t-base-800 {
  border-top-color: #1E1E1E;
}
.border-t-base-800\/0 {
  border-top-color: rgba(30,30,30,0);
}
.border-t-base-800\/10 {
  border-top-color: rgba(30,30,30,0.1);
}
.border-t-base-800\/100 {
  border-top-color: rgba(30,30,30,1);
}
.border-t-base-800\/15 {
  border-top-color: rgba(30,30,30,0.15);
}
.border-t-base-800\/20 {
  border-top-color: rgba(30,30,30,0.2);
}
.border-t-base-800\/25 {
  border-top-color: rgba(30,30,30,0.25);
}
.border-t-base-800\/30 {
  border-top-color: rgba(30,30,30,0.3);
}
.border-t-base-800\/35 {
  border-top-color: rgba(30,30,30,0.35);
}
.border-t-base-800\/40 {
  border-top-color: rgba(30,30,30,0.4);
}
.border-t-base-800\/45 {
  border-top-color: rgba(30,30,30,0.45);
}
.border-t-base-800\/5 {
  border-top-color: rgba(30,30,30,0.05);
}
.border-t-base-800\/50 {
  border-top-color: rgba(30,30,30,0.5);
}
.border-t-base-800\/55 {
  border-top-color: rgba(30,30,30,0.55);
}
.border-t-base-800\/60 {
  border-top-color: rgba(30,30,30,0.6);
}
.border-t-base-800\/65 {
  border-top-color: rgba(30,30,30,0.65);
}
.border-t-base-800\/70 {
  border-top-color: rgba(30,30,30,0.7);
}
.border-t-base-800\/75 {
  border-top-color: rgba(30,30,30,0.75);
}
.border-t-base-800\/80 {
  border-top-color: rgba(30,30,30,0.8);
}
.border-t-base-800\/85 {
  border-top-color: rgba(30,30,30,0.85);
}
.border-t-base-800\/90 {
  border-top-color: rgba(30,30,30,0.9);
}
.border-t-base-800\/95 {
  border-top-color: rgba(30,30,30,0.95);
}
.border-t-base-900 {
  border-top-color: #000000;
}
.border-t-base-900\/0 {
  border-top-color: rgba(0,0,0,0);
}
.border-t-base-900\/10 {
  border-top-color: rgba(0,0,0,0.1);
}
.border-t-base-900\/100 {
  border-top-color: rgba(0,0,0,1);
}
.border-t-base-900\/15 {
  border-top-color: rgba(0,0,0,0.15);
}
.border-t-base-900\/20 {
  border-top-color: rgba(0,0,0,0.2);
}
.border-t-base-900\/25 {
  border-top-color: rgba(0,0,0,0.25);
}
.border-t-base-900\/30 {
  border-top-color: rgba(0,0,0,0.3);
}
.border-t-base-900\/35 {
  border-top-color: rgba(0,0,0,0.35);
}
.border-t-base-900\/40 {
  border-top-color: rgba(0,0,0,0.4);
}
.border-t-base-900\/45 {
  border-top-color: rgba(0,0,0,0.45);
}
.border-t-base-900\/5 {
  border-top-color: rgba(0,0,0,0.05);
}
.border-t-base-900\/50 {
  border-top-color: rgba(0,0,0,0.5);
}
.border-t-base-900\/55 {
  border-top-color: rgba(0,0,0,0.55);
}
.border-t-base-900\/60 {
  border-top-color: rgba(0,0,0,0.6);
}
.border-t-base-900\/65 {
  border-top-color: rgba(0,0,0,0.65);
}
.border-t-base-900\/70 {
  border-top-color: rgba(0,0,0,0.7);
}
.border-t-base-900\/75 {
  border-top-color: rgba(0,0,0,0.75);
}
.border-t-base-900\/80 {
  border-top-color: rgba(0,0,0,0.8);
}
.border-t-base-900\/85 {
  border-top-color: rgba(0,0,0,0.85);
}
.border-t-base-900\/90 {
  border-top-color: rgba(0,0,0,0.9);
}
.border-t-base-900\/95 {
  border-top-color: rgba(0,0,0,0.95);
}
.border-t-base-dark {
  border-top-color: #1E1E1E;
}
.border-t-base-dark\/0 {
  border-top-color: rgba(30,30,30,0);
}
.border-t-base-dark\/10 {
  border-top-color: rgba(30,30,30,0.1);
}
.border-t-base-dark\/100 {
  border-top-color: rgba(30,30,30,1);
}
.border-t-base-dark\/15 {
  border-top-color: rgba(30,30,30,0.15);
}
.border-t-base-dark\/20 {
  border-top-color: rgba(30,30,30,0.2);
}
.border-t-base-dark\/25 {
  border-top-color: rgba(30,30,30,0.25);
}
.border-t-base-dark\/30 {
  border-top-color: rgba(30,30,30,0.3);
}
.border-t-base-dark\/35 {
  border-top-color: rgba(30,30,30,0.35);
}
.border-t-base-dark\/40 {
  border-top-color: rgba(30,30,30,0.4);
}
.border-t-base-dark\/45 {
  border-top-color: rgba(30,30,30,0.45);
}
.border-t-base-dark\/5 {
  border-top-color: rgba(30,30,30,0.05);
}
.border-t-base-dark\/50 {
  border-top-color: rgba(30,30,30,0.5);
}
.border-t-base-dark\/55 {
  border-top-color: rgba(30,30,30,0.55);
}
.border-t-base-dark\/60 {
  border-top-color: rgba(30,30,30,0.6);
}
.border-t-base-dark\/65 {
  border-top-color: rgba(30,30,30,0.65);
}
.border-t-base-dark\/70 {
  border-top-color: rgba(30,30,30,0.7);
}
.border-t-base-dark\/75 {
  border-top-color: rgba(30,30,30,0.75);
}
.border-t-base-dark\/80 {
  border-top-color: rgba(30,30,30,0.8);
}
.border-t-base-dark\/85 {
  border-top-color: rgba(30,30,30,0.85);
}
.border-t-base-dark\/90 {
  border-top-color: rgba(30,30,30,0.9);
}
.border-t-base-dark\/95 {
  border-top-color: rgba(30,30,30,0.95);
}
.border-t-base-light {
  border-top-color: #454545;
}
.border-t-base-light\/0 {
  border-top-color: rgba(69,69,69,0);
}
.border-t-base-light\/10 {
  border-top-color: rgba(69,69,69,0.1);
}
.border-t-base-light\/100 {
  border-top-color: rgba(69,69,69,1);
}
.border-t-base-light\/15 {
  border-top-color: rgba(69,69,69,0.15);
}
.border-t-base-light\/20 {
  border-top-color: rgba(69,69,69,0.2);
}
.border-t-base-light\/25 {
  border-top-color: rgba(69,69,69,0.25);
}
.border-t-base-light\/30 {
  border-top-color: rgba(69,69,69,0.3);
}
.border-t-base-light\/35 {
  border-top-color: rgba(69,69,69,0.35);
}
.border-t-base-light\/40 {
  border-top-color: rgba(69,69,69,0.4);
}
.border-t-base-light\/45 {
  border-top-color: rgba(69,69,69,0.45);
}
.border-t-base-light\/5 {
  border-top-color: rgba(69,69,69,0.05);
}
.border-t-base-light\/50 {
  border-top-color: rgba(69,69,69,0.5);
}
.border-t-base-light\/55 {
  border-top-color: rgba(69,69,69,0.55);
}
.border-t-base-light\/60 {
  border-top-color: rgba(69,69,69,0.6);
}
.border-t-base-light\/65 {
  border-top-color: rgba(69,69,69,0.65);
}
.border-t-base-light\/70 {
  border-top-color: rgba(69,69,69,0.7);
}
.border-t-base-light\/75 {
  border-top-color: rgba(69,69,69,0.75);
}
.border-t-base-light\/80 {
  border-top-color: rgba(69,69,69,0.8);
}
.border-t-base-light\/85 {
  border-top-color: rgba(69,69,69,0.85);
}
.border-t-base-light\/90 {
  border-top-color: rgba(69,69,69,0.9);
}
.border-t-base-light\/95 {
  border-top-color: rgba(69,69,69,0.95);
}
.border-t-base-none {
  border-top-color: transparent;
}
.border-t-base-none\/0 {
  border-top-color: rgba(0,0,0,0);
}
.border-t-base-none\/10 {
  border-top-color: rgba(0,0,0,0.1);
}
.border-t-base-none\/100 {
  border-top-color: rgba(0,0,0,1);
}
.border-t-base-none\/15 {
  border-top-color: rgba(0,0,0,0.15);
}
.border-t-base-none\/20 {
  border-top-color: rgba(0,0,0,0.2);
}
.border-t-base-none\/25 {
  border-top-color: rgba(0,0,0,0.25);
}
.border-t-base-none\/30 {
  border-top-color: rgba(0,0,0,0.3);
}
.border-t-base-none\/35 {
  border-top-color: rgba(0,0,0,0.35);
}
.border-t-base-none\/40 {
  border-top-color: rgba(0,0,0,0.4);
}
.border-t-base-none\/45 {
  border-top-color: rgba(0,0,0,0.45);
}
.border-t-base-none\/5 {
  border-top-color: rgba(0,0,0,0.05);
}
.border-t-base-none\/50 {
  border-top-color: rgba(0,0,0,0.5);
}
.border-t-base-none\/55 {
  border-top-color: rgba(0,0,0,0.55);
}
.border-t-base-none\/60 {
  border-top-color: rgba(0,0,0,0.6);
}
.border-t-base-none\/65 {
  border-top-color: rgba(0,0,0,0.65);
}
.border-t-base-none\/70 {
  border-top-color: rgba(0,0,0,0.7);
}
.border-t-base-none\/75 {
  border-top-color: rgba(0,0,0,0.75);
}
.border-t-base-none\/80 {
  border-top-color: rgba(0,0,0,0.8);
}
.border-t-base-none\/85 {
  border-top-color: rgba(0,0,0,0.85);
}
.border-t-base-none\/90 {
  border-top-color: rgba(0,0,0,0.9);
}
.border-t-base-none\/95 {
  border-top-color: rgba(0,0,0,0.95);
}
.border-t-marker-0 {
  border-top-color: #60BF02;
}
.border-t-marker-0\/0 {
  border-top-color: rgba(96,191,2,0);
}
.border-t-marker-0\/10 {
  border-top-color: rgba(96,191,2,0.1);
}
.border-t-marker-0\/100 {
  border-top-color: rgba(96,191,2,1);
}
.border-t-marker-0\/15 {
  border-top-color: rgba(96,191,2,0.15);
}
.border-t-marker-0\/20 {
  border-top-color: rgba(96,191,2,0.2);
}
.border-t-marker-0\/25 {
  border-top-color: rgba(96,191,2,0.25);
}
.border-t-marker-0\/30 {
  border-top-color: rgba(96,191,2,0.3);
}
.border-t-marker-0\/35 {
  border-top-color: rgba(96,191,2,0.35);
}
.border-t-marker-0\/40 {
  border-top-color: rgba(96,191,2,0.4);
}
.border-t-marker-0\/45 {
  border-top-color: rgba(96,191,2,0.45);
}
.border-t-marker-0\/5 {
  border-top-color: rgba(96,191,2,0.05);
}
.border-t-marker-0\/50 {
  border-top-color: rgba(96,191,2,0.5);
}
.border-t-marker-0\/55 {
  border-top-color: rgba(96,191,2,0.55);
}
.border-t-marker-0\/60 {
  border-top-color: rgba(96,191,2,0.6);
}
.border-t-marker-0\/65 {
  border-top-color: rgba(96,191,2,0.65);
}
.border-t-marker-0\/70 {
  border-top-color: rgba(96,191,2,0.7);
}
.border-t-marker-0\/75 {
  border-top-color: rgba(96,191,2,0.75);
}
.border-t-marker-0\/80 {
  border-top-color: rgba(96,191,2,0.8);
}
.border-t-marker-0\/85 {
  border-top-color: rgba(96,191,2,0.85);
}
.border-t-marker-0\/90 {
  border-top-color: rgba(96,191,2,0.9);
}
.border-t-marker-0\/95 {
  border-top-color: rgba(96,191,2,0.95);
}
.border-t-marker-100 {
  border-top-color: #60BF02;
}
.border-t-marker-100\/0 {
  border-top-color: rgba(96,191,2,0);
}
.border-t-marker-100\/10 {
  border-top-color: rgba(96,191,2,0.1);
}
.border-t-marker-100\/100 {
  border-top-color: rgba(96,191,2,1);
}
.border-t-marker-100\/15 {
  border-top-color: rgba(96,191,2,0.15);
}
.border-t-marker-100\/20 {
  border-top-color: rgba(96,191,2,0.2);
}
.border-t-marker-100\/25 {
  border-top-color: rgba(96,191,2,0.25);
}
.border-t-marker-100\/30 {
  border-top-color: rgba(96,191,2,0.3);
}
.border-t-marker-100\/35 {
  border-top-color: rgba(96,191,2,0.35);
}
.border-t-marker-100\/40 {
  border-top-color: rgba(96,191,2,0.4);
}
.border-t-marker-100\/45 {
  border-top-color: rgba(96,191,2,0.45);
}
.border-t-marker-100\/5 {
  border-top-color: rgba(96,191,2,0.05);
}
.border-t-marker-100\/50 {
  border-top-color: rgba(96,191,2,0.5);
}
.border-t-marker-100\/55 {
  border-top-color: rgba(96,191,2,0.55);
}
.border-t-marker-100\/60 {
  border-top-color: rgba(96,191,2,0.6);
}
.border-t-marker-100\/65 {
  border-top-color: rgba(96,191,2,0.65);
}
.border-t-marker-100\/70 {
  border-top-color: rgba(96,191,2,0.7);
}
.border-t-marker-100\/75 {
  border-top-color: rgba(96,191,2,0.75);
}
.border-t-marker-100\/80 {
  border-top-color: rgba(96,191,2,0.8);
}
.border-t-marker-100\/85 {
  border-top-color: rgba(96,191,2,0.85);
}
.border-t-marker-100\/90 {
  border-top-color: rgba(96,191,2,0.9);
}
.border-t-marker-100\/95 {
  border-top-color: rgba(96,191,2,0.95);
}
.border-t-marker-200 {
  border-top-color: #60BF02;
}
.border-t-marker-200\/0 {
  border-top-color: rgba(96,191,2,0);
}
.border-t-marker-200\/10 {
  border-top-color: rgba(96,191,2,0.1);
}
.border-t-marker-200\/100 {
  border-top-color: rgba(96,191,2,1);
}
.border-t-marker-200\/15 {
  border-top-color: rgba(96,191,2,0.15);
}
.border-t-marker-200\/20 {
  border-top-color: rgba(96,191,2,0.2);
}
.border-t-marker-200\/25 {
  border-top-color: rgba(96,191,2,0.25);
}
.border-t-marker-200\/30 {
  border-top-color: rgba(96,191,2,0.3);
}
.border-t-marker-200\/35 {
  border-top-color: rgba(96,191,2,0.35);
}
.border-t-marker-200\/40 {
  border-top-color: rgba(96,191,2,0.4);
}
.border-t-marker-200\/45 {
  border-top-color: rgba(96,191,2,0.45);
}
.border-t-marker-200\/5 {
  border-top-color: rgba(96,191,2,0.05);
}
.border-t-marker-200\/50 {
  border-top-color: rgba(96,191,2,0.5);
}
.border-t-marker-200\/55 {
  border-top-color: rgba(96,191,2,0.55);
}
.border-t-marker-200\/60 {
  border-top-color: rgba(96,191,2,0.6);
}
.border-t-marker-200\/65 {
  border-top-color: rgba(96,191,2,0.65);
}
.border-t-marker-200\/70 {
  border-top-color: rgba(96,191,2,0.7);
}
.border-t-marker-200\/75 {
  border-top-color: rgba(96,191,2,0.75);
}
.border-t-marker-200\/80 {
  border-top-color: rgba(96,191,2,0.8);
}
.border-t-marker-200\/85 {
  border-top-color: rgba(96,191,2,0.85);
}
.border-t-marker-200\/90 {
  border-top-color: rgba(96,191,2,0.9);
}
.border-t-marker-200\/95 {
  border-top-color: rgba(96,191,2,0.95);
}
.border-t-marker-300 {
  border-top-color: #60BF02;
}
.border-t-marker-300\/0 {
  border-top-color: rgba(96,191,2,0);
}
.border-t-marker-300\/10 {
  border-top-color: rgba(96,191,2,0.1);
}
.border-t-marker-300\/100 {
  border-top-color: rgba(96,191,2,1);
}
.border-t-marker-300\/15 {
  border-top-color: rgba(96,191,2,0.15);
}
.border-t-marker-300\/20 {
  border-top-color: rgba(96,191,2,0.2);
}
.border-t-marker-300\/25 {
  border-top-color: rgba(96,191,2,0.25);
}
.border-t-marker-300\/30 {
  border-top-color: rgba(96,191,2,0.3);
}
.border-t-marker-300\/35 {
  border-top-color: rgba(96,191,2,0.35);
}
.border-t-marker-300\/40 {
  border-top-color: rgba(96,191,2,0.4);
}
.border-t-marker-300\/45 {
  border-top-color: rgba(96,191,2,0.45);
}
.border-t-marker-300\/5 {
  border-top-color: rgba(96,191,2,0.05);
}
.border-t-marker-300\/50 {
  border-top-color: rgba(96,191,2,0.5);
}
.border-t-marker-300\/55 {
  border-top-color: rgba(96,191,2,0.55);
}
.border-t-marker-300\/60 {
  border-top-color: rgba(96,191,2,0.6);
}
.border-t-marker-300\/65 {
  border-top-color: rgba(96,191,2,0.65);
}
.border-t-marker-300\/70 {
  border-top-color: rgba(96,191,2,0.7);
}
.border-t-marker-300\/75 {
  border-top-color: rgba(96,191,2,0.75);
}
.border-t-marker-300\/80 {
  border-top-color: rgba(96,191,2,0.8);
}
.border-t-marker-300\/85 {
  border-top-color: rgba(96,191,2,0.85);
}
.border-t-marker-300\/90 {
  border-top-color: rgba(96,191,2,0.9);
}
.border-t-marker-300\/95 {
  border-top-color: rgba(96,191,2,0.95);
}
.border-t-marker-400 {
  border-top-color: #60BF02;
}
.border-t-marker-400\/0 {
  border-top-color: rgba(96,191,2,0);
}
.border-t-marker-400\/10 {
  border-top-color: rgba(96,191,2,0.1);
}
.border-t-marker-400\/100 {
  border-top-color: rgba(96,191,2,1);
}
.border-t-marker-400\/15 {
  border-top-color: rgba(96,191,2,0.15);
}
.border-t-marker-400\/20 {
  border-top-color: rgba(96,191,2,0.2);
}
.border-t-marker-400\/25 {
  border-top-color: rgba(96,191,2,0.25);
}
.border-t-marker-400\/30 {
  border-top-color: rgba(96,191,2,0.3);
}
.border-t-marker-400\/35 {
  border-top-color: rgba(96,191,2,0.35);
}
.border-t-marker-400\/40 {
  border-top-color: rgba(96,191,2,0.4);
}
.border-t-marker-400\/45 {
  border-top-color: rgba(96,191,2,0.45);
}
.border-t-marker-400\/5 {
  border-top-color: rgba(96,191,2,0.05);
}
.border-t-marker-400\/50 {
  border-top-color: rgba(96,191,2,0.5);
}
.border-t-marker-400\/55 {
  border-top-color: rgba(96,191,2,0.55);
}
.border-t-marker-400\/60 {
  border-top-color: rgba(96,191,2,0.6);
}
.border-t-marker-400\/65 {
  border-top-color: rgba(96,191,2,0.65);
}
.border-t-marker-400\/70 {
  border-top-color: rgba(96,191,2,0.7);
}
.border-t-marker-400\/75 {
  border-top-color: rgba(96,191,2,0.75);
}
.border-t-marker-400\/80 {
  border-top-color: rgba(96,191,2,0.8);
}
.border-t-marker-400\/85 {
  border-top-color: rgba(96,191,2,0.85);
}
.border-t-marker-400\/90 {
  border-top-color: rgba(96,191,2,0.9);
}
.border-t-marker-400\/95 {
  border-top-color: rgba(96,191,2,0.95);
}
.border-t-marker-500 {
  border-top-color: #428400;
}
.border-t-marker-500\/0 {
  border-top-color: rgba(66,132,0,0);
}
.border-t-marker-500\/10 {
  border-top-color: rgba(66,132,0,0.1);
}
.border-t-marker-500\/100 {
  border-top-color: rgba(66,132,0,1);
}
.border-t-marker-500\/15 {
  border-top-color: rgba(66,132,0,0.15);
}
.border-t-marker-500\/20 {
  border-top-color: rgba(66,132,0,0.2);
}
.border-t-marker-500\/25 {
  border-top-color: rgba(66,132,0,0.25);
}
.border-t-marker-500\/30 {
  border-top-color: rgba(66,132,0,0.3);
}
.border-t-marker-500\/35 {
  border-top-color: rgba(66,132,0,0.35);
}
.border-t-marker-500\/40 {
  border-top-color: rgba(66,132,0,0.4);
}
.border-t-marker-500\/45 {
  border-top-color: rgba(66,132,0,0.45);
}
.border-t-marker-500\/5 {
  border-top-color: rgba(66,132,0,0.05);
}
.border-t-marker-500\/50 {
  border-top-color: rgba(66,132,0,0.5);
}
.border-t-marker-500\/55 {
  border-top-color: rgba(66,132,0,0.55);
}
.border-t-marker-500\/60 {
  border-top-color: rgba(66,132,0,0.6);
}
.border-t-marker-500\/65 {
  border-top-color: rgba(66,132,0,0.65);
}
.border-t-marker-500\/70 {
  border-top-color: rgba(66,132,0,0.7);
}
.border-t-marker-500\/75 {
  border-top-color: rgba(66,132,0,0.75);
}
.border-t-marker-500\/80 {
  border-top-color: rgba(66,132,0,0.8);
}
.border-t-marker-500\/85 {
  border-top-color: rgba(66,132,0,0.85);
}
.border-t-marker-500\/90 {
  border-top-color: rgba(66,132,0,0.9);
}
.border-t-marker-500\/95 {
  border-top-color: rgba(66,132,0,0.95);
}
.border-t-marker-600 {
  border-top-color: #428400;
}
.border-t-marker-600\/0 {
  border-top-color: rgba(66,132,0,0);
}
.border-t-marker-600\/10 {
  border-top-color: rgba(66,132,0,0.1);
}
.border-t-marker-600\/100 {
  border-top-color: rgba(66,132,0,1);
}
.border-t-marker-600\/15 {
  border-top-color: rgba(66,132,0,0.15);
}
.border-t-marker-600\/20 {
  border-top-color: rgba(66,132,0,0.2);
}
.border-t-marker-600\/25 {
  border-top-color: rgba(66,132,0,0.25);
}
.border-t-marker-600\/30 {
  border-top-color: rgba(66,132,0,0.3);
}
.border-t-marker-600\/35 {
  border-top-color: rgba(66,132,0,0.35);
}
.border-t-marker-600\/40 {
  border-top-color: rgba(66,132,0,0.4);
}
.border-t-marker-600\/45 {
  border-top-color: rgba(66,132,0,0.45);
}
.border-t-marker-600\/5 {
  border-top-color: rgba(66,132,0,0.05);
}
.border-t-marker-600\/50 {
  border-top-color: rgba(66,132,0,0.5);
}
.border-t-marker-600\/55 {
  border-top-color: rgba(66,132,0,0.55);
}
.border-t-marker-600\/60 {
  border-top-color: rgba(66,132,0,0.6);
}
.border-t-marker-600\/65 {
  border-top-color: rgba(66,132,0,0.65);
}
.border-t-marker-600\/70 {
  border-top-color: rgba(66,132,0,0.7);
}
.border-t-marker-600\/75 {
  border-top-color: rgba(66,132,0,0.75);
}
.border-t-marker-600\/80 {
  border-top-color: rgba(66,132,0,0.8);
}
.border-t-marker-600\/85 {
  border-top-color: rgba(66,132,0,0.85);
}
.border-t-marker-600\/90 {
  border-top-color: rgba(66,132,0,0.9);
}
.border-t-marker-600\/95 {
  border-top-color: rgba(66,132,0,0.95);
}
.border-t-marker-700 {
  border-top-color: #428400;
}
.border-t-marker-700\/0 {
  border-top-color: rgba(66,132,0,0);
}
.border-t-marker-700\/10 {
  border-top-color: rgba(66,132,0,0.1);
}
.border-t-marker-700\/100 {
  border-top-color: rgba(66,132,0,1);
}
.border-t-marker-700\/15 {
  border-top-color: rgba(66,132,0,0.15);
}
.border-t-marker-700\/20 {
  border-top-color: rgba(66,132,0,0.2);
}
.border-t-marker-700\/25 {
  border-top-color: rgba(66,132,0,0.25);
}
.border-t-marker-700\/30 {
  border-top-color: rgba(66,132,0,0.3);
}
.border-t-marker-700\/35 {
  border-top-color: rgba(66,132,0,0.35);
}
.border-t-marker-700\/40 {
  border-top-color: rgba(66,132,0,0.4);
}
.border-t-marker-700\/45 {
  border-top-color: rgba(66,132,0,0.45);
}
.border-t-marker-700\/5 {
  border-top-color: rgba(66,132,0,0.05);
}
.border-t-marker-700\/50 {
  border-top-color: rgba(66,132,0,0.5);
}
.border-t-marker-700\/55 {
  border-top-color: rgba(66,132,0,0.55);
}
.border-t-marker-700\/60 {
  border-top-color: rgba(66,132,0,0.6);
}
.border-t-marker-700\/65 {
  border-top-color: rgba(66,132,0,0.65);
}
.border-t-marker-700\/70 {
  border-top-color: rgba(66,132,0,0.7);
}
.border-t-marker-700\/75 {
  border-top-color: rgba(66,132,0,0.75);
}
.border-t-marker-700\/80 {
  border-top-color: rgba(66,132,0,0.8);
}
.border-t-marker-700\/85 {
  border-top-color: rgba(66,132,0,0.85);
}
.border-t-marker-700\/90 {
  border-top-color: rgba(66,132,0,0.9);
}
.border-t-marker-700\/95 {
  border-top-color: rgba(66,132,0,0.95);
}
.border-t-marker-800 {
  border-top-color: #428400;
}
.border-t-marker-800\/0 {
  border-top-color: rgba(66,132,0,0);
}
.border-t-marker-800\/10 {
  border-top-color: rgba(66,132,0,0.1);
}
.border-t-marker-800\/100 {
  border-top-color: rgba(66,132,0,1);
}
.border-t-marker-800\/15 {
  border-top-color: rgba(66,132,0,0.15);
}
.border-t-marker-800\/20 {
  border-top-color: rgba(66,132,0,0.2);
}
.border-t-marker-800\/25 {
  border-top-color: rgba(66,132,0,0.25);
}
.border-t-marker-800\/30 {
  border-top-color: rgba(66,132,0,0.3);
}
.border-t-marker-800\/35 {
  border-top-color: rgba(66,132,0,0.35);
}
.border-t-marker-800\/40 {
  border-top-color: rgba(66,132,0,0.4);
}
.border-t-marker-800\/45 {
  border-top-color: rgba(66,132,0,0.45);
}
.border-t-marker-800\/5 {
  border-top-color: rgba(66,132,0,0.05);
}
.border-t-marker-800\/50 {
  border-top-color: rgba(66,132,0,0.5);
}
.border-t-marker-800\/55 {
  border-top-color: rgba(66,132,0,0.55);
}
.border-t-marker-800\/60 {
  border-top-color: rgba(66,132,0,0.6);
}
.border-t-marker-800\/65 {
  border-top-color: rgba(66,132,0,0.65);
}
.border-t-marker-800\/70 {
  border-top-color: rgba(66,132,0,0.7);
}
.border-t-marker-800\/75 {
  border-top-color: rgba(66,132,0,0.75);
}
.border-t-marker-800\/80 {
  border-top-color: rgba(66,132,0,0.8);
}
.border-t-marker-800\/85 {
  border-top-color: rgba(66,132,0,0.85);
}
.border-t-marker-800\/90 {
  border-top-color: rgba(66,132,0,0.9);
}
.border-t-marker-800\/95 {
  border-top-color: rgba(66,132,0,0.95);
}
.border-t-marker-900 {
  border-top-color: #428400;
}
.border-t-marker-900\/0 {
  border-top-color: rgba(66,132,0,0);
}
.border-t-marker-900\/10 {
  border-top-color: rgba(66,132,0,0.1);
}
.border-t-marker-900\/100 {
  border-top-color: rgba(66,132,0,1);
}
.border-t-marker-900\/15 {
  border-top-color: rgba(66,132,0,0.15);
}
.border-t-marker-900\/20 {
  border-top-color: rgba(66,132,0,0.2);
}
.border-t-marker-900\/25 {
  border-top-color: rgba(66,132,0,0.25);
}
.border-t-marker-900\/30 {
  border-top-color: rgba(66,132,0,0.3);
}
.border-t-marker-900\/35 {
  border-top-color: rgba(66,132,0,0.35);
}
.border-t-marker-900\/40 {
  border-top-color: rgba(66,132,0,0.4);
}
.border-t-marker-900\/45 {
  border-top-color: rgba(66,132,0,0.45);
}
.border-t-marker-900\/5 {
  border-top-color: rgba(66,132,0,0.05);
}
.border-t-marker-900\/50 {
  border-top-color: rgba(66,132,0,0.5);
}
.border-t-marker-900\/55 {
  border-top-color: rgba(66,132,0,0.55);
}
.border-t-marker-900\/60 {
  border-top-color: rgba(66,132,0,0.6);
}
.border-t-marker-900\/65 {
  border-top-color: rgba(66,132,0,0.65);
}
.border-t-marker-900\/70 {
  border-top-color: rgba(66,132,0,0.7);
}
.border-t-marker-900\/75 {
  border-top-color: rgba(66,132,0,0.75);
}
.border-t-marker-900\/80 {
  border-top-color: rgba(66,132,0,0.8);
}
.border-t-marker-900\/85 {
  border-top-color: rgba(66,132,0,0.85);
}
.border-t-marker-900\/90 {
  border-top-color: rgba(66,132,0,0.9);
}
.border-t-marker-900\/95 {
  border-top-color: rgba(66,132,0,0.95);
}
.border-t-marker-dark {
  border-top-color: #428400;
}
.border-t-marker-dark\/0 {
  border-top-color: rgba(66,132,0,0);
}
.border-t-marker-dark\/10 {
  border-top-color: rgba(66,132,0,0.1);
}
.border-t-marker-dark\/100 {
  border-top-color: rgba(66,132,0,1);
}
.border-t-marker-dark\/15 {
  border-top-color: rgba(66,132,0,0.15);
}
.border-t-marker-dark\/20 {
  border-top-color: rgba(66,132,0,0.2);
}
.border-t-marker-dark\/25 {
  border-top-color: rgba(66,132,0,0.25);
}
.border-t-marker-dark\/30 {
  border-top-color: rgba(66,132,0,0.3);
}
.border-t-marker-dark\/35 {
  border-top-color: rgba(66,132,0,0.35);
}
.border-t-marker-dark\/40 {
  border-top-color: rgba(66,132,0,0.4);
}
.border-t-marker-dark\/45 {
  border-top-color: rgba(66,132,0,0.45);
}
.border-t-marker-dark\/5 {
  border-top-color: rgba(66,132,0,0.05);
}
.border-t-marker-dark\/50 {
  border-top-color: rgba(66,132,0,0.5);
}
.border-t-marker-dark\/55 {
  border-top-color: rgba(66,132,0,0.55);
}
.border-t-marker-dark\/60 {
  border-top-color: rgba(66,132,0,0.6);
}
.border-t-marker-dark\/65 {
  border-top-color: rgba(66,132,0,0.65);
}
.border-t-marker-dark\/70 {
  border-top-color: rgba(66,132,0,0.7);
}
.border-t-marker-dark\/75 {
  border-top-color: rgba(66,132,0,0.75);
}
.border-t-marker-dark\/80 {
  border-top-color: rgba(66,132,0,0.8);
}
.border-t-marker-dark\/85 {
  border-top-color: rgba(66,132,0,0.85);
}
.border-t-marker-dark\/90 {
  border-top-color: rgba(66,132,0,0.9);
}
.border-t-marker-dark\/95 {
  border-top-color: rgba(66,132,0,0.95);
}
.border-t-marker-light {
  border-top-color: #60BF02;
}
.border-t-marker-light\/0 {
  border-top-color: rgba(96,191,2,0);
}
.border-t-marker-light\/10 {
  border-top-color: rgba(96,191,2,0.1);
}
.border-t-marker-light\/100 {
  border-top-color: rgba(96,191,2,1);
}
.border-t-marker-light\/15 {
  border-top-color: rgba(96,191,2,0.15);
}
.border-t-marker-light\/20 {
  border-top-color: rgba(96,191,2,0.2);
}
.border-t-marker-light\/25 {
  border-top-color: rgba(96,191,2,0.25);
}
.border-t-marker-light\/30 {
  border-top-color: rgba(96,191,2,0.3);
}
.border-t-marker-light\/35 {
  border-top-color: rgba(96,191,2,0.35);
}
.border-t-marker-light\/40 {
  border-top-color: rgba(96,191,2,0.4);
}
.border-t-marker-light\/45 {
  border-top-color: rgba(96,191,2,0.45);
}
.border-t-marker-light\/5 {
  border-top-color: rgba(96,191,2,0.05);
}
.border-t-marker-light\/50 {
  border-top-color: rgba(96,191,2,0.5);
}
.border-t-marker-light\/55 {
  border-top-color: rgba(96,191,2,0.55);
}
.border-t-marker-light\/60 {
  border-top-color: rgba(96,191,2,0.6);
}
.border-t-marker-light\/65 {
  border-top-color: rgba(96,191,2,0.65);
}
.border-t-marker-light\/70 {
  border-top-color: rgba(96,191,2,0.7);
}
.border-t-marker-light\/75 {
  border-top-color: rgba(96,191,2,0.75);
}
.border-t-marker-light\/80 {
  border-top-color: rgba(96,191,2,0.8);
}
.border-t-marker-light\/85 {
  border-top-color: rgba(96,191,2,0.85);
}
.border-t-marker-light\/90 {
  border-top-color: rgba(96,191,2,0.9);
}
.border-t-marker-light\/95 {
  border-top-color: rgba(96,191,2,0.95);
}
.\!bg-\[none\] {
  background-color: none !important;
}
.\!bg-base-0 {
  background-color: #E5E5E5 !important;
}
.\!bg-base-200 {
  background-color: #454545 !important;
}
.\!bg-base-800 {
  background-color: #1E1E1E !important;
}
.\!bg-base-900 {
  background-color: #000000 !important;
}
.\!bg-marker-500 {
  background-color: #428400 !important;
}
.\!bg-marker-900 {
  background-color: #428400 !important;
}
.bg-0 {
  background-color: rgba(0, 0, 0, 0.40);
}
.bg-0\/0 {
  background-color: rgba(0, 0, 0, 0);
}
.bg-0\/10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-0\/100 {
  background-color: rgba(0, 0, 0, 1);
}
.bg-0\/15 {
  background-color: rgba(0, 0, 0, 0.15);
}
.bg-0\/20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-0\/25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.bg-0\/30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-0\/35 {
  background-color: rgba(0, 0, 0, 0.35);
}
.bg-0\/40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-0\/45 {
  background-color: rgba(0, 0, 0, 0.45);
}
.bg-0\/5 {
  background-color: rgba(0, 0, 0, 0.05);
}
.bg-0\/50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-0\/55 {
  background-color: rgba(0, 0, 0, 0.55);
}
.bg-0\/60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-0\/65 {
  background-color: rgba(0, 0, 0, 0.65);
}
.bg-0\/70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-0\/75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.bg-0\/80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-0\/85 {
  background-color: rgba(0, 0, 0, 0.85);
}
.bg-0\/90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-0\/95 {
  background-color: rgba(0, 0, 0, 0.95);
}
.bg-\[gray\] {
  background-color: gray;
}
.bg-\[none\] {
  background-color: none;
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.9\)\] {
  background-color: rgba(0,0,0,0.9);
}
.bg-\[rgba\(52\2c 52\2c 52\2c 0\.9\)\] {
  background-color: rgba(52,52,52,0.9);
}
.bg-attention-0 {
  background-color: #E17A00;
}
.bg-attention-0\/0 {
  background-color: rgba(225,122,0,0);
}
.bg-attention-0\/10 {
  background-color: rgba(225,122,0,0.1);
}
.bg-attention-0\/100 {
  background-color: rgba(225,122,0,1);
}
.bg-attention-0\/15 {
  background-color: rgba(225,122,0,0.15);
}
.bg-attention-0\/20 {
  background-color: rgba(225,122,0,0.2);
}
.bg-attention-0\/25 {
  background-color: rgba(225,122,0,0.25);
}
.bg-attention-0\/30 {
  background-color: rgba(225,122,0,0.3);
}
.bg-attention-0\/35 {
  background-color: rgba(225,122,0,0.35);
}
.bg-attention-0\/40 {
  background-color: rgba(225,122,0,0.4);
}
.bg-attention-0\/45 {
  background-color: rgba(225,122,0,0.45);
}
.bg-attention-0\/5 {
  background-color: rgba(225,122,0,0.05);
}
.bg-attention-0\/50 {
  background-color: rgba(225,122,0,0.5);
}
.bg-attention-0\/55 {
  background-color: rgba(225,122,0,0.55);
}
.bg-attention-0\/60 {
  background-color: rgba(225,122,0,0.6);
}
.bg-attention-0\/65 {
  background-color: rgba(225,122,0,0.65);
}
.bg-attention-0\/70 {
  background-color: rgba(225,122,0,0.7);
}
.bg-attention-0\/75 {
  background-color: rgba(225,122,0,0.75);
}
.bg-attention-0\/80 {
  background-color: rgba(225,122,0,0.8);
}
.bg-attention-0\/85 {
  background-color: rgba(225,122,0,0.85);
}
.bg-attention-0\/90 {
  background-color: rgba(225,122,0,0.9);
}
.bg-attention-0\/95 {
  background-color: rgba(225,122,0,0.95);
}
.bg-attention-100 {
  background-color: #E17A00;
}
.bg-attention-100\/0 {
  background-color: rgba(225,122,0,0);
}
.bg-attention-100\/10 {
  background-color: rgba(225,122,0,0.1);
}
.bg-attention-100\/100 {
  background-color: rgba(225,122,0,1);
}
.bg-attention-100\/15 {
  background-color: rgba(225,122,0,0.15);
}
.bg-attention-100\/20 {
  background-color: rgba(225,122,0,0.2);
}
.bg-attention-100\/25 {
  background-color: rgba(225,122,0,0.25);
}
.bg-attention-100\/30 {
  background-color: rgba(225,122,0,0.3);
}
.bg-attention-100\/35 {
  background-color: rgba(225,122,0,0.35);
}
.bg-attention-100\/40 {
  background-color: rgba(225,122,0,0.4);
}
.bg-attention-100\/45 {
  background-color: rgba(225,122,0,0.45);
}
.bg-attention-100\/5 {
  background-color: rgba(225,122,0,0.05);
}
.bg-attention-100\/50 {
  background-color: rgba(225,122,0,0.5);
}
.bg-attention-100\/55 {
  background-color: rgba(225,122,0,0.55);
}
.bg-attention-100\/60 {
  background-color: rgba(225,122,0,0.6);
}
.bg-attention-100\/65 {
  background-color: rgba(225,122,0,0.65);
}
.bg-attention-100\/70 {
  background-color: rgba(225,122,0,0.7);
}
.bg-attention-100\/75 {
  background-color: rgba(225,122,0,0.75);
}
.bg-attention-100\/80 {
  background-color: rgba(225,122,0,0.8);
}
.bg-attention-100\/85 {
  background-color: rgba(225,122,0,0.85);
}
.bg-attention-100\/90 {
  background-color: rgba(225,122,0,0.9);
}
.bg-attention-100\/95 {
  background-color: rgba(225,122,0,0.95);
}
.bg-attention-200 {
  background-color: #E17A00;
}
.bg-attention-200\/0 {
  background-color: rgba(225,122,0,0);
}
.bg-attention-200\/10 {
  background-color: rgba(225,122,0,0.1);
}
.bg-attention-200\/100 {
  background-color: rgba(225,122,0,1);
}
.bg-attention-200\/15 {
  background-color: rgba(225,122,0,0.15);
}
.bg-attention-200\/20 {
  background-color: rgba(225,122,0,0.2);
}
.bg-attention-200\/25 {
  background-color: rgba(225,122,0,0.25);
}
.bg-attention-200\/30 {
  background-color: rgba(225,122,0,0.3);
}
.bg-attention-200\/35 {
  background-color: rgba(225,122,0,0.35);
}
.bg-attention-200\/40 {
  background-color: rgba(225,122,0,0.4);
}
.bg-attention-200\/45 {
  background-color: rgba(225,122,0,0.45);
}
.bg-attention-200\/5 {
  background-color: rgba(225,122,0,0.05);
}
.bg-attention-200\/50 {
  background-color: rgba(225,122,0,0.5);
}
.bg-attention-200\/55 {
  background-color: rgba(225,122,0,0.55);
}
.bg-attention-200\/60 {
  background-color: rgba(225,122,0,0.6);
}
.bg-attention-200\/65 {
  background-color: rgba(225,122,0,0.65);
}
.bg-attention-200\/70 {
  background-color: rgba(225,122,0,0.7);
}
.bg-attention-200\/75 {
  background-color: rgba(225,122,0,0.75);
}
.bg-attention-200\/80 {
  background-color: rgba(225,122,0,0.8);
}
.bg-attention-200\/85 {
  background-color: rgba(225,122,0,0.85);
}
.bg-attention-200\/90 {
  background-color: rgba(225,122,0,0.9);
}
.bg-attention-200\/95 {
  background-color: rgba(225,122,0,0.95);
}
.bg-attention-300 {
  background-color: #E17A00;
}
.bg-attention-300\/0 {
  background-color: rgba(225,122,0,0);
}
.bg-attention-300\/10 {
  background-color: rgba(225,122,0,0.1);
}
.bg-attention-300\/100 {
  background-color: rgba(225,122,0,1);
}
.bg-attention-300\/15 {
  background-color: rgba(225,122,0,0.15);
}
.bg-attention-300\/20 {
  background-color: rgba(225,122,0,0.2);
}
.bg-attention-300\/25 {
  background-color: rgba(225,122,0,0.25);
}
.bg-attention-300\/30 {
  background-color: rgba(225,122,0,0.3);
}
.bg-attention-300\/35 {
  background-color: rgba(225,122,0,0.35);
}
.bg-attention-300\/40 {
  background-color: rgba(225,122,0,0.4);
}
.bg-attention-300\/45 {
  background-color: rgba(225,122,0,0.45);
}
.bg-attention-300\/5 {
  background-color: rgba(225,122,0,0.05);
}
.bg-attention-300\/50 {
  background-color: rgba(225,122,0,0.5);
}
.bg-attention-300\/55 {
  background-color: rgba(225,122,0,0.55);
}
.bg-attention-300\/60 {
  background-color: rgba(225,122,0,0.6);
}
.bg-attention-300\/65 {
  background-color: rgba(225,122,0,0.65);
}
.bg-attention-300\/70 {
  background-color: rgba(225,122,0,0.7);
}
.bg-attention-300\/75 {
  background-color: rgba(225,122,0,0.75);
}
.bg-attention-300\/80 {
  background-color: rgba(225,122,0,0.8);
}
.bg-attention-300\/85 {
  background-color: rgba(225,122,0,0.85);
}
.bg-attention-300\/90 {
  background-color: rgba(225,122,0,0.9);
}
.bg-attention-300\/95 {
  background-color: rgba(225,122,0,0.95);
}
.bg-attention-400 {
  background-color: #E17A00;
}
.bg-attention-400\/0 {
  background-color: rgba(225,122,0,0);
}
.bg-attention-400\/10 {
  background-color: rgba(225,122,0,0.1);
}
.bg-attention-400\/100 {
  background-color: rgba(225,122,0,1);
}
.bg-attention-400\/15 {
  background-color: rgba(225,122,0,0.15);
}
.bg-attention-400\/20 {
  background-color: rgba(225,122,0,0.2);
}
.bg-attention-400\/25 {
  background-color: rgba(225,122,0,0.25);
}
.bg-attention-400\/30 {
  background-color: rgba(225,122,0,0.3);
}
.bg-attention-400\/35 {
  background-color: rgba(225,122,0,0.35);
}
.bg-attention-400\/40 {
  background-color: rgba(225,122,0,0.4);
}
.bg-attention-400\/45 {
  background-color: rgba(225,122,0,0.45);
}
.bg-attention-400\/5 {
  background-color: rgba(225,122,0,0.05);
}
.bg-attention-400\/50 {
  background-color: rgba(225,122,0,0.5);
}
.bg-attention-400\/55 {
  background-color: rgba(225,122,0,0.55);
}
.bg-attention-400\/60 {
  background-color: rgba(225,122,0,0.6);
}
.bg-attention-400\/65 {
  background-color: rgba(225,122,0,0.65);
}
.bg-attention-400\/70 {
  background-color: rgba(225,122,0,0.7);
}
.bg-attention-400\/75 {
  background-color: rgba(225,122,0,0.75);
}
.bg-attention-400\/80 {
  background-color: rgba(225,122,0,0.8);
}
.bg-attention-400\/85 {
  background-color: rgba(225,122,0,0.85);
}
.bg-attention-400\/90 {
  background-color: rgba(225,122,0,0.9);
}
.bg-attention-400\/95 {
  background-color: rgba(225,122,0,0.95);
}
.bg-attention-500 {
  background-color: #E93A24;
}
.bg-attention-500\/0 {
  background-color: rgba(233,58,36,0);
}
.bg-attention-500\/10 {
  background-color: rgba(233,58,36,0.1);
}
.bg-attention-500\/100 {
  background-color: rgba(233,58,36,1);
}
.bg-attention-500\/15 {
  background-color: rgba(233,58,36,0.15);
}
.bg-attention-500\/20 {
  background-color: rgba(233,58,36,0.2);
}
.bg-attention-500\/25 {
  background-color: rgba(233,58,36,0.25);
}
.bg-attention-500\/30 {
  background-color: rgba(233,58,36,0.3);
}
.bg-attention-500\/35 {
  background-color: rgba(233,58,36,0.35);
}
.bg-attention-500\/40 {
  background-color: rgba(233,58,36,0.4);
}
.bg-attention-500\/45 {
  background-color: rgba(233,58,36,0.45);
}
.bg-attention-500\/5 {
  background-color: rgba(233,58,36,0.05);
}
.bg-attention-500\/50 {
  background-color: rgba(233,58,36,0.5);
}
.bg-attention-500\/55 {
  background-color: rgba(233,58,36,0.55);
}
.bg-attention-500\/60 {
  background-color: rgba(233,58,36,0.6);
}
.bg-attention-500\/65 {
  background-color: rgba(233,58,36,0.65);
}
.bg-attention-500\/70 {
  background-color: rgba(233,58,36,0.7);
}
.bg-attention-500\/75 {
  background-color: rgba(233,58,36,0.75);
}
.bg-attention-500\/80 {
  background-color: rgba(233,58,36,0.8);
}
.bg-attention-500\/85 {
  background-color: rgba(233,58,36,0.85);
}
.bg-attention-500\/90 {
  background-color: rgba(233,58,36,0.9);
}
.bg-attention-500\/95 {
  background-color: rgba(233,58,36,0.95);
}
.bg-attention-600 {
  background-color: #E93A24;
}
.bg-attention-600\/0 {
  background-color: rgba(233,58,36,0);
}
.bg-attention-600\/10 {
  background-color: rgba(233,58,36,0.1);
}
.bg-attention-600\/100 {
  background-color: rgba(233,58,36,1);
}
.bg-attention-600\/15 {
  background-color: rgba(233,58,36,0.15);
}
.bg-attention-600\/20 {
  background-color: rgba(233,58,36,0.2);
}
.bg-attention-600\/25 {
  background-color: rgba(233,58,36,0.25);
}
.bg-attention-600\/30 {
  background-color: rgba(233,58,36,0.3);
}
.bg-attention-600\/35 {
  background-color: rgba(233,58,36,0.35);
}
.bg-attention-600\/40 {
  background-color: rgba(233,58,36,0.4);
}
.bg-attention-600\/45 {
  background-color: rgba(233,58,36,0.45);
}
.bg-attention-600\/5 {
  background-color: rgba(233,58,36,0.05);
}
.bg-attention-600\/50 {
  background-color: rgba(233,58,36,0.5);
}
.bg-attention-600\/55 {
  background-color: rgba(233,58,36,0.55);
}
.bg-attention-600\/60 {
  background-color: rgba(233,58,36,0.6);
}
.bg-attention-600\/65 {
  background-color: rgba(233,58,36,0.65);
}
.bg-attention-600\/70 {
  background-color: rgba(233,58,36,0.7);
}
.bg-attention-600\/75 {
  background-color: rgba(233,58,36,0.75);
}
.bg-attention-600\/80 {
  background-color: rgba(233,58,36,0.8);
}
.bg-attention-600\/85 {
  background-color: rgba(233,58,36,0.85);
}
.bg-attention-600\/90 {
  background-color: rgba(233,58,36,0.9);
}
.bg-attention-600\/95 {
  background-color: rgba(233,58,36,0.95);
}
.bg-attention-700 {
  background-color: #E93A24;
}
.bg-attention-700\/0 {
  background-color: rgba(233,58,36,0);
}
.bg-attention-700\/10 {
  background-color: rgba(233,58,36,0.1);
}
.bg-attention-700\/100 {
  background-color: rgba(233,58,36,1);
}
.bg-attention-700\/15 {
  background-color: rgba(233,58,36,0.15);
}
.bg-attention-700\/20 {
  background-color: rgba(233,58,36,0.2);
}
.bg-attention-700\/25 {
  background-color: rgba(233,58,36,0.25);
}
.bg-attention-700\/30 {
  background-color: rgba(233,58,36,0.3);
}
.bg-attention-700\/35 {
  background-color: rgba(233,58,36,0.35);
}
.bg-attention-700\/40 {
  background-color: rgba(233,58,36,0.4);
}
.bg-attention-700\/45 {
  background-color: rgba(233,58,36,0.45);
}
.bg-attention-700\/5 {
  background-color: rgba(233,58,36,0.05);
}
.bg-attention-700\/50 {
  background-color: rgba(233,58,36,0.5);
}
.bg-attention-700\/55 {
  background-color: rgba(233,58,36,0.55);
}
.bg-attention-700\/60 {
  background-color: rgba(233,58,36,0.6);
}
.bg-attention-700\/65 {
  background-color: rgba(233,58,36,0.65);
}
.bg-attention-700\/70 {
  background-color: rgba(233,58,36,0.7);
}
.bg-attention-700\/75 {
  background-color: rgba(233,58,36,0.75);
}
.bg-attention-700\/80 {
  background-color: rgba(233,58,36,0.8);
}
.bg-attention-700\/85 {
  background-color: rgba(233,58,36,0.85);
}
.bg-attention-700\/90 {
  background-color: rgba(233,58,36,0.9);
}
.bg-attention-700\/95 {
  background-color: rgba(233,58,36,0.95);
}
.bg-attention-800 {
  background-color: #E93A24;
}
.bg-attention-800\/0 {
  background-color: rgba(233,58,36,0);
}
.bg-attention-800\/10 {
  background-color: rgba(233,58,36,0.1);
}
.bg-attention-800\/100 {
  background-color: rgba(233,58,36,1);
}
.bg-attention-800\/15 {
  background-color: rgba(233,58,36,0.15);
}
.bg-attention-800\/20 {
  background-color: rgba(233,58,36,0.2);
}
.bg-attention-800\/25 {
  background-color: rgba(233,58,36,0.25);
}
.bg-attention-800\/30 {
  background-color: rgba(233,58,36,0.3);
}
.bg-attention-800\/35 {
  background-color: rgba(233,58,36,0.35);
}
.bg-attention-800\/40 {
  background-color: rgba(233,58,36,0.4);
}
.bg-attention-800\/45 {
  background-color: rgba(233,58,36,0.45);
}
.bg-attention-800\/5 {
  background-color: rgba(233,58,36,0.05);
}
.bg-attention-800\/50 {
  background-color: rgba(233,58,36,0.5);
}
.bg-attention-800\/55 {
  background-color: rgba(233,58,36,0.55);
}
.bg-attention-800\/60 {
  background-color: rgba(233,58,36,0.6);
}
.bg-attention-800\/65 {
  background-color: rgba(233,58,36,0.65);
}
.bg-attention-800\/70 {
  background-color: rgba(233,58,36,0.7);
}
.bg-attention-800\/75 {
  background-color: rgba(233,58,36,0.75);
}
.bg-attention-800\/80 {
  background-color: rgba(233,58,36,0.8);
}
.bg-attention-800\/85 {
  background-color: rgba(233,58,36,0.85);
}
.bg-attention-800\/90 {
  background-color: rgba(233,58,36,0.9);
}
.bg-attention-800\/95 {
  background-color: rgba(233,58,36,0.95);
}
.bg-attention-900 {
  background-color: #E93A24;
}
.bg-attention-900\/0 {
  background-color: rgba(233,58,36,0);
}
.bg-attention-900\/10 {
  background-color: rgba(233,58,36,0.1);
}
.bg-attention-900\/100 {
  background-color: rgba(233,58,36,1);
}
.bg-attention-900\/15 {
  background-color: rgba(233,58,36,0.15);
}
.bg-attention-900\/20 {
  background-color: rgba(233,58,36,0.2);
}
.bg-attention-900\/25 {
  background-color: rgba(233,58,36,0.25);
}
.bg-attention-900\/30 {
  background-color: rgba(233,58,36,0.3);
}
.bg-attention-900\/35 {
  background-color: rgba(233,58,36,0.35);
}
.bg-attention-900\/40 {
  background-color: rgba(233,58,36,0.4);
}
.bg-attention-900\/45 {
  background-color: rgba(233,58,36,0.45);
}
.bg-attention-900\/5 {
  background-color: rgba(233,58,36,0.05);
}
.bg-attention-900\/50 {
  background-color: rgba(233,58,36,0.5);
}
.bg-attention-900\/55 {
  background-color: rgba(233,58,36,0.55);
}
.bg-attention-900\/60 {
  background-color: rgba(233,58,36,0.6);
}
.bg-attention-900\/65 {
  background-color: rgba(233,58,36,0.65);
}
.bg-attention-900\/70 {
  background-color: rgba(233,58,36,0.7);
}
.bg-attention-900\/75 {
  background-color: rgba(233,58,36,0.75);
}
.bg-attention-900\/80 {
  background-color: rgba(233,58,36,0.8);
}
.bg-attention-900\/85 {
  background-color: rgba(233,58,36,0.85);
}
.bg-attention-900\/90 {
  background-color: rgba(233,58,36,0.9);
}
.bg-attention-900\/95 {
  background-color: rgba(233,58,36,0.95);
}
.bg-attention-dark {
  background-color: #8c2316;
}
.bg-attention-dark\/0 {
  background-color: rgba(140,35,22,0);
}
.bg-attention-dark\/10 {
  background-color: rgba(140,35,22,0.1);
}
.bg-attention-dark\/100 {
  background-color: rgba(140,35,22,1);
}
.bg-attention-dark\/15 {
  background-color: rgba(140,35,22,0.15);
}
.bg-attention-dark\/20 {
  background-color: rgba(140,35,22,0.2);
}
.bg-attention-dark\/25 {
  background-color: rgba(140,35,22,0.25);
}
.bg-attention-dark\/30 {
  background-color: rgba(140,35,22,0.3);
}
.bg-attention-dark\/35 {
  background-color: rgba(140,35,22,0.35);
}
.bg-attention-dark\/40 {
  background-color: rgba(140,35,22,0.4);
}
.bg-attention-dark\/45 {
  background-color: rgba(140,35,22,0.45);
}
.bg-attention-dark\/5 {
  background-color: rgba(140,35,22,0.05);
}
.bg-attention-dark\/50 {
  background-color: rgba(140,35,22,0.5);
}
.bg-attention-dark\/55 {
  background-color: rgba(140,35,22,0.55);
}
.bg-attention-dark\/60 {
  background-color: rgba(140,35,22,0.6);
}
.bg-attention-dark\/65 {
  background-color: rgba(140,35,22,0.65);
}
.bg-attention-dark\/70 {
  background-color: rgba(140,35,22,0.7);
}
.bg-attention-dark\/75 {
  background-color: rgba(140,35,22,0.75);
}
.bg-attention-dark\/80 {
  background-color: rgba(140,35,22,0.8);
}
.bg-attention-dark\/85 {
  background-color: rgba(140,35,22,0.85);
}
.bg-attention-dark\/90 {
  background-color: rgba(140,35,22,0.9);
}
.bg-attention-dark\/95 {
  background-color: rgba(140,35,22,0.95);
}
.bg-attention-light {
  background-color: #E17A00;
}
.bg-attention-light\/0 {
  background-color: rgba(225,122,0,0);
}
.bg-attention-light\/10 {
  background-color: rgba(225,122,0,0.1);
}
.bg-attention-light\/100 {
  background-color: rgba(225,122,0,1);
}
.bg-attention-light\/15 {
  background-color: rgba(225,122,0,0.15);
}
.bg-attention-light\/20 {
  background-color: rgba(225,122,0,0.2);
}
.bg-attention-light\/25 {
  background-color: rgba(225,122,0,0.25);
}
.bg-attention-light\/30 {
  background-color: rgba(225,122,0,0.3);
}
.bg-attention-light\/35 {
  background-color: rgba(225,122,0,0.35);
}
.bg-attention-light\/40 {
  background-color: rgba(225,122,0,0.4);
}
.bg-attention-light\/45 {
  background-color: rgba(225,122,0,0.45);
}
.bg-attention-light\/5 {
  background-color: rgba(225,122,0,0.05);
}
.bg-attention-light\/50 {
  background-color: rgba(225,122,0,0.5);
}
.bg-attention-light\/55 {
  background-color: rgba(225,122,0,0.55);
}
.bg-attention-light\/60 {
  background-color: rgba(225,122,0,0.6);
}
.bg-attention-light\/65 {
  background-color: rgba(225,122,0,0.65);
}
.bg-attention-light\/70 {
  background-color: rgba(225,122,0,0.7);
}
.bg-attention-light\/75 {
  background-color: rgba(225,122,0,0.75);
}
.bg-attention-light\/80 {
  background-color: rgba(225,122,0,0.8);
}
.bg-attention-light\/85 {
  background-color: rgba(225,122,0,0.85);
}
.bg-attention-light\/90 {
  background-color: rgba(225,122,0,0.9);
}
.bg-attention-light\/95 {
  background-color: rgba(225,122,0,0.95);
}
.bg-base-0 {
  background-color: #E5E5E5;
}
.bg-base-0\/0 {
  background-color: rgba(229,229,229,0);
}
.bg-base-0\/10 {
  background-color: rgba(229,229,229,0.1);
}
.bg-base-0\/100 {
  background-color: rgba(229,229,229,1);
}
.bg-base-0\/15 {
  background-color: rgba(229,229,229,0.15);
}
.bg-base-0\/20 {
  background-color: rgba(229,229,229,0.2);
}
.bg-base-0\/25 {
  background-color: rgba(229,229,229,0.25);
}
.bg-base-0\/30 {
  background-color: rgba(229,229,229,0.3);
}
.bg-base-0\/35 {
  background-color: rgba(229,229,229,0.35);
}
.bg-base-0\/40 {
  background-color: rgba(229,229,229,0.4);
}
.bg-base-0\/45 {
  background-color: rgba(229,229,229,0.45);
}
.bg-base-0\/5 {
  background-color: rgba(229,229,229,0.05);
}
.bg-base-0\/50 {
  background-color: rgba(229,229,229,0.5);
}
.bg-base-0\/55 {
  background-color: rgba(229,229,229,0.55);
}
.bg-base-0\/60 {
  background-color: rgba(229,229,229,0.6);
}
.bg-base-0\/65 {
  background-color: rgba(229,229,229,0.65);
}
.bg-base-0\/70 {
  background-color: rgba(229,229,229,0.7);
}
.bg-base-0\/75 {
  background-color: rgba(229,229,229,0.75);
}
.bg-base-0\/80 {
  background-color: rgba(229,229,229,0.8);
}
.bg-base-0\/85 {
  background-color: rgba(229,229,229,0.85);
}
.bg-base-0\/90 {
  background-color: rgba(229,229,229,0.9);
}
.bg-base-0\/95 {
  background-color: rgba(229,229,229,0.95);
}
.bg-base-100 {
  background-color: #8C8C8C;
}
.bg-base-100\/0 {
  background-color: rgba(140,140,140,0);
}
.bg-base-100\/10 {
  background-color: rgba(140,140,140,0.1);
}
.bg-base-100\/100 {
  background-color: rgba(140,140,140,1);
}
.bg-base-100\/15 {
  background-color: rgba(140,140,140,0.15);
}
.bg-base-100\/20 {
  background-color: rgba(140,140,140,0.2);
}
.bg-base-100\/25 {
  background-color: rgba(140,140,140,0.25);
}
.bg-base-100\/30 {
  background-color: rgba(140,140,140,0.3);
}
.bg-base-100\/35 {
  background-color: rgba(140,140,140,0.35);
}
.bg-base-100\/40 {
  background-color: rgba(140,140,140,0.4);
}
.bg-base-100\/45 {
  background-color: rgba(140,140,140,0.45);
}
.bg-base-100\/5 {
  background-color: rgba(140,140,140,0.05);
}
.bg-base-100\/50 {
  background-color: rgba(140,140,140,0.5);
}
.bg-base-100\/55 {
  background-color: rgba(140,140,140,0.55);
}
.bg-base-100\/60 {
  background-color: rgba(140,140,140,0.6);
}
.bg-base-100\/65 {
  background-color: rgba(140,140,140,0.65);
}
.bg-base-100\/70 {
  background-color: rgba(140,140,140,0.7);
}
.bg-base-100\/75 {
  background-color: rgba(140,140,140,0.75);
}
.bg-base-100\/80 {
  background-color: rgba(140,140,140,0.8);
}
.bg-base-100\/85 {
  background-color: rgba(140,140,140,0.85);
}
.bg-base-100\/90 {
  background-color: rgba(140,140,140,0.9);
}
.bg-base-100\/95 {
  background-color: rgba(140,140,140,0.95);
}
.bg-base-150 {
  background-color: #6f6f6f;
}
.bg-base-150\/0 {
  background-color: rgba(111,111,111,0);
}
.bg-base-150\/10 {
  background-color: rgba(111,111,111,0.1);
}
.bg-base-150\/100 {
  background-color: rgba(111,111,111,1);
}
.bg-base-150\/15 {
  background-color: rgba(111,111,111,0.15);
}
.bg-base-150\/20 {
  background-color: rgba(111,111,111,0.2);
}
.bg-base-150\/25 {
  background-color: rgba(111,111,111,0.25);
}
.bg-base-150\/30 {
  background-color: rgba(111,111,111,0.3);
}
.bg-base-150\/35 {
  background-color: rgba(111,111,111,0.35);
}
.bg-base-150\/40 {
  background-color: rgba(111,111,111,0.4);
}
.bg-base-150\/45 {
  background-color: rgba(111,111,111,0.45);
}
.bg-base-150\/5 {
  background-color: rgba(111,111,111,0.05);
}
.bg-base-150\/50 {
  background-color: rgba(111,111,111,0.5);
}
.bg-base-150\/55 {
  background-color: rgba(111,111,111,0.55);
}
.bg-base-150\/60 {
  background-color: rgba(111,111,111,0.6);
}
.bg-base-150\/65 {
  background-color: rgba(111,111,111,0.65);
}
.bg-base-150\/70 {
  background-color: rgba(111,111,111,0.7);
}
.bg-base-150\/75 {
  background-color: rgba(111,111,111,0.75);
}
.bg-base-150\/80 {
  background-color: rgba(111,111,111,0.8);
}
.bg-base-150\/85 {
  background-color: rgba(111,111,111,0.85);
}
.bg-base-150\/90 {
  background-color: rgba(111,111,111,0.9);
}
.bg-base-150\/95 {
  background-color: rgba(111,111,111,0.95);
}
.bg-base-200 {
  background-color: #454545;
}
.bg-base-200\/0 {
  background-color: rgba(69,69,69,0);
}
.bg-base-200\/10 {
  background-color: rgba(69,69,69,0.1);
}
.bg-base-200\/100 {
  background-color: rgba(69,69,69,1);
}
.bg-base-200\/15 {
  background-color: rgba(69,69,69,0.15);
}
.bg-base-200\/20 {
  background-color: rgba(69,69,69,0.2);
}
.bg-base-200\/25 {
  background-color: rgba(69,69,69,0.25);
}
.bg-base-200\/30 {
  background-color: rgba(69,69,69,0.3);
}
.bg-base-200\/35 {
  background-color: rgba(69,69,69,0.35);
}
.bg-base-200\/40 {
  background-color: rgba(69,69,69,0.4);
}
.bg-base-200\/45 {
  background-color: rgba(69,69,69,0.45);
}
.bg-base-200\/5 {
  background-color: rgba(69,69,69,0.05);
}
.bg-base-200\/50 {
  background-color: rgba(69,69,69,0.5);
}
.bg-base-200\/55 {
  background-color: rgba(69,69,69,0.55);
}
.bg-base-200\/60 {
  background-color: rgba(69,69,69,0.6);
}
.bg-base-200\/65 {
  background-color: rgba(69,69,69,0.65);
}
.bg-base-200\/70 {
  background-color: rgba(69,69,69,0.7);
}
.bg-base-200\/75 {
  background-color: rgba(69,69,69,0.75);
}
.bg-base-200\/80 {
  background-color: rgba(69,69,69,0.8);
}
.bg-base-200\/85 {
  background-color: rgba(69,69,69,0.85);
}
.bg-base-200\/90 {
  background-color: rgba(69,69,69,0.9);
}
.bg-base-200\/95 {
  background-color: rgba(69,69,69,0.95);
}
.bg-base-300 {
  background-color: #343434;
}
.bg-base-300\/0 {
  background-color: rgba(52,52,52,0);
}
.bg-base-300\/10 {
  background-color: rgba(52,52,52,0.1);
}
.bg-base-300\/100 {
  background-color: rgba(52,52,52,1);
}
.bg-base-300\/15 {
  background-color: rgba(52,52,52,0.15);
}
.bg-base-300\/20 {
  background-color: rgba(52,52,52,0.2);
}
.bg-base-300\/25 {
  background-color: rgba(52,52,52,0.25);
}
.bg-base-300\/30 {
  background-color: rgba(52,52,52,0.3);
}
.bg-base-300\/35 {
  background-color: rgba(52,52,52,0.35);
}
.bg-base-300\/40 {
  background-color: rgba(52,52,52,0.4);
}
.bg-base-300\/45 {
  background-color: rgba(52,52,52,0.45);
}
.bg-base-300\/5 {
  background-color: rgba(52,52,52,0.05);
}
.bg-base-300\/50 {
  background-color: rgba(52,52,52,0.5);
}
.bg-base-300\/55 {
  background-color: rgba(52,52,52,0.55);
}
.bg-base-300\/60 {
  background-color: rgba(52,52,52,0.6);
}
.bg-base-300\/65 {
  background-color: rgba(52,52,52,0.65);
}
.bg-base-300\/70 {
  background-color: rgba(52,52,52,0.7);
}
.bg-base-300\/75 {
  background-color: rgba(52,52,52,0.75);
}
.bg-base-300\/80 {
  background-color: rgba(52,52,52,0.8);
}
.bg-base-300\/85 {
  background-color: rgba(52,52,52,0.85);
}
.bg-base-300\/90 {
  background-color: rgba(52,52,52,0.9);
}
.bg-base-300\/95 {
  background-color: rgba(52,52,52,0.95);
}
.bg-base-400 {
  background-color: #2B2B2B;
}
.bg-base-400\/0 {
  background-color: rgba(43,43,43,0);
}
.bg-base-400\/10 {
  background-color: rgba(43,43,43,0.1);
}
.bg-base-400\/100 {
  background-color: rgba(43,43,43,1);
}
.bg-base-400\/15 {
  background-color: rgba(43,43,43,0.15);
}
.bg-base-400\/20 {
  background-color: rgba(43,43,43,0.2);
}
.bg-base-400\/25 {
  background-color: rgba(43,43,43,0.25);
}
.bg-base-400\/30 {
  background-color: rgba(43,43,43,0.3);
}
.bg-base-400\/35 {
  background-color: rgba(43,43,43,0.35);
}
.bg-base-400\/40 {
  background-color: rgba(43,43,43,0.4);
}
.bg-base-400\/45 {
  background-color: rgba(43,43,43,0.45);
}
.bg-base-400\/5 {
  background-color: rgba(43,43,43,0.05);
}
.bg-base-400\/50 {
  background-color: rgba(43,43,43,0.5);
}
.bg-base-400\/55 {
  background-color: rgba(43,43,43,0.55);
}
.bg-base-400\/60 {
  background-color: rgba(43,43,43,0.6);
}
.bg-base-400\/65 {
  background-color: rgba(43,43,43,0.65);
}
.bg-base-400\/70 {
  background-color: rgba(43,43,43,0.7);
}
.bg-base-400\/75 {
  background-color: rgba(43,43,43,0.75);
}
.bg-base-400\/80 {
  background-color: rgba(43,43,43,0.8);
}
.bg-base-400\/85 {
  background-color: rgba(43,43,43,0.85);
}
.bg-base-400\/90 {
  background-color: rgba(43,43,43,0.9);
}
.bg-base-400\/95 {
  background-color: rgba(43,43,43,0.95);
}
.bg-base-500 {
  background-color: #232323;
}
.bg-base-500\/0 {
  background-color: rgba(35,35,35,0);
}
.bg-base-500\/10 {
  background-color: rgba(35,35,35,0.1);
}
.bg-base-500\/100 {
  background-color: rgba(35,35,35,1);
}
.bg-base-500\/15 {
  background-color: rgba(35,35,35,0.15);
}
.bg-base-500\/20 {
  background-color: rgba(35,35,35,0.2);
}
.bg-base-500\/25 {
  background-color: rgba(35,35,35,0.25);
}
.bg-base-500\/30 {
  background-color: rgba(35,35,35,0.3);
}
.bg-base-500\/35 {
  background-color: rgba(35,35,35,0.35);
}
.bg-base-500\/40 {
  background-color: rgba(35,35,35,0.4);
}
.bg-base-500\/45 {
  background-color: rgba(35,35,35,0.45);
}
.bg-base-500\/5 {
  background-color: rgba(35,35,35,0.05);
}
.bg-base-500\/50 {
  background-color: rgba(35,35,35,0.5);
}
.bg-base-500\/55 {
  background-color: rgba(35,35,35,0.55);
}
.bg-base-500\/60 {
  background-color: rgba(35,35,35,0.6);
}
.bg-base-500\/65 {
  background-color: rgba(35,35,35,0.65);
}
.bg-base-500\/70 {
  background-color: rgba(35,35,35,0.7);
}
.bg-base-500\/75 {
  background-color: rgba(35,35,35,0.75);
}
.bg-base-500\/80 {
  background-color: rgba(35,35,35,0.8);
}
.bg-base-500\/85 {
  background-color: rgba(35,35,35,0.85);
}
.bg-base-500\/90 {
  background-color: rgba(35,35,35,0.9);
}
.bg-base-500\/95 {
  background-color: rgba(35,35,35,0.95);
}
.bg-base-600 {
  background-color: #232323;
}
.bg-base-600\/0 {
  background-color: rgba(35,35,35,0);
}
.bg-base-600\/10 {
  background-color: rgba(35,35,35,0.1);
}
.bg-base-600\/100 {
  background-color: rgba(35,35,35,1);
}
.bg-base-600\/15 {
  background-color: rgba(35,35,35,0.15);
}
.bg-base-600\/20 {
  background-color: rgba(35,35,35,0.2);
}
.bg-base-600\/25 {
  background-color: rgba(35,35,35,0.25);
}
.bg-base-600\/30 {
  background-color: rgba(35,35,35,0.3);
}
.bg-base-600\/35 {
  background-color: rgba(35,35,35,0.35);
}
.bg-base-600\/40 {
  background-color: rgba(35,35,35,0.4);
}
.bg-base-600\/45 {
  background-color: rgba(35,35,35,0.45);
}
.bg-base-600\/5 {
  background-color: rgba(35,35,35,0.05);
}
.bg-base-600\/50 {
  background-color: rgba(35,35,35,0.5);
}
.bg-base-600\/55 {
  background-color: rgba(35,35,35,0.55);
}
.bg-base-600\/60 {
  background-color: rgba(35,35,35,0.6);
}
.bg-base-600\/65 {
  background-color: rgba(35,35,35,0.65);
}
.bg-base-600\/70 {
  background-color: rgba(35,35,35,0.7);
}
.bg-base-600\/75 {
  background-color: rgba(35,35,35,0.75);
}
.bg-base-600\/80 {
  background-color: rgba(35,35,35,0.8);
}
.bg-base-600\/85 {
  background-color: rgba(35,35,35,0.85);
}
.bg-base-600\/90 {
  background-color: rgba(35,35,35,0.9);
}
.bg-base-600\/95 {
  background-color: rgba(35,35,35,0.95);
}
.bg-base-700 {
  background-color: #181818;
}
.bg-base-700\/0 {
  background-color: rgba(24,24,24,0);
}
.bg-base-700\/10 {
  background-color: rgba(24,24,24,0.1);
}
.bg-base-700\/100 {
  background-color: rgba(24,24,24,1);
}
.bg-base-700\/15 {
  background-color: rgba(24,24,24,0.15);
}
.bg-base-700\/20 {
  background-color: rgba(24,24,24,0.2);
}
.bg-base-700\/25 {
  background-color: rgba(24,24,24,0.25);
}
.bg-base-700\/30 {
  background-color: rgba(24,24,24,0.3);
}
.bg-base-700\/35 {
  background-color: rgba(24,24,24,0.35);
}
.bg-base-700\/40 {
  background-color: rgba(24,24,24,0.4);
}
.bg-base-700\/45 {
  background-color: rgba(24,24,24,0.45);
}
.bg-base-700\/5 {
  background-color: rgba(24,24,24,0.05);
}
.bg-base-700\/50 {
  background-color: rgba(24,24,24,0.5);
}
.bg-base-700\/55 {
  background-color: rgba(24,24,24,0.55);
}
.bg-base-700\/60 {
  background-color: rgba(24,24,24,0.6);
}
.bg-base-700\/65 {
  background-color: rgba(24,24,24,0.65);
}
.bg-base-700\/70 {
  background-color: rgba(24,24,24,0.7);
}
.bg-base-700\/75 {
  background-color: rgba(24,24,24,0.75);
}
.bg-base-700\/80 {
  background-color: rgba(24,24,24,0.8);
}
.bg-base-700\/85 {
  background-color: rgba(24,24,24,0.85);
}
.bg-base-700\/90 {
  background-color: rgba(24,24,24,0.9);
}
.bg-base-700\/95 {
  background-color: rgba(24,24,24,0.95);
}
.bg-base-800 {
  background-color: #1E1E1E;
}
.bg-base-800\/0 {
  background-color: rgba(30,30,30,0);
}
.bg-base-800\/10 {
  background-color: rgba(30,30,30,0.1);
}
.bg-base-800\/100 {
  background-color: rgba(30,30,30,1);
}
.bg-base-800\/15 {
  background-color: rgba(30,30,30,0.15);
}
.bg-base-800\/20 {
  background-color: rgba(30,30,30,0.2);
}
.bg-base-800\/25 {
  background-color: rgba(30,30,30,0.25);
}
.bg-base-800\/30 {
  background-color: rgba(30,30,30,0.3);
}
.bg-base-800\/35 {
  background-color: rgba(30,30,30,0.35);
}
.bg-base-800\/40 {
  background-color: rgba(30,30,30,0.4);
}
.bg-base-800\/45 {
  background-color: rgba(30,30,30,0.45);
}
.bg-base-800\/5 {
  background-color: rgba(30,30,30,0.05);
}
.bg-base-800\/50 {
  background-color: rgba(30,30,30,0.5);
}
.bg-base-800\/55 {
  background-color: rgba(30,30,30,0.55);
}
.bg-base-800\/60 {
  background-color: rgba(30,30,30,0.6);
}
.bg-base-800\/65 {
  background-color: rgba(30,30,30,0.65);
}
.bg-base-800\/70 {
  background-color: rgba(30,30,30,0.7);
}
.bg-base-800\/75 {
  background-color: rgba(30,30,30,0.75);
}
.bg-base-800\/80 {
  background-color: rgba(30,30,30,0.8);
}
.bg-base-800\/85 {
  background-color: rgba(30,30,30,0.85);
}
.bg-base-800\/90 {
  background-color: rgba(30,30,30,0.9);
}
.bg-base-800\/95 {
  background-color: rgba(30,30,30,0.95);
}
.bg-base-900 {
  background-color: #000000;
}
.bg-base-900\/0 {
  background-color: rgba(0,0,0,0);
}
.bg-base-900\/10 {
  background-color: rgba(0,0,0,0.1);
}
.bg-base-900\/100 {
  background-color: rgba(0,0,0,1);
}
.bg-base-900\/15 {
  background-color: rgba(0,0,0,0.15);
}
.bg-base-900\/20 {
  background-color: rgba(0,0,0,0.2);
}
.bg-base-900\/25 {
  background-color: rgba(0,0,0,0.25);
}
.bg-base-900\/30 {
  background-color: rgba(0,0,0,0.3);
}
.bg-base-900\/35 {
  background-color: rgba(0,0,0,0.35);
}
.bg-base-900\/40 {
  background-color: rgba(0,0,0,0.4);
}
.bg-base-900\/45 {
  background-color: rgba(0,0,0,0.45);
}
.bg-base-900\/5 {
  background-color: rgba(0,0,0,0.05);
}
.bg-base-900\/50 {
  background-color: rgba(0,0,0,0.5);
}
.bg-base-900\/55 {
  background-color: rgba(0,0,0,0.55);
}
.bg-base-900\/60 {
  background-color: rgba(0,0,0,0.6);
}
.bg-base-900\/65 {
  background-color: rgba(0,0,0,0.65);
}
.bg-base-900\/70 {
  background-color: rgba(0,0,0,0.7);
}
.bg-base-900\/75 {
  background-color: rgba(0,0,0,0.75);
}
.bg-base-900\/80 {
  background-color: rgba(0,0,0,0.8);
}
.bg-base-900\/85 {
  background-color: rgba(0,0,0,0.85);
}
.bg-base-900\/90 {
  background-color: rgba(0,0,0,0.9);
}
.bg-base-900\/95 {
  background-color: rgba(0,0,0,0.95);
}
.bg-base-dark {
  background-color: #1E1E1E;
}
.bg-base-dark\/0 {
  background-color: rgba(30,30,30,0);
}
.bg-base-dark\/10 {
  background-color: rgba(30,30,30,0.1);
}
.bg-base-dark\/100 {
  background-color: rgba(30,30,30,1);
}
.bg-base-dark\/15 {
  background-color: rgba(30,30,30,0.15);
}
.bg-base-dark\/20 {
  background-color: rgba(30,30,30,0.2);
}
.bg-base-dark\/25 {
  background-color: rgba(30,30,30,0.25);
}
.bg-base-dark\/30 {
  background-color: rgba(30,30,30,0.3);
}
.bg-base-dark\/35 {
  background-color: rgba(30,30,30,0.35);
}
.bg-base-dark\/40 {
  background-color: rgba(30,30,30,0.4);
}
.bg-base-dark\/45 {
  background-color: rgba(30,30,30,0.45);
}
.bg-base-dark\/5 {
  background-color: rgba(30,30,30,0.05);
}
.bg-base-dark\/50 {
  background-color: rgba(30,30,30,0.5);
}
.bg-base-dark\/55 {
  background-color: rgba(30,30,30,0.55);
}
.bg-base-dark\/60 {
  background-color: rgba(30,30,30,0.6);
}
.bg-base-dark\/65 {
  background-color: rgba(30,30,30,0.65);
}
.bg-base-dark\/70 {
  background-color: rgba(30,30,30,0.7);
}
.bg-base-dark\/75 {
  background-color: rgba(30,30,30,0.75);
}
.bg-base-dark\/80 {
  background-color: rgba(30,30,30,0.8);
}
.bg-base-dark\/85 {
  background-color: rgba(30,30,30,0.85);
}
.bg-base-dark\/90 {
  background-color: rgba(30,30,30,0.9);
}
.bg-base-dark\/95 {
  background-color: rgba(30,30,30,0.95);
}
.bg-base-light {
  background-color: #454545;
}
.bg-base-light\/0 {
  background-color: rgba(69,69,69,0);
}
.bg-base-light\/10 {
  background-color: rgba(69,69,69,0.1);
}
.bg-base-light\/100 {
  background-color: rgba(69,69,69,1);
}
.bg-base-light\/15 {
  background-color: rgba(69,69,69,0.15);
}
.bg-base-light\/20 {
  background-color: rgba(69,69,69,0.2);
}
.bg-base-light\/25 {
  background-color: rgba(69,69,69,0.25);
}
.bg-base-light\/30 {
  background-color: rgba(69,69,69,0.3);
}
.bg-base-light\/35 {
  background-color: rgba(69,69,69,0.35);
}
.bg-base-light\/40 {
  background-color: rgba(69,69,69,0.4);
}
.bg-base-light\/45 {
  background-color: rgba(69,69,69,0.45);
}
.bg-base-light\/5 {
  background-color: rgba(69,69,69,0.05);
}
.bg-base-light\/50 {
  background-color: rgba(69,69,69,0.5);
}
.bg-base-light\/55 {
  background-color: rgba(69,69,69,0.55);
}
.bg-base-light\/60 {
  background-color: rgba(69,69,69,0.6);
}
.bg-base-light\/65 {
  background-color: rgba(69,69,69,0.65);
}
.bg-base-light\/70 {
  background-color: rgba(69,69,69,0.7);
}
.bg-base-light\/75 {
  background-color: rgba(69,69,69,0.75);
}
.bg-base-light\/80 {
  background-color: rgba(69,69,69,0.8);
}
.bg-base-light\/85 {
  background-color: rgba(69,69,69,0.85);
}
.bg-base-light\/90 {
  background-color: rgba(69,69,69,0.9);
}
.bg-base-light\/95 {
  background-color: rgba(69,69,69,0.95);
}
.bg-base-none {
  background-color: transparent;
}
.bg-base-none\/0 {
  background-color: rgba(0,0,0,0);
}
.bg-base-none\/10 {
  background-color: rgba(0,0,0,0.1);
}
.bg-base-none\/100 {
  background-color: rgba(0,0,0,1);
}
.bg-base-none\/15 {
  background-color: rgba(0,0,0,0.15);
}
.bg-base-none\/20 {
  background-color: rgba(0,0,0,0.2);
}
.bg-base-none\/25 {
  background-color: rgba(0,0,0,0.25);
}
.bg-base-none\/30 {
  background-color: rgba(0,0,0,0.3);
}
.bg-base-none\/35 {
  background-color: rgba(0,0,0,0.35);
}
.bg-base-none\/40 {
  background-color: rgba(0,0,0,0.4);
}
.bg-base-none\/45 {
  background-color: rgba(0,0,0,0.45);
}
.bg-base-none\/5 {
  background-color: rgba(0,0,0,0.05);
}
.bg-base-none\/50 {
  background-color: rgba(0,0,0,0.5);
}
.bg-base-none\/55 {
  background-color: rgba(0,0,0,0.55);
}
.bg-base-none\/60 {
  background-color: rgba(0,0,0,0.6);
}
.bg-base-none\/65 {
  background-color: rgba(0,0,0,0.65);
}
.bg-base-none\/70 {
  background-color: rgba(0,0,0,0.7);
}
.bg-base-none\/75 {
  background-color: rgba(0,0,0,0.75);
}
.bg-base-none\/80 {
  background-color: rgba(0,0,0,0.8);
}
.bg-base-none\/85 {
  background-color: rgba(0,0,0,0.85);
}
.bg-base-none\/90 {
  background-color: rgba(0,0,0,0.9);
}
.bg-base-none\/95 {
  background-color: rgba(0,0,0,0.95);
}
.bg-marker-0 {
  background-color: #60BF02;
}
.bg-marker-0\/0 {
  background-color: rgba(96,191,2,0);
}
.bg-marker-0\/10 {
  background-color: rgba(96,191,2,0.1);
}
.bg-marker-0\/100 {
  background-color: rgba(96,191,2,1);
}
.bg-marker-0\/15 {
  background-color: rgba(96,191,2,0.15);
}
.bg-marker-0\/20 {
  background-color: rgba(96,191,2,0.2);
}
.bg-marker-0\/25 {
  background-color: rgba(96,191,2,0.25);
}
.bg-marker-0\/30 {
  background-color: rgba(96,191,2,0.3);
}
.bg-marker-0\/35 {
  background-color: rgba(96,191,2,0.35);
}
.bg-marker-0\/40 {
  background-color: rgba(96,191,2,0.4);
}
.bg-marker-0\/45 {
  background-color: rgba(96,191,2,0.45);
}
.bg-marker-0\/5 {
  background-color: rgba(96,191,2,0.05);
}
.bg-marker-0\/50 {
  background-color: rgba(96,191,2,0.5);
}
.bg-marker-0\/55 {
  background-color: rgba(96,191,2,0.55);
}
.bg-marker-0\/60 {
  background-color: rgba(96,191,2,0.6);
}
.bg-marker-0\/65 {
  background-color: rgba(96,191,2,0.65);
}
.bg-marker-0\/70 {
  background-color: rgba(96,191,2,0.7);
}
.bg-marker-0\/75 {
  background-color: rgba(96,191,2,0.75);
}
.bg-marker-0\/80 {
  background-color: rgba(96,191,2,0.8);
}
.bg-marker-0\/85 {
  background-color: rgba(96,191,2,0.85);
}
.bg-marker-0\/90 {
  background-color: rgba(96,191,2,0.9);
}
.bg-marker-0\/95 {
  background-color: rgba(96,191,2,0.95);
}
.bg-marker-100 {
  background-color: #60BF02;
}
.bg-marker-100\/0 {
  background-color: rgba(96,191,2,0);
}
.bg-marker-100\/10 {
  background-color: rgba(96,191,2,0.1);
}
.bg-marker-100\/100 {
  background-color: rgba(96,191,2,1);
}
.bg-marker-100\/15 {
  background-color: rgba(96,191,2,0.15);
}
.bg-marker-100\/20 {
  background-color: rgba(96,191,2,0.2);
}
.bg-marker-100\/25 {
  background-color: rgba(96,191,2,0.25);
}
.bg-marker-100\/30 {
  background-color: rgba(96,191,2,0.3);
}
.bg-marker-100\/35 {
  background-color: rgba(96,191,2,0.35);
}
.bg-marker-100\/40 {
  background-color: rgba(96,191,2,0.4);
}
.bg-marker-100\/45 {
  background-color: rgba(96,191,2,0.45);
}
.bg-marker-100\/5 {
  background-color: rgba(96,191,2,0.05);
}
.bg-marker-100\/50 {
  background-color: rgba(96,191,2,0.5);
}
.bg-marker-100\/55 {
  background-color: rgba(96,191,2,0.55);
}
.bg-marker-100\/60 {
  background-color: rgba(96,191,2,0.6);
}
.bg-marker-100\/65 {
  background-color: rgba(96,191,2,0.65);
}
.bg-marker-100\/70 {
  background-color: rgba(96,191,2,0.7);
}
.bg-marker-100\/75 {
  background-color: rgba(96,191,2,0.75);
}
.bg-marker-100\/80 {
  background-color: rgba(96,191,2,0.8);
}
.bg-marker-100\/85 {
  background-color: rgba(96,191,2,0.85);
}
.bg-marker-100\/90 {
  background-color: rgba(96,191,2,0.9);
}
.bg-marker-100\/95 {
  background-color: rgba(96,191,2,0.95);
}
.bg-marker-200 {
  background-color: #60BF02;
}
.bg-marker-200\/0 {
  background-color: rgba(96,191,2,0);
}
.bg-marker-200\/10 {
  background-color: rgba(96,191,2,0.1);
}
.bg-marker-200\/100 {
  background-color: rgba(96,191,2,1);
}
.bg-marker-200\/15 {
  background-color: rgba(96,191,2,0.15);
}
.bg-marker-200\/20 {
  background-color: rgba(96,191,2,0.2);
}
.bg-marker-200\/25 {
  background-color: rgba(96,191,2,0.25);
}
.bg-marker-200\/30 {
  background-color: rgba(96,191,2,0.3);
}
.bg-marker-200\/35 {
  background-color: rgba(96,191,2,0.35);
}
.bg-marker-200\/40 {
  background-color: rgba(96,191,2,0.4);
}
.bg-marker-200\/45 {
  background-color: rgba(96,191,2,0.45);
}
.bg-marker-200\/5 {
  background-color: rgba(96,191,2,0.05);
}
.bg-marker-200\/50 {
  background-color: rgba(96,191,2,0.5);
}
.bg-marker-200\/55 {
  background-color: rgba(96,191,2,0.55);
}
.bg-marker-200\/60 {
  background-color: rgba(96,191,2,0.6);
}
.bg-marker-200\/65 {
  background-color: rgba(96,191,2,0.65);
}
.bg-marker-200\/70 {
  background-color: rgba(96,191,2,0.7);
}
.bg-marker-200\/75 {
  background-color: rgba(96,191,2,0.75);
}
.bg-marker-200\/80 {
  background-color: rgba(96,191,2,0.8);
}
.bg-marker-200\/85 {
  background-color: rgba(96,191,2,0.85);
}
.bg-marker-200\/90 {
  background-color: rgba(96,191,2,0.9);
}
.bg-marker-200\/95 {
  background-color: rgba(96,191,2,0.95);
}
.bg-marker-300 {
  background-color: #60BF02;
}
.bg-marker-300\/0 {
  background-color: rgba(96,191,2,0);
}
.bg-marker-300\/10 {
  background-color: rgba(96,191,2,0.1);
}
.bg-marker-300\/100 {
  background-color: rgba(96,191,2,1);
}
.bg-marker-300\/15 {
  background-color: rgba(96,191,2,0.15);
}
.bg-marker-300\/20 {
  background-color: rgba(96,191,2,0.2);
}
.bg-marker-300\/25 {
  background-color: rgba(96,191,2,0.25);
}
.bg-marker-300\/30 {
  background-color: rgba(96,191,2,0.3);
}
.bg-marker-300\/35 {
  background-color: rgba(96,191,2,0.35);
}
.bg-marker-300\/40 {
  background-color: rgba(96,191,2,0.4);
}
.bg-marker-300\/45 {
  background-color: rgba(96,191,2,0.45);
}
.bg-marker-300\/5 {
  background-color: rgba(96,191,2,0.05);
}
.bg-marker-300\/50 {
  background-color: rgba(96,191,2,0.5);
}
.bg-marker-300\/55 {
  background-color: rgba(96,191,2,0.55);
}
.bg-marker-300\/60 {
  background-color: rgba(96,191,2,0.6);
}
.bg-marker-300\/65 {
  background-color: rgba(96,191,2,0.65);
}
.bg-marker-300\/70 {
  background-color: rgba(96,191,2,0.7);
}
.bg-marker-300\/75 {
  background-color: rgba(96,191,2,0.75);
}
.bg-marker-300\/80 {
  background-color: rgba(96,191,2,0.8);
}
.bg-marker-300\/85 {
  background-color: rgba(96,191,2,0.85);
}
.bg-marker-300\/90 {
  background-color: rgba(96,191,2,0.9);
}
.bg-marker-300\/95 {
  background-color: rgba(96,191,2,0.95);
}
.bg-marker-400 {
  background-color: #60BF02;
}
.bg-marker-400\/0 {
  background-color: rgba(96,191,2,0);
}
.bg-marker-400\/10 {
  background-color: rgba(96,191,2,0.1);
}
.bg-marker-400\/100 {
  background-color: rgba(96,191,2,1);
}
.bg-marker-400\/15 {
  background-color: rgba(96,191,2,0.15);
}
.bg-marker-400\/20 {
  background-color: rgba(96,191,2,0.2);
}
.bg-marker-400\/25 {
  background-color: rgba(96,191,2,0.25);
}
.bg-marker-400\/30 {
  background-color: rgba(96,191,2,0.3);
}
.bg-marker-400\/35 {
  background-color: rgba(96,191,2,0.35);
}
.bg-marker-400\/40 {
  background-color: rgba(96,191,2,0.4);
}
.bg-marker-400\/45 {
  background-color: rgba(96,191,2,0.45);
}
.bg-marker-400\/5 {
  background-color: rgba(96,191,2,0.05);
}
.bg-marker-400\/50 {
  background-color: rgba(96,191,2,0.5);
}
.bg-marker-400\/55 {
  background-color: rgba(96,191,2,0.55);
}
.bg-marker-400\/60 {
  background-color: rgba(96,191,2,0.6);
}
.bg-marker-400\/65 {
  background-color: rgba(96,191,2,0.65);
}
.bg-marker-400\/70 {
  background-color: rgba(96,191,2,0.7);
}
.bg-marker-400\/75 {
  background-color: rgba(96,191,2,0.75);
}
.bg-marker-400\/80 {
  background-color: rgba(96,191,2,0.8);
}
.bg-marker-400\/85 {
  background-color: rgba(96,191,2,0.85);
}
.bg-marker-400\/90 {
  background-color: rgba(96,191,2,0.9);
}
.bg-marker-400\/95 {
  background-color: rgba(96,191,2,0.95);
}
.bg-marker-500 {
  background-color: #428400;
}
.bg-marker-500\/0 {
  background-color: rgba(66,132,0,0);
}
.bg-marker-500\/10 {
  background-color: rgba(66,132,0,0.1);
}
.bg-marker-500\/100 {
  background-color: rgba(66,132,0,1);
}
.bg-marker-500\/15 {
  background-color: rgba(66,132,0,0.15);
}
.bg-marker-500\/20 {
  background-color: rgba(66,132,0,0.2);
}
.bg-marker-500\/25 {
  background-color: rgba(66,132,0,0.25);
}
.bg-marker-500\/30 {
  background-color: rgba(66,132,0,0.3);
}
.bg-marker-500\/35 {
  background-color: rgba(66,132,0,0.35);
}
.bg-marker-500\/40 {
  background-color: rgba(66,132,0,0.4);
}
.bg-marker-500\/45 {
  background-color: rgba(66,132,0,0.45);
}
.bg-marker-500\/5 {
  background-color: rgba(66,132,0,0.05);
}
.bg-marker-500\/50 {
  background-color: rgba(66,132,0,0.5);
}
.bg-marker-500\/55 {
  background-color: rgba(66,132,0,0.55);
}
.bg-marker-500\/60 {
  background-color: rgba(66,132,0,0.6);
}
.bg-marker-500\/65 {
  background-color: rgba(66,132,0,0.65);
}
.bg-marker-500\/70 {
  background-color: rgba(66,132,0,0.7);
}
.bg-marker-500\/75 {
  background-color: rgba(66,132,0,0.75);
}
.bg-marker-500\/80 {
  background-color: rgba(66,132,0,0.8);
}
.bg-marker-500\/85 {
  background-color: rgba(66,132,0,0.85);
}
.bg-marker-500\/90 {
  background-color: rgba(66,132,0,0.9);
}
.bg-marker-500\/95 {
  background-color: rgba(66,132,0,0.95);
}
.bg-marker-600 {
  background-color: #428400;
}
.bg-marker-600\/0 {
  background-color: rgba(66,132,0,0);
}
.bg-marker-600\/10 {
  background-color: rgba(66,132,0,0.1);
}
.bg-marker-600\/100 {
  background-color: rgba(66,132,0,1);
}
.bg-marker-600\/15 {
  background-color: rgba(66,132,0,0.15);
}
.bg-marker-600\/20 {
  background-color: rgba(66,132,0,0.2);
}
.bg-marker-600\/25 {
  background-color: rgba(66,132,0,0.25);
}
.bg-marker-600\/30 {
  background-color: rgba(66,132,0,0.3);
}
.bg-marker-600\/35 {
  background-color: rgba(66,132,0,0.35);
}
.bg-marker-600\/40 {
  background-color: rgba(66,132,0,0.4);
}
.bg-marker-600\/45 {
  background-color: rgba(66,132,0,0.45);
}
.bg-marker-600\/5 {
  background-color: rgba(66,132,0,0.05);
}
.bg-marker-600\/50 {
  background-color: rgba(66,132,0,0.5);
}
.bg-marker-600\/55 {
  background-color: rgba(66,132,0,0.55);
}
.bg-marker-600\/60 {
  background-color: rgba(66,132,0,0.6);
}
.bg-marker-600\/65 {
  background-color: rgba(66,132,0,0.65);
}
.bg-marker-600\/70 {
  background-color: rgba(66,132,0,0.7);
}
.bg-marker-600\/75 {
  background-color: rgba(66,132,0,0.75);
}
.bg-marker-600\/80 {
  background-color: rgba(66,132,0,0.8);
}
.bg-marker-600\/85 {
  background-color: rgba(66,132,0,0.85);
}
.bg-marker-600\/90 {
  background-color: rgba(66,132,0,0.9);
}
.bg-marker-600\/95 {
  background-color: rgba(66,132,0,0.95);
}
.bg-marker-700 {
  background-color: #428400;
}
.bg-marker-700\/0 {
  background-color: rgba(66,132,0,0);
}
.bg-marker-700\/10 {
  background-color: rgba(66,132,0,0.1);
}
.bg-marker-700\/100 {
  background-color: rgba(66,132,0,1);
}
.bg-marker-700\/15 {
  background-color: rgba(66,132,0,0.15);
}
.bg-marker-700\/20 {
  background-color: rgba(66,132,0,0.2);
}
.bg-marker-700\/25 {
  background-color: rgba(66,132,0,0.25);
}
.bg-marker-700\/30 {
  background-color: rgba(66,132,0,0.3);
}
.bg-marker-700\/35 {
  background-color: rgba(66,132,0,0.35);
}
.bg-marker-700\/40 {
  background-color: rgba(66,132,0,0.4);
}
.bg-marker-700\/45 {
  background-color: rgba(66,132,0,0.45);
}
.bg-marker-700\/5 {
  background-color: rgba(66,132,0,0.05);
}
.bg-marker-700\/50 {
  background-color: rgba(66,132,0,0.5);
}
.bg-marker-700\/55 {
  background-color: rgba(66,132,0,0.55);
}
.bg-marker-700\/60 {
  background-color: rgba(66,132,0,0.6);
}
.bg-marker-700\/65 {
  background-color: rgba(66,132,0,0.65);
}
.bg-marker-700\/70 {
  background-color: rgba(66,132,0,0.7);
}
.bg-marker-700\/75 {
  background-color: rgba(66,132,0,0.75);
}
.bg-marker-700\/80 {
  background-color: rgba(66,132,0,0.8);
}
.bg-marker-700\/85 {
  background-color: rgba(66,132,0,0.85);
}
.bg-marker-700\/90 {
  background-color: rgba(66,132,0,0.9);
}
.bg-marker-700\/95 {
  background-color: rgba(66,132,0,0.95);
}
.bg-marker-800 {
  background-color: #428400;
}
.bg-marker-800\/0 {
  background-color: rgba(66,132,0,0);
}
.bg-marker-800\/10 {
  background-color: rgba(66,132,0,0.1);
}
.bg-marker-800\/100 {
  background-color: rgba(66,132,0,1);
}
.bg-marker-800\/15 {
  background-color: rgba(66,132,0,0.15);
}
.bg-marker-800\/20 {
  background-color: rgba(66,132,0,0.2);
}
.bg-marker-800\/25 {
  background-color: rgba(66,132,0,0.25);
}
.bg-marker-800\/30 {
  background-color: rgba(66,132,0,0.3);
}
.bg-marker-800\/35 {
  background-color: rgba(66,132,0,0.35);
}
.bg-marker-800\/40 {
  background-color: rgba(66,132,0,0.4);
}
.bg-marker-800\/45 {
  background-color: rgba(66,132,0,0.45);
}
.bg-marker-800\/5 {
  background-color: rgba(66,132,0,0.05);
}
.bg-marker-800\/50 {
  background-color: rgba(66,132,0,0.5);
}
.bg-marker-800\/55 {
  background-color: rgba(66,132,0,0.55);
}
.bg-marker-800\/60 {
  background-color: rgba(66,132,0,0.6);
}
.bg-marker-800\/65 {
  background-color: rgba(66,132,0,0.65);
}
.bg-marker-800\/70 {
  background-color: rgba(66,132,0,0.7);
}
.bg-marker-800\/75 {
  background-color: rgba(66,132,0,0.75);
}
.bg-marker-800\/80 {
  background-color: rgba(66,132,0,0.8);
}
.bg-marker-800\/85 {
  background-color: rgba(66,132,0,0.85);
}
.bg-marker-800\/90 {
  background-color: rgba(66,132,0,0.9);
}
.bg-marker-800\/95 {
  background-color: rgba(66,132,0,0.95);
}
.bg-marker-900 {
  background-color: #428400;
}
.bg-marker-900\/0 {
  background-color: rgba(66,132,0,0);
}
.bg-marker-900\/10 {
  background-color: rgba(66,132,0,0.1);
}
.bg-marker-900\/100 {
  background-color: rgba(66,132,0,1);
}
.bg-marker-900\/15 {
  background-color: rgba(66,132,0,0.15);
}
.bg-marker-900\/20 {
  background-color: rgba(66,132,0,0.2);
}
.bg-marker-900\/25 {
  background-color: rgba(66,132,0,0.25);
}
.bg-marker-900\/30 {
  background-color: rgba(66,132,0,0.3);
}
.bg-marker-900\/35 {
  background-color: rgba(66,132,0,0.35);
}
.bg-marker-900\/40 {
  background-color: rgba(66,132,0,0.4);
}
.bg-marker-900\/45 {
  background-color: rgba(66,132,0,0.45);
}
.bg-marker-900\/5 {
  background-color: rgba(66,132,0,0.05);
}
.bg-marker-900\/50 {
  background-color: rgba(66,132,0,0.5);
}
.bg-marker-900\/55 {
  background-color: rgba(66,132,0,0.55);
}
.bg-marker-900\/60 {
  background-color: rgba(66,132,0,0.6);
}
.bg-marker-900\/65 {
  background-color: rgba(66,132,0,0.65);
}
.bg-marker-900\/70 {
  background-color: rgba(66,132,0,0.7);
}
.bg-marker-900\/75 {
  background-color: rgba(66,132,0,0.75);
}
.bg-marker-900\/80 {
  background-color: rgba(66,132,0,0.8);
}
.bg-marker-900\/85 {
  background-color: rgba(66,132,0,0.85);
}
.bg-marker-900\/90 {
  background-color: rgba(66,132,0,0.9);
}
.bg-marker-900\/95 {
  background-color: rgba(66,132,0,0.95);
}
.bg-marker-dark {
  background-color: #428400;
}
.bg-marker-dark\/0 {
  background-color: rgba(66,132,0,0);
}
.bg-marker-dark\/10 {
  background-color: rgba(66,132,0,0.1);
}
.bg-marker-dark\/100 {
  background-color: rgba(66,132,0,1);
}
.bg-marker-dark\/15 {
  background-color: rgba(66,132,0,0.15);
}
.bg-marker-dark\/20 {
  background-color: rgba(66,132,0,0.2);
}
.bg-marker-dark\/25 {
  background-color: rgba(66,132,0,0.25);
}
.bg-marker-dark\/30 {
  background-color: rgba(66,132,0,0.3);
}
.bg-marker-dark\/35 {
  background-color: rgba(66,132,0,0.35);
}
.bg-marker-dark\/40 {
  background-color: rgba(66,132,0,0.4);
}
.bg-marker-dark\/45 {
  background-color: rgba(66,132,0,0.45);
}
.bg-marker-dark\/5 {
  background-color: rgba(66,132,0,0.05);
}
.bg-marker-dark\/50 {
  background-color: rgba(66,132,0,0.5);
}
.bg-marker-dark\/55 {
  background-color: rgba(66,132,0,0.55);
}
.bg-marker-dark\/60 {
  background-color: rgba(66,132,0,0.6);
}
.bg-marker-dark\/65 {
  background-color: rgba(66,132,0,0.65);
}
.bg-marker-dark\/70 {
  background-color: rgba(66,132,0,0.7);
}
.bg-marker-dark\/75 {
  background-color: rgba(66,132,0,0.75);
}
.bg-marker-dark\/80 {
  background-color: rgba(66,132,0,0.8);
}
.bg-marker-dark\/85 {
  background-color: rgba(66,132,0,0.85);
}
.bg-marker-dark\/90 {
  background-color: rgba(66,132,0,0.9);
}
.bg-marker-dark\/95 {
  background-color: rgba(66,132,0,0.95);
}
.bg-marker-light {
  background-color: #60BF02;
}
.bg-marker-light\/0 {
  background-color: rgba(96,191,2,0);
}
.bg-marker-light\/10 {
  background-color: rgba(96,191,2,0.1);
}
.bg-marker-light\/100 {
  background-color: rgba(96,191,2,1);
}
.bg-marker-light\/15 {
  background-color: rgba(96,191,2,0.15);
}
.bg-marker-light\/20 {
  background-color: rgba(96,191,2,0.2);
}
.bg-marker-light\/25 {
  background-color: rgba(96,191,2,0.25);
}
.bg-marker-light\/30 {
  background-color: rgba(96,191,2,0.3);
}
.bg-marker-light\/35 {
  background-color: rgba(96,191,2,0.35);
}
.bg-marker-light\/40 {
  background-color: rgba(96,191,2,0.4);
}
.bg-marker-light\/45 {
  background-color: rgba(96,191,2,0.45);
}
.bg-marker-light\/5 {
  background-color: rgba(96,191,2,0.05);
}
.bg-marker-light\/50 {
  background-color: rgba(96,191,2,0.5);
}
.bg-marker-light\/55 {
  background-color: rgba(96,191,2,0.55);
}
.bg-marker-light\/60 {
  background-color: rgba(96,191,2,0.6);
}
.bg-marker-light\/65 {
  background-color: rgba(96,191,2,0.65);
}
.bg-marker-light\/70 {
  background-color: rgba(96,191,2,0.7);
}
.bg-marker-light\/75 {
  background-color: rgba(96,191,2,0.75);
}
.bg-marker-light\/80 {
  background-color: rgba(96,191,2,0.8);
}
.bg-marker-light\/85 {
  background-color: rgba(96,191,2,0.85);
}
.bg-marker-light\/90 {
  background-color: rgba(96,191,2,0.9);
}
.bg-marker-light\/95 {
  background-color: rgba(96,191,2,0.95);
}
.bg-\[linear-gradient\(45deg\2c rgba\(0\2c 0\2c 0\2c 0\.97\)_20\%\2c rgba\(0\2c 0\2c 0\2c 0\.55\)_100\%\)\] {
  background-image: linear-gradient(45deg,rgba(0,0,0,0.97) 20%,rgba(0,0,0,0.55) 100%);
}
.bg-black-fade {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.75) 50.28%, rgba(0, 0, 0, 0) 100%);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.bg-auto {
  background-size: auto;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-clip-border {
  background-clip: border-box;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-clip-content {
  background-clip: content-box;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right {
  background-position: right;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-repeat-round {
  background-repeat: round;
}
.bg-repeat-space {
  background-repeat: space;
}
.bg-origin-border {
  background-origin: border-box;
}
.bg-origin-padding {
  background-origin: padding-box;
}
.bg-origin-content {
  background-origin: content-box;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.0625rem;
}
.p-12 {
  padding: 0.75rem;
}
.p-16 {
  padding: 1rem;
}
.p-2 {
  padding: 0.125rem;
}
.p-20 {
  padding: 1.25rem;
}
.p-24 {
  padding: 1.5rem;
}
.p-32 {
  padding: 2rem;
}
.p-4 {
  padding: 0.25rem;
}
.p-40 {
  padding: 2.5rem;
}
.p-48 {
  padding: 3rem;
}
.p-56 {
  padding: 3.5rem;
}
.p-6 {
  padding: 0.375rem;
}
.p-72 {
  padding: 4.5rem;
}
.p-8 {
  padding: 0.5rem;
}
.p-\[0\.4rem\] {
  padding: 0.4rem;
}
.p-h-rem-full {
  padding: 33.75rem;
}
.p-w-rem-full {
  padding: 60rem;
}
.\!px-16 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!py-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 0.0625rem;
  padding-right: 0.0625rem;
}
.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-2 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-32 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-4 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-48 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-56 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-6 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-72 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.px-8 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-\[0\.5rem\] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-\[0\.8125rem\] {
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
}
.px-\[1rem\] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[2\.5rem\] {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-\[3rem\] {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-\[5\%\] {
  padding-left: 5%;
  padding-right: 5%;
}
.px-h-rem-full {
  padding-left: 33.75rem;
  padding-right: 33.75rem;
}
.px-w-rem-full {
  padding-left: 60rem;
  padding-right: 60rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
}
.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-2 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-32 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-48 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-56 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-6 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-72 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-\[0\.1875rem\] {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
.py-\[0\.25rem\] {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-\[0\.44rem\] {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
}
.py-\[0\.625rem\] {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-\[0\.62rem\] {
  padding-top: 0.62rem;
  padding-bottom: 0.62rem;
}
.py-\[0\.75rem\] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-\[3rem\] {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-h-rem-full {
  padding-top: 33.75rem;
  padding-bottom: 33.75rem;
}
.py-w-rem-full {
  padding-top: 60rem;
  padding-bottom: 60rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.0625rem;
}
.pb-12 {
  padding-bottom: 0.75rem;
}
.pb-16 {
  padding-bottom: 1rem;
}
.pb-2 {
  padding-bottom: 0.125rem;
}
.pb-20 {
  padding-bottom: 1.25rem;
}
.pb-24 {
  padding-bottom: 1.5rem;
}
.pb-32 {
  padding-bottom: 2rem;
}
.pb-4 {
  padding-bottom: 0.25rem;
}
.pb-40 {
  padding-bottom: 2.5rem;
}
.pb-48 {
  padding-bottom: 3rem;
}
.pb-56 {
  padding-bottom: 3.5rem;
}
.pb-6 {
  padding-bottom: 0.375rem;
}
.pb-72 {
  padding-bottom: 4.5rem;
}
.pb-8 {
  padding-bottom: 0.5rem;
}
.pb-\[0\.1rem\] {
  padding-bottom: 0.1rem;
}
.pb-\[0\.5rem\] {
  padding-bottom: 0.5rem;
}
.pb-\[1rem\] {
  padding-bottom: 1rem;
}
.pb-h-rem-full {
  padding-bottom: 33.75rem;
}
.pb-w-rem-full {
  padding-bottom: 60rem;
}
.pe-0 {
  padding-inline-end: 0;
}
.pe-1 {
  padding-inline-end: 0.0625rem;
}
.pe-12 {
  padding-inline-end: 0.75rem;
}
.pe-16 {
  padding-inline-end: 1rem;
}
.pe-2 {
  padding-inline-end: 0.125rem;
}
.pe-20 {
  padding-inline-end: 1.25rem;
}
.pe-24 {
  padding-inline-end: 1.5rem;
}
.pe-32 {
  padding-inline-end: 2rem;
}
.pe-4 {
  padding-inline-end: 0.25rem;
}
.pe-40 {
  padding-inline-end: 2.5rem;
}
.pe-48 {
  padding-inline-end: 3rem;
}
.pe-56 {
  padding-inline-end: 3.5rem;
}
.pe-6 {
  padding-inline-end: 0.375rem;
}
.pe-72 {
  padding-inline-end: 4.5rem;
}
.pe-8 {
  padding-inline-end: 0.5rem;
}
.pe-h-rem-full {
  padding-inline-end: 33.75rem;
}
.pe-w-rem-full {
  padding-inline-end: 60rem;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 0.0625rem;
}
.pl-12 {
  padding-left: 0.75rem;
}
.pl-16 {
  padding-left: 1rem;
}
.pl-2 {
  padding-left: 0.125rem;
}
.pl-20 {
  padding-left: 1.25rem;
}
.pl-24 {
  padding-left: 1.5rem;
}
.pl-32 {
  padding-left: 2rem;
}
.pl-4 {
  padding-left: 0.25rem;
}
.pl-40 {
  padding-left: 2.5rem;
}
.pl-48 {
  padding-left: 3rem;
}
.pl-56 {
  padding-left: 3.5rem;
}
.pl-6 {
  padding-left: 0.375rem;
}
.pl-72 {
  padding-left: 4.5rem;
}
.pl-8 {
  padding-left: 0.5rem;
}
.pl-\[0\.62rem\] {
  padding-left: 0.62rem;
}
.pl-\[1\.5rem\] {
  padding-left: 1.5rem;
}
.pl-\[1\.87rem\] {
  padding-left: 1.87rem;
}
.pl-\[3\.38rem\] {
  padding-left: 3.38rem;
}
.pl-\[3rem\] {
  padding-left: 3rem;
}
.pl-h-rem-full {
  padding-left: 33.75rem;
}
.pl-w-rem-full {
  padding-left: 60rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 0.0625rem;
}
.pr-12 {
  padding-right: 0.75rem;
}
.pr-16 {
  padding-right: 1rem;
}
.pr-2 {
  padding-right: 0.125rem;
}
.pr-20 {
  padding-right: 1.25rem;
}
.pr-24 {
  padding-right: 1.5rem;
}
.pr-32 {
  padding-right: 2rem;
}
.pr-4 {
  padding-right: 0.25rem;
}
.pr-40 {
  padding-right: 2.5rem;
}
.pr-48 {
  padding-right: 3rem;
}
.pr-56 {
  padding-right: 3.5rem;
}
.pr-6 {
  padding-right: 0.375rem;
}
.pr-72 {
  padding-right: 4.5rem;
}
.pr-8 {
  padding-right: 0.5rem;
}
.pr-\[1\.69rem\] {
  padding-right: 1.69rem;
}
.pr-\[3rem\] {
  padding-right: 3rem;
}
.pr-h-rem-full {
  padding-right: 33.75rem;
}
.pr-w-rem-full {
  padding-right: 60rem;
}
.ps-0 {
  padding-inline-start: 0;
}
.ps-1 {
  padding-inline-start: 0.0625rem;
}
.ps-12 {
  padding-inline-start: 0.75rem;
}
.ps-16 {
  padding-inline-start: 1rem;
}
.ps-2 {
  padding-inline-start: 0.125rem;
}
.ps-20 {
  padding-inline-start: 1.25rem;
}
.ps-24 {
  padding-inline-start: 1.5rem;
}
.ps-32 {
  padding-inline-start: 2rem;
}
.ps-4 {
  padding-inline-start: 0.25rem;
}
.ps-40 {
  padding-inline-start: 2.5rem;
}
.ps-48 {
  padding-inline-start: 3rem;
}
.ps-56 {
  padding-inline-start: 3.5rem;
}
.ps-6 {
  padding-inline-start: 0.375rem;
}
.ps-72 {
  padding-inline-start: 4.5rem;
}
.ps-8 {
  padding-inline-start: 0.5rem;
}
.ps-h-rem-full {
  padding-inline-start: 33.75rem;
}
.ps-w-rem-full {
  padding-inline-start: 60rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.0625rem;
}
.pt-12 {
  padding-top: 0.75rem;
}
.pt-16 {
  padding-top: 1rem;
}
.pt-2 {
  padding-top: 0.125rem;
}
.pt-20 {
  padding-top: 1.25rem;
}
.pt-24 {
  padding-top: 1.5rem;
}
.pt-32 {
  padding-top: 2rem;
}
.pt-4 {
  padding-top: 0.25rem;
}
.pt-40 {
  padding-top: 2.5rem;
}
.pt-48 {
  padding-top: 3rem;
}
.pt-56 {
  padding-top: 3.5rem;
}
.pt-6 {
  padding-top: 0.375rem;
}
.pt-72 {
  padding-top: 4.5rem;
}
.pt-8 {
  padding-top: 0.5rem;
}
.pt-\[0\.94rem\] {
  padding-top: 0.94rem;
}
.pt-\[1\.5rem\] {
  padding-top: 1.5rem;
}
.pt-\[1\.65rem\] {
  padding-top: 1.65rem;
}
.pt-\[2\.94rem\] {
  padding-top: 2.94rem;
}
.pt-\[2rem\] {
  padding-top: 2rem;
}
.pt-\[3\.5rem\] {
  padding-top: 3.5rem;
}
.pt-\[3rem\] {
  padding-top: 3rem;
}
.pt-\[4rem\] {
  padding-top: 4rem;
}
.pt-h-rem-full {
  padding-top: 33.75rem;
}
.pt-w-rem-full {
  padding-top: 60rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.-indent-0 {
  text-indent: 0;
}
.-indent-1 {
  text-indent: -0.0625rem;
}
.-indent-12 {
  text-indent: -0.75rem;
}
.-indent-16 {
  text-indent: -1rem;
}
.-indent-2 {
  text-indent: -0.125rem;
}
.-indent-20 {
  text-indent: -1.25rem;
}
.-indent-24 {
  text-indent: -1.5rem;
}
.-indent-32 {
  text-indent: -2rem;
}
.-indent-4 {
  text-indent: -0.25rem;
}
.-indent-40 {
  text-indent: -2.5rem;
}
.-indent-48 {
  text-indent: -3rem;
}
.-indent-56 {
  text-indent: -3.5rem;
}
.-indent-6 {
  text-indent: -0.375rem;
}
.-indent-72 {
  text-indent: -4.5rem;
}
.-indent-8 {
  text-indent: -0.5rem;
}
.-indent-h-rem-full {
  text-indent: -33.75rem;
}
.-indent-w-rem-full {
  text-indent: -60rem;
}
.indent-0 {
  text-indent: 0;
}
.indent-1 {
  text-indent: 0.0625rem;
}
.indent-12 {
  text-indent: 0.75rem;
}
.indent-16 {
  text-indent: 1rem;
}
.indent-2 {
  text-indent: 0.125rem;
}
.indent-20 {
  text-indent: 1.25rem;
}
.indent-24 {
  text-indent: 1.5rem;
}
.indent-32 {
  text-indent: 2rem;
}
.indent-4 {
  text-indent: 0.25rem;
}
.indent-40 {
  text-indent: 2.5rem;
}
.indent-48 {
  text-indent: 3rem;
}
.indent-56 {
  text-indent: 3.5rem;
}
.indent-6 {
  text-indent: 0.375rem;
}
.indent-72 {
  text-indent: 4.5rem;
}
.indent-8 {
  text-indent: 0.5rem;
}
.indent-h-rem-full {
  text-indent: 33.75rem;
}
.indent-w-rem-full {
  text-indent: 60rem;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-text-top {
  vertical-align: text-top;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.align-sub {
  vertical-align: sub;
}
.align-super {
  vertical-align: super;
}
.font-primary {
  font-family: Noto Sans;
}
.font-secondary {
  font-family: Noto Sans Condensed;
}
.\!text-2xs {
  font-size: 0.5rem !important;
}
.\!text-\[2\.5rem\] {
  font-size: 2.5rem !important;
}
.text {
  font-size: 1rem;
}
.text-2xl {
  font-size: 2rem;
}
.text-2xs {
  font-size: 0.5rem;
}
.text-3xl {
  font-size: 2.5rem;
}
.text-3xs {
  font-size: 0.25rem;
}
.text-base {
  font-size: 1rem;
}
.text-inherit {
  font-size: inherit;
}
.text-lg {
  font-size: 1.25rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-xl {
  font-size: 1.5rem;
}
.text-xs {
  font-size: 0.75rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.normal-nums {
  font-variant-numeric: normal;
}
.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);
}
.slashed-zero {
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.lining-nums {
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-3 {
  line-height: .75rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.-tracking-normal {
  letter-spacing: -0em;
}
.-tracking-tight {
  letter-spacing: 0.025em;
}
.-tracking-tighter {
  letter-spacing: 0.05em;
}
.-tracking-wide {
  letter-spacing: -0.025em;
}
.-tracking-wider {
  letter-spacing: -0.05em;
}
.-tracking-widest {
  letter-spacing: -0.1em;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-base-0 {
  color: #E5E5E5 !important;
}
.\!text-base-100 {
  color: #8C8C8C !important;
}
.\!text-base-900 {
  color: #000000 !important;
}
.text-\[\#808080\] {
  color: #808080;
}
.text-attention-0 {
  color: #E17A00;
}
.text-attention-0\/0 {
  color: rgba(225,122,0,0);
}
.text-attention-0\/10 {
  color: rgba(225,122,0,0.1);
}
.text-attention-0\/100 {
  color: rgba(225,122,0,1);
}
.text-attention-0\/15 {
  color: rgba(225,122,0,0.15);
}
.text-attention-0\/20 {
  color: rgba(225,122,0,0.2);
}
.text-attention-0\/25 {
  color: rgba(225,122,0,0.25);
}
.text-attention-0\/30 {
  color: rgba(225,122,0,0.3);
}
.text-attention-0\/35 {
  color: rgba(225,122,0,0.35);
}
.text-attention-0\/40 {
  color: rgba(225,122,0,0.4);
}
.text-attention-0\/45 {
  color: rgba(225,122,0,0.45);
}
.text-attention-0\/5 {
  color: rgba(225,122,0,0.05);
}
.text-attention-0\/50 {
  color: rgba(225,122,0,0.5);
}
.text-attention-0\/55 {
  color: rgba(225,122,0,0.55);
}
.text-attention-0\/60 {
  color: rgba(225,122,0,0.6);
}
.text-attention-0\/65 {
  color: rgba(225,122,0,0.65);
}
.text-attention-0\/70 {
  color: rgba(225,122,0,0.7);
}
.text-attention-0\/75 {
  color: rgba(225,122,0,0.75);
}
.text-attention-0\/80 {
  color: rgba(225,122,0,0.8);
}
.text-attention-0\/85 {
  color: rgba(225,122,0,0.85);
}
.text-attention-0\/90 {
  color: rgba(225,122,0,0.9);
}
.text-attention-0\/95 {
  color: rgba(225,122,0,0.95);
}
.text-attention-100 {
  color: #E17A00;
}
.text-attention-100\/0 {
  color: rgba(225,122,0,0);
}
.text-attention-100\/10 {
  color: rgba(225,122,0,0.1);
}
.text-attention-100\/100 {
  color: rgba(225,122,0,1);
}
.text-attention-100\/15 {
  color: rgba(225,122,0,0.15);
}
.text-attention-100\/20 {
  color: rgba(225,122,0,0.2);
}
.text-attention-100\/25 {
  color: rgba(225,122,0,0.25);
}
.text-attention-100\/30 {
  color: rgba(225,122,0,0.3);
}
.text-attention-100\/35 {
  color: rgba(225,122,0,0.35);
}
.text-attention-100\/40 {
  color: rgba(225,122,0,0.4);
}
.text-attention-100\/45 {
  color: rgba(225,122,0,0.45);
}
.text-attention-100\/5 {
  color: rgba(225,122,0,0.05);
}
.text-attention-100\/50 {
  color: rgba(225,122,0,0.5);
}
.text-attention-100\/55 {
  color: rgba(225,122,0,0.55);
}
.text-attention-100\/60 {
  color: rgba(225,122,0,0.6);
}
.text-attention-100\/65 {
  color: rgba(225,122,0,0.65);
}
.text-attention-100\/70 {
  color: rgba(225,122,0,0.7);
}
.text-attention-100\/75 {
  color: rgba(225,122,0,0.75);
}
.text-attention-100\/80 {
  color: rgba(225,122,0,0.8);
}
.text-attention-100\/85 {
  color: rgba(225,122,0,0.85);
}
.text-attention-100\/90 {
  color: rgba(225,122,0,0.9);
}
.text-attention-100\/95 {
  color: rgba(225,122,0,0.95);
}
.text-attention-200 {
  color: #E17A00;
}
.text-attention-200\/0 {
  color: rgba(225,122,0,0);
}
.text-attention-200\/10 {
  color: rgba(225,122,0,0.1);
}
.text-attention-200\/100 {
  color: rgba(225,122,0,1);
}
.text-attention-200\/15 {
  color: rgba(225,122,0,0.15);
}
.text-attention-200\/20 {
  color: rgba(225,122,0,0.2);
}
.text-attention-200\/25 {
  color: rgba(225,122,0,0.25);
}
.text-attention-200\/30 {
  color: rgba(225,122,0,0.3);
}
.text-attention-200\/35 {
  color: rgba(225,122,0,0.35);
}
.text-attention-200\/40 {
  color: rgba(225,122,0,0.4);
}
.text-attention-200\/45 {
  color: rgba(225,122,0,0.45);
}
.text-attention-200\/5 {
  color: rgba(225,122,0,0.05);
}
.text-attention-200\/50 {
  color: rgba(225,122,0,0.5);
}
.text-attention-200\/55 {
  color: rgba(225,122,0,0.55);
}
.text-attention-200\/60 {
  color: rgba(225,122,0,0.6);
}
.text-attention-200\/65 {
  color: rgba(225,122,0,0.65);
}
.text-attention-200\/70 {
  color: rgba(225,122,0,0.7);
}
.text-attention-200\/75 {
  color: rgba(225,122,0,0.75);
}
.text-attention-200\/80 {
  color: rgba(225,122,0,0.8);
}
.text-attention-200\/85 {
  color: rgba(225,122,0,0.85);
}
.text-attention-200\/90 {
  color: rgba(225,122,0,0.9);
}
.text-attention-200\/95 {
  color: rgba(225,122,0,0.95);
}
.text-attention-300 {
  color: #E17A00;
}
.text-attention-300\/0 {
  color: rgba(225,122,0,0);
}
.text-attention-300\/10 {
  color: rgba(225,122,0,0.1);
}
.text-attention-300\/100 {
  color: rgba(225,122,0,1);
}
.text-attention-300\/15 {
  color: rgba(225,122,0,0.15);
}
.text-attention-300\/20 {
  color: rgba(225,122,0,0.2);
}
.text-attention-300\/25 {
  color: rgba(225,122,0,0.25);
}
.text-attention-300\/30 {
  color: rgba(225,122,0,0.3);
}
.text-attention-300\/35 {
  color: rgba(225,122,0,0.35);
}
.text-attention-300\/40 {
  color: rgba(225,122,0,0.4);
}
.text-attention-300\/45 {
  color: rgba(225,122,0,0.45);
}
.text-attention-300\/5 {
  color: rgba(225,122,0,0.05);
}
.text-attention-300\/50 {
  color: rgba(225,122,0,0.5);
}
.text-attention-300\/55 {
  color: rgba(225,122,0,0.55);
}
.text-attention-300\/60 {
  color: rgba(225,122,0,0.6);
}
.text-attention-300\/65 {
  color: rgba(225,122,0,0.65);
}
.text-attention-300\/70 {
  color: rgba(225,122,0,0.7);
}
.text-attention-300\/75 {
  color: rgba(225,122,0,0.75);
}
.text-attention-300\/80 {
  color: rgba(225,122,0,0.8);
}
.text-attention-300\/85 {
  color: rgba(225,122,0,0.85);
}
.text-attention-300\/90 {
  color: rgba(225,122,0,0.9);
}
.text-attention-300\/95 {
  color: rgba(225,122,0,0.95);
}
.text-attention-400 {
  color: #E17A00;
}
.text-attention-400\/0 {
  color: rgba(225,122,0,0);
}
.text-attention-400\/10 {
  color: rgba(225,122,0,0.1);
}
.text-attention-400\/100 {
  color: rgba(225,122,0,1);
}
.text-attention-400\/15 {
  color: rgba(225,122,0,0.15);
}
.text-attention-400\/20 {
  color: rgba(225,122,0,0.2);
}
.text-attention-400\/25 {
  color: rgba(225,122,0,0.25);
}
.text-attention-400\/30 {
  color: rgba(225,122,0,0.3);
}
.text-attention-400\/35 {
  color: rgba(225,122,0,0.35);
}
.text-attention-400\/40 {
  color: rgba(225,122,0,0.4);
}
.text-attention-400\/45 {
  color: rgba(225,122,0,0.45);
}
.text-attention-400\/5 {
  color: rgba(225,122,0,0.05);
}
.text-attention-400\/50 {
  color: rgba(225,122,0,0.5);
}
.text-attention-400\/55 {
  color: rgba(225,122,0,0.55);
}
.text-attention-400\/60 {
  color: rgba(225,122,0,0.6);
}
.text-attention-400\/65 {
  color: rgba(225,122,0,0.65);
}
.text-attention-400\/70 {
  color: rgba(225,122,0,0.7);
}
.text-attention-400\/75 {
  color: rgba(225,122,0,0.75);
}
.text-attention-400\/80 {
  color: rgba(225,122,0,0.8);
}
.text-attention-400\/85 {
  color: rgba(225,122,0,0.85);
}
.text-attention-400\/90 {
  color: rgba(225,122,0,0.9);
}
.text-attention-400\/95 {
  color: rgba(225,122,0,0.95);
}
.text-attention-500 {
  color: #E93A24;
}
.text-attention-500\/0 {
  color: rgba(233,58,36,0);
}
.text-attention-500\/10 {
  color: rgba(233,58,36,0.1);
}
.text-attention-500\/100 {
  color: rgba(233,58,36,1);
}
.text-attention-500\/15 {
  color: rgba(233,58,36,0.15);
}
.text-attention-500\/20 {
  color: rgba(233,58,36,0.2);
}
.text-attention-500\/25 {
  color: rgba(233,58,36,0.25);
}
.text-attention-500\/30 {
  color: rgba(233,58,36,0.3);
}
.text-attention-500\/35 {
  color: rgba(233,58,36,0.35);
}
.text-attention-500\/40 {
  color: rgba(233,58,36,0.4);
}
.text-attention-500\/45 {
  color: rgba(233,58,36,0.45);
}
.text-attention-500\/5 {
  color: rgba(233,58,36,0.05);
}
.text-attention-500\/50 {
  color: rgba(233,58,36,0.5);
}
.text-attention-500\/55 {
  color: rgba(233,58,36,0.55);
}
.text-attention-500\/60 {
  color: rgba(233,58,36,0.6);
}
.text-attention-500\/65 {
  color: rgba(233,58,36,0.65);
}
.text-attention-500\/70 {
  color: rgba(233,58,36,0.7);
}
.text-attention-500\/75 {
  color: rgba(233,58,36,0.75);
}
.text-attention-500\/80 {
  color: rgba(233,58,36,0.8);
}
.text-attention-500\/85 {
  color: rgba(233,58,36,0.85);
}
.text-attention-500\/90 {
  color: rgba(233,58,36,0.9);
}
.text-attention-500\/95 {
  color: rgba(233,58,36,0.95);
}
.text-attention-600 {
  color: #E93A24;
}
.text-attention-600\/0 {
  color: rgba(233,58,36,0);
}
.text-attention-600\/10 {
  color: rgba(233,58,36,0.1);
}
.text-attention-600\/100 {
  color: rgba(233,58,36,1);
}
.text-attention-600\/15 {
  color: rgba(233,58,36,0.15);
}
.text-attention-600\/20 {
  color: rgba(233,58,36,0.2);
}
.text-attention-600\/25 {
  color: rgba(233,58,36,0.25);
}
.text-attention-600\/30 {
  color: rgba(233,58,36,0.3);
}
.text-attention-600\/35 {
  color: rgba(233,58,36,0.35);
}
.text-attention-600\/40 {
  color: rgba(233,58,36,0.4);
}
.text-attention-600\/45 {
  color: rgba(233,58,36,0.45);
}
.text-attention-600\/5 {
  color: rgba(233,58,36,0.05);
}
.text-attention-600\/50 {
  color: rgba(233,58,36,0.5);
}
.text-attention-600\/55 {
  color: rgba(233,58,36,0.55);
}
.text-attention-600\/60 {
  color: rgba(233,58,36,0.6);
}
.text-attention-600\/65 {
  color: rgba(233,58,36,0.65);
}
.text-attention-600\/70 {
  color: rgba(233,58,36,0.7);
}
.text-attention-600\/75 {
  color: rgba(233,58,36,0.75);
}
.text-attention-600\/80 {
  color: rgba(233,58,36,0.8);
}
.text-attention-600\/85 {
  color: rgba(233,58,36,0.85);
}
.text-attention-600\/90 {
  color: rgba(233,58,36,0.9);
}
.text-attention-600\/95 {
  color: rgba(233,58,36,0.95);
}
.text-attention-700 {
  color: #E93A24;
}
.text-attention-700\/0 {
  color: rgba(233,58,36,0);
}
.text-attention-700\/10 {
  color: rgba(233,58,36,0.1);
}
.text-attention-700\/100 {
  color: rgba(233,58,36,1);
}
.text-attention-700\/15 {
  color: rgba(233,58,36,0.15);
}
.text-attention-700\/20 {
  color: rgba(233,58,36,0.2);
}
.text-attention-700\/25 {
  color: rgba(233,58,36,0.25);
}
.text-attention-700\/30 {
  color: rgba(233,58,36,0.3);
}
.text-attention-700\/35 {
  color: rgba(233,58,36,0.35);
}
.text-attention-700\/40 {
  color: rgba(233,58,36,0.4);
}
.text-attention-700\/45 {
  color: rgba(233,58,36,0.45);
}
.text-attention-700\/5 {
  color: rgba(233,58,36,0.05);
}
.text-attention-700\/50 {
  color: rgba(233,58,36,0.5);
}
.text-attention-700\/55 {
  color: rgba(233,58,36,0.55);
}
.text-attention-700\/60 {
  color: rgba(233,58,36,0.6);
}
.text-attention-700\/65 {
  color: rgba(233,58,36,0.65);
}
.text-attention-700\/70 {
  color: rgba(233,58,36,0.7);
}
.text-attention-700\/75 {
  color: rgba(233,58,36,0.75);
}
.text-attention-700\/80 {
  color: rgba(233,58,36,0.8);
}
.text-attention-700\/85 {
  color: rgba(233,58,36,0.85);
}
.text-attention-700\/90 {
  color: rgba(233,58,36,0.9);
}
.text-attention-700\/95 {
  color: rgba(233,58,36,0.95);
}
.text-attention-800 {
  color: #E93A24;
}
.text-attention-800\/0 {
  color: rgba(233,58,36,0);
}
.text-attention-800\/10 {
  color: rgba(233,58,36,0.1);
}
.text-attention-800\/100 {
  color: rgba(233,58,36,1);
}
.text-attention-800\/15 {
  color: rgba(233,58,36,0.15);
}
.text-attention-800\/20 {
  color: rgba(233,58,36,0.2);
}
.text-attention-800\/25 {
  color: rgba(233,58,36,0.25);
}
.text-attention-800\/30 {
  color: rgba(233,58,36,0.3);
}
.text-attention-800\/35 {
  color: rgba(233,58,36,0.35);
}
.text-attention-800\/40 {
  color: rgba(233,58,36,0.4);
}
.text-attention-800\/45 {
  color: rgba(233,58,36,0.45);
}
.text-attention-800\/5 {
  color: rgba(233,58,36,0.05);
}
.text-attention-800\/50 {
  color: rgba(233,58,36,0.5);
}
.text-attention-800\/55 {
  color: rgba(233,58,36,0.55);
}
.text-attention-800\/60 {
  color: rgba(233,58,36,0.6);
}
.text-attention-800\/65 {
  color: rgba(233,58,36,0.65);
}
.text-attention-800\/70 {
  color: rgba(233,58,36,0.7);
}
.text-attention-800\/75 {
  color: rgba(233,58,36,0.75);
}
.text-attention-800\/80 {
  color: rgba(233,58,36,0.8);
}
.text-attention-800\/85 {
  color: rgba(233,58,36,0.85);
}
.text-attention-800\/90 {
  color: rgba(233,58,36,0.9);
}
.text-attention-800\/95 {
  color: rgba(233,58,36,0.95);
}
.text-attention-900 {
  color: #E93A24;
}
.text-attention-900\/0 {
  color: rgba(233,58,36,0);
}
.text-attention-900\/10 {
  color: rgba(233,58,36,0.1);
}
.text-attention-900\/100 {
  color: rgba(233,58,36,1);
}
.text-attention-900\/15 {
  color: rgba(233,58,36,0.15);
}
.text-attention-900\/20 {
  color: rgba(233,58,36,0.2);
}
.text-attention-900\/25 {
  color: rgba(233,58,36,0.25);
}
.text-attention-900\/30 {
  color: rgba(233,58,36,0.3);
}
.text-attention-900\/35 {
  color: rgba(233,58,36,0.35);
}
.text-attention-900\/40 {
  color: rgba(233,58,36,0.4);
}
.text-attention-900\/45 {
  color: rgba(233,58,36,0.45);
}
.text-attention-900\/5 {
  color: rgba(233,58,36,0.05);
}
.text-attention-900\/50 {
  color: rgba(233,58,36,0.5);
}
.text-attention-900\/55 {
  color: rgba(233,58,36,0.55);
}
.text-attention-900\/60 {
  color: rgba(233,58,36,0.6);
}
.text-attention-900\/65 {
  color: rgba(233,58,36,0.65);
}
.text-attention-900\/70 {
  color: rgba(233,58,36,0.7);
}
.text-attention-900\/75 {
  color: rgba(233,58,36,0.75);
}
.text-attention-900\/80 {
  color: rgba(233,58,36,0.8);
}
.text-attention-900\/85 {
  color: rgba(233,58,36,0.85);
}
.text-attention-900\/90 {
  color: rgba(233,58,36,0.9);
}
.text-attention-900\/95 {
  color: rgba(233,58,36,0.95);
}
.text-attention-dark {
  color: #8c2316;
}
.text-attention-dark\/0 {
  color: rgba(140,35,22,0);
}
.text-attention-dark\/10 {
  color: rgba(140,35,22,0.1);
}
.text-attention-dark\/100 {
  color: rgba(140,35,22,1);
}
.text-attention-dark\/15 {
  color: rgba(140,35,22,0.15);
}
.text-attention-dark\/20 {
  color: rgba(140,35,22,0.2);
}
.text-attention-dark\/25 {
  color: rgba(140,35,22,0.25);
}
.text-attention-dark\/30 {
  color: rgba(140,35,22,0.3);
}
.text-attention-dark\/35 {
  color: rgba(140,35,22,0.35);
}
.text-attention-dark\/40 {
  color: rgba(140,35,22,0.4);
}
.text-attention-dark\/45 {
  color: rgba(140,35,22,0.45);
}
.text-attention-dark\/5 {
  color: rgba(140,35,22,0.05);
}
.text-attention-dark\/50 {
  color: rgba(140,35,22,0.5);
}
.text-attention-dark\/55 {
  color: rgba(140,35,22,0.55);
}
.text-attention-dark\/60 {
  color: rgba(140,35,22,0.6);
}
.text-attention-dark\/65 {
  color: rgba(140,35,22,0.65);
}
.text-attention-dark\/70 {
  color: rgba(140,35,22,0.7);
}
.text-attention-dark\/75 {
  color: rgba(140,35,22,0.75);
}
.text-attention-dark\/80 {
  color: rgba(140,35,22,0.8);
}
.text-attention-dark\/85 {
  color: rgba(140,35,22,0.85);
}
.text-attention-dark\/90 {
  color: rgba(140,35,22,0.9);
}
.text-attention-dark\/95 {
  color: rgba(140,35,22,0.95);
}
.text-attention-light {
  color: #E17A00;
}
.text-attention-light\/0 {
  color: rgba(225,122,0,0);
}
.text-attention-light\/10 {
  color: rgba(225,122,0,0.1);
}
.text-attention-light\/100 {
  color: rgba(225,122,0,1);
}
.text-attention-light\/15 {
  color: rgba(225,122,0,0.15);
}
.text-attention-light\/20 {
  color: rgba(225,122,0,0.2);
}
.text-attention-light\/25 {
  color: rgba(225,122,0,0.25);
}
.text-attention-light\/30 {
  color: rgba(225,122,0,0.3);
}
.text-attention-light\/35 {
  color: rgba(225,122,0,0.35);
}
.text-attention-light\/40 {
  color: rgba(225,122,0,0.4);
}
.text-attention-light\/45 {
  color: rgba(225,122,0,0.45);
}
.text-attention-light\/5 {
  color: rgba(225,122,0,0.05);
}
.text-attention-light\/50 {
  color: rgba(225,122,0,0.5);
}
.text-attention-light\/55 {
  color: rgba(225,122,0,0.55);
}
.text-attention-light\/60 {
  color: rgba(225,122,0,0.6);
}
.text-attention-light\/65 {
  color: rgba(225,122,0,0.65);
}
.text-attention-light\/70 {
  color: rgba(225,122,0,0.7);
}
.text-attention-light\/75 {
  color: rgba(225,122,0,0.75);
}
.text-attention-light\/80 {
  color: rgba(225,122,0,0.8);
}
.text-attention-light\/85 {
  color: rgba(225,122,0,0.85);
}
.text-attention-light\/90 {
  color: rgba(225,122,0,0.9);
}
.text-attention-light\/95 {
  color: rgba(225,122,0,0.95);
}
.text-base-0 {
  color: #E5E5E5;
}
.text-base-0\/0 {
  color: rgba(229,229,229,0);
}
.text-base-0\/10 {
  color: rgba(229,229,229,0.1);
}
.text-base-0\/100 {
  color: rgba(229,229,229,1);
}
.text-base-0\/15 {
  color: rgba(229,229,229,0.15);
}
.text-base-0\/20 {
  color: rgba(229,229,229,0.2);
}
.text-base-0\/25 {
  color: rgba(229,229,229,0.25);
}
.text-base-0\/30 {
  color: rgba(229,229,229,0.3);
}
.text-base-0\/35 {
  color: rgba(229,229,229,0.35);
}
.text-base-0\/40 {
  color: rgba(229,229,229,0.4);
}
.text-base-0\/45 {
  color: rgba(229,229,229,0.45);
}
.text-base-0\/5 {
  color: rgba(229,229,229,0.05);
}
.text-base-0\/50 {
  color: rgba(229,229,229,0.5);
}
.text-base-0\/55 {
  color: rgba(229,229,229,0.55);
}
.text-base-0\/60 {
  color: rgba(229,229,229,0.6);
}
.text-base-0\/65 {
  color: rgba(229,229,229,0.65);
}
.text-base-0\/70 {
  color: rgba(229,229,229,0.7);
}
.text-base-0\/75 {
  color: rgba(229,229,229,0.75);
}
.text-base-0\/80 {
  color: rgba(229,229,229,0.8);
}
.text-base-0\/85 {
  color: rgba(229,229,229,0.85);
}
.text-base-0\/90 {
  color: rgba(229,229,229,0.9);
}
.text-base-0\/95 {
  color: rgba(229,229,229,0.95);
}
.text-base-100 {
  color: #8C8C8C;
}
.text-base-100\/0 {
  color: rgba(140,140,140,0);
}
.text-base-100\/10 {
  color: rgba(140,140,140,0.1);
}
.text-base-100\/100 {
  color: rgba(140,140,140,1);
}
.text-base-100\/15 {
  color: rgba(140,140,140,0.15);
}
.text-base-100\/20 {
  color: rgba(140,140,140,0.2);
}
.text-base-100\/25 {
  color: rgba(140,140,140,0.25);
}
.text-base-100\/30 {
  color: rgba(140,140,140,0.3);
}
.text-base-100\/35 {
  color: rgba(140,140,140,0.35);
}
.text-base-100\/40 {
  color: rgba(140,140,140,0.4);
}
.text-base-100\/45 {
  color: rgba(140,140,140,0.45);
}
.text-base-100\/5 {
  color: rgba(140,140,140,0.05);
}
.text-base-100\/50 {
  color: rgba(140,140,140,0.5);
}
.text-base-100\/55 {
  color: rgba(140,140,140,0.55);
}
.text-base-100\/60 {
  color: rgba(140,140,140,0.6);
}
.text-base-100\/65 {
  color: rgba(140,140,140,0.65);
}
.text-base-100\/70 {
  color: rgba(140,140,140,0.7);
}
.text-base-100\/75 {
  color: rgba(140,140,140,0.75);
}
.text-base-100\/80 {
  color: rgba(140,140,140,0.8);
}
.text-base-100\/85 {
  color: rgba(140,140,140,0.85);
}
.text-base-100\/90 {
  color: rgba(140,140,140,0.9);
}
.text-base-100\/95 {
  color: rgba(140,140,140,0.95);
}
.text-base-150 {
  color: #6f6f6f;
}
.text-base-150\/0 {
  color: rgba(111,111,111,0);
}
.text-base-150\/10 {
  color: rgba(111,111,111,0.1);
}
.text-base-150\/100 {
  color: rgba(111,111,111,1);
}
.text-base-150\/15 {
  color: rgba(111,111,111,0.15);
}
.text-base-150\/20 {
  color: rgba(111,111,111,0.2);
}
.text-base-150\/25 {
  color: rgba(111,111,111,0.25);
}
.text-base-150\/30 {
  color: rgba(111,111,111,0.3);
}
.text-base-150\/35 {
  color: rgba(111,111,111,0.35);
}
.text-base-150\/40 {
  color: rgba(111,111,111,0.4);
}
.text-base-150\/45 {
  color: rgba(111,111,111,0.45);
}
.text-base-150\/5 {
  color: rgba(111,111,111,0.05);
}
.text-base-150\/50 {
  color: rgba(111,111,111,0.5);
}
.text-base-150\/55 {
  color: rgba(111,111,111,0.55);
}
.text-base-150\/60 {
  color: rgba(111,111,111,0.6);
}
.text-base-150\/65 {
  color: rgba(111,111,111,0.65);
}
.text-base-150\/70 {
  color: rgba(111,111,111,0.7);
}
.text-base-150\/75 {
  color: rgba(111,111,111,0.75);
}
.text-base-150\/80 {
  color: rgba(111,111,111,0.8);
}
.text-base-150\/85 {
  color: rgba(111,111,111,0.85);
}
.text-base-150\/90 {
  color: rgba(111,111,111,0.9);
}
.text-base-150\/95 {
  color: rgba(111,111,111,0.95);
}
.text-base-200 {
  color: #454545;
}
.text-base-200\/0 {
  color: rgba(69,69,69,0);
}
.text-base-200\/10 {
  color: rgba(69,69,69,0.1);
}
.text-base-200\/100 {
  color: rgba(69,69,69,1);
}
.text-base-200\/15 {
  color: rgba(69,69,69,0.15);
}
.text-base-200\/20 {
  color: rgba(69,69,69,0.2);
}
.text-base-200\/25 {
  color: rgba(69,69,69,0.25);
}
.text-base-200\/30 {
  color: rgba(69,69,69,0.3);
}
.text-base-200\/35 {
  color: rgba(69,69,69,0.35);
}
.text-base-200\/40 {
  color: rgba(69,69,69,0.4);
}
.text-base-200\/45 {
  color: rgba(69,69,69,0.45);
}
.text-base-200\/5 {
  color: rgba(69,69,69,0.05);
}
.text-base-200\/50 {
  color: rgba(69,69,69,0.5);
}
.text-base-200\/55 {
  color: rgba(69,69,69,0.55);
}
.text-base-200\/60 {
  color: rgba(69,69,69,0.6);
}
.text-base-200\/65 {
  color: rgba(69,69,69,0.65);
}
.text-base-200\/70 {
  color: rgba(69,69,69,0.7);
}
.text-base-200\/75 {
  color: rgba(69,69,69,0.75);
}
.text-base-200\/80 {
  color: rgba(69,69,69,0.8);
}
.text-base-200\/85 {
  color: rgba(69,69,69,0.85);
}
.text-base-200\/90 {
  color: rgba(69,69,69,0.9);
}
.text-base-200\/95 {
  color: rgba(69,69,69,0.95);
}
.text-base-300 {
  color: #343434;
}
.text-base-300\/0 {
  color: rgba(52,52,52,0);
}
.text-base-300\/10 {
  color: rgba(52,52,52,0.1);
}
.text-base-300\/100 {
  color: rgba(52,52,52,1);
}
.text-base-300\/15 {
  color: rgba(52,52,52,0.15);
}
.text-base-300\/20 {
  color: rgba(52,52,52,0.2);
}
.text-base-300\/25 {
  color: rgba(52,52,52,0.25);
}
.text-base-300\/30 {
  color: rgba(52,52,52,0.3);
}
.text-base-300\/35 {
  color: rgba(52,52,52,0.35);
}
.text-base-300\/40 {
  color: rgba(52,52,52,0.4);
}
.text-base-300\/45 {
  color: rgba(52,52,52,0.45);
}
.text-base-300\/5 {
  color: rgba(52,52,52,0.05);
}
.text-base-300\/50 {
  color: rgba(52,52,52,0.5);
}
.text-base-300\/55 {
  color: rgba(52,52,52,0.55);
}
.text-base-300\/60 {
  color: rgba(52,52,52,0.6);
}
.text-base-300\/65 {
  color: rgba(52,52,52,0.65);
}
.text-base-300\/70 {
  color: rgba(52,52,52,0.7);
}
.text-base-300\/75 {
  color: rgba(52,52,52,0.75);
}
.text-base-300\/80 {
  color: rgba(52,52,52,0.8);
}
.text-base-300\/85 {
  color: rgba(52,52,52,0.85);
}
.text-base-300\/90 {
  color: rgba(52,52,52,0.9);
}
.text-base-300\/95 {
  color: rgba(52,52,52,0.95);
}
.text-base-400 {
  color: #2B2B2B;
}
.text-base-400\/0 {
  color: rgba(43,43,43,0);
}
.text-base-400\/10 {
  color: rgba(43,43,43,0.1);
}
.text-base-400\/100 {
  color: rgba(43,43,43,1);
}
.text-base-400\/15 {
  color: rgba(43,43,43,0.15);
}
.text-base-400\/20 {
  color: rgba(43,43,43,0.2);
}
.text-base-400\/25 {
  color: rgba(43,43,43,0.25);
}
.text-base-400\/30 {
  color: rgba(43,43,43,0.3);
}
.text-base-400\/35 {
  color: rgba(43,43,43,0.35);
}
.text-base-400\/40 {
  color: rgba(43,43,43,0.4);
}
.text-base-400\/45 {
  color: rgba(43,43,43,0.45);
}
.text-base-400\/5 {
  color: rgba(43,43,43,0.05);
}
.text-base-400\/50 {
  color: rgba(43,43,43,0.5);
}
.text-base-400\/55 {
  color: rgba(43,43,43,0.55);
}
.text-base-400\/60 {
  color: rgba(43,43,43,0.6);
}
.text-base-400\/65 {
  color: rgba(43,43,43,0.65);
}
.text-base-400\/70 {
  color: rgba(43,43,43,0.7);
}
.text-base-400\/75 {
  color: rgba(43,43,43,0.75);
}
.text-base-400\/80 {
  color: rgba(43,43,43,0.8);
}
.text-base-400\/85 {
  color: rgba(43,43,43,0.85);
}
.text-base-400\/90 {
  color: rgba(43,43,43,0.9);
}
.text-base-400\/95 {
  color: rgba(43,43,43,0.95);
}
.text-base-500 {
  color: #232323;
}
.text-base-500\/0 {
  color: rgba(35,35,35,0);
}
.text-base-500\/10 {
  color: rgba(35,35,35,0.1);
}
.text-base-500\/100 {
  color: rgba(35,35,35,1);
}
.text-base-500\/15 {
  color: rgba(35,35,35,0.15);
}
.text-base-500\/20 {
  color: rgba(35,35,35,0.2);
}
.text-base-500\/25 {
  color: rgba(35,35,35,0.25);
}
.text-base-500\/30 {
  color: rgba(35,35,35,0.3);
}
.text-base-500\/35 {
  color: rgba(35,35,35,0.35);
}
.text-base-500\/40 {
  color: rgba(35,35,35,0.4);
}
.text-base-500\/45 {
  color: rgba(35,35,35,0.45);
}
.text-base-500\/5 {
  color: rgba(35,35,35,0.05);
}
.text-base-500\/50 {
  color: rgba(35,35,35,0.5);
}
.text-base-500\/55 {
  color: rgba(35,35,35,0.55);
}
.text-base-500\/60 {
  color: rgba(35,35,35,0.6);
}
.text-base-500\/65 {
  color: rgba(35,35,35,0.65);
}
.text-base-500\/70 {
  color: rgba(35,35,35,0.7);
}
.text-base-500\/75 {
  color: rgba(35,35,35,0.75);
}
.text-base-500\/80 {
  color: rgba(35,35,35,0.8);
}
.text-base-500\/85 {
  color: rgba(35,35,35,0.85);
}
.text-base-500\/90 {
  color: rgba(35,35,35,0.9);
}
.text-base-500\/95 {
  color: rgba(35,35,35,0.95);
}
.text-base-600 {
  color: #232323;
}
.text-base-600\/0 {
  color: rgba(35,35,35,0);
}
.text-base-600\/10 {
  color: rgba(35,35,35,0.1);
}
.text-base-600\/100 {
  color: rgba(35,35,35,1);
}
.text-base-600\/15 {
  color: rgba(35,35,35,0.15);
}
.text-base-600\/20 {
  color: rgba(35,35,35,0.2);
}
.text-base-600\/25 {
  color: rgba(35,35,35,0.25);
}
.text-base-600\/30 {
  color: rgba(35,35,35,0.3);
}
.text-base-600\/35 {
  color: rgba(35,35,35,0.35);
}
.text-base-600\/40 {
  color: rgba(35,35,35,0.4);
}
.text-base-600\/45 {
  color: rgba(35,35,35,0.45);
}
.text-base-600\/5 {
  color: rgba(35,35,35,0.05);
}
.text-base-600\/50 {
  color: rgba(35,35,35,0.5);
}
.text-base-600\/55 {
  color: rgba(35,35,35,0.55);
}
.text-base-600\/60 {
  color: rgba(35,35,35,0.6);
}
.text-base-600\/65 {
  color: rgba(35,35,35,0.65);
}
.text-base-600\/70 {
  color: rgba(35,35,35,0.7);
}
.text-base-600\/75 {
  color: rgba(35,35,35,0.75);
}
.text-base-600\/80 {
  color: rgba(35,35,35,0.8);
}
.text-base-600\/85 {
  color: rgba(35,35,35,0.85);
}
.text-base-600\/90 {
  color: rgba(35,35,35,0.9);
}
.text-base-600\/95 {
  color: rgba(35,35,35,0.95);
}
.text-base-700 {
  color: #181818;
}
.text-base-700\/0 {
  color: rgba(24,24,24,0);
}
.text-base-700\/10 {
  color: rgba(24,24,24,0.1);
}
.text-base-700\/100 {
  color: rgba(24,24,24,1);
}
.text-base-700\/15 {
  color: rgba(24,24,24,0.15);
}
.text-base-700\/20 {
  color: rgba(24,24,24,0.2);
}
.text-base-700\/25 {
  color: rgba(24,24,24,0.25);
}
.text-base-700\/30 {
  color: rgba(24,24,24,0.3);
}
.text-base-700\/35 {
  color: rgba(24,24,24,0.35);
}
.text-base-700\/40 {
  color: rgba(24,24,24,0.4);
}
.text-base-700\/45 {
  color: rgba(24,24,24,0.45);
}
.text-base-700\/5 {
  color: rgba(24,24,24,0.05);
}
.text-base-700\/50 {
  color: rgba(24,24,24,0.5);
}
.text-base-700\/55 {
  color: rgba(24,24,24,0.55);
}
.text-base-700\/60 {
  color: rgba(24,24,24,0.6);
}
.text-base-700\/65 {
  color: rgba(24,24,24,0.65);
}
.text-base-700\/70 {
  color: rgba(24,24,24,0.7);
}
.text-base-700\/75 {
  color: rgba(24,24,24,0.75);
}
.text-base-700\/80 {
  color: rgba(24,24,24,0.8);
}
.text-base-700\/85 {
  color: rgba(24,24,24,0.85);
}
.text-base-700\/90 {
  color: rgba(24,24,24,0.9);
}
.text-base-700\/95 {
  color: rgba(24,24,24,0.95);
}
.text-base-800 {
  color: #1E1E1E;
}
.text-base-800\/0 {
  color: rgba(30,30,30,0);
}
.text-base-800\/10 {
  color: rgba(30,30,30,0.1);
}
.text-base-800\/100 {
  color: rgba(30,30,30,1);
}
.text-base-800\/15 {
  color: rgba(30,30,30,0.15);
}
.text-base-800\/20 {
  color: rgba(30,30,30,0.2);
}
.text-base-800\/25 {
  color: rgba(30,30,30,0.25);
}
.text-base-800\/30 {
  color: rgba(30,30,30,0.3);
}
.text-base-800\/35 {
  color: rgba(30,30,30,0.35);
}
.text-base-800\/40 {
  color: rgba(30,30,30,0.4);
}
.text-base-800\/45 {
  color: rgba(30,30,30,0.45);
}
.text-base-800\/5 {
  color: rgba(30,30,30,0.05);
}
.text-base-800\/50 {
  color: rgba(30,30,30,0.5);
}
.text-base-800\/55 {
  color: rgba(30,30,30,0.55);
}
.text-base-800\/60 {
  color: rgba(30,30,30,0.6);
}
.text-base-800\/65 {
  color: rgba(30,30,30,0.65);
}
.text-base-800\/70 {
  color: rgba(30,30,30,0.7);
}
.text-base-800\/75 {
  color: rgba(30,30,30,0.75);
}
.text-base-800\/80 {
  color: rgba(30,30,30,0.8);
}
.text-base-800\/85 {
  color: rgba(30,30,30,0.85);
}
.text-base-800\/90 {
  color: rgba(30,30,30,0.9);
}
.text-base-800\/95 {
  color: rgba(30,30,30,0.95);
}
.text-base-900 {
  color: #000000;
}
.text-base-900\/0 {
  color: rgba(0,0,0,0);
}
.text-base-900\/10 {
  color: rgba(0,0,0,0.1);
}
.text-base-900\/100 {
  color: rgba(0,0,0,1);
}
.text-base-900\/15 {
  color: rgba(0,0,0,0.15);
}
.text-base-900\/20 {
  color: rgba(0,0,0,0.2);
}
.text-base-900\/25 {
  color: rgba(0,0,0,0.25);
}
.text-base-900\/30 {
  color: rgba(0,0,0,0.3);
}
.text-base-900\/35 {
  color: rgba(0,0,0,0.35);
}
.text-base-900\/40 {
  color: rgba(0,0,0,0.4);
}
.text-base-900\/45 {
  color: rgba(0,0,0,0.45);
}
.text-base-900\/5 {
  color: rgba(0,0,0,0.05);
}
.text-base-900\/50 {
  color: rgba(0,0,0,0.5);
}
.text-base-900\/55 {
  color: rgba(0,0,0,0.55);
}
.text-base-900\/60 {
  color: rgba(0,0,0,0.6);
}
.text-base-900\/65 {
  color: rgba(0,0,0,0.65);
}
.text-base-900\/70 {
  color: rgba(0,0,0,0.7);
}
.text-base-900\/75 {
  color: rgba(0,0,0,0.75);
}
.text-base-900\/80 {
  color: rgba(0,0,0,0.8);
}
.text-base-900\/85 {
  color: rgba(0,0,0,0.85);
}
.text-base-900\/90 {
  color: rgba(0,0,0,0.9);
}
.text-base-900\/95 {
  color: rgba(0,0,0,0.95);
}
.text-base-dark {
  color: #1E1E1E;
}
.text-base-dark\/0 {
  color: rgba(30,30,30,0);
}
.text-base-dark\/10 {
  color: rgba(30,30,30,0.1);
}
.text-base-dark\/100 {
  color: rgba(30,30,30,1);
}
.text-base-dark\/15 {
  color: rgba(30,30,30,0.15);
}
.text-base-dark\/20 {
  color: rgba(30,30,30,0.2);
}
.text-base-dark\/25 {
  color: rgba(30,30,30,0.25);
}
.text-base-dark\/30 {
  color: rgba(30,30,30,0.3);
}
.text-base-dark\/35 {
  color: rgba(30,30,30,0.35);
}
.text-base-dark\/40 {
  color: rgba(30,30,30,0.4);
}
.text-base-dark\/45 {
  color: rgba(30,30,30,0.45);
}
.text-base-dark\/5 {
  color: rgba(30,30,30,0.05);
}
.text-base-dark\/50 {
  color: rgba(30,30,30,0.5);
}
.text-base-dark\/55 {
  color: rgba(30,30,30,0.55);
}
.text-base-dark\/60 {
  color: rgba(30,30,30,0.6);
}
.text-base-dark\/65 {
  color: rgba(30,30,30,0.65);
}
.text-base-dark\/70 {
  color: rgba(30,30,30,0.7);
}
.text-base-dark\/75 {
  color: rgba(30,30,30,0.75);
}
.text-base-dark\/80 {
  color: rgba(30,30,30,0.8);
}
.text-base-dark\/85 {
  color: rgba(30,30,30,0.85);
}
.text-base-dark\/90 {
  color: rgba(30,30,30,0.9);
}
.text-base-dark\/95 {
  color: rgba(30,30,30,0.95);
}
.text-base-light {
  color: #454545;
}
.text-base-light\/0 {
  color: rgba(69,69,69,0);
}
.text-base-light\/10 {
  color: rgba(69,69,69,0.1);
}
.text-base-light\/100 {
  color: rgba(69,69,69,1);
}
.text-base-light\/15 {
  color: rgba(69,69,69,0.15);
}
.text-base-light\/20 {
  color: rgba(69,69,69,0.2);
}
.text-base-light\/25 {
  color: rgba(69,69,69,0.25);
}
.text-base-light\/30 {
  color: rgba(69,69,69,0.3);
}
.text-base-light\/35 {
  color: rgba(69,69,69,0.35);
}
.text-base-light\/40 {
  color: rgba(69,69,69,0.4);
}
.text-base-light\/45 {
  color: rgba(69,69,69,0.45);
}
.text-base-light\/5 {
  color: rgba(69,69,69,0.05);
}
.text-base-light\/50 {
  color: rgba(69,69,69,0.5);
}
.text-base-light\/55 {
  color: rgba(69,69,69,0.55);
}
.text-base-light\/60 {
  color: rgba(69,69,69,0.6);
}
.text-base-light\/65 {
  color: rgba(69,69,69,0.65);
}
.text-base-light\/70 {
  color: rgba(69,69,69,0.7);
}
.text-base-light\/75 {
  color: rgba(69,69,69,0.75);
}
.text-base-light\/80 {
  color: rgba(69,69,69,0.8);
}
.text-base-light\/85 {
  color: rgba(69,69,69,0.85);
}
.text-base-light\/90 {
  color: rgba(69,69,69,0.9);
}
.text-base-light\/95 {
  color: rgba(69,69,69,0.95);
}
.text-base-none {
  color: transparent;
}
.text-base-none\/0 {
  color: rgba(0,0,0,0);
}
.text-base-none\/10 {
  color: rgba(0,0,0,0.1);
}
.text-base-none\/100 {
  color: rgba(0,0,0,1);
}
.text-base-none\/15 {
  color: rgba(0,0,0,0.15);
}
.text-base-none\/20 {
  color: rgba(0,0,0,0.2);
}
.text-base-none\/25 {
  color: rgba(0,0,0,0.25);
}
.text-base-none\/30 {
  color: rgba(0,0,0,0.3);
}
.text-base-none\/35 {
  color: rgba(0,0,0,0.35);
}
.text-base-none\/40 {
  color: rgba(0,0,0,0.4);
}
.text-base-none\/45 {
  color: rgba(0,0,0,0.45);
}
.text-base-none\/5 {
  color: rgba(0,0,0,0.05);
}
.text-base-none\/50 {
  color: rgba(0,0,0,0.5);
}
.text-base-none\/55 {
  color: rgba(0,0,0,0.55);
}
.text-base-none\/60 {
  color: rgba(0,0,0,0.6);
}
.text-base-none\/65 {
  color: rgba(0,0,0,0.65);
}
.text-base-none\/70 {
  color: rgba(0,0,0,0.7);
}
.text-base-none\/75 {
  color: rgba(0,0,0,0.75);
}
.text-base-none\/80 {
  color: rgba(0,0,0,0.8);
}
.text-base-none\/85 {
  color: rgba(0,0,0,0.85);
}
.text-base-none\/90 {
  color: rgba(0,0,0,0.9);
}
.text-base-none\/95 {
  color: rgba(0,0,0,0.95);
}
.text-marker-0 {
  color: #60BF02;
}
.text-marker-0\/0 {
  color: rgba(96,191,2,0);
}
.text-marker-0\/10 {
  color: rgba(96,191,2,0.1);
}
.text-marker-0\/100 {
  color: rgba(96,191,2,1);
}
.text-marker-0\/15 {
  color: rgba(96,191,2,0.15);
}
.text-marker-0\/20 {
  color: rgba(96,191,2,0.2);
}
.text-marker-0\/25 {
  color: rgba(96,191,2,0.25);
}
.text-marker-0\/30 {
  color: rgba(96,191,2,0.3);
}
.text-marker-0\/35 {
  color: rgba(96,191,2,0.35);
}
.text-marker-0\/40 {
  color: rgba(96,191,2,0.4);
}
.text-marker-0\/45 {
  color: rgba(96,191,2,0.45);
}
.text-marker-0\/5 {
  color: rgba(96,191,2,0.05);
}
.text-marker-0\/50 {
  color: rgba(96,191,2,0.5);
}
.text-marker-0\/55 {
  color: rgba(96,191,2,0.55);
}
.text-marker-0\/60 {
  color: rgba(96,191,2,0.6);
}
.text-marker-0\/65 {
  color: rgba(96,191,2,0.65);
}
.text-marker-0\/70 {
  color: rgba(96,191,2,0.7);
}
.text-marker-0\/75 {
  color: rgba(96,191,2,0.75);
}
.text-marker-0\/80 {
  color: rgba(96,191,2,0.8);
}
.text-marker-0\/85 {
  color: rgba(96,191,2,0.85);
}
.text-marker-0\/90 {
  color: rgba(96,191,2,0.9);
}
.text-marker-0\/95 {
  color: rgba(96,191,2,0.95);
}
.text-marker-100 {
  color: #60BF02;
}
.text-marker-100\/0 {
  color: rgba(96,191,2,0);
}
.text-marker-100\/10 {
  color: rgba(96,191,2,0.1);
}
.text-marker-100\/100 {
  color: rgba(96,191,2,1);
}
.text-marker-100\/15 {
  color: rgba(96,191,2,0.15);
}
.text-marker-100\/20 {
  color: rgba(96,191,2,0.2);
}
.text-marker-100\/25 {
  color: rgba(96,191,2,0.25);
}
.text-marker-100\/30 {
  color: rgba(96,191,2,0.3);
}
.text-marker-100\/35 {
  color: rgba(96,191,2,0.35);
}
.text-marker-100\/40 {
  color: rgba(96,191,2,0.4);
}
.text-marker-100\/45 {
  color: rgba(96,191,2,0.45);
}
.text-marker-100\/5 {
  color: rgba(96,191,2,0.05);
}
.text-marker-100\/50 {
  color: rgba(96,191,2,0.5);
}
.text-marker-100\/55 {
  color: rgba(96,191,2,0.55);
}
.text-marker-100\/60 {
  color: rgba(96,191,2,0.6);
}
.text-marker-100\/65 {
  color: rgba(96,191,2,0.65);
}
.text-marker-100\/70 {
  color: rgba(96,191,2,0.7);
}
.text-marker-100\/75 {
  color: rgba(96,191,2,0.75);
}
.text-marker-100\/80 {
  color: rgba(96,191,2,0.8);
}
.text-marker-100\/85 {
  color: rgba(96,191,2,0.85);
}
.text-marker-100\/90 {
  color: rgba(96,191,2,0.9);
}
.text-marker-100\/95 {
  color: rgba(96,191,2,0.95);
}
.text-marker-200 {
  color: #60BF02;
}
.text-marker-200\/0 {
  color: rgba(96,191,2,0);
}
.text-marker-200\/10 {
  color: rgba(96,191,2,0.1);
}
.text-marker-200\/100 {
  color: rgba(96,191,2,1);
}
.text-marker-200\/15 {
  color: rgba(96,191,2,0.15);
}
.text-marker-200\/20 {
  color: rgba(96,191,2,0.2);
}
.text-marker-200\/25 {
  color: rgba(96,191,2,0.25);
}
.text-marker-200\/30 {
  color: rgba(96,191,2,0.3);
}
.text-marker-200\/35 {
  color: rgba(96,191,2,0.35);
}
.text-marker-200\/40 {
  color: rgba(96,191,2,0.4);
}
.text-marker-200\/45 {
  color: rgba(96,191,2,0.45);
}
.text-marker-200\/5 {
  color: rgba(96,191,2,0.05);
}
.text-marker-200\/50 {
  color: rgba(96,191,2,0.5);
}
.text-marker-200\/55 {
  color: rgba(96,191,2,0.55);
}
.text-marker-200\/60 {
  color: rgba(96,191,2,0.6);
}
.text-marker-200\/65 {
  color: rgba(96,191,2,0.65);
}
.text-marker-200\/70 {
  color: rgba(96,191,2,0.7);
}
.text-marker-200\/75 {
  color: rgba(96,191,2,0.75);
}
.text-marker-200\/80 {
  color: rgba(96,191,2,0.8);
}
.text-marker-200\/85 {
  color: rgba(96,191,2,0.85);
}
.text-marker-200\/90 {
  color: rgba(96,191,2,0.9);
}
.text-marker-200\/95 {
  color: rgba(96,191,2,0.95);
}
.text-marker-300 {
  color: #60BF02;
}
.text-marker-300\/0 {
  color: rgba(96,191,2,0);
}
.text-marker-300\/10 {
  color: rgba(96,191,2,0.1);
}
.text-marker-300\/100 {
  color: rgba(96,191,2,1);
}
.text-marker-300\/15 {
  color: rgba(96,191,2,0.15);
}
.text-marker-300\/20 {
  color: rgba(96,191,2,0.2);
}
.text-marker-300\/25 {
  color: rgba(96,191,2,0.25);
}
.text-marker-300\/30 {
  color: rgba(96,191,2,0.3);
}
.text-marker-300\/35 {
  color: rgba(96,191,2,0.35);
}
.text-marker-300\/40 {
  color: rgba(96,191,2,0.4);
}
.text-marker-300\/45 {
  color: rgba(96,191,2,0.45);
}
.text-marker-300\/5 {
  color: rgba(96,191,2,0.05);
}
.text-marker-300\/50 {
  color: rgba(96,191,2,0.5);
}
.text-marker-300\/55 {
  color: rgba(96,191,2,0.55);
}
.text-marker-300\/60 {
  color: rgba(96,191,2,0.6);
}
.text-marker-300\/65 {
  color: rgba(96,191,2,0.65);
}
.text-marker-300\/70 {
  color: rgba(96,191,2,0.7);
}
.text-marker-300\/75 {
  color: rgba(96,191,2,0.75);
}
.text-marker-300\/80 {
  color: rgba(96,191,2,0.8);
}
.text-marker-300\/85 {
  color: rgba(96,191,2,0.85);
}
.text-marker-300\/90 {
  color: rgba(96,191,2,0.9);
}
.text-marker-300\/95 {
  color: rgba(96,191,2,0.95);
}
.text-marker-400 {
  color: #60BF02;
}
.text-marker-400\/0 {
  color: rgba(96,191,2,0);
}
.text-marker-400\/10 {
  color: rgba(96,191,2,0.1);
}
.text-marker-400\/100 {
  color: rgba(96,191,2,1);
}
.text-marker-400\/15 {
  color: rgba(96,191,2,0.15);
}
.text-marker-400\/20 {
  color: rgba(96,191,2,0.2);
}
.text-marker-400\/25 {
  color: rgba(96,191,2,0.25);
}
.text-marker-400\/30 {
  color: rgba(96,191,2,0.3);
}
.text-marker-400\/35 {
  color: rgba(96,191,2,0.35);
}
.text-marker-400\/40 {
  color: rgba(96,191,2,0.4);
}
.text-marker-400\/45 {
  color: rgba(96,191,2,0.45);
}
.text-marker-400\/5 {
  color: rgba(96,191,2,0.05);
}
.text-marker-400\/50 {
  color: rgba(96,191,2,0.5);
}
.text-marker-400\/55 {
  color: rgba(96,191,2,0.55);
}
.text-marker-400\/60 {
  color: rgba(96,191,2,0.6);
}
.text-marker-400\/65 {
  color: rgba(96,191,2,0.65);
}
.text-marker-400\/70 {
  color: rgba(96,191,2,0.7);
}
.text-marker-400\/75 {
  color: rgba(96,191,2,0.75);
}
.text-marker-400\/80 {
  color: rgba(96,191,2,0.8);
}
.text-marker-400\/85 {
  color: rgba(96,191,2,0.85);
}
.text-marker-400\/90 {
  color: rgba(96,191,2,0.9);
}
.text-marker-400\/95 {
  color: rgba(96,191,2,0.95);
}
.text-marker-500 {
  color: #428400;
}
.text-marker-500\/0 {
  color: rgba(66,132,0,0);
}
.text-marker-500\/10 {
  color: rgba(66,132,0,0.1);
}
.text-marker-500\/100 {
  color: rgba(66,132,0,1);
}
.text-marker-500\/15 {
  color: rgba(66,132,0,0.15);
}
.text-marker-500\/20 {
  color: rgba(66,132,0,0.2);
}
.text-marker-500\/25 {
  color: rgba(66,132,0,0.25);
}
.text-marker-500\/30 {
  color: rgba(66,132,0,0.3);
}
.text-marker-500\/35 {
  color: rgba(66,132,0,0.35);
}
.text-marker-500\/40 {
  color: rgba(66,132,0,0.4);
}
.text-marker-500\/45 {
  color: rgba(66,132,0,0.45);
}
.text-marker-500\/5 {
  color: rgba(66,132,0,0.05);
}
.text-marker-500\/50 {
  color: rgba(66,132,0,0.5);
}
.text-marker-500\/55 {
  color: rgba(66,132,0,0.55);
}
.text-marker-500\/60 {
  color: rgba(66,132,0,0.6);
}
.text-marker-500\/65 {
  color: rgba(66,132,0,0.65);
}
.text-marker-500\/70 {
  color: rgba(66,132,0,0.7);
}
.text-marker-500\/75 {
  color: rgba(66,132,0,0.75);
}
.text-marker-500\/80 {
  color: rgba(66,132,0,0.8);
}
.text-marker-500\/85 {
  color: rgba(66,132,0,0.85);
}
.text-marker-500\/90 {
  color: rgba(66,132,0,0.9);
}
.text-marker-500\/95 {
  color: rgba(66,132,0,0.95);
}
.text-marker-600 {
  color: #428400;
}
.text-marker-600\/0 {
  color: rgba(66,132,0,0);
}
.text-marker-600\/10 {
  color: rgba(66,132,0,0.1);
}
.text-marker-600\/100 {
  color: rgba(66,132,0,1);
}
.text-marker-600\/15 {
  color: rgba(66,132,0,0.15);
}
.text-marker-600\/20 {
  color: rgba(66,132,0,0.2);
}
.text-marker-600\/25 {
  color: rgba(66,132,0,0.25);
}
.text-marker-600\/30 {
  color: rgba(66,132,0,0.3);
}
.text-marker-600\/35 {
  color: rgba(66,132,0,0.35);
}
.text-marker-600\/40 {
  color: rgba(66,132,0,0.4);
}
.text-marker-600\/45 {
  color: rgba(66,132,0,0.45);
}
.text-marker-600\/5 {
  color: rgba(66,132,0,0.05);
}
.text-marker-600\/50 {
  color: rgba(66,132,0,0.5);
}
.text-marker-600\/55 {
  color: rgba(66,132,0,0.55);
}
.text-marker-600\/60 {
  color: rgba(66,132,0,0.6);
}
.text-marker-600\/65 {
  color: rgba(66,132,0,0.65);
}
.text-marker-600\/70 {
  color: rgba(66,132,0,0.7);
}
.text-marker-600\/75 {
  color: rgba(66,132,0,0.75);
}
.text-marker-600\/80 {
  color: rgba(66,132,0,0.8);
}
.text-marker-600\/85 {
  color: rgba(66,132,0,0.85);
}
.text-marker-600\/90 {
  color: rgba(66,132,0,0.9);
}
.text-marker-600\/95 {
  color: rgba(66,132,0,0.95);
}
.text-marker-700 {
  color: #428400;
}
.text-marker-700\/0 {
  color: rgba(66,132,0,0);
}
.text-marker-700\/10 {
  color: rgba(66,132,0,0.1);
}
.text-marker-700\/100 {
  color: rgba(66,132,0,1);
}
.text-marker-700\/15 {
  color: rgba(66,132,0,0.15);
}
.text-marker-700\/20 {
  color: rgba(66,132,0,0.2);
}
.text-marker-700\/25 {
  color: rgba(66,132,0,0.25);
}
.text-marker-700\/30 {
  color: rgba(66,132,0,0.3);
}
.text-marker-700\/35 {
  color: rgba(66,132,0,0.35);
}
.text-marker-700\/40 {
  color: rgba(66,132,0,0.4);
}
.text-marker-700\/45 {
  color: rgba(66,132,0,0.45);
}
.text-marker-700\/5 {
  color: rgba(66,132,0,0.05);
}
.text-marker-700\/50 {
  color: rgba(66,132,0,0.5);
}
.text-marker-700\/55 {
  color: rgba(66,132,0,0.55);
}
.text-marker-700\/60 {
  color: rgba(66,132,0,0.6);
}
.text-marker-700\/65 {
  color: rgba(66,132,0,0.65);
}
.text-marker-700\/70 {
  color: rgba(66,132,0,0.7);
}
.text-marker-700\/75 {
  color: rgba(66,132,0,0.75);
}
.text-marker-700\/80 {
  color: rgba(66,132,0,0.8);
}
.text-marker-700\/85 {
  color: rgba(66,132,0,0.85);
}
.text-marker-700\/90 {
  color: rgba(66,132,0,0.9);
}
.text-marker-700\/95 {
  color: rgba(66,132,0,0.95);
}
.text-marker-800 {
  color: #428400;
}
.text-marker-800\/0 {
  color: rgba(66,132,0,0);
}
.text-marker-800\/10 {
  color: rgba(66,132,0,0.1);
}
.text-marker-800\/100 {
  color: rgba(66,132,0,1);
}
.text-marker-800\/15 {
  color: rgba(66,132,0,0.15);
}
.text-marker-800\/20 {
  color: rgba(66,132,0,0.2);
}
.text-marker-800\/25 {
  color: rgba(66,132,0,0.25);
}
.text-marker-800\/30 {
  color: rgba(66,132,0,0.3);
}
.text-marker-800\/35 {
  color: rgba(66,132,0,0.35);
}
.text-marker-800\/40 {
  color: rgba(66,132,0,0.4);
}
.text-marker-800\/45 {
  color: rgba(66,132,0,0.45);
}
.text-marker-800\/5 {
  color: rgba(66,132,0,0.05);
}
.text-marker-800\/50 {
  color: rgba(66,132,0,0.5);
}
.text-marker-800\/55 {
  color: rgba(66,132,0,0.55);
}
.text-marker-800\/60 {
  color: rgba(66,132,0,0.6);
}
.text-marker-800\/65 {
  color: rgba(66,132,0,0.65);
}
.text-marker-800\/70 {
  color: rgba(66,132,0,0.7);
}
.text-marker-800\/75 {
  color: rgba(66,132,0,0.75);
}
.text-marker-800\/80 {
  color: rgba(66,132,0,0.8);
}
.text-marker-800\/85 {
  color: rgba(66,132,0,0.85);
}
.text-marker-800\/90 {
  color: rgba(66,132,0,0.9);
}
.text-marker-800\/95 {
  color: rgba(66,132,0,0.95);
}
.text-marker-900 {
  color: #428400;
}
.text-marker-900\/0 {
  color: rgba(66,132,0,0);
}
.text-marker-900\/10 {
  color: rgba(66,132,0,0.1);
}
.text-marker-900\/100 {
  color: rgba(66,132,0,1);
}
.text-marker-900\/15 {
  color: rgba(66,132,0,0.15);
}
.text-marker-900\/20 {
  color: rgba(66,132,0,0.2);
}
.text-marker-900\/25 {
  color: rgba(66,132,0,0.25);
}
.text-marker-900\/30 {
  color: rgba(66,132,0,0.3);
}
.text-marker-900\/35 {
  color: rgba(66,132,0,0.35);
}
.text-marker-900\/40 {
  color: rgba(66,132,0,0.4);
}
.text-marker-900\/45 {
  color: rgba(66,132,0,0.45);
}
.text-marker-900\/5 {
  color: rgba(66,132,0,0.05);
}
.text-marker-900\/50 {
  color: rgba(66,132,0,0.5);
}
.text-marker-900\/55 {
  color: rgba(66,132,0,0.55);
}
.text-marker-900\/60 {
  color: rgba(66,132,0,0.6);
}
.text-marker-900\/65 {
  color: rgba(66,132,0,0.65);
}
.text-marker-900\/70 {
  color: rgba(66,132,0,0.7);
}
.text-marker-900\/75 {
  color: rgba(66,132,0,0.75);
}
.text-marker-900\/80 {
  color: rgba(66,132,0,0.8);
}
.text-marker-900\/85 {
  color: rgba(66,132,0,0.85);
}
.text-marker-900\/90 {
  color: rgba(66,132,0,0.9);
}
.text-marker-900\/95 {
  color: rgba(66,132,0,0.95);
}
.text-marker-dark {
  color: #428400;
}
.text-marker-dark\/0 {
  color: rgba(66,132,0,0);
}
.text-marker-dark\/10 {
  color: rgba(66,132,0,0.1);
}
.text-marker-dark\/100 {
  color: rgba(66,132,0,1);
}
.text-marker-dark\/15 {
  color: rgba(66,132,0,0.15);
}
.text-marker-dark\/20 {
  color: rgba(66,132,0,0.2);
}
.text-marker-dark\/25 {
  color: rgba(66,132,0,0.25);
}
.text-marker-dark\/30 {
  color: rgba(66,132,0,0.3);
}
.text-marker-dark\/35 {
  color: rgba(66,132,0,0.35);
}
.text-marker-dark\/40 {
  color: rgba(66,132,0,0.4);
}
.text-marker-dark\/45 {
  color: rgba(66,132,0,0.45);
}
.text-marker-dark\/5 {
  color: rgba(66,132,0,0.05);
}
.text-marker-dark\/50 {
  color: rgba(66,132,0,0.5);
}
.text-marker-dark\/55 {
  color: rgba(66,132,0,0.55);
}
.text-marker-dark\/60 {
  color: rgba(66,132,0,0.6);
}
.text-marker-dark\/65 {
  color: rgba(66,132,0,0.65);
}
.text-marker-dark\/70 {
  color: rgba(66,132,0,0.7);
}
.text-marker-dark\/75 {
  color: rgba(66,132,0,0.75);
}
.text-marker-dark\/80 {
  color: rgba(66,132,0,0.8);
}
.text-marker-dark\/85 {
  color: rgba(66,132,0,0.85);
}
.text-marker-dark\/90 {
  color: rgba(66,132,0,0.9);
}
.text-marker-dark\/95 {
  color: rgba(66,132,0,0.95);
}
.text-marker-light {
  color: #60BF02;
}
.text-marker-light\/0 {
  color: rgba(96,191,2,0);
}
.text-marker-light\/10 {
  color: rgba(96,191,2,0.1);
}
.text-marker-light\/100 {
  color: rgba(96,191,2,1);
}
.text-marker-light\/15 {
  color: rgba(96,191,2,0.15);
}
.text-marker-light\/20 {
  color: rgba(96,191,2,0.2);
}
.text-marker-light\/25 {
  color: rgba(96,191,2,0.25);
}
.text-marker-light\/30 {
  color: rgba(96,191,2,0.3);
}
.text-marker-light\/35 {
  color: rgba(96,191,2,0.35);
}
.text-marker-light\/40 {
  color: rgba(96,191,2,0.4);
}
.text-marker-light\/45 {
  color: rgba(96,191,2,0.45);
}
.text-marker-light\/5 {
  color: rgba(96,191,2,0.05);
}
.text-marker-light\/50 {
  color: rgba(96,191,2,0.5);
}
.text-marker-light\/55 {
  color: rgba(96,191,2,0.55);
}
.text-marker-light\/60 {
  color: rgba(96,191,2,0.6);
}
.text-marker-light\/65 {
  color: rgba(96,191,2,0.65);
}
.text-marker-light\/70 {
  color: rgba(96,191,2,0.7);
}
.text-marker-light\/75 {
  color: rgba(96,191,2,0.75);
}
.text-marker-light\/80 {
  color: rgba(96,191,2,0.8);
}
.text-marker-light\/85 {
  color: rgba(96,191,2,0.85);
}
.text-marker-light\/90 {
  color: rgba(96,191,2,0.9);
}
.text-marker-light\/95 {
  color: rgba(96,191,2,0.95);
}
.\!opacity-50 {
  opacity: 0.5 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-15 {
  opacity: 0.15;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-35 {
  opacity: 0.35;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-45 {
  opacity: 0.45;
}
.opacity-5 {
  opacity: 0.05;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-55 {
  opacity: 0.55;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-65 {
  opacity: 0.65;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-85 {
  opacity: 0.85;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-95 {
  opacity: 0.95;
}
.shadow-attention-0 {
  --tw-shadow-color: #E17A00;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/0 {
  --tw-shadow-color: rgba(225,122,0,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/10 {
  --tw-shadow-color: rgba(225,122,0,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/100 {
  --tw-shadow-color: rgba(225,122,0,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/15 {
  --tw-shadow-color: rgba(225,122,0,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/20 {
  --tw-shadow-color: rgba(225,122,0,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/25 {
  --tw-shadow-color: rgba(225,122,0,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/30 {
  --tw-shadow-color: rgba(225,122,0,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/35 {
  --tw-shadow-color: rgba(225,122,0,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/40 {
  --tw-shadow-color: rgba(225,122,0,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/45 {
  --tw-shadow-color: rgba(225,122,0,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/5 {
  --tw-shadow-color: rgba(225,122,0,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/50 {
  --tw-shadow-color: rgba(225,122,0,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/55 {
  --tw-shadow-color: rgba(225,122,0,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/60 {
  --tw-shadow-color: rgba(225,122,0,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/65 {
  --tw-shadow-color: rgba(225,122,0,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/70 {
  --tw-shadow-color: rgba(225,122,0,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/75 {
  --tw-shadow-color: rgba(225,122,0,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/80 {
  --tw-shadow-color: rgba(225,122,0,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/85 {
  --tw-shadow-color: rgba(225,122,0,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/90 {
  --tw-shadow-color: rgba(225,122,0,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-0\/95 {
  --tw-shadow-color: rgba(225,122,0,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100 {
  --tw-shadow-color: #E17A00;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/0 {
  --tw-shadow-color: rgba(225,122,0,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/10 {
  --tw-shadow-color: rgba(225,122,0,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/100 {
  --tw-shadow-color: rgba(225,122,0,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/15 {
  --tw-shadow-color: rgba(225,122,0,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/20 {
  --tw-shadow-color: rgba(225,122,0,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/25 {
  --tw-shadow-color: rgba(225,122,0,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/30 {
  --tw-shadow-color: rgba(225,122,0,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/35 {
  --tw-shadow-color: rgba(225,122,0,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/40 {
  --tw-shadow-color: rgba(225,122,0,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/45 {
  --tw-shadow-color: rgba(225,122,0,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/5 {
  --tw-shadow-color: rgba(225,122,0,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/50 {
  --tw-shadow-color: rgba(225,122,0,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/55 {
  --tw-shadow-color: rgba(225,122,0,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/60 {
  --tw-shadow-color: rgba(225,122,0,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/65 {
  --tw-shadow-color: rgba(225,122,0,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/70 {
  --tw-shadow-color: rgba(225,122,0,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/75 {
  --tw-shadow-color: rgba(225,122,0,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/80 {
  --tw-shadow-color: rgba(225,122,0,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/85 {
  --tw-shadow-color: rgba(225,122,0,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/90 {
  --tw-shadow-color: rgba(225,122,0,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-100\/95 {
  --tw-shadow-color: rgba(225,122,0,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200 {
  --tw-shadow-color: #E17A00;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/0 {
  --tw-shadow-color: rgba(225,122,0,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/10 {
  --tw-shadow-color: rgba(225,122,0,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/100 {
  --tw-shadow-color: rgba(225,122,0,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/15 {
  --tw-shadow-color: rgba(225,122,0,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/20 {
  --tw-shadow-color: rgba(225,122,0,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/25 {
  --tw-shadow-color: rgba(225,122,0,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/30 {
  --tw-shadow-color: rgba(225,122,0,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/35 {
  --tw-shadow-color: rgba(225,122,0,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/40 {
  --tw-shadow-color: rgba(225,122,0,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/45 {
  --tw-shadow-color: rgba(225,122,0,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/5 {
  --tw-shadow-color: rgba(225,122,0,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/50 {
  --tw-shadow-color: rgba(225,122,0,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/55 {
  --tw-shadow-color: rgba(225,122,0,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/60 {
  --tw-shadow-color: rgba(225,122,0,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/65 {
  --tw-shadow-color: rgba(225,122,0,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/70 {
  --tw-shadow-color: rgba(225,122,0,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/75 {
  --tw-shadow-color: rgba(225,122,0,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/80 {
  --tw-shadow-color: rgba(225,122,0,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/85 {
  --tw-shadow-color: rgba(225,122,0,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/90 {
  --tw-shadow-color: rgba(225,122,0,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-200\/95 {
  --tw-shadow-color: rgba(225,122,0,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300 {
  --tw-shadow-color: #E17A00;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/0 {
  --tw-shadow-color: rgba(225,122,0,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/10 {
  --tw-shadow-color: rgba(225,122,0,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/100 {
  --tw-shadow-color: rgba(225,122,0,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/15 {
  --tw-shadow-color: rgba(225,122,0,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/20 {
  --tw-shadow-color: rgba(225,122,0,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/25 {
  --tw-shadow-color: rgba(225,122,0,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/30 {
  --tw-shadow-color: rgba(225,122,0,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/35 {
  --tw-shadow-color: rgba(225,122,0,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/40 {
  --tw-shadow-color: rgba(225,122,0,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/45 {
  --tw-shadow-color: rgba(225,122,0,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/5 {
  --tw-shadow-color: rgba(225,122,0,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/50 {
  --tw-shadow-color: rgba(225,122,0,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/55 {
  --tw-shadow-color: rgba(225,122,0,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/60 {
  --tw-shadow-color: rgba(225,122,0,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/65 {
  --tw-shadow-color: rgba(225,122,0,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/70 {
  --tw-shadow-color: rgba(225,122,0,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/75 {
  --tw-shadow-color: rgba(225,122,0,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/80 {
  --tw-shadow-color: rgba(225,122,0,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/85 {
  --tw-shadow-color: rgba(225,122,0,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/90 {
  --tw-shadow-color: rgba(225,122,0,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-300\/95 {
  --tw-shadow-color: rgba(225,122,0,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400 {
  --tw-shadow-color: #E17A00;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/0 {
  --tw-shadow-color: rgba(225,122,0,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/10 {
  --tw-shadow-color: rgba(225,122,0,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/100 {
  --tw-shadow-color: rgba(225,122,0,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/15 {
  --tw-shadow-color: rgba(225,122,0,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/20 {
  --tw-shadow-color: rgba(225,122,0,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/25 {
  --tw-shadow-color: rgba(225,122,0,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/30 {
  --tw-shadow-color: rgba(225,122,0,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/35 {
  --tw-shadow-color: rgba(225,122,0,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/40 {
  --tw-shadow-color: rgba(225,122,0,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/45 {
  --tw-shadow-color: rgba(225,122,0,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/5 {
  --tw-shadow-color: rgba(225,122,0,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/50 {
  --tw-shadow-color: rgba(225,122,0,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/55 {
  --tw-shadow-color: rgba(225,122,0,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/60 {
  --tw-shadow-color: rgba(225,122,0,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/65 {
  --tw-shadow-color: rgba(225,122,0,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/70 {
  --tw-shadow-color: rgba(225,122,0,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/75 {
  --tw-shadow-color: rgba(225,122,0,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/80 {
  --tw-shadow-color: rgba(225,122,0,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/85 {
  --tw-shadow-color: rgba(225,122,0,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/90 {
  --tw-shadow-color: rgba(225,122,0,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-400\/95 {
  --tw-shadow-color: rgba(225,122,0,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500 {
  --tw-shadow-color: #E93A24;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/0 {
  --tw-shadow-color: rgba(233,58,36,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/10 {
  --tw-shadow-color: rgba(233,58,36,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/100 {
  --tw-shadow-color: rgba(233,58,36,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/15 {
  --tw-shadow-color: rgba(233,58,36,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/20 {
  --tw-shadow-color: rgba(233,58,36,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/25 {
  --tw-shadow-color: rgba(233,58,36,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/30 {
  --tw-shadow-color: rgba(233,58,36,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/35 {
  --tw-shadow-color: rgba(233,58,36,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/40 {
  --tw-shadow-color: rgba(233,58,36,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/45 {
  --tw-shadow-color: rgba(233,58,36,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/5 {
  --tw-shadow-color: rgba(233,58,36,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/50 {
  --tw-shadow-color: rgba(233,58,36,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/55 {
  --tw-shadow-color: rgba(233,58,36,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/60 {
  --tw-shadow-color: rgba(233,58,36,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/65 {
  --tw-shadow-color: rgba(233,58,36,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/70 {
  --tw-shadow-color: rgba(233,58,36,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/75 {
  --tw-shadow-color: rgba(233,58,36,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/80 {
  --tw-shadow-color: rgba(233,58,36,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/85 {
  --tw-shadow-color: rgba(233,58,36,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/90 {
  --tw-shadow-color: rgba(233,58,36,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-500\/95 {
  --tw-shadow-color: rgba(233,58,36,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600 {
  --tw-shadow-color: #E93A24;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/0 {
  --tw-shadow-color: rgba(233,58,36,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/10 {
  --tw-shadow-color: rgba(233,58,36,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/100 {
  --tw-shadow-color: rgba(233,58,36,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/15 {
  --tw-shadow-color: rgba(233,58,36,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/20 {
  --tw-shadow-color: rgba(233,58,36,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/25 {
  --tw-shadow-color: rgba(233,58,36,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/30 {
  --tw-shadow-color: rgba(233,58,36,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/35 {
  --tw-shadow-color: rgba(233,58,36,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/40 {
  --tw-shadow-color: rgba(233,58,36,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/45 {
  --tw-shadow-color: rgba(233,58,36,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/5 {
  --tw-shadow-color: rgba(233,58,36,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/50 {
  --tw-shadow-color: rgba(233,58,36,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/55 {
  --tw-shadow-color: rgba(233,58,36,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/60 {
  --tw-shadow-color: rgba(233,58,36,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/65 {
  --tw-shadow-color: rgba(233,58,36,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/70 {
  --tw-shadow-color: rgba(233,58,36,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/75 {
  --tw-shadow-color: rgba(233,58,36,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/80 {
  --tw-shadow-color: rgba(233,58,36,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/85 {
  --tw-shadow-color: rgba(233,58,36,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/90 {
  --tw-shadow-color: rgba(233,58,36,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-600\/95 {
  --tw-shadow-color: rgba(233,58,36,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700 {
  --tw-shadow-color: #E93A24;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/0 {
  --tw-shadow-color: rgba(233,58,36,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/10 {
  --tw-shadow-color: rgba(233,58,36,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/100 {
  --tw-shadow-color: rgba(233,58,36,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/15 {
  --tw-shadow-color: rgba(233,58,36,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/20 {
  --tw-shadow-color: rgba(233,58,36,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/25 {
  --tw-shadow-color: rgba(233,58,36,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/30 {
  --tw-shadow-color: rgba(233,58,36,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/35 {
  --tw-shadow-color: rgba(233,58,36,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/40 {
  --tw-shadow-color: rgba(233,58,36,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/45 {
  --tw-shadow-color: rgba(233,58,36,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/5 {
  --tw-shadow-color: rgba(233,58,36,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/50 {
  --tw-shadow-color: rgba(233,58,36,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/55 {
  --tw-shadow-color: rgba(233,58,36,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/60 {
  --tw-shadow-color: rgba(233,58,36,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/65 {
  --tw-shadow-color: rgba(233,58,36,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/70 {
  --tw-shadow-color: rgba(233,58,36,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/75 {
  --tw-shadow-color: rgba(233,58,36,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/80 {
  --tw-shadow-color: rgba(233,58,36,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/85 {
  --tw-shadow-color: rgba(233,58,36,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/90 {
  --tw-shadow-color: rgba(233,58,36,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-700\/95 {
  --tw-shadow-color: rgba(233,58,36,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800 {
  --tw-shadow-color: #E93A24;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/0 {
  --tw-shadow-color: rgba(233,58,36,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/10 {
  --tw-shadow-color: rgba(233,58,36,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/100 {
  --tw-shadow-color: rgba(233,58,36,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/15 {
  --tw-shadow-color: rgba(233,58,36,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/20 {
  --tw-shadow-color: rgba(233,58,36,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/25 {
  --tw-shadow-color: rgba(233,58,36,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/30 {
  --tw-shadow-color: rgba(233,58,36,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/35 {
  --tw-shadow-color: rgba(233,58,36,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/40 {
  --tw-shadow-color: rgba(233,58,36,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/45 {
  --tw-shadow-color: rgba(233,58,36,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/5 {
  --tw-shadow-color: rgba(233,58,36,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/50 {
  --tw-shadow-color: rgba(233,58,36,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/55 {
  --tw-shadow-color: rgba(233,58,36,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/60 {
  --tw-shadow-color: rgba(233,58,36,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/65 {
  --tw-shadow-color: rgba(233,58,36,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/70 {
  --tw-shadow-color: rgba(233,58,36,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/75 {
  --tw-shadow-color: rgba(233,58,36,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/80 {
  --tw-shadow-color: rgba(233,58,36,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/85 {
  --tw-shadow-color: rgba(233,58,36,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/90 {
  --tw-shadow-color: rgba(233,58,36,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-800\/95 {
  --tw-shadow-color: rgba(233,58,36,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900 {
  --tw-shadow-color: #E93A24;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/0 {
  --tw-shadow-color: rgba(233,58,36,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/10 {
  --tw-shadow-color: rgba(233,58,36,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/100 {
  --tw-shadow-color: rgba(233,58,36,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/15 {
  --tw-shadow-color: rgba(233,58,36,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/20 {
  --tw-shadow-color: rgba(233,58,36,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/25 {
  --tw-shadow-color: rgba(233,58,36,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/30 {
  --tw-shadow-color: rgba(233,58,36,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/35 {
  --tw-shadow-color: rgba(233,58,36,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/40 {
  --tw-shadow-color: rgba(233,58,36,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/45 {
  --tw-shadow-color: rgba(233,58,36,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/5 {
  --tw-shadow-color: rgba(233,58,36,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/50 {
  --tw-shadow-color: rgba(233,58,36,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/55 {
  --tw-shadow-color: rgba(233,58,36,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/60 {
  --tw-shadow-color: rgba(233,58,36,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/65 {
  --tw-shadow-color: rgba(233,58,36,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/70 {
  --tw-shadow-color: rgba(233,58,36,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/75 {
  --tw-shadow-color: rgba(233,58,36,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/80 {
  --tw-shadow-color: rgba(233,58,36,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/85 {
  --tw-shadow-color: rgba(233,58,36,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/90 {
  --tw-shadow-color: rgba(233,58,36,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-900\/95 {
  --tw-shadow-color: rgba(233,58,36,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark {
  --tw-shadow-color: #8c2316;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/0 {
  --tw-shadow-color: rgba(140,35,22,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/10 {
  --tw-shadow-color: rgba(140,35,22,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/100 {
  --tw-shadow-color: rgba(140,35,22,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/15 {
  --tw-shadow-color: rgba(140,35,22,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/20 {
  --tw-shadow-color: rgba(140,35,22,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/25 {
  --tw-shadow-color: rgba(140,35,22,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/30 {
  --tw-shadow-color: rgba(140,35,22,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/35 {
  --tw-shadow-color: rgba(140,35,22,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/40 {
  --tw-shadow-color: rgba(140,35,22,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/45 {
  --tw-shadow-color: rgba(140,35,22,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/5 {
  --tw-shadow-color: rgba(140,35,22,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/50 {
  --tw-shadow-color: rgba(140,35,22,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/55 {
  --tw-shadow-color: rgba(140,35,22,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/60 {
  --tw-shadow-color: rgba(140,35,22,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/65 {
  --tw-shadow-color: rgba(140,35,22,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/70 {
  --tw-shadow-color: rgba(140,35,22,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/75 {
  --tw-shadow-color: rgba(140,35,22,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/80 {
  --tw-shadow-color: rgba(140,35,22,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/85 {
  --tw-shadow-color: rgba(140,35,22,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/90 {
  --tw-shadow-color: rgba(140,35,22,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-dark\/95 {
  --tw-shadow-color: rgba(140,35,22,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light {
  --tw-shadow-color: #E17A00;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/0 {
  --tw-shadow-color: rgba(225,122,0,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/10 {
  --tw-shadow-color: rgba(225,122,0,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/100 {
  --tw-shadow-color: rgba(225,122,0,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/15 {
  --tw-shadow-color: rgba(225,122,0,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/20 {
  --tw-shadow-color: rgba(225,122,0,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/25 {
  --tw-shadow-color: rgba(225,122,0,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/30 {
  --tw-shadow-color: rgba(225,122,0,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/35 {
  --tw-shadow-color: rgba(225,122,0,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/40 {
  --tw-shadow-color: rgba(225,122,0,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/45 {
  --tw-shadow-color: rgba(225,122,0,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/5 {
  --tw-shadow-color: rgba(225,122,0,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/50 {
  --tw-shadow-color: rgba(225,122,0,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/55 {
  --tw-shadow-color: rgba(225,122,0,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/60 {
  --tw-shadow-color: rgba(225,122,0,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/65 {
  --tw-shadow-color: rgba(225,122,0,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/70 {
  --tw-shadow-color: rgba(225,122,0,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/75 {
  --tw-shadow-color: rgba(225,122,0,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/80 {
  --tw-shadow-color: rgba(225,122,0,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/85 {
  --tw-shadow-color: rgba(225,122,0,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/90 {
  --tw-shadow-color: rgba(225,122,0,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-attention-light\/95 {
  --tw-shadow-color: rgba(225,122,0,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0 {
  --tw-shadow-color: #E5E5E5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/0 {
  --tw-shadow-color: rgba(229,229,229,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/10 {
  --tw-shadow-color: rgba(229,229,229,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/100 {
  --tw-shadow-color: rgba(229,229,229,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/15 {
  --tw-shadow-color: rgba(229,229,229,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/20 {
  --tw-shadow-color: rgba(229,229,229,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/25 {
  --tw-shadow-color: rgba(229,229,229,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/30 {
  --tw-shadow-color: rgba(229,229,229,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/35 {
  --tw-shadow-color: rgba(229,229,229,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/40 {
  --tw-shadow-color: rgba(229,229,229,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/45 {
  --tw-shadow-color: rgba(229,229,229,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/5 {
  --tw-shadow-color: rgba(229,229,229,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/50 {
  --tw-shadow-color: rgba(229,229,229,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/55 {
  --tw-shadow-color: rgba(229,229,229,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/60 {
  --tw-shadow-color: rgba(229,229,229,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/65 {
  --tw-shadow-color: rgba(229,229,229,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/70 {
  --tw-shadow-color: rgba(229,229,229,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/75 {
  --tw-shadow-color: rgba(229,229,229,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/80 {
  --tw-shadow-color: rgba(229,229,229,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/85 {
  --tw-shadow-color: rgba(229,229,229,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/90 {
  --tw-shadow-color: rgba(229,229,229,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-0\/95 {
  --tw-shadow-color: rgba(229,229,229,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100 {
  --tw-shadow-color: #8C8C8C;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/0 {
  --tw-shadow-color: rgba(140,140,140,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/10 {
  --tw-shadow-color: rgba(140,140,140,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/100 {
  --tw-shadow-color: rgba(140,140,140,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/15 {
  --tw-shadow-color: rgba(140,140,140,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/20 {
  --tw-shadow-color: rgba(140,140,140,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/25 {
  --tw-shadow-color: rgba(140,140,140,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/30 {
  --tw-shadow-color: rgba(140,140,140,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/35 {
  --tw-shadow-color: rgba(140,140,140,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/40 {
  --tw-shadow-color: rgba(140,140,140,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/45 {
  --tw-shadow-color: rgba(140,140,140,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/5 {
  --tw-shadow-color: rgba(140,140,140,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/50 {
  --tw-shadow-color: rgba(140,140,140,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/55 {
  --tw-shadow-color: rgba(140,140,140,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/60 {
  --tw-shadow-color: rgba(140,140,140,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/65 {
  --tw-shadow-color: rgba(140,140,140,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/70 {
  --tw-shadow-color: rgba(140,140,140,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/75 {
  --tw-shadow-color: rgba(140,140,140,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/80 {
  --tw-shadow-color: rgba(140,140,140,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/85 {
  --tw-shadow-color: rgba(140,140,140,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/90 {
  --tw-shadow-color: rgba(140,140,140,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-100\/95 {
  --tw-shadow-color: rgba(140,140,140,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150 {
  --tw-shadow-color: #6f6f6f;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/0 {
  --tw-shadow-color: rgba(111,111,111,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/10 {
  --tw-shadow-color: rgba(111,111,111,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/100 {
  --tw-shadow-color: rgba(111,111,111,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/15 {
  --tw-shadow-color: rgba(111,111,111,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/20 {
  --tw-shadow-color: rgba(111,111,111,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/25 {
  --tw-shadow-color: rgba(111,111,111,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/30 {
  --tw-shadow-color: rgba(111,111,111,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/35 {
  --tw-shadow-color: rgba(111,111,111,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/40 {
  --tw-shadow-color: rgba(111,111,111,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/45 {
  --tw-shadow-color: rgba(111,111,111,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/5 {
  --tw-shadow-color: rgba(111,111,111,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/50 {
  --tw-shadow-color: rgba(111,111,111,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/55 {
  --tw-shadow-color: rgba(111,111,111,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/60 {
  --tw-shadow-color: rgba(111,111,111,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/65 {
  --tw-shadow-color: rgba(111,111,111,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/70 {
  --tw-shadow-color: rgba(111,111,111,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/75 {
  --tw-shadow-color: rgba(111,111,111,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/80 {
  --tw-shadow-color: rgba(111,111,111,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/85 {
  --tw-shadow-color: rgba(111,111,111,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/90 {
  --tw-shadow-color: rgba(111,111,111,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-150\/95 {
  --tw-shadow-color: rgba(111,111,111,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200 {
  --tw-shadow-color: #454545;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/0 {
  --tw-shadow-color: rgba(69,69,69,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/10 {
  --tw-shadow-color: rgba(69,69,69,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/100 {
  --tw-shadow-color: rgba(69,69,69,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/15 {
  --tw-shadow-color: rgba(69,69,69,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/20 {
  --tw-shadow-color: rgba(69,69,69,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/25 {
  --tw-shadow-color: rgba(69,69,69,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/30 {
  --tw-shadow-color: rgba(69,69,69,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/35 {
  --tw-shadow-color: rgba(69,69,69,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/40 {
  --tw-shadow-color: rgba(69,69,69,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/45 {
  --tw-shadow-color: rgba(69,69,69,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/5 {
  --tw-shadow-color: rgba(69,69,69,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/50 {
  --tw-shadow-color: rgba(69,69,69,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/55 {
  --tw-shadow-color: rgba(69,69,69,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/60 {
  --tw-shadow-color: rgba(69,69,69,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/65 {
  --tw-shadow-color: rgba(69,69,69,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/70 {
  --tw-shadow-color: rgba(69,69,69,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/75 {
  --tw-shadow-color: rgba(69,69,69,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/80 {
  --tw-shadow-color: rgba(69,69,69,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/85 {
  --tw-shadow-color: rgba(69,69,69,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/90 {
  --tw-shadow-color: rgba(69,69,69,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-200\/95 {
  --tw-shadow-color: rgba(69,69,69,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300 {
  --tw-shadow-color: #343434;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/0 {
  --tw-shadow-color: rgba(52,52,52,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/10 {
  --tw-shadow-color: rgba(52,52,52,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/100 {
  --tw-shadow-color: rgba(52,52,52,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/15 {
  --tw-shadow-color: rgba(52,52,52,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/20 {
  --tw-shadow-color: rgba(52,52,52,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/25 {
  --tw-shadow-color: rgba(52,52,52,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/30 {
  --tw-shadow-color: rgba(52,52,52,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/35 {
  --tw-shadow-color: rgba(52,52,52,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/40 {
  --tw-shadow-color: rgba(52,52,52,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/45 {
  --tw-shadow-color: rgba(52,52,52,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/5 {
  --tw-shadow-color: rgba(52,52,52,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/50 {
  --tw-shadow-color: rgba(52,52,52,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/55 {
  --tw-shadow-color: rgba(52,52,52,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/60 {
  --tw-shadow-color: rgba(52,52,52,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/65 {
  --tw-shadow-color: rgba(52,52,52,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/70 {
  --tw-shadow-color: rgba(52,52,52,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/75 {
  --tw-shadow-color: rgba(52,52,52,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/80 {
  --tw-shadow-color: rgba(52,52,52,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/85 {
  --tw-shadow-color: rgba(52,52,52,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/90 {
  --tw-shadow-color: rgba(52,52,52,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-300\/95 {
  --tw-shadow-color: rgba(52,52,52,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400 {
  --tw-shadow-color: #2B2B2B;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/0 {
  --tw-shadow-color: rgba(43,43,43,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/10 {
  --tw-shadow-color: rgba(43,43,43,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/100 {
  --tw-shadow-color: rgba(43,43,43,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/15 {
  --tw-shadow-color: rgba(43,43,43,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/20 {
  --tw-shadow-color: rgba(43,43,43,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/25 {
  --tw-shadow-color: rgba(43,43,43,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/30 {
  --tw-shadow-color: rgba(43,43,43,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/35 {
  --tw-shadow-color: rgba(43,43,43,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/40 {
  --tw-shadow-color: rgba(43,43,43,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/45 {
  --tw-shadow-color: rgba(43,43,43,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/5 {
  --tw-shadow-color: rgba(43,43,43,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/50 {
  --tw-shadow-color: rgba(43,43,43,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/55 {
  --tw-shadow-color: rgba(43,43,43,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/60 {
  --tw-shadow-color: rgba(43,43,43,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/65 {
  --tw-shadow-color: rgba(43,43,43,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/70 {
  --tw-shadow-color: rgba(43,43,43,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/75 {
  --tw-shadow-color: rgba(43,43,43,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/80 {
  --tw-shadow-color: rgba(43,43,43,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/85 {
  --tw-shadow-color: rgba(43,43,43,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/90 {
  --tw-shadow-color: rgba(43,43,43,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-400\/95 {
  --tw-shadow-color: rgba(43,43,43,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500 {
  --tw-shadow-color: #232323;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/0 {
  --tw-shadow-color: rgba(35,35,35,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/10 {
  --tw-shadow-color: rgba(35,35,35,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/100 {
  --tw-shadow-color: rgba(35,35,35,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/15 {
  --tw-shadow-color: rgba(35,35,35,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/20 {
  --tw-shadow-color: rgba(35,35,35,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/25 {
  --tw-shadow-color: rgba(35,35,35,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/30 {
  --tw-shadow-color: rgba(35,35,35,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/35 {
  --tw-shadow-color: rgba(35,35,35,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/40 {
  --tw-shadow-color: rgba(35,35,35,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/45 {
  --tw-shadow-color: rgba(35,35,35,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/5 {
  --tw-shadow-color: rgba(35,35,35,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/50 {
  --tw-shadow-color: rgba(35,35,35,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/55 {
  --tw-shadow-color: rgba(35,35,35,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/60 {
  --tw-shadow-color: rgba(35,35,35,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/65 {
  --tw-shadow-color: rgba(35,35,35,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/70 {
  --tw-shadow-color: rgba(35,35,35,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/75 {
  --tw-shadow-color: rgba(35,35,35,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/80 {
  --tw-shadow-color: rgba(35,35,35,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/85 {
  --tw-shadow-color: rgba(35,35,35,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/90 {
  --tw-shadow-color: rgba(35,35,35,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-500\/95 {
  --tw-shadow-color: rgba(35,35,35,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600 {
  --tw-shadow-color: #232323;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/0 {
  --tw-shadow-color: rgba(35,35,35,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/10 {
  --tw-shadow-color: rgba(35,35,35,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/100 {
  --tw-shadow-color: rgba(35,35,35,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/15 {
  --tw-shadow-color: rgba(35,35,35,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/20 {
  --tw-shadow-color: rgba(35,35,35,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/25 {
  --tw-shadow-color: rgba(35,35,35,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/30 {
  --tw-shadow-color: rgba(35,35,35,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/35 {
  --tw-shadow-color: rgba(35,35,35,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/40 {
  --tw-shadow-color: rgba(35,35,35,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/45 {
  --tw-shadow-color: rgba(35,35,35,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/5 {
  --tw-shadow-color: rgba(35,35,35,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/50 {
  --tw-shadow-color: rgba(35,35,35,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/55 {
  --tw-shadow-color: rgba(35,35,35,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/60 {
  --tw-shadow-color: rgba(35,35,35,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/65 {
  --tw-shadow-color: rgba(35,35,35,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/70 {
  --tw-shadow-color: rgba(35,35,35,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/75 {
  --tw-shadow-color: rgba(35,35,35,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/80 {
  --tw-shadow-color: rgba(35,35,35,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/85 {
  --tw-shadow-color: rgba(35,35,35,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/90 {
  --tw-shadow-color: rgba(35,35,35,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-600\/95 {
  --tw-shadow-color: rgba(35,35,35,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700 {
  --tw-shadow-color: #181818;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/0 {
  --tw-shadow-color: rgba(24,24,24,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/10 {
  --tw-shadow-color: rgba(24,24,24,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/100 {
  --tw-shadow-color: rgba(24,24,24,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/15 {
  --tw-shadow-color: rgba(24,24,24,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/20 {
  --tw-shadow-color: rgba(24,24,24,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/25 {
  --tw-shadow-color: rgba(24,24,24,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/30 {
  --tw-shadow-color: rgba(24,24,24,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/35 {
  --tw-shadow-color: rgba(24,24,24,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/40 {
  --tw-shadow-color: rgba(24,24,24,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/45 {
  --tw-shadow-color: rgba(24,24,24,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/5 {
  --tw-shadow-color: rgba(24,24,24,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/50 {
  --tw-shadow-color: rgba(24,24,24,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/55 {
  --tw-shadow-color: rgba(24,24,24,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/60 {
  --tw-shadow-color: rgba(24,24,24,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/65 {
  --tw-shadow-color: rgba(24,24,24,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/70 {
  --tw-shadow-color: rgba(24,24,24,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/75 {
  --tw-shadow-color: rgba(24,24,24,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/80 {
  --tw-shadow-color: rgba(24,24,24,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/85 {
  --tw-shadow-color: rgba(24,24,24,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/90 {
  --tw-shadow-color: rgba(24,24,24,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-700\/95 {
  --tw-shadow-color: rgba(24,24,24,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800 {
  --tw-shadow-color: #1E1E1E;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/0 {
  --tw-shadow-color: rgba(30,30,30,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/10 {
  --tw-shadow-color: rgba(30,30,30,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/100 {
  --tw-shadow-color: rgba(30,30,30,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/15 {
  --tw-shadow-color: rgba(30,30,30,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/20 {
  --tw-shadow-color: rgba(30,30,30,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/25 {
  --tw-shadow-color: rgba(30,30,30,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/30 {
  --tw-shadow-color: rgba(30,30,30,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/35 {
  --tw-shadow-color: rgba(30,30,30,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/40 {
  --tw-shadow-color: rgba(30,30,30,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/45 {
  --tw-shadow-color: rgba(30,30,30,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/5 {
  --tw-shadow-color: rgba(30,30,30,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/50 {
  --tw-shadow-color: rgba(30,30,30,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/55 {
  --tw-shadow-color: rgba(30,30,30,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/60 {
  --tw-shadow-color: rgba(30,30,30,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/65 {
  --tw-shadow-color: rgba(30,30,30,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/70 {
  --tw-shadow-color: rgba(30,30,30,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/75 {
  --tw-shadow-color: rgba(30,30,30,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/80 {
  --tw-shadow-color: rgba(30,30,30,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/85 {
  --tw-shadow-color: rgba(30,30,30,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/90 {
  --tw-shadow-color: rgba(30,30,30,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-800\/95 {
  --tw-shadow-color: rgba(30,30,30,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900 {
  --tw-shadow-color: #000000;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/0 {
  --tw-shadow-color: rgba(0,0,0,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/10 {
  --tw-shadow-color: rgba(0,0,0,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/100 {
  --tw-shadow-color: rgba(0,0,0,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/15 {
  --tw-shadow-color: rgba(0,0,0,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/20 {
  --tw-shadow-color: rgba(0,0,0,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/25 {
  --tw-shadow-color: rgba(0,0,0,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/30 {
  --tw-shadow-color: rgba(0,0,0,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/35 {
  --tw-shadow-color: rgba(0,0,0,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/40 {
  --tw-shadow-color: rgba(0,0,0,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/45 {
  --tw-shadow-color: rgba(0,0,0,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/5 {
  --tw-shadow-color: rgba(0,0,0,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/50 {
  --tw-shadow-color: rgba(0,0,0,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/55 {
  --tw-shadow-color: rgba(0,0,0,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/60 {
  --tw-shadow-color: rgba(0,0,0,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/65 {
  --tw-shadow-color: rgba(0,0,0,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/70 {
  --tw-shadow-color: rgba(0,0,0,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/75 {
  --tw-shadow-color: rgba(0,0,0,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/80 {
  --tw-shadow-color: rgba(0,0,0,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/85 {
  --tw-shadow-color: rgba(0,0,0,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/90 {
  --tw-shadow-color: rgba(0,0,0,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-900\/95 {
  --tw-shadow-color: rgba(0,0,0,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark {
  --tw-shadow-color: #1E1E1E;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/0 {
  --tw-shadow-color: rgba(30,30,30,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/10 {
  --tw-shadow-color: rgba(30,30,30,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/100 {
  --tw-shadow-color: rgba(30,30,30,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/15 {
  --tw-shadow-color: rgba(30,30,30,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/20 {
  --tw-shadow-color: rgba(30,30,30,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/25 {
  --tw-shadow-color: rgba(30,30,30,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/30 {
  --tw-shadow-color: rgba(30,30,30,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/35 {
  --tw-shadow-color: rgba(30,30,30,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/40 {
  --tw-shadow-color: rgba(30,30,30,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/45 {
  --tw-shadow-color: rgba(30,30,30,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/5 {
  --tw-shadow-color: rgba(30,30,30,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/50 {
  --tw-shadow-color: rgba(30,30,30,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/55 {
  --tw-shadow-color: rgba(30,30,30,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/60 {
  --tw-shadow-color: rgba(30,30,30,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/65 {
  --tw-shadow-color: rgba(30,30,30,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/70 {
  --tw-shadow-color: rgba(30,30,30,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/75 {
  --tw-shadow-color: rgba(30,30,30,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/80 {
  --tw-shadow-color: rgba(30,30,30,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/85 {
  --tw-shadow-color: rgba(30,30,30,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/90 {
  --tw-shadow-color: rgba(30,30,30,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-dark\/95 {
  --tw-shadow-color: rgba(30,30,30,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light {
  --tw-shadow-color: #454545;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/0 {
  --tw-shadow-color: rgba(69,69,69,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/10 {
  --tw-shadow-color: rgba(69,69,69,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/100 {
  --tw-shadow-color: rgba(69,69,69,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/15 {
  --tw-shadow-color: rgba(69,69,69,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/20 {
  --tw-shadow-color: rgba(69,69,69,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/25 {
  --tw-shadow-color: rgba(69,69,69,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/30 {
  --tw-shadow-color: rgba(69,69,69,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/35 {
  --tw-shadow-color: rgba(69,69,69,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/40 {
  --tw-shadow-color: rgba(69,69,69,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/45 {
  --tw-shadow-color: rgba(69,69,69,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/5 {
  --tw-shadow-color: rgba(69,69,69,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/50 {
  --tw-shadow-color: rgba(69,69,69,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/55 {
  --tw-shadow-color: rgba(69,69,69,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/60 {
  --tw-shadow-color: rgba(69,69,69,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/65 {
  --tw-shadow-color: rgba(69,69,69,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/70 {
  --tw-shadow-color: rgba(69,69,69,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/75 {
  --tw-shadow-color: rgba(69,69,69,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/80 {
  --tw-shadow-color: rgba(69,69,69,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/85 {
  --tw-shadow-color: rgba(69,69,69,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/90 {
  --tw-shadow-color: rgba(69,69,69,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-light\/95 {
  --tw-shadow-color: rgba(69,69,69,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/0 {
  --tw-shadow-color: rgba(0,0,0,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/10 {
  --tw-shadow-color: rgba(0,0,0,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/100 {
  --tw-shadow-color: rgba(0,0,0,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/15 {
  --tw-shadow-color: rgba(0,0,0,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/20 {
  --tw-shadow-color: rgba(0,0,0,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/25 {
  --tw-shadow-color: rgba(0,0,0,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/30 {
  --tw-shadow-color: rgba(0,0,0,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/35 {
  --tw-shadow-color: rgba(0,0,0,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/40 {
  --tw-shadow-color: rgba(0,0,0,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/45 {
  --tw-shadow-color: rgba(0,0,0,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/5 {
  --tw-shadow-color: rgba(0,0,0,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/50 {
  --tw-shadow-color: rgba(0,0,0,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/55 {
  --tw-shadow-color: rgba(0,0,0,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/60 {
  --tw-shadow-color: rgba(0,0,0,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/65 {
  --tw-shadow-color: rgba(0,0,0,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/70 {
  --tw-shadow-color: rgba(0,0,0,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/75 {
  --tw-shadow-color: rgba(0,0,0,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/80 {
  --tw-shadow-color: rgba(0,0,0,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/85 {
  --tw-shadow-color: rgba(0,0,0,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/90 {
  --tw-shadow-color: rgba(0,0,0,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-none\/95 {
  --tw-shadow-color: rgba(0,0,0,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0 {
  --tw-shadow-color: #60BF02;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/0 {
  --tw-shadow-color: rgba(96,191,2,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/10 {
  --tw-shadow-color: rgba(96,191,2,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/100 {
  --tw-shadow-color: rgba(96,191,2,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/15 {
  --tw-shadow-color: rgba(96,191,2,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/20 {
  --tw-shadow-color: rgba(96,191,2,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/25 {
  --tw-shadow-color: rgba(96,191,2,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/30 {
  --tw-shadow-color: rgba(96,191,2,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/35 {
  --tw-shadow-color: rgba(96,191,2,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/40 {
  --tw-shadow-color: rgba(96,191,2,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/45 {
  --tw-shadow-color: rgba(96,191,2,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/5 {
  --tw-shadow-color: rgba(96,191,2,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/50 {
  --tw-shadow-color: rgba(96,191,2,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/55 {
  --tw-shadow-color: rgba(96,191,2,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/60 {
  --tw-shadow-color: rgba(96,191,2,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/65 {
  --tw-shadow-color: rgba(96,191,2,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/70 {
  --tw-shadow-color: rgba(96,191,2,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/75 {
  --tw-shadow-color: rgba(96,191,2,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/80 {
  --tw-shadow-color: rgba(96,191,2,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/85 {
  --tw-shadow-color: rgba(96,191,2,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/90 {
  --tw-shadow-color: rgba(96,191,2,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-0\/95 {
  --tw-shadow-color: rgba(96,191,2,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100 {
  --tw-shadow-color: #60BF02;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/0 {
  --tw-shadow-color: rgba(96,191,2,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/10 {
  --tw-shadow-color: rgba(96,191,2,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/100 {
  --tw-shadow-color: rgba(96,191,2,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/15 {
  --tw-shadow-color: rgba(96,191,2,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/20 {
  --tw-shadow-color: rgba(96,191,2,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/25 {
  --tw-shadow-color: rgba(96,191,2,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/30 {
  --tw-shadow-color: rgba(96,191,2,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/35 {
  --tw-shadow-color: rgba(96,191,2,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/40 {
  --tw-shadow-color: rgba(96,191,2,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/45 {
  --tw-shadow-color: rgba(96,191,2,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/5 {
  --tw-shadow-color: rgba(96,191,2,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/50 {
  --tw-shadow-color: rgba(96,191,2,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/55 {
  --tw-shadow-color: rgba(96,191,2,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/60 {
  --tw-shadow-color: rgba(96,191,2,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/65 {
  --tw-shadow-color: rgba(96,191,2,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/70 {
  --tw-shadow-color: rgba(96,191,2,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/75 {
  --tw-shadow-color: rgba(96,191,2,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/80 {
  --tw-shadow-color: rgba(96,191,2,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/85 {
  --tw-shadow-color: rgba(96,191,2,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/90 {
  --tw-shadow-color: rgba(96,191,2,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-100\/95 {
  --tw-shadow-color: rgba(96,191,2,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200 {
  --tw-shadow-color: #60BF02;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/0 {
  --tw-shadow-color: rgba(96,191,2,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/10 {
  --tw-shadow-color: rgba(96,191,2,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/100 {
  --tw-shadow-color: rgba(96,191,2,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/15 {
  --tw-shadow-color: rgba(96,191,2,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/20 {
  --tw-shadow-color: rgba(96,191,2,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/25 {
  --tw-shadow-color: rgba(96,191,2,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/30 {
  --tw-shadow-color: rgba(96,191,2,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/35 {
  --tw-shadow-color: rgba(96,191,2,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/40 {
  --tw-shadow-color: rgba(96,191,2,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/45 {
  --tw-shadow-color: rgba(96,191,2,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/5 {
  --tw-shadow-color: rgba(96,191,2,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/50 {
  --tw-shadow-color: rgba(96,191,2,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/55 {
  --tw-shadow-color: rgba(96,191,2,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/60 {
  --tw-shadow-color: rgba(96,191,2,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/65 {
  --tw-shadow-color: rgba(96,191,2,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/70 {
  --tw-shadow-color: rgba(96,191,2,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/75 {
  --tw-shadow-color: rgba(96,191,2,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/80 {
  --tw-shadow-color: rgba(96,191,2,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/85 {
  --tw-shadow-color: rgba(96,191,2,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/90 {
  --tw-shadow-color: rgba(96,191,2,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-200\/95 {
  --tw-shadow-color: rgba(96,191,2,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300 {
  --tw-shadow-color: #60BF02;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/0 {
  --tw-shadow-color: rgba(96,191,2,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/10 {
  --tw-shadow-color: rgba(96,191,2,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/100 {
  --tw-shadow-color: rgba(96,191,2,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/15 {
  --tw-shadow-color: rgba(96,191,2,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/20 {
  --tw-shadow-color: rgba(96,191,2,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/25 {
  --tw-shadow-color: rgba(96,191,2,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/30 {
  --tw-shadow-color: rgba(96,191,2,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/35 {
  --tw-shadow-color: rgba(96,191,2,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/40 {
  --tw-shadow-color: rgba(96,191,2,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/45 {
  --tw-shadow-color: rgba(96,191,2,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/5 {
  --tw-shadow-color: rgba(96,191,2,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/50 {
  --tw-shadow-color: rgba(96,191,2,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/55 {
  --tw-shadow-color: rgba(96,191,2,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/60 {
  --tw-shadow-color: rgba(96,191,2,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/65 {
  --tw-shadow-color: rgba(96,191,2,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/70 {
  --tw-shadow-color: rgba(96,191,2,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/75 {
  --tw-shadow-color: rgba(96,191,2,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/80 {
  --tw-shadow-color: rgba(96,191,2,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/85 {
  --tw-shadow-color: rgba(96,191,2,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/90 {
  --tw-shadow-color: rgba(96,191,2,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-300\/95 {
  --tw-shadow-color: rgba(96,191,2,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400 {
  --tw-shadow-color: #60BF02;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/0 {
  --tw-shadow-color: rgba(96,191,2,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/10 {
  --tw-shadow-color: rgba(96,191,2,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/100 {
  --tw-shadow-color: rgba(96,191,2,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/15 {
  --tw-shadow-color: rgba(96,191,2,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/20 {
  --tw-shadow-color: rgba(96,191,2,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/25 {
  --tw-shadow-color: rgba(96,191,2,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/30 {
  --tw-shadow-color: rgba(96,191,2,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/35 {
  --tw-shadow-color: rgba(96,191,2,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/40 {
  --tw-shadow-color: rgba(96,191,2,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/45 {
  --tw-shadow-color: rgba(96,191,2,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/5 {
  --tw-shadow-color: rgba(96,191,2,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/50 {
  --tw-shadow-color: rgba(96,191,2,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/55 {
  --tw-shadow-color: rgba(96,191,2,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/60 {
  --tw-shadow-color: rgba(96,191,2,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/65 {
  --tw-shadow-color: rgba(96,191,2,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/70 {
  --tw-shadow-color: rgba(96,191,2,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/75 {
  --tw-shadow-color: rgba(96,191,2,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/80 {
  --tw-shadow-color: rgba(96,191,2,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/85 {
  --tw-shadow-color: rgba(96,191,2,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/90 {
  --tw-shadow-color: rgba(96,191,2,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-400\/95 {
  --tw-shadow-color: rgba(96,191,2,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500 {
  --tw-shadow-color: #428400;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/0 {
  --tw-shadow-color: rgba(66,132,0,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/10 {
  --tw-shadow-color: rgba(66,132,0,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/100 {
  --tw-shadow-color: rgba(66,132,0,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/15 {
  --tw-shadow-color: rgba(66,132,0,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/20 {
  --tw-shadow-color: rgba(66,132,0,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/25 {
  --tw-shadow-color: rgba(66,132,0,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/30 {
  --tw-shadow-color: rgba(66,132,0,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/35 {
  --tw-shadow-color: rgba(66,132,0,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/40 {
  --tw-shadow-color: rgba(66,132,0,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/45 {
  --tw-shadow-color: rgba(66,132,0,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/5 {
  --tw-shadow-color: rgba(66,132,0,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/50 {
  --tw-shadow-color: rgba(66,132,0,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/55 {
  --tw-shadow-color: rgba(66,132,0,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/60 {
  --tw-shadow-color: rgba(66,132,0,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/65 {
  --tw-shadow-color: rgba(66,132,0,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/70 {
  --tw-shadow-color: rgba(66,132,0,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/75 {
  --tw-shadow-color: rgba(66,132,0,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/80 {
  --tw-shadow-color: rgba(66,132,0,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/85 {
  --tw-shadow-color: rgba(66,132,0,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/90 {
  --tw-shadow-color: rgba(66,132,0,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-500\/95 {
  --tw-shadow-color: rgba(66,132,0,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600 {
  --tw-shadow-color: #428400;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/0 {
  --tw-shadow-color: rgba(66,132,0,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/10 {
  --tw-shadow-color: rgba(66,132,0,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/100 {
  --tw-shadow-color: rgba(66,132,0,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/15 {
  --tw-shadow-color: rgba(66,132,0,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/20 {
  --tw-shadow-color: rgba(66,132,0,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/25 {
  --tw-shadow-color: rgba(66,132,0,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/30 {
  --tw-shadow-color: rgba(66,132,0,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/35 {
  --tw-shadow-color: rgba(66,132,0,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/40 {
  --tw-shadow-color: rgba(66,132,0,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/45 {
  --tw-shadow-color: rgba(66,132,0,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/5 {
  --tw-shadow-color: rgba(66,132,0,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/50 {
  --tw-shadow-color: rgba(66,132,0,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/55 {
  --tw-shadow-color: rgba(66,132,0,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/60 {
  --tw-shadow-color: rgba(66,132,0,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/65 {
  --tw-shadow-color: rgba(66,132,0,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/70 {
  --tw-shadow-color: rgba(66,132,0,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/75 {
  --tw-shadow-color: rgba(66,132,0,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/80 {
  --tw-shadow-color: rgba(66,132,0,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/85 {
  --tw-shadow-color: rgba(66,132,0,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/90 {
  --tw-shadow-color: rgba(66,132,0,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-600\/95 {
  --tw-shadow-color: rgba(66,132,0,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700 {
  --tw-shadow-color: #428400;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/0 {
  --tw-shadow-color: rgba(66,132,0,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/10 {
  --tw-shadow-color: rgba(66,132,0,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/100 {
  --tw-shadow-color: rgba(66,132,0,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/15 {
  --tw-shadow-color: rgba(66,132,0,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/20 {
  --tw-shadow-color: rgba(66,132,0,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/25 {
  --tw-shadow-color: rgba(66,132,0,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/30 {
  --tw-shadow-color: rgba(66,132,0,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/35 {
  --tw-shadow-color: rgba(66,132,0,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/40 {
  --tw-shadow-color: rgba(66,132,0,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/45 {
  --tw-shadow-color: rgba(66,132,0,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/5 {
  --tw-shadow-color: rgba(66,132,0,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/50 {
  --tw-shadow-color: rgba(66,132,0,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/55 {
  --tw-shadow-color: rgba(66,132,0,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/60 {
  --tw-shadow-color: rgba(66,132,0,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/65 {
  --tw-shadow-color: rgba(66,132,0,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/70 {
  --tw-shadow-color: rgba(66,132,0,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/75 {
  --tw-shadow-color: rgba(66,132,0,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/80 {
  --tw-shadow-color: rgba(66,132,0,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/85 {
  --tw-shadow-color: rgba(66,132,0,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/90 {
  --tw-shadow-color: rgba(66,132,0,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-700\/95 {
  --tw-shadow-color: rgba(66,132,0,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800 {
  --tw-shadow-color: #428400;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/0 {
  --tw-shadow-color: rgba(66,132,0,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/10 {
  --tw-shadow-color: rgba(66,132,0,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/100 {
  --tw-shadow-color: rgba(66,132,0,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/15 {
  --tw-shadow-color: rgba(66,132,0,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/20 {
  --tw-shadow-color: rgba(66,132,0,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/25 {
  --tw-shadow-color: rgba(66,132,0,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/30 {
  --tw-shadow-color: rgba(66,132,0,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/35 {
  --tw-shadow-color: rgba(66,132,0,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/40 {
  --tw-shadow-color: rgba(66,132,0,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/45 {
  --tw-shadow-color: rgba(66,132,0,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/5 {
  --tw-shadow-color: rgba(66,132,0,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/50 {
  --tw-shadow-color: rgba(66,132,0,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/55 {
  --tw-shadow-color: rgba(66,132,0,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/60 {
  --tw-shadow-color: rgba(66,132,0,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/65 {
  --tw-shadow-color: rgba(66,132,0,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/70 {
  --tw-shadow-color: rgba(66,132,0,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/75 {
  --tw-shadow-color: rgba(66,132,0,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/80 {
  --tw-shadow-color: rgba(66,132,0,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/85 {
  --tw-shadow-color: rgba(66,132,0,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/90 {
  --tw-shadow-color: rgba(66,132,0,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-800\/95 {
  --tw-shadow-color: rgba(66,132,0,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900 {
  --tw-shadow-color: #428400;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/0 {
  --tw-shadow-color: rgba(66,132,0,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/10 {
  --tw-shadow-color: rgba(66,132,0,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/100 {
  --tw-shadow-color: rgba(66,132,0,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/15 {
  --tw-shadow-color: rgba(66,132,0,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/20 {
  --tw-shadow-color: rgba(66,132,0,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/25 {
  --tw-shadow-color: rgba(66,132,0,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/30 {
  --tw-shadow-color: rgba(66,132,0,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/35 {
  --tw-shadow-color: rgba(66,132,0,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/40 {
  --tw-shadow-color: rgba(66,132,0,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/45 {
  --tw-shadow-color: rgba(66,132,0,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/5 {
  --tw-shadow-color: rgba(66,132,0,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/50 {
  --tw-shadow-color: rgba(66,132,0,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/55 {
  --tw-shadow-color: rgba(66,132,0,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/60 {
  --tw-shadow-color: rgba(66,132,0,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/65 {
  --tw-shadow-color: rgba(66,132,0,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/70 {
  --tw-shadow-color: rgba(66,132,0,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/75 {
  --tw-shadow-color: rgba(66,132,0,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/80 {
  --tw-shadow-color: rgba(66,132,0,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/85 {
  --tw-shadow-color: rgba(66,132,0,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/90 {
  --tw-shadow-color: rgba(66,132,0,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-900\/95 {
  --tw-shadow-color: rgba(66,132,0,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark {
  --tw-shadow-color: #428400;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/0 {
  --tw-shadow-color: rgba(66,132,0,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/10 {
  --tw-shadow-color: rgba(66,132,0,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/100 {
  --tw-shadow-color: rgba(66,132,0,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/15 {
  --tw-shadow-color: rgba(66,132,0,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/20 {
  --tw-shadow-color: rgba(66,132,0,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/25 {
  --tw-shadow-color: rgba(66,132,0,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/30 {
  --tw-shadow-color: rgba(66,132,0,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/35 {
  --tw-shadow-color: rgba(66,132,0,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/40 {
  --tw-shadow-color: rgba(66,132,0,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/45 {
  --tw-shadow-color: rgba(66,132,0,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/5 {
  --tw-shadow-color: rgba(66,132,0,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/50 {
  --tw-shadow-color: rgba(66,132,0,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/55 {
  --tw-shadow-color: rgba(66,132,0,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/60 {
  --tw-shadow-color: rgba(66,132,0,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/65 {
  --tw-shadow-color: rgba(66,132,0,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/70 {
  --tw-shadow-color: rgba(66,132,0,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/75 {
  --tw-shadow-color: rgba(66,132,0,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/80 {
  --tw-shadow-color: rgba(66,132,0,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/85 {
  --tw-shadow-color: rgba(66,132,0,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/90 {
  --tw-shadow-color: rgba(66,132,0,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-dark\/95 {
  --tw-shadow-color: rgba(66,132,0,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light {
  --tw-shadow-color: #60BF02;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/0 {
  --tw-shadow-color: rgba(96,191,2,0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/10 {
  --tw-shadow-color: rgba(96,191,2,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/100 {
  --tw-shadow-color: rgba(96,191,2,1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/15 {
  --tw-shadow-color: rgba(96,191,2,0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/20 {
  --tw-shadow-color: rgba(96,191,2,0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/25 {
  --tw-shadow-color: rgba(96,191,2,0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/30 {
  --tw-shadow-color: rgba(96,191,2,0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/35 {
  --tw-shadow-color: rgba(96,191,2,0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/40 {
  --tw-shadow-color: rgba(96,191,2,0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/45 {
  --tw-shadow-color: rgba(96,191,2,0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/5 {
  --tw-shadow-color: rgba(96,191,2,0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/50 {
  --tw-shadow-color: rgba(96,191,2,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/55 {
  --tw-shadow-color: rgba(96,191,2,0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/60 {
  --tw-shadow-color: rgba(96,191,2,0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/65 {
  --tw-shadow-color: rgba(96,191,2,0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/70 {
  --tw-shadow-color: rgba(96,191,2,0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/75 {
  --tw-shadow-color: rgba(96,191,2,0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/80 {
  --tw-shadow-color: rgba(96,191,2,0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/85 {
  --tw-shadow-color: rgba(96,191,2,0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/90 {
  --tw-shadow-color: rgba(96,191,2,0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-marker-light\/95 {
  --tw-shadow-color: rgba(96,191,2,0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0,0,0,0.1)) drop-shadow(0 1px 1px rgba(0,0,0,0.06));
  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-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0,0,0,0.15));
  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-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0,0,0,0.04)) drop-shadow(0 4px 3px rgba(0,0,0,0.1));
  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-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0,0,0,0.07)) drop-shadow(0 2px 2px rgba(0,0,0,0.06));
  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-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  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-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  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-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0,0,0,0.03)) drop-shadow(0 8px 5px rgba(0,0,0,0.08));
  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);
}
.delay-0 {
  transition-delay: 0s;
}
.delay-100 {
  transition-delay: 100ms;
}
.delay-1000 {
  transition-delay: 1000ms;
}
.delay-150 {
  transition-delay: 150ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.delay-500 {
  transition-delay: 500ms;
}
.delay-700 {
  transition-delay: 700ms;
}
.delay-75 {
  transition-delay: 75ms;
}
.duration-0 {
  transition-duration: 0s;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.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-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.contain-none {
  contain: none;
}
.contain-content {
  contain: content;
}
.contain-strict {
  contain: strict;
}
.contain-size {
  --tw-contain-size: size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}
.contain-inline-size {
  --tw-contain-size: inline-size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}
.contain-layout {
  --tw-contain-layout: layout;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}
.contain-paint {
  --tw-contain-paint: paint;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}
.contain-style {
  --tw-contain-style: style;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}
.content-none {
  --tw-content: none;
  content: var(--tw-content);
}
.\!w-\[0\.8125rem\] {
  width: 0.8125rem !important;
  min-width: 0.8125rem !important;
}
.\!w-\[1\.125rem\] {
  width: 1.125rem !important;
  min-width: 1.125rem !important;
}
.\!w-\[1\.25rem\] {
  width: 1.25rem !important;
  min-width: 1.25rem !important;
}
.\!w-\[1\.2rem\] {
  width: 1.2rem !important;
  min-width: 1.2rem !important;
}
.\!w-\[1\.3125rem\] {
  width: 1.3125rem !important;
  min-width: 1.3125rem !important;
}
.\!w-\[1\.33437rem\] {
  width: 1.33437rem !important;
  min-width: 1.33437rem !important;
}
.\!w-\[1\.37563rem\] {
  width: 1.37563rem !important;
  min-width: 1.37563rem !important;
}
.\!w-\[1\.5rem\] {
  width: 1.5rem !important;
  min-width: 1.5rem !important;
}
.\!w-\[1\.625rem\] {
  width: 1.625rem !important;
  min-width: 1.625rem !important;
}
.\!w-\[1\.875rem\] {
  width: 1.875rem !important;
  min-width: 1.875rem !important;
}
.\!w-\[10\.47225rem\] {
  width: 10.47225rem !important;
  min-width: 10.47225rem !important;
}
.\!w-\[11\.3125rem\] {
  width: 11.3125rem !important;
  min-width: 11.3125rem !important;
}
.\!w-\[12\.375rem\] {
  width: 12.375rem !important;
  min-width: 12.375rem !important;
}
.\!w-\[14\.5rem\] {
  width: 14.5rem !important;
  min-width: 14.5rem !important;
}
.\!w-\[2\.1875rem\] {
  width: 2.1875rem !important;
  min-width: 2.1875rem !important;
}
.\!w-\[2\.48894rem\] {
  width: 2.48894rem !important;
  min-width: 2.48894rem !important;
}
.\!w-\[2\.5rem\] {
  width: 2.5rem !important;
  min-width: 2.5rem !important;
}
.\!w-\[2\.75rem\] {
  width: 2.75rem !important;
  min-width: 2.75rem !important;
}
.\!w-\[2\.875rem\] {
  width: 2.875rem !important;
  min-width: 2.875rem !important;
}
.\!w-\[26\.25rem\] {
  width: 26.25rem !important;
  min-width: 26.25rem !important;
}
.\!w-\[2rem\] {
  width: 2rem !important;
  min-width: 2rem !important;
}
.\!w-\[3\.25rem\] {
  width: 3.25rem !important;
  min-width: 3.25rem !important;
}
.\!w-\[30\.875rem\] {
  width: 30.875rem !important;
  min-width: 30.875rem !important;
}
.\!w-\[30\.9rem\] {
  width: 30.9rem !important;
  min-width: 30.9rem !important;
}
.\!w-\[4\.3125rem\] {
  width: 4.3125rem !important;
  min-width: 4.3125rem !important;
}
.\!w-\[40\.125rem\] {
  width: 40.125rem !important;
  min-width: 40.125rem !important;
}
.\!w-\[44\.75rem\] {
  width: 44.75rem !important;
  min-width: 44.75rem !important;
}
.\!w-\[4rem\] {
  width: 4rem !important;
  min-width: 4rem !important;
}
.\!w-\[54rem\] {
  width: 54rem !important;
  min-width: 54rem !important;
}
.\!w-\[5rem\] {
  width: 5rem !important;
  min-width: 5rem !important;
}
.\!w-\[6\.9375rem\] {
  width: 6.9375rem !important;
  min-width: 6.9375rem !important;
}
.\!w-\[7\.25rem\] {
  width: 7.25rem !important;
  min-width: 7.25rem !important;
}
.\!w-\[7\.75rem\] {
  width: 7.75rem !important;
  min-width: 7.75rem !important;
}
.\!w-\[90\%\] {
  width: 90% !important;
  min-width: 90% !important;
}
.\!w-full {
  width: 100% !important;
  min-width: 100% !important;
}
.\!w-screen {
  width: 100vw !important;
  min-width: 100vw !important;
}
.w-0 {
  width: 0;
  min-width: 0;
}
.w-1 {
  width: 0.0625rem;
  min-width: 0.0625rem;
}
.w-1\/12 {
  width: 8.333333%;
  min-width: 8.333333%;
}
.w-1\/2 {
  width: 50%;
  min-width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
  min-width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
  min-width: 25%;
}
.w-1\/5 {
  width: 20%;
  min-width: 20%;
}
.w-1\/6 {
  width: 16.666667%;
  min-width: 16.666667%;
}
.w-10\/12 {
  width: 83.333333%;
  min-width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
  min-width: 91.666667%;
}
.w-12 {
  width: 0.75rem;
  min-width: 0.75rem;
}
.w-16 {
  width: 1rem;
  min-width: 1rem;
}
.w-2 {
  width: 0.125rem;
  min-width: 0.125rem;
}
.w-2\/12 {
  width: 16.666667%;
  min-width: 16.666667%;
}
.w-2\/3 {
  width: 66.666667%;
  min-width: 66.666667%;
}
.w-2\/4 {
  width: 50%;
  min-width: 50%;
}
.w-2\/5 {
  width: 40%;
  min-width: 40%;
}
.w-2\/6 {
  width: 33.333333%;
  min-width: 33.333333%;
}
.w-20 {
  width: 1.25rem;
  min-width: 1.25rem;
}
.w-24 {
  width: 1.5rem;
  min-width: 1.5rem;
}
.w-3\/12 {
  width: 25%;
  min-width: 25%;
}
.w-3\/4 {
  width: 75%;
  min-width: 75%;
}
.w-3\/5 {
  width: 60%;
  min-width: 60%;
}
.w-3\/6 {
  width: 50%;
  min-width: 50%;
}
.w-32 {
  width: 2rem;
  min-width: 2rem;
}
.w-4 {
  width: 0.25rem;
  min-width: 0.25rem;
}
.w-4\/12 {
  width: 33.333333%;
  min-width: 33.333333%;
}
.w-4\/5 {
  width: 80%;
  min-width: 80%;
}
.w-4\/6 {
  width: 66.666667%;
  min-width: 66.666667%;
}
.w-40 {
  width: 2.5rem;
  min-width: 2.5rem;
}
.w-48 {
  width: 3rem;
  min-width: 3rem;
}
.w-5\/12 {
  width: 41.666667%;
  min-width: 41.666667%;
}
.w-5\/6 {
  width: 83.333333%;
  min-width: 83.333333%;
}
.w-56 {
  width: 3.5rem;
  min-width: 3.5rem;
}
.w-6 {
  width: 0.375rem;
  min-width: 0.375rem;
}
.w-6\/12 {
  width: 50%;
  min-width: 50%;
}
.w-7\/12 {
  width: 58.333333%;
  min-width: 58.333333%;
}
.w-72 {
  width: 4.5rem;
  min-width: 4.5rem;
}
.w-8 {
  width: 0.5rem;
  min-width: 0.5rem;
}
.w-8\/12 {
  width: 66.666667%;
  min-width: 66.666667%;
}
.w-9\/12 {
  width: 75%;
  min-width: 75%;
}
.w-\[0\.5625rem\] {
  width: 0.5625rem;
  min-width: 0.5625rem;
}
.w-\[1\.4375rem\] {
  width: 1.4375rem;
  min-width: 1.4375rem;
}
.w-\[11\.25rem\] {
  width: 11.25rem;
  min-width: 11.25rem;
}
.w-\[11\.375rem\] {
  width: 11.375rem;
  min-width: 11.375rem;
}
.w-\[11\.3rem\] {
  width: 11.3rem;
  min-width: 11.3rem;
}
.w-\[11\.4rem\] {
  width: 11.4rem;
  min-width: 11.4rem;
}
.w-\[12\.375rem\] {
  width: 12.375rem;
  min-width: 12.375rem;
}
.w-\[12\.75rem\] {
  width: 12.75rem;
  min-width: 12.75rem;
}
.w-\[12rem\] {
  width: 12rem;
  min-width: 12rem;
}
.w-\[13\.38rem\] {
  width: 13.38rem;
  min-width: 13.38rem;
}
.w-\[13rem\] {
  width: 13rem;
  min-width: 13rem;
}
.w-\[14\.375rem\] {
  width: 14.375rem;
  min-width: 14.375rem;
}
.w-\[14\.75rem\] {
  width: 14.75rem;
  min-width: 14.75rem;
}
.w-\[14rem\] {
  width: 14rem;
  min-width: 14rem;
}
.w-\[15\.5rem\] {
  width: 15.5rem;
  min-width: 15.5rem;
}
.w-\[15\.74rem\] {
  width: 15.74rem;
  min-width: 15.74rem;
}
.w-\[15rem\] {
  width: 15rem;
  min-width: 15rem;
}
.w-\[16\.62rem\] {
  width: 16.62rem;
  min-width: 16.62rem;
}
.w-\[16rem\] {
  width: 16rem;
  min-width: 16rem;
}
.w-\[17rem\] {
  width: 17rem;
  min-width: 17rem;
}
.w-\[18rem\] {
  width: 18rem;
  min-width: 18rem;
}
.w-\[19\.12rem\] {
  width: 19.12rem;
  min-width: 19.12rem;
}
.w-\[19\.375rem\] {
  width: 19.375rem;
  min-width: 19.375rem;
}
.w-\[19\.5rem\] {
  width: 19.5rem;
  min-width: 19.5rem;
}
.w-\[2\.1875rem\] {
  width: 2.1875rem;
  min-width: 2.1875rem;
}
.w-\[2\.25rem\] {
  width: 2.25rem;
  min-width: 2.25rem;
}
.w-\[2\.5rem\] {
  width: 2.5rem;
  min-width: 2.5rem;
}
.w-\[2\.75rem\] {
  width: 2.75rem;
  min-width: 2.75rem;
}
.w-\[2\.875rem\] {
  width: 2.875rem;
  min-width: 2.875rem;
}
.w-\[20rem\] {
  width: 20rem;
  min-width: 20rem;
}
.w-\[21rem\] {
  width: 21rem;
  min-width: 21rem;
}
.w-\[22\.5rem\] {
  width: 22.5rem;
  min-width: 22.5rem;
}
.w-\[22rem\] {
  width: 22rem;
  min-width: 22rem;
}
.w-\[24\.75rem\] {
  width: 24.75rem;
  min-width: 24.75rem;
}
.w-\[25rem\] {
  width: 25rem;
  min-width: 25rem;
}
.w-\[26\.25rem\] {
  width: 26.25rem;
  min-width: 26.25rem;
}
.w-\[27\.75rem\] {
  width: 27.75rem;
  min-width: 27.75rem;
}
.w-\[28\.3rem\] {
  width: 28.3rem;
  min-width: 28.3rem;
}
.w-\[3\.75rem\] {
  width: 3.75rem;
  min-width: 3.75rem;
}
.w-\[3\.995rem\] {
  width: 3.995rem;
  min-width: 3.995rem;
}
.w-\[30\.875rem\] {
  width: 30.875rem;
  min-width: 30.875rem;
}
.w-\[32\.375rem\] {
  width: 32.375rem;
  min-width: 32.375rem;
}
.w-\[32rem\] {
  width: 32rem;
  min-width: 32rem;
}
.w-\[33\.47rem\] {
  width: 33.47rem;
  min-width: 33.47rem;
}
.w-\[33\.5rem\] {
  width: 33.5rem;
  min-width: 33.5rem;
}
.w-\[34rem\] {
  width: 34rem;
  min-width: 34rem;
}
.w-\[35\.5rem\] {
  width: 35.5rem;
  min-width: 35.5rem;
}
.w-\[36\.125rem\] {
  width: 36.125rem;
  min-width: 36.125rem;
}
.w-\[37\.625rem\] {
  width: 37.625rem;
  min-width: 37.625rem;
}
.w-\[37rem\] {
  width: 37rem;
  min-width: 37rem;
}
.w-\[38\.5rem\] {
  width: 38.5rem;
  min-width: 38.5rem;
}
.w-\[39\.25rem\] {
  width: 39.25rem;
  min-width: 39.25rem;
}
.w-\[40\.125rem\] {
  width: 40.125rem;
  min-width: 40.125rem;
}
.w-\[42rem\] {
  width: 42rem;
  min-width: 42rem;
}
.w-\[44\.725rem\] {
  width: 44.725rem;
  min-width: 44.725rem;
}
.w-\[44\.75006rem\] {
  width: 44.75006rem;
  min-width: 44.75006rem;
}
.w-\[44\.75rem\] {
  width: 44.75rem;
  min-width: 44.75rem;
}
.w-\[5\.75rem\] {
  width: 5.75rem;
  min-width: 5.75rem;
}
.w-\[50rem\] {
  width: 50rem;
  min-width: 50rem;
}
.w-\[53rem\] {
  width: 53rem;
  min-width: 53rem;
}
.w-\[54rem\] {
  width: 54rem;
  min-width: 54rem;
}
.w-\[55rem\] {
  width: 55rem;
  min-width: 55rem;
}
.w-\[57rem\] {
  width: 57rem;
  min-width: 57rem;
}
.w-\[6\.245rem\] {
  width: 6.245rem;
  min-width: 6.245rem;
}
.w-\[6rem\] {
  width: 6rem;
  min-width: 6rem;
}
.w-\[7\.75rem\] {
  width: 7.75rem;
  min-width: 7.75rem;
}
.w-\[7rem\] {
  width: 7rem;
  min-width: 7rem;
}
.w-\[8\.56rem\] {
  width: 8.56rem;
  min-width: 8.56rem;
}
.w-auto {
  width: auto;
  min-width: auto;
}
.w-dvw {
  width: 100dvw;
  min-width: 100dvw;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.w-full {
  width: 100%;
  min-width: 100%;
}
.w-h-rem-full {
  width: 33.75rem;
  min-width: 33.75rem;
}
.w-lvw {
  width: 100lvw;
  min-width: 100lvw;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.w-min {
  width: -moz-min-content;
  width: min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}
.w-screen {
  width: 100vw;
  min-width: 100vw;
}
.w-svw {
  width: 100svw;
  min-width: 100svw;
}
.w-w-rem-full {
  width: 60rem;
  min-width: 60rem;
}
.\!h-\[0\.875rem\] {
  height: 0.875rem !important;
  min-height: 0.875rem !important;
}
.\!h-\[1\.25rem\] {
  height: 1.25rem !important;
  min-height: 1.25rem !important;
}
.\!h-\[1\.2rem\] {
  height: 1.2rem !important;
  min-height: 1.2rem !important;
}
.\!h-\[1\.40625rem\] {
  height: 1.40625rem !important;
  min-height: 1.40625rem !important;
}
.\!h-\[1\.4rem\] {
  height: 1.4rem !important;
  min-height: 1.4rem !important;
}
.\!h-\[1\.5rem\] {
  height: 1.5rem !important;
  min-height: 1.5rem !important;
}
.\!h-\[1\.60256rem\] {
  height: 1.60256rem !important;
  min-height: 1.60256rem !important;
}
.\!h-\[1\.875rem\] {
  height: 1.875rem !important;
  min-height: 1.875rem !important;
}
.\!h-\[11\.625rem\] {
  height: 11.625rem !important;
  min-height: 11.625rem !important;
}
.\!h-\[2\.125rem\] {
  height: 2.125rem !important;
  min-height: 2.125rem !important;
}
.\!h-\[2\.25rem\] {
  height: 2.25rem !important;
  min-height: 2.25rem !important;
}
.\!h-\[2\.68rem\] {
  height: 2.68rem !important;
  min-height: 2.68rem !important;
}
.\!h-\[2rem\] {
  height: 2rem !important;
  min-height: 2rem !important;
}
.\!h-\[3\.25rem\] {
  height: 3.25rem !important;
  min-height: 3.25rem !important;
}
.\!h-\[30\.25rem\] {
  height: 30.25rem !important;
  min-height: 30.25rem !important;
}
.\!h-\[4\.375rem\] {
  height: 4.375rem !important;
  min-height: 4.375rem !important;
}
.\!h-\[5\.25rem\] {
  height: 5.25rem !important;
  min-height: 5.25rem !important;
}
.\!h-\[5rem\] {
  height: 5rem !important;
  min-height: 5rem !important;
}
.\!h-\[7rem\] {
  height: 7rem !important;
  min-height: 7rem !important;
}
.\!h-full {
  height: 100% !important;
  min-height: 100% !important;
}
.\!h-screen {
  height: 100vh !important;
  min-height: 100vh !important;
}
.h-0 {
  height: 0;
  min-height: 0;
}
.h-1 {
  height: 0.0625rem;
  min-height: 0.0625rem;
}
.h-1\/2 {
  height: 50%;
  min-height: 50%;
}
.h-1\/3 {
  height: 33.333333%;
  min-height: 33.333333%;
}
.h-1\/4 {
  height: 25%;
  min-height: 25%;
}
.h-1\/5 {
  height: 20%;
  min-height: 20%;
}
.h-1\/6 {
  height: 16.666667%;
  min-height: 16.666667%;
}
.h-12 {
  height: 0.75rem;
  min-height: 0.75rem;
}
.h-16 {
  height: 1rem;
  min-height: 1rem;
}
.h-2 {
  height: 0.125rem;
  min-height: 0.125rem;
}
.h-2\/3 {
  height: 66.666667%;
  min-height: 66.666667%;
}
.h-2\/4 {
  height: 50%;
  min-height: 50%;
}
.h-2\/5 {
  height: 40%;
  min-height: 40%;
}
.h-2\/6 {
  height: 33.333333%;
  min-height: 33.333333%;
}
.h-20 {
  height: 1.25rem;
  min-height: 1.25rem;
}
.h-24 {
  height: 1.5rem;
  min-height: 1.5rem;
}
.h-3\/4 {
  height: 75%;
  min-height: 75%;
}
.h-3\/5 {
  height: 60%;
  min-height: 60%;
}
.h-3\/6 {
  height: 50%;
  min-height: 50%;
}
.h-32 {
  height: 2rem;
  min-height: 2rem;
}
.h-4 {
  height: 0.25rem;
  min-height: 0.25rem;
}
.h-4\/5 {
  height: 80%;
  min-height: 80%;
}
.h-4\/6 {
  height: 66.666667%;
  min-height: 66.666667%;
}
.h-40 {
  height: 2.5rem;
  min-height: 2.5rem;
}
.h-48 {
  height: 3rem;
  min-height: 3rem;
}
.h-5\/6 {
  height: 83.333333%;
  min-height: 83.333333%;
}
.h-56 {
  height: 3.5rem;
  min-height: 3.5rem;
}
.h-6 {
  height: 0.375rem;
  min-height: 0.375rem;
}
.h-72 {
  height: 4.5rem;
  min-height: 4.5rem;
}
.h-8 {
  height: 0.5rem;
  min-height: 0.5rem;
}
.h-\[0\.0625rem\] {
  height: 0.0625rem;
  min-height: 0.0625rem;
}
.h-\[0\.1rem\] {
  height: 0.1rem;
  min-height: 0.1rem;
}
.h-\[0\.5625rem\] {
  height: 0.5625rem;
  min-height: 0.5625rem;
}
.h-\[1\.1875rem\] {
  height: 1.1875rem;
  min-height: 1.1875rem;
}
.h-\[1\.25rem\] {
  height: 1.25rem;
  min-height: 1.25rem;
}
.h-\[1\.375rem\] {
  height: 1.375rem;
  min-height: 1.375rem;
}
.h-\[1\.38rem\] {
  height: 1.38rem;
  min-height: 1.38rem;
}
.h-\[1\.4rem\] {
  height: 1.4rem;
  min-height: 1.4rem;
}
.h-\[1\.5rem\] {
  height: 1.5rem;
  min-height: 1.5rem;
}
.h-\[1\.69rem\] {
  height: 1.69rem;
  min-height: 1.69rem;
}
.h-\[1\.8125rem\] {
  height: 1.8125rem;
  min-height: 1.8125rem;
}
.h-\[10\.125rem\] {
  height: 10.125rem;
  min-height: 10.125rem;
}
.h-\[100\%\] {
  height: 100%;
  min-height: 100%;
}
.h-\[10rem\] {
  height: 10rem;
  min-height: 10rem;
}
.h-\[11rem\] {
  height: 11rem;
  min-height: 11rem;
}
.h-\[12\.6rem\] {
  height: 12.6rem;
  min-height: 12.6rem;
}
.h-\[14\.875rem\] {
  height: 14.875rem;
  min-height: 14.875rem;
}
.h-\[17\.25rem\] {
  height: 17.25rem;
  min-height: 17.25rem;
}
.h-\[19\.6rem\] {
  height: 19.6rem;
  min-height: 19.6rem;
}
.h-\[19\.815rem\] {
  height: 19.815rem;
  min-height: 19.815rem;
}
.h-\[19\.93rem\] {
  height: 19.93rem;
  min-height: 19.93rem;
}
.h-\[1rem\] {
  height: 1rem;
  min-height: 1rem;
}
.h-\[2\.25rem\] {
  height: 2.25rem;
  min-height: 2.25rem;
}
.h-\[2\.5625rem\] {
  height: 2.5625rem;
  min-height: 2.5625rem;
}
.h-\[2\.5rem\] {
  height: 2.5rem;
  min-height: 2.5rem;
}
.h-\[2\.625rem\] {
  height: 2.625rem;
  min-height: 2.625rem;
}
.h-\[2\.75rem\] {
  height: 2.75rem;
  min-height: 2.75rem;
}
.h-\[22rem\] {
  height: 22rem;
  min-height: 22rem;
}
.h-\[24\.2rem\] {
  height: 24.2rem;
  min-height: 24.2rem;
}
.h-\[24\.374rem\] {
  height: 24.374rem;
  min-height: 24.374rem;
}
.h-\[24\.4rem\] {
  height: 24.4rem;
  min-height: 24.4rem;
}
.h-\[26\.75rem\] {
  height: 26.75rem;
  min-height: 26.75rem;
}
.h-\[26rem\] {
  height: 26rem;
  min-height: 26rem;
}
.h-\[28rem\] {
  height: 28rem;
  min-height: 28rem;
}
.h-\[2rem\] {
  height: 2rem;
  min-height: 2rem;
}
.h-\[3\.25rem\] {
  height: 3.25rem;
  min-height: 3.25rem;
}
.h-\[3\.5625rem\] {
  height: 3.5625rem;
  min-height: 3.5625rem;
}
.h-\[30\.25rem\] {
  height: 30.25rem;
  min-height: 30.25rem;
}
.h-\[34rem\] {
  height: 34rem;
  min-height: 34rem;
}
.h-\[3rem\] {
  height: 3rem;
  min-height: 3rem;
}
.h-\[4\.375rem\] {
  height: 4.375rem;
  min-height: 4.375rem;
}
.h-\[4\.5rem\] {
  height: 4.5rem;
  min-height: 4.5rem;
}
.h-\[4\.62rem\] {
  height: 4.62rem;
  min-height: 4.62rem;
}
.h-\[4rem\] {
  height: 4rem;
  min-height: 4rem;
}
.h-\[5\.25rem\] {
  height: 5.25rem;
  min-height: 5.25rem;
}
.h-\[5\.5rem\] {
  height: 5.5rem;
  min-height: 5.5rem;
}
.h-\[7rem\] {
  height: 7rem;
  min-height: 7rem;
}
.h-\[8\.06rem\] {
  height: 8.06rem;
  min-height: 8.06rem;
}
.h-\[8\.25rem\] {
  height: 8.25rem;
  min-height: 8.25rem;
}
.h-auto {
  height: auto;
  min-height: auto;
}
.h-dvh {
  height: 100dvh;
  min-height: 100dvh;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.h-full {
  height: 100%;
  min-height: 100%;
}
.h-h-rem-full {
  height: 33.75rem;
  min-height: 33.75rem;
}
.h-lvh {
  height: 100lvh;
  min-height: 100lvh;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.h-min {
  height: -moz-min-content;
  height: min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}
.h-screen {
  height: 100vh;
  min-height: 100vh;
}
.h-svh {
  height: 100svh;
  min-height: 100svh;
}
.h-w-rem-full {
  height: 60rem;
  min-height: 60rem;
}
.\!size-12 {
  width: 0.75rem !important;
  min-width: 0.75rem !important;
  height: 0.75rem !important;
  min-height: 0.75rem !important;
}
.\!size-20 {
  width: 1.25rem !important;
  min-width: 1.25rem !important;
  height: 1.25rem !important;
  min-height: 1.25rem !important;
}
.\!size-40 {
  width: 2.5rem !important;
  min-width: 2.5rem !important;
  height: 2.5rem !important;
  min-height: 2.5rem !important;
}
.\!size-\[0\.938rem\] {
  width: 0.938rem !important;
  min-width: 0.938rem !important;
  height: 0.938rem !important;
  min-height: 0.938rem !important;
}
.\!size-\[1\.25rem\] {
  width: 1.25rem !important;
  min-width: 1.25rem !important;
  height: 1.25rem !important;
  min-height: 1.25rem !important;
}
.\!size-full {
  width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
}
.size-0 {
  width: 0;
  min-width: 0;
  height: 0;
  min-height: 0;
}
.size-1 {
  width: 0.0625rem;
  min-width: 0.0625rem;
  height: 0.0625rem;
  min-height: 0.0625rem;
}
.size-1\/12 {
  width: 8.333333%;
  min-width: 8.333333%;
  height: 8.333333%;
  min-height: 8.333333%;
}
.size-1\/2 {
  width: 50%;
  min-width: 50%;
  height: 50%;
  min-height: 50%;
}
.size-1\/3 {
  width: 33.333333%;
  min-width: 33.333333%;
  height: 33.333333%;
  min-height: 33.333333%;
}
.size-1\/4 {
  width: 25%;
  min-width: 25%;
  height: 25%;
  min-height: 25%;
}
.size-1\/5 {
  width: 20%;
  min-width: 20%;
  height: 20%;
  min-height: 20%;
}
.size-1\/6 {
  width: 16.666667%;
  min-width: 16.666667%;
  height: 16.666667%;
  min-height: 16.666667%;
}
.size-10\/12 {
  width: 83.333333%;
  min-width: 83.333333%;
  height: 83.333333%;
  min-height: 83.333333%;
}
.size-11\/12 {
  width: 91.666667%;
  min-width: 91.666667%;
  height: 91.666667%;
  min-height: 91.666667%;
}
.size-12 {
  width: 0.75rem;
  min-width: 0.75rem;
  height: 0.75rem;
  min-height: 0.75rem;
}
.size-16 {
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
}
.size-2 {
  width: 0.125rem;
  min-width: 0.125rem;
  height: 0.125rem;
  min-height: 0.125rem;
}
.size-2\/12 {
  width: 16.666667%;
  min-width: 16.666667%;
  height: 16.666667%;
  min-height: 16.666667%;
}
.size-2\/3 {
  width: 66.666667%;
  min-width: 66.666667%;
  height: 66.666667%;
  min-height: 66.666667%;
}
.size-2\/4 {
  width: 50%;
  min-width: 50%;
  height: 50%;
  min-height: 50%;
}
.size-2\/5 {
  width: 40%;
  min-width: 40%;
  height: 40%;
  min-height: 40%;
}
.size-2\/6 {
  width: 33.333333%;
  min-width: 33.333333%;
  height: 33.333333%;
  min-height: 33.333333%;
}
.size-20 {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
}
.size-24 {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}
.size-3\/12 {
  width: 25%;
  min-width: 25%;
  height: 25%;
  min-height: 25%;
}
.size-3\/4 {
  width: 75%;
  min-width: 75%;
  height: 75%;
  min-height: 75%;
}
.size-3\/5 {
  width: 60%;
  min-width: 60%;
  height: 60%;
  min-height: 60%;
}
.size-3\/6 {
  width: 50%;
  min-width: 50%;
  height: 50%;
  min-height: 50%;
}
.size-32 {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
}
.size-4 {
  width: 0.25rem;
  min-width: 0.25rem;
  height: 0.25rem;
  min-height: 0.25rem;
}
.size-4\/12 {
  width: 33.333333%;
  min-width: 33.333333%;
  height: 33.333333%;
  min-height: 33.333333%;
}
.size-4\/5 {
  width: 80%;
  min-width: 80%;
  height: 80%;
  min-height: 80%;
}
.size-4\/6 {
  width: 66.666667%;
  min-width: 66.666667%;
  height: 66.666667%;
  min-height: 66.666667%;
}
.size-40 {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}
.size-48 {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}
.size-5\/12 {
  width: 41.666667%;
  min-width: 41.666667%;
  height: 41.666667%;
  min-height: 41.666667%;
}
.size-5\/6 {
  width: 83.333333%;
  min-width: 83.333333%;
  height: 83.333333%;
  min-height: 83.333333%;
}
.size-56 {
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}
.size-6 {
  width: 0.375rem;
  min-width: 0.375rem;
  height: 0.375rem;
  min-height: 0.375rem;
}
.size-6\/12 {
  width: 50%;
  min-width: 50%;
  height: 50%;
  min-height: 50%;
}
.size-7\/12 {
  width: 58.333333%;
  min-width: 58.333333%;
  height: 58.333333%;
  min-height: 58.333333%;
}
.size-72 {
  width: 4.5rem;
  min-width: 4.5rem;
  height: 4.5rem;
  min-height: 4.5rem;
}
.size-8 {
  width: 0.5rem;
  min-width: 0.5rem;
  height: 0.5rem;
  min-height: 0.5rem;
}
.size-8\/12 {
  width: 66.666667%;
  min-width: 66.666667%;
  height: 66.666667%;
  min-height: 66.666667%;
}
.size-9\/12 {
  width: 75%;
  min-width: 75%;
  height: 75%;
  min-height: 75%;
}
.size-\[1\.25rem\] {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
}
.size-\[1\.3125rem\] {
  width: 1.3125rem;
  min-width: 1.3125rem;
  height: 1.3125rem;
  min-height: 1.3125rem;
}
.size-\[1\.375rem\] {
  width: 1.375rem;
  min-width: 1.375rem;
  height: 1.375rem;
  min-height: 1.375rem;
}
.size-\[1\.75rem\] {
  width: 1.75rem;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
}
.size-\[100px\] {
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
}
.size-\[1rem\] {
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
}
.size-\[3rem\] {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}
.size-\[6\.245rem\] {
  width: 6.245rem;
  min-width: 6.245rem;
  height: 6.245rem;
  min-height: 6.245rem;
}
.size-\[7\.75rem\] {
  width: 7.75rem;
  min-width: 7.75rem;
  height: 7.75rem;
  min-height: 7.75rem;
}
.size-\[8rem\] {
  width: 8rem;
  min-width: 8rem;
  height: 8rem;
  min-height: 8rem;
}
.size-auto {
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
}
.size-dvw {
  width: 100dvw;
  min-width: 100dvw;
  height: 100dvw;
  min-height: 100dvw;
}
.size-fit {
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.size-full {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}
.size-h-rem-full {
  width: 33.75rem;
  min-width: 33.75rem;
  height: 33.75rem;
  min-height: 33.75rem;
}
.size-lvw {
  width: 100lvw;
  min-width: 100lvw;
  height: 100lvw;
  min-height: 100lvw;
}
.size-max {
  width: -moz-max-content;
  width: max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.size-min {
  width: -moz-min-content;
  width: min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  height: -moz-min-content;
  height: min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}
.size-screen {
  width: 100vw;
  min-width: 100vw;
  height: 100vw;
  min-height: 100vw;
}
.size-svw {
  width: 100svw;
  min-width: 100svw;
  height: 100svw;
  min-height: 100svw;
}
.size-w-rem-full {
  width: 60rem;
  min-width: 60rem;
  height: 60rem;
  min-height: 60rem;
}
.w-view {
  width: 100vw;
  min-width: 100vw;
}
.h-view {
  height: 100vh;
  min-height: 100vh;
}
.size-view {
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
}
.col-gap-0 > * + * {
  margin-top: 0;
}
.col-gap-1 > * + * {
  margin-top: 0.0625rem;
}
.col-gap-2 > * + * {
  margin-top: 0.125rem;
}
.col-gap-4 > * + * {
  margin-top: 0.25rem;
}
.col-gap-6 > * + * {
  margin-top: 0.375rem;
}
.col-gap-8 > * + * {
  margin-top: 0.5rem;
}
.col-gap-12 > * + * {
  margin-top: 0.75rem;
}
.col-gap-16 > * + * {
  margin-top: 1rem;
}
.col-gap-20 > * + * {
  margin-top: 1.25rem;
}
.col-gap-24 > * + * {
  margin-top: 1.5rem;
}
.col-gap-32 > * + * {
  margin-top: 2rem;
}
.col-gap-40 > * + * {
  margin-top: 2.5rem;
}
.col-gap-48 > * + * {
  margin-top: 3rem;
}
.col-gap-56 > * + * {
  margin-top: 3.5rem;
}
.col-gap-72 > * + * {
  margin-top: 4.5rem;
}
.col-gap-w-rem-full > * + * {
  margin-top: 60rem;
}
.col-gap-h-rem-full > * + * {
  margin-top: 33.75rem;
}
.row-gap-0 > * + * {
  margin-left: 0;
}
.row-gap-1 > * + * {
  margin-left: 0.0625rem;
}
.row-gap-2 > * + * {
  margin-left: 0.125rem;
}
.row-gap-4 > * + * {
  margin-left: 0.25rem;
}
.row-gap-6 > * + * {
  margin-left: 0.375rem;
}
.row-gap-8 > * + * {
  margin-left: 0.5rem;
}
.row-gap-12 > * + * {
  margin-left: 0.75rem;
}
.row-gap-16 > * + * {
  margin-left: 1rem;
}
.row-gap-20 > * + * {
  margin-left: 1.25rem;
}
.row-gap-24 > * + * {
  margin-left: 1.5rem;
}
.row-gap-32 > * + * {
  margin-left: 2rem;
}
.row-gap-40 > * + * {
  margin-left: 2.5rem;
}
.row-gap-48 > * + * {
  margin-left: 3rem;
}
.row-gap-56 > * + * {
  margin-left: 3.5rem;
}
.row-gap-72 > * + * {
  margin-left: 4.5rem;
}
.row-gap-w-rem-full > * + * {
  margin-left: 60rem;
}
.row-gap-h-rem-full > * + * {
  margin-left: 33.75rem;
}
.col-gap-\[0\.69rem\] > * + * {
  margin-top: 0.69rem;
}
.col-gap-\[1\.75rem\] > * + * {
  margin-top: 1.75rem;
}
.col-gap-\[1rem\] > * + * {
  margin-top: 1rem;
}
.row-gap-\[0\.625rem\] > * + * {
  margin-left: 0.625rem;
}
.row-gap-\[0\.63rem\] > * + * {
  margin-left: 0.63rem;
}
.outline {
  box-shadow: 0 0 0 0.125rem red;
  outline: none !important;
}
.outline-base-0 {
  box-shadow: 0 0 0 0.125rem #E5E5E5;
  outline: none !important;
}
.outline-base-100 {
  box-shadow: 0 0 0 0.125rem #8C8C8C;
  outline: none !important;
}
.outline-base-150 {
  box-shadow: 0 0 0 0.125rem #6f6f6f;
  outline: none !important;
}
.outline-base-200 {
  box-shadow: 0 0 0 0.125rem #454545;
  outline: none !important;
}
.outline-base-300 {
  box-shadow: 0 0 0 0.125rem #343434;
  outline: none !important;
}
.outline-base-400 {
  box-shadow: 0 0 0 0.125rem #2B2B2B;
  outline: none !important;
}
.outline-base-500 {
  box-shadow: 0 0 0 0.125rem #232323;
  outline: none !important;
}
.outline-base-600 {
  box-shadow: 0 0 0 0.125rem #232323;
  outline: none !important;
}
.outline-base-700 {
  box-shadow: 0 0 0 0.125rem #181818;
  outline: none !important;
}
.outline-base-800 {
  box-shadow: 0 0 0 0.125rem #1E1E1E;
  outline: none !important;
}
.outline-base-900 {
  box-shadow: 0 0 0 0.125rem #000000;
  outline: none !important;
}
.outline-base-light {
  box-shadow: 0 0 0 0.125rem #454545;
  outline: none !important;
}
.outline-base-dark {
  box-shadow: 0 0 0 0.125rem #1E1E1E;
  outline: none !important;
}
.outline-base-none {
  box-shadow: 0 0 0 0.125rem transparent;
  outline: none !important;
}
.outline-marker-0 {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-100 {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-200 {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-300 {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-400 {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-500 {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-600 {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-700 {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-800 {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-900 {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-light {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-dark {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-attention-0 {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-100 {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-200 {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-300 {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-400 {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-500 {
  box-shadow: 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-600 {
  box-shadow: 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-700 {
  box-shadow: 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-800 {
  box-shadow: 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-900 {
  box-shadow: 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-light {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-dark {
  box-shadow: 0 0 0 0.125rem #8c2316;
  outline: none !important;
}
.outline-base-0-inside {
  box-shadow: inset 0 0 0 0.125rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-middle {
  box-shadow: inset 0 0 0 0.0625rem #E5E5E5, 0 0 0 0.0625rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-outside {
  box-shadow: 0 0 0 0.125rem #E5E5E5;
  outline: none !important;
}
.outline-base-100-inside {
  box-shadow: inset 0 0 0 0.125rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-middle {
  box-shadow: inset 0 0 0 0.0625rem #8C8C8C, 0 0 0 0.0625rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-outside {
  box-shadow: 0 0 0 0.125rem #8C8C8C;
  outline: none !important;
}
.outline-base-150-inside {
  box-shadow: inset 0 0 0 0.125rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-middle {
  box-shadow: inset 0 0 0 0.0625rem #6f6f6f, 0 0 0 0.0625rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-outside {
  box-shadow: 0 0 0 0.125rem #6f6f6f;
  outline: none !important;
}
.outline-base-200-inside {
  box-shadow: inset 0 0 0 0.125rem #454545;
  outline: none !important;
}
.outline-base-200-middle {
  box-shadow: inset 0 0 0 0.0625rem #454545, 0 0 0 0.0625rem #454545;
  outline: none !important;
}
.outline-base-200-outside {
  box-shadow: 0 0 0 0.125rem #454545;
  outline: none !important;
}
.outline-base-300-inside {
  box-shadow: inset 0 0 0 0.125rem #343434;
  outline: none !important;
}
.outline-base-300-middle {
  box-shadow: inset 0 0 0 0.0625rem #343434, 0 0 0 0.0625rem #343434;
  outline: none !important;
}
.outline-base-300-outside {
  box-shadow: 0 0 0 0.125rem #343434;
  outline: none !important;
}
.outline-base-400-inside {
  box-shadow: inset 0 0 0 0.125rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-middle {
  box-shadow: inset 0 0 0 0.0625rem #2B2B2B, 0 0 0 0.0625rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-outside {
  box-shadow: 0 0 0 0.125rem #2B2B2B;
  outline: none !important;
}
.outline-base-500-inside {
  box-shadow: inset 0 0 0 0.125rem #232323;
  outline: none !important;
}
.outline-base-500-middle {
  box-shadow: inset 0 0 0 0.0625rem #232323, 0 0 0 0.0625rem #232323;
  outline: none !important;
}
.outline-base-500-outside {
  box-shadow: 0 0 0 0.125rem #232323;
  outline: none !important;
}
.outline-base-600-inside {
  box-shadow: inset 0 0 0 0.125rem #232323;
  outline: none !important;
}
.outline-base-600-middle {
  box-shadow: inset 0 0 0 0.0625rem #232323, 0 0 0 0.0625rem #232323;
  outline: none !important;
}
.outline-base-600-outside {
  box-shadow: 0 0 0 0.125rem #232323;
  outline: none !important;
}
.outline-base-700-inside {
  box-shadow: inset 0 0 0 0.125rem #181818;
  outline: none !important;
}
.outline-base-700-middle {
  box-shadow: inset 0 0 0 0.0625rem #181818, 0 0 0 0.0625rem #181818;
  outline: none !important;
}
.outline-base-700-outside {
  box-shadow: 0 0 0 0.125rem #181818;
  outline: none !important;
}
.outline-base-800-inside {
  box-shadow: inset 0 0 0 0.125rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-middle {
  box-shadow: inset 0 0 0 0.0625rem #1E1E1E, 0 0 0 0.0625rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-outside {
  box-shadow: 0 0 0 0.125rem #1E1E1E;
  outline: none !important;
}
.outline-base-900-inside {
  box-shadow: inset 0 0 0 0.125rem #000000;
  outline: none !important;
}
.outline-base-900-middle {
  box-shadow: inset 0 0 0 0.0625rem #000000, 0 0 0 0.0625rem #000000;
  outline: none !important;
}
.outline-base-900-outside {
  box-shadow: 0 0 0 0.125rem #000000;
  outline: none !important;
}
.outline-base-light-inside {
  box-shadow: inset 0 0 0 0.125rem #454545;
  outline: none !important;
}
.outline-base-light-middle {
  box-shadow: inset 0 0 0 0.0625rem #454545, 0 0 0 0.0625rem #454545;
  outline: none !important;
}
.outline-base-light-outside {
  box-shadow: 0 0 0 0.125rem #454545;
  outline: none !important;
}
.outline-base-dark-inside {
  box-shadow: inset 0 0 0 0.125rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-middle {
  box-shadow: inset 0 0 0 0.0625rem #1E1E1E, 0 0 0 0.0625rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-outside {
  box-shadow: 0 0 0 0.125rem #1E1E1E;
  outline: none !important;
}
.outline-base-none-inside {
  box-shadow: inset 0 0 0 0.125rem transparent;
  outline: none !important;
}
.outline-base-none-middle {
  box-shadow: inset 0 0 0 0.0625rem transparent, 0 0 0 0.0625rem transparent;
  outline: none !important;
}
.outline-base-none-outside {
  box-shadow: 0 0 0 0.125rem transparent;
  outline: none !important;
}
.outline-marker-0-inside {
  box-shadow: inset 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-0-middle {
  box-shadow: inset 0 0 0 0.0625rem #60BF02, 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-0-outside {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-100-inside {
  box-shadow: inset 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-100-middle {
  box-shadow: inset 0 0 0 0.0625rem #60BF02, 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-100-outside {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-200-inside {
  box-shadow: inset 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-200-middle {
  box-shadow: inset 0 0 0 0.0625rem #60BF02, 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-200-outside {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-300-inside {
  box-shadow: inset 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-300-middle {
  box-shadow: inset 0 0 0 0.0625rem #60BF02, 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-300-outside {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-400-inside {
  box-shadow: inset 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-400-middle {
  box-shadow: inset 0 0 0 0.0625rem #60BF02, 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-400-outside {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-500-inside {
  box-shadow: inset 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-500-middle {
  box-shadow: inset 0 0 0 0.0625rem #428400, 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-500-outside {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-600-inside {
  box-shadow: inset 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-600-middle {
  box-shadow: inset 0 0 0 0.0625rem #428400, 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-600-outside {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-700-inside {
  box-shadow: inset 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-700-middle {
  box-shadow: inset 0 0 0 0.0625rem #428400, 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-700-outside {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-800-inside {
  box-shadow: inset 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-800-middle {
  box-shadow: inset 0 0 0 0.0625rem #428400, 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-800-outside {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-900-inside {
  box-shadow: inset 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-900-middle {
  box-shadow: inset 0 0 0 0.0625rem #428400, 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-900-outside {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-light-inside {
  box-shadow: inset 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-light-middle {
  box-shadow: inset 0 0 0 0.0625rem #60BF02, 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-light-outside {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-dark-inside {
  box-shadow: inset 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-dark-middle {
  box-shadow: inset 0 0 0 0.0625rem #428400, 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-dark-outside {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-attention-0-inside {
  box-shadow: inset 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-0-middle {
  box-shadow: inset 0 0 0 0.0625rem #E17A00, 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-0-outside {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-100-inside {
  box-shadow: inset 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-100-middle {
  box-shadow: inset 0 0 0 0.0625rem #E17A00, 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-100-outside {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-200-inside {
  box-shadow: inset 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-200-middle {
  box-shadow: inset 0 0 0 0.0625rem #E17A00, 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-200-outside {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-300-inside {
  box-shadow: inset 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-300-middle {
  box-shadow: inset 0 0 0 0.0625rem #E17A00, 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-300-outside {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-400-inside {
  box-shadow: inset 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-400-middle {
  box-shadow: inset 0 0 0 0.0625rem #E17A00, 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-400-outside {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-500-inside {
  box-shadow: inset 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-500-middle {
  box-shadow: inset 0 0 0 0.0625rem #E93A24, 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-500-outside {
  box-shadow: 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-600-inside {
  box-shadow: inset 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-600-middle {
  box-shadow: inset 0 0 0 0.0625rem #E93A24, 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-600-outside {
  box-shadow: 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-700-inside {
  box-shadow: inset 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-700-middle {
  box-shadow: inset 0 0 0 0.0625rem #E93A24, 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-700-outside {
  box-shadow: 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-800-inside {
  box-shadow: inset 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-800-middle {
  box-shadow: inset 0 0 0 0.0625rem #E93A24, 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-800-outside {
  box-shadow: 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-900-inside {
  box-shadow: inset 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-900-middle {
  box-shadow: inset 0 0 0 0.0625rem #E93A24, 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-900-outside {
  box-shadow: 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-light-inside {
  box-shadow: inset 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-light-middle {
  box-shadow: inset 0 0 0 0.0625rem #E17A00, 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-light-outside {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-dark-inside {
  box-shadow: inset 0 0 0 0.125rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-middle {
  box-shadow: inset 0 0 0 0.0625rem #8c2316, 0 0 0 0.0625rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-outside {
  box-shadow: 0 0 0 0.125rem #8c2316;
  outline: none !important;
}
.outline-base-0-0 {
  box-shadow: 0 0 0 0 #E5E5E5;
  outline: none !important;
}
.outline-base-0-1 {
  box-shadow: 0 0 0 0.0625rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-2 {
  box-shadow: 0 0 0 0.125rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-4 {
  box-shadow: 0 0 0 0.25rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-6 {
  box-shadow: 0 0 0 0.375rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-8 {
  box-shadow: 0 0 0 0.5rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-12 {
  box-shadow: 0 0 0 0.75rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-16 {
  box-shadow: 0 0 0 1rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-20 {
  box-shadow: 0 0 0 1.25rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-24 {
  box-shadow: 0 0 0 1.5rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-32 {
  box-shadow: 0 0 0 2rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-40 {
  box-shadow: 0 0 0 2.5rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-48 {
  box-shadow: 0 0 0 3rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-56 {
  box-shadow: 0 0 0 3.5rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-72 {
  box-shadow: 0 0 0 4.5rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-w-rem-full {
  box-shadow: 0 0 0 60rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-h-rem-full {
  box-shadow: 0 0 0 33.75rem #E5E5E5;
  outline: none !important;
}
.outline-base-100-0 {
  box-shadow: 0 0 0 0 #8C8C8C;
  outline: none !important;
}
.outline-base-100-1 {
  box-shadow: 0 0 0 0.0625rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-2 {
  box-shadow: 0 0 0 0.125rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-4 {
  box-shadow: 0 0 0 0.25rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-6 {
  box-shadow: 0 0 0 0.375rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-8 {
  box-shadow: 0 0 0 0.5rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-12 {
  box-shadow: 0 0 0 0.75rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-16 {
  box-shadow: 0 0 0 1rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-20 {
  box-shadow: 0 0 0 1.25rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-24 {
  box-shadow: 0 0 0 1.5rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-32 {
  box-shadow: 0 0 0 2rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-40 {
  box-shadow: 0 0 0 2.5rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-48 {
  box-shadow: 0 0 0 3rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-56 {
  box-shadow: 0 0 0 3.5rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-72 {
  box-shadow: 0 0 0 4.5rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-w-rem-full {
  box-shadow: 0 0 0 60rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-h-rem-full {
  box-shadow: 0 0 0 33.75rem #8C8C8C;
  outline: none !important;
}
.outline-base-150-0 {
  box-shadow: 0 0 0 0 #6f6f6f;
  outline: none !important;
}
.outline-base-150-1 {
  box-shadow: 0 0 0 0.0625rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-2 {
  box-shadow: 0 0 0 0.125rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-4 {
  box-shadow: 0 0 0 0.25rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-6 {
  box-shadow: 0 0 0 0.375rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-8 {
  box-shadow: 0 0 0 0.5rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-12 {
  box-shadow: 0 0 0 0.75rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-16 {
  box-shadow: 0 0 0 1rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-20 {
  box-shadow: 0 0 0 1.25rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-24 {
  box-shadow: 0 0 0 1.5rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-32 {
  box-shadow: 0 0 0 2rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-40 {
  box-shadow: 0 0 0 2.5rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-48 {
  box-shadow: 0 0 0 3rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-56 {
  box-shadow: 0 0 0 3.5rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-72 {
  box-shadow: 0 0 0 4.5rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-w-rem-full {
  box-shadow: 0 0 0 60rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-h-rem-full {
  box-shadow: 0 0 0 33.75rem #6f6f6f;
  outline: none !important;
}
.outline-base-200-0 {
  box-shadow: 0 0 0 0 #454545;
  outline: none !important;
}
.outline-base-200-1 {
  box-shadow: 0 0 0 0.0625rem #454545;
  outline: none !important;
}
.outline-base-200-2 {
  box-shadow: 0 0 0 0.125rem #454545;
  outline: none !important;
}
.outline-base-200-4 {
  box-shadow: 0 0 0 0.25rem #454545;
  outline: none !important;
}
.outline-base-200-6 {
  box-shadow: 0 0 0 0.375rem #454545;
  outline: none !important;
}
.outline-base-200-8 {
  box-shadow: 0 0 0 0.5rem #454545;
  outline: none !important;
}
.outline-base-200-12 {
  box-shadow: 0 0 0 0.75rem #454545;
  outline: none !important;
}
.outline-base-200-16 {
  box-shadow: 0 0 0 1rem #454545;
  outline: none !important;
}
.outline-base-200-20 {
  box-shadow: 0 0 0 1.25rem #454545;
  outline: none !important;
}
.outline-base-200-24 {
  box-shadow: 0 0 0 1.5rem #454545;
  outline: none !important;
}
.outline-base-200-32 {
  box-shadow: 0 0 0 2rem #454545;
  outline: none !important;
}
.outline-base-200-40 {
  box-shadow: 0 0 0 2.5rem #454545;
  outline: none !important;
}
.outline-base-200-48 {
  box-shadow: 0 0 0 3rem #454545;
  outline: none !important;
}
.outline-base-200-56 {
  box-shadow: 0 0 0 3.5rem #454545;
  outline: none !important;
}
.outline-base-200-72 {
  box-shadow: 0 0 0 4.5rem #454545;
  outline: none !important;
}
.outline-base-200-w-rem-full {
  box-shadow: 0 0 0 60rem #454545;
  outline: none !important;
}
.outline-base-200-h-rem-full {
  box-shadow: 0 0 0 33.75rem #454545;
  outline: none !important;
}
.outline-base-300-0 {
  box-shadow: 0 0 0 0 #343434;
  outline: none !important;
}
.outline-base-300-1 {
  box-shadow: 0 0 0 0.0625rem #343434;
  outline: none !important;
}
.outline-base-300-2 {
  box-shadow: 0 0 0 0.125rem #343434;
  outline: none !important;
}
.outline-base-300-4 {
  box-shadow: 0 0 0 0.25rem #343434;
  outline: none !important;
}
.outline-base-300-6 {
  box-shadow: 0 0 0 0.375rem #343434;
  outline: none !important;
}
.outline-base-300-8 {
  box-shadow: 0 0 0 0.5rem #343434;
  outline: none !important;
}
.outline-base-300-12 {
  box-shadow: 0 0 0 0.75rem #343434;
  outline: none !important;
}
.outline-base-300-16 {
  box-shadow: 0 0 0 1rem #343434;
  outline: none !important;
}
.outline-base-300-20 {
  box-shadow: 0 0 0 1.25rem #343434;
  outline: none !important;
}
.outline-base-300-24 {
  box-shadow: 0 0 0 1.5rem #343434;
  outline: none !important;
}
.outline-base-300-32 {
  box-shadow: 0 0 0 2rem #343434;
  outline: none !important;
}
.outline-base-300-40 {
  box-shadow: 0 0 0 2.5rem #343434;
  outline: none !important;
}
.outline-base-300-48 {
  box-shadow: 0 0 0 3rem #343434;
  outline: none !important;
}
.outline-base-300-56 {
  box-shadow: 0 0 0 3.5rem #343434;
  outline: none !important;
}
.outline-base-300-72 {
  box-shadow: 0 0 0 4.5rem #343434;
  outline: none !important;
}
.outline-base-300-w-rem-full {
  box-shadow: 0 0 0 60rem #343434;
  outline: none !important;
}
.outline-base-300-h-rem-full {
  box-shadow: 0 0 0 33.75rem #343434;
  outline: none !important;
}
.outline-base-400-0 {
  box-shadow: 0 0 0 0 #2B2B2B;
  outline: none !important;
}
.outline-base-400-1 {
  box-shadow: 0 0 0 0.0625rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-2 {
  box-shadow: 0 0 0 0.125rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-4 {
  box-shadow: 0 0 0 0.25rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-6 {
  box-shadow: 0 0 0 0.375rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-8 {
  box-shadow: 0 0 0 0.5rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-12 {
  box-shadow: 0 0 0 0.75rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-16 {
  box-shadow: 0 0 0 1rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-20 {
  box-shadow: 0 0 0 1.25rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-24 {
  box-shadow: 0 0 0 1.5rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-32 {
  box-shadow: 0 0 0 2rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-40 {
  box-shadow: 0 0 0 2.5rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-48 {
  box-shadow: 0 0 0 3rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-56 {
  box-shadow: 0 0 0 3.5rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-72 {
  box-shadow: 0 0 0 4.5rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-w-rem-full {
  box-shadow: 0 0 0 60rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-h-rem-full {
  box-shadow: 0 0 0 33.75rem #2B2B2B;
  outline: none !important;
}
.outline-base-500-0 {
  box-shadow: 0 0 0 0 #232323;
  outline: none !important;
}
.outline-base-500-1 {
  box-shadow: 0 0 0 0.0625rem #232323;
  outline: none !important;
}
.outline-base-500-2 {
  box-shadow: 0 0 0 0.125rem #232323;
  outline: none !important;
}
.outline-base-500-4 {
  box-shadow: 0 0 0 0.25rem #232323;
  outline: none !important;
}
.outline-base-500-6 {
  box-shadow: 0 0 0 0.375rem #232323;
  outline: none !important;
}
.outline-base-500-8 {
  box-shadow: 0 0 0 0.5rem #232323;
  outline: none !important;
}
.outline-base-500-12 {
  box-shadow: 0 0 0 0.75rem #232323;
  outline: none !important;
}
.outline-base-500-16 {
  box-shadow: 0 0 0 1rem #232323;
  outline: none !important;
}
.outline-base-500-20 {
  box-shadow: 0 0 0 1.25rem #232323;
  outline: none !important;
}
.outline-base-500-24 {
  box-shadow: 0 0 0 1.5rem #232323;
  outline: none !important;
}
.outline-base-500-32 {
  box-shadow: 0 0 0 2rem #232323;
  outline: none !important;
}
.outline-base-500-40 {
  box-shadow: 0 0 0 2.5rem #232323;
  outline: none !important;
}
.outline-base-500-48 {
  box-shadow: 0 0 0 3rem #232323;
  outline: none !important;
}
.outline-base-500-56 {
  box-shadow: 0 0 0 3.5rem #232323;
  outline: none !important;
}
.outline-base-500-72 {
  box-shadow: 0 0 0 4.5rem #232323;
  outline: none !important;
}
.outline-base-500-w-rem-full {
  box-shadow: 0 0 0 60rem #232323;
  outline: none !important;
}
.outline-base-500-h-rem-full {
  box-shadow: 0 0 0 33.75rem #232323;
  outline: none !important;
}
.outline-base-600-0 {
  box-shadow: 0 0 0 0 #232323;
  outline: none !important;
}
.outline-base-600-1 {
  box-shadow: 0 0 0 0.0625rem #232323;
  outline: none !important;
}
.outline-base-600-2 {
  box-shadow: 0 0 0 0.125rem #232323;
  outline: none !important;
}
.outline-base-600-4 {
  box-shadow: 0 0 0 0.25rem #232323;
  outline: none !important;
}
.outline-base-600-6 {
  box-shadow: 0 0 0 0.375rem #232323;
  outline: none !important;
}
.outline-base-600-8 {
  box-shadow: 0 0 0 0.5rem #232323;
  outline: none !important;
}
.outline-base-600-12 {
  box-shadow: 0 0 0 0.75rem #232323;
  outline: none !important;
}
.outline-base-600-16 {
  box-shadow: 0 0 0 1rem #232323;
  outline: none !important;
}
.outline-base-600-20 {
  box-shadow: 0 0 0 1.25rem #232323;
  outline: none !important;
}
.outline-base-600-24 {
  box-shadow: 0 0 0 1.5rem #232323;
  outline: none !important;
}
.outline-base-600-32 {
  box-shadow: 0 0 0 2rem #232323;
  outline: none !important;
}
.outline-base-600-40 {
  box-shadow: 0 0 0 2.5rem #232323;
  outline: none !important;
}
.outline-base-600-48 {
  box-shadow: 0 0 0 3rem #232323;
  outline: none !important;
}
.outline-base-600-56 {
  box-shadow: 0 0 0 3.5rem #232323;
  outline: none !important;
}
.outline-base-600-72 {
  box-shadow: 0 0 0 4.5rem #232323;
  outline: none !important;
}
.outline-base-600-w-rem-full {
  box-shadow: 0 0 0 60rem #232323;
  outline: none !important;
}
.outline-base-600-h-rem-full {
  box-shadow: 0 0 0 33.75rem #232323;
  outline: none !important;
}
.outline-base-700-0 {
  box-shadow: 0 0 0 0 #181818;
  outline: none !important;
}
.outline-base-700-1 {
  box-shadow: 0 0 0 0.0625rem #181818;
  outline: none !important;
}
.outline-base-700-2 {
  box-shadow: 0 0 0 0.125rem #181818;
  outline: none !important;
}
.outline-base-700-4 {
  box-shadow: 0 0 0 0.25rem #181818;
  outline: none !important;
}
.outline-base-700-6 {
  box-shadow: 0 0 0 0.375rem #181818;
  outline: none !important;
}
.outline-base-700-8 {
  box-shadow: 0 0 0 0.5rem #181818;
  outline: none !important;
}
.outline-base-700-12 {
  box-shadow: 0 0 0 0.75rem #181818;
  outline: none !important;
}
.outline-base-700-16 {
  box-shadow: 0 0 0 1rem #181818;
  outline: none !important;
}
.outline-base-700-20 {
  box-shadow: 0 0 0 1.25rem #181818;
  outline: none !important;
}
.outline-base-700-24 {
  box-shadow: 0 0 0 1.5rem #181818;
  outline: none !important;
}
.outline-base-700-32 {
  box-shadow: 0 0 0 2rem #181818;
  outline: none !important;
}
.outline-base-700-40 {
  box-shadow: 0 0 0 2.5rem #181818;
  outline: none !important;
}
.outline-base-700-48 {
  box-shadow: 0 0 0 3rem #181818;
  outline: none !important;
}
.outline-base-700-56 {
  box-shadow: 0 0 0 3.5rem #181818;
  outline: none !important;
}
.outline-base-700-72 {
  box-shadow: 0 0 0 4.5rem #181818;
  outline: none !important;
}
.outline-base-700-w-rem-full {
  box-shadow: 0 0 0 60rem #181818;
  outline: none !important;
}
.outline-base-700-h-rem-full {
  box-shadow: 0 0 0 33.75rem #181818;
  outline: none !important;
}
.outline-base-800-0 {
  box-shadow: 0 0 0 0 #1E1E1E;
  outline: none !important;
}
.outline-base-800-1 {
  box-shadow: 0 0 0 0.0625rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-2 {
  box-shadow: 0 0 0 0.125rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-4 {
  box-shadow: 0 0 0 0.25rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-6 {
  box-shadow: 0 0 0 0.375rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-8 {
  box-shadow: 0 0 0 0.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-12 {
  box-shadow: 0 0 0 0.75rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-16 {
  box-shadow: 0 0 0 1rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-20 {
  box-shadow: 0 0 0 1.25rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-24 {
  box-shadow: 0 0 0 1.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-32 {
  box-shadow: 0 0 0 2rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-40 {
  box-shadow: 0 0 0 2.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-48 {
  box-shadow: 0 0 0 3rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-56 {
  box-shadow: 0 0 0 3.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-72 {
  box-shadow: 0 0 0 4.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-w-rem-full {
  box-shadow: 0 0 0 60rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-h-rem-full {
  box-shadow: 0 0 0 33.75rem #1E1E1E;
  outline: none !important;
}
.outline-base-900-0 {
  box-shadow: 0 0 0 0 #000000;
  outline: none !important;
}
.outline-base-900-1 {
  box-shadow: 0 0 0 0.0625rem #000000;
  outline: none !important;
}
.outline-base-900-2 {
  box-shadow: 0 0 0 0.125rem #000000;
  outline: none !important;
}
.outline-base-900-4 {
  box-shadow: 0 0 0 0.25rem #000000;
  outline: none !important;
}
.outline-base-900-6 {
  box-shadow: 0 0 0 0.375rem #000000;
  outline: none !important;
}
.outline-base-900-8 {
  box-shadow: 0 0 0 0.5rem #000000;
  outline: none !important;
}
.outline-base-900-12 {
  box-shadow: 0 0 0 0.75rem #000000;
  outline: none !important;
}
.outline-base-900-16 {
  box-shadow: 0 0 0 1rem #000000;
  outline: none !important;
}
.outline-base-900-20 {
  box-shadow: 0 0 0 1.25rem #000000;
  outline: none !important;
}
.outline-base-900-24 {
  box-shadow: 0 0 0 1.5rem #000000;
  outline: none !important;
}
.outline-base-900-32 {
  box-shadow: 0 0 0 2rem #000000;
  outline: none !important;
}
.outline-base-900-40 {
  box-shadow: 0 0 0 2.5rem #000000;
  outline: none !important;
}
.outline-base-900-48 {
  box-shadow: 0 0 0 3rem #000000;
  outline: none !important;
}
.outline-base-900-56 {
  box-shadow: 0 0 0 3.5rem #000000;
  outline: none !important;
}
.outline-base-900-72 {
  box-shadow: 0 0 0 4.5rem #000000;
  outline: none !important;
}
.outline-base-900-w-rem-full {
  box-shadow: 0 0 0 60rem #000000;
  outline: none !important;
}
.outline-base-900-h-rem-full {
  box-shadow: 0 0 0 33.75rem #000000;
  outline: none !important;
}
.outline-base-light-0 {
  box-shadow: 0 0 0 0 #454545;
  outline: none !important;
}
.outline-base-light-1 {
  box-shadow: 0 0 0 0.0625rem #454545;
  outline: none !important;
}
.outline-base-light-2 {
  box-shadow: 0 0 0 0.125rem #454545;
  outline: none !important;
}
.outline-base-light-4 {
  box-shadow: 0 0 0 0.25rem #454545;
  outline: none !important;
}
.outline-base-light-6 {
  box-shadow: 0 0 0 0.375rem #454545;
  outline: none !important;
}
.outline-base-light-8 {
  box-shadow: 0 0 0 0.5rem #454545;
  outline: none !important;
}
.outline-base-light-12 {
  box-shadow: 0 0 0 0.75rem #454545;
  outline: none !important;
}
.outline-base-light-16 {
  box-shadow: 0 0 0 1rem #454545;
  outline: none !important;
}
.outline-base-light-20 {
  box-shadow: 0 0 0 1.25rem #454545;
  outline: none !important;
}
.outline-base-light-24 {
  box-shadow: 0 0 0 1.5rem #454545;
  outline: none !important;
}
.outline-base-light-32 {
  box-shadow: 0 0 0 2rem #454545;
  outline: none !important;
}
.outline-base-light-40 {
  box-shadow: 0 0 0 2.5rem #454545;
  outline: none !important;
}
.outline-base-light-48 {
  box-shadow: 0 0 0 3rem #454545;
  outline: none !important;
}
.outline-base-light-56 {
  box-shadow: 0 0 0 3.5rem #454545;
  outline: none !important;
}
.outline-base-light-72 {
  box-shadow: 0 0 0 4.5rem #454545;
  outline: none !important;
}
.outline-base-light-w-rem-full {
  box-shadow: 0 0 0 60rem #454545;
  outline: none !important;
}
.outline-base-light-h-rem-full {
  box-shadow: 0 0 0 33.75rem #454545;
  outline: none !important;
}
.outline-base-dark-0 {
  box-shadow: 0 0 0 0 #1E1E1E;
  outline: none !important;
}
.outline-base-dark-1 {
  box-shadow: 0 0 0 0.0625rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-2 {
  box-shadow: 0 0 0 0.125rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-4 {
  box-shadow: 0 0 0 0.25rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-6 {
  box-shadow: 0 0 0 0.375rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-8 {
  box-shadow: 0 0 0 0.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-12 {
  box-shadow: 0 0 0 0.75rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-16 {
  box-shadow: 0 0 0 1rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-20 {
  box-shadow: 0 0 0 1.25rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-24 {
  box-shadow: 0 0 0 1.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-32 {
  box-shadow: 0 0 0 2rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-40 {
  box-shadow: 0 0 0 2.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-48 {
  box-shadow: 0 0 0 3rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-56 {
  box-shadow: 0 0 0 3.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-72 {
  box-shadow: 0 0 0 4.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-w-rem-full {
  box-shadow: 0 0 0 60rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-h-rem-full {
  box-shadow: 0 0 0 33.75rem #1E1E1E;
  outline: none !important;
}
.outline-base-none-0 {
  box-shadow: 0 0 0 0 transparent;
  outline: none !important;
}
.outline-base-none-1 {
  box-shadow: 0 0 0 0.0625rem transparent;
  outline: none !important;
}
.outline-base-none-2 {
  box-shadow: 0 0 0 0.125rem transparent;
  outline: none !important;
}
.outline-base-none-4 {
  box-shadow: 0 0 0 0.25rem transparent;
  outline: none !important;
}
.outline-base-none-6 {
  box-shadow: 0 0 0 0.375rem transparent;
  outline: none !important;
}
.outline-base-none-8 {
  box-shadow: 0 0 0 0.5rem transparent;
  outline: none !important;
}
.outline-base-none-12 {
  box-shadow: 0 0 0 0.75rem transparent;
  outline: none !important;
}
.outline-base-none-16 {
  box-shadow: 0 0 0 1rem transparent;
  outline: none !important;
}
.outline-base-none-20 {
  box-shadow: 0 0 0 1.25rem transparent;
  outline: none !important;
}
.outline-base-none-24 {
  box-shadow: 0 0 0 1.5rem transparent;
  outline: none !important;
}
.outline-base-none-32 {
  box-shadow: 0 0 0 2rem transparent;
  outline: none !important;
}
.outline-base-none-40 {
  box-shadow: 0 0 0 2.5rem transparent;
  outline: none !important;
}
.outline-base-none-48 {
  box-shadow: 0 0 0 3rem transparent;
  outline: none !important;
}
.outline-base-none-56 {
  box-shadow: 0 0 0 3.5rem transparent;
  outline: none !important;
}
.outline-base-none-72 {
  box-shadow: 0 0 0 4.5rem transparent;
  outline: none !important;
}
.outline-base-none-w-rem-full {
  box-shadow: 0 0 0 60rem transparent;
  outline: none !important;
}
.outline-base-none-h-rem-full {
  box-shadow: 0 0 0 33.75rem transparent;
  outline: none !important;
}
.outline-marker-0-0 {
  box-shadow: 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-0-1 {
  box-shadow: 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-0-2 {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-0-4 {
  box-shadow: 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-0-6 {
  box-shadow: 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-0-8 {
  box-shadow: 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-0-12 {
  box-shadow: 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-0-16 {
  box-shadow: 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-0-20 {
  box-shadow: 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-0-24 {
  box-shadow: 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-0-32 {
  box-shadow: 0 0 0 2rem #60BF02;
  outline: none !important;
}
.outline-marker-0-40 {
  box-shadow: 0 0 0 2.5rem #60BF02;
  outline: none !important;
}
.outline-marker-0-48 {
  box-shadow: 0 0 0 3rem #60BF02;
  outline: none !important;
}
.outline-marker-0-56 {
  box-shadow: 0 0 0 3.5rem #60BF02;
  outline: none !important;
}
.outline-marker-0-72 {
  box-shadow: 0 0 0 4.5rem #60BF02;
  outline: none !important;
}
.outline-marker-0-w-rem-full {
  box-shadow: 0 0 0 60rem #60BF02;
  outline: none !important;
}
.outline-marker-0-h-rem-full {
  box-shadow: 0 0 0 33.75rem #60BF02;
  outline: none !important;
}
.outline-marker-100-0 {
  box-shadow: 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-100-1 {
  box-shadow: 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-100-2 {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-100-4 {
  box-shadow: 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-100-6 {
  box-shadow: 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-100-8 {
  box-shadow: 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-100-12 {
  box-shadow: 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-100-16 {
  box-shadow: 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-100-20 {
  box-shadow: 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-100-24 {
  box-shadow: 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-100-32 {
  box-shadow: 0 0 0 2rem #60BF02;
  outline: none !important;
}
.outline-marker-100-40 {
  box-shadow: 0 0 0 2.5rem #60BF02;
  outline: none !important;
}
.outline-marker-100-48 {
  box-shadow: 0 0 0 3rem #60BF02;
  outline: none !important;
}
.outline-marker-100-56 {
  box-shadow: 0 0 0 3.5rem #60BF02;
  outline: none !important;
}
.outline-marker-100-72 {
  box-shadow: 0 0 0 4.5rem #60BF02;
  outline: none !important;
}
.outline-marker-100-w-rem-full {
  box-shadow: 0 0 0 60rem #60BF02;
  outline: none !important;
}
.outline-marker-100-h-rem-full {
  box-shadow: 0 0 0 33.75rem #60BF02;
  outline: none !important;
}
.outline-marker-200-0 {
  box-shadow: 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-200-1 {
  box-shadow: 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-200-2 {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-200-4 {
  box-shadow: 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-200-6 {
  box-shadow: 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-200-8 {
  box-shadow: 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-200-12 {
  box-shadow: 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-200-16 {
  box-shadow: 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-200-20 {
  box-shadow: 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-200-24 {
  box-shadow: 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-200-32 {
  box-shadow: 0 0 0 2rem #60BF02;
  outline: none !important;
}
.outline-marker-200-40 {
  box-shadow: 0 0 0 2.5rem #60BF02;
  outline: none !important;
}
.outline-marker-200-48 {
  box-shadow: 0 0 0 3rem #60BF02;
  outline: none !important;
}
.outline-marker-200-56 {
  box-shadow: 0 0 0 3.5rem #60BF02;
  outline: none !important;
}
.outline-marker-200-72 {
  box-shadow: 0 0 0 4.5rem #60BF02;
  outline: none !important;
}
.outline-marker-200-w-rem-full {
  box-shadow: 0 0 0 60rem #60BF02;
  outline: none !important;
}
.outline-marker-200-h-rem-full {
  box-shadow: 0 0 0 33.75rem #60BF02;
  outline: none !important;
}
.outline-marker-300-0 {
  box-shadow: 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-300-1 {
  box-shadow: 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-300-2 {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-300-4 {
  box-shadow: 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-300-6 {
  box-shadow: 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-300-8 {
  box-shadow: 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-300-12 {
  box-shadow: 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-300-16 {
  box-shadow: 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-300-20 {
  box-shadow: 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-300-24 {
  box-shadow: 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-300-32 {
  box-shadow: 0 0 0 2rem #60BF02;
  outline: none !important;
}
.outline-marker-300-40 {
  box-shadow: 0 0 0 2.5rem #60BF02;
  outline: none !important;
}
.outline-marker-300-48 {
  box-shadow: 0 0 0 3rem #60BF02;
  outline: none !important;
}
.outline-marker-300-56 {
  box-shadow: 0 0 0 3.5rem #60BF02;
  outline: none !important;
}
.outline-marker-300-72 {
  box-shadow: 0 0 0 4.5rem #60BF02;
  outline: none !important;
}
.outline-marker-300-w-rem-full {
  box-shadow: 0 0 0 60rem #60BF02;
  outline: none !important;
}
.outline-marker-300-h-rem-full {
  box-shadow: 0 0 0 33.75rem #60BF02;
  outline: none !important;
}
.outline-marker-400-0 {
  box-shadow: 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-400-1 {
  box-shadow: 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-400-2 {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-400-4 {
  box-shadow: 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-400-6 {
  box-shadow: 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-400-8 {
  box-shadow: 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-400-12 {
  box-shadow: 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-400-16 {
  box-shadow: 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-400-20 {
  box-shadow: 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-400-24 {
  box-shadow: 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-400-32 {
  box-shadow: 0 0 0 2rem #60BF02;
  outline: none !important;
}
.outline-marker-400-40 {
  box-shadow: 0 0 0 2.5rem #60BF02;
  outline: none !important;
}
.outline-marker-400-48 {
  box-shadow: 0 0 0 3rem #60BF02;
  outline: none !important;
}
.outline-marker-400-56 {
  box-shadow: 0 0 0 3.5rem #60BF02;
  outline: none !important;
}
.outline-marker-400-72 {
  box-shadow: 0 0 0 4.5rem #60BF02;
  outline: none !important;
}
.outline-marker-400-w-rem-full {
  box-shadow: 0 0 0 60rem #60BF02;
  outline: none !important;
}
.outline-marker-400-h-rem-full {
  box-shadow: 0 0 0 33.75rem #60BF02;
  outline: none !important;
}
.outline-marker-500-0 {
  box-shadow: 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-500-1 {
  box-shadow: 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-500-2 {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-500-4 {
  box-shadow: 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-500-6 {
  box-shadow: 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-500-8 {
  box-shadow: 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-500-12 {
  box-shadow: 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-500-16 {
  box-shadow: 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-500-20 {
  box-shadow: 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-500-24 {
  box-shadow: 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-500-32 {
  box-shadow: 0 0 0 2rem #428400;
  outline: none !important;
}
.outline-marker-500-40 {
  box-shadow: 0 0 0 2.5rem #428400;
  outline: none !important;
}
.outline-marker-500-48 {
  box-shadow: 0 0 0 3rem #428400;
  outline: none !important;
}
.outline-marker-500-56 {
  box-shadow: 0 0 0 3.5rem #428400;
  outline: none !important;
}
.outline-marker-500-72 {
  box-shadow: 0 0 0 4.5rem #428400;
  outline: none !important;
}
.outline-marker-500-w-rem-full {
  box-shadow: 0 0 0 60rem #428400;
  outline: none !important;
}
.outline-marker-500-h-rem-full {
  box-shadow: 0 0 0 33.75rem #428400;
  outline: none !important;
}
.outline-marker-600-0 {
  box-shadow: 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-600-1 {
  box-shadow: 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-600-2 {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-600-4 {
  box-shadow: 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-600-6 {
  box-shadow: 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-600-8 {
  box-shadow: 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-600-12 {
  box-shadow: 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-600-16 {
  box-shadow: 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-600-20 {
  box-shadow: 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-600-24 {
  box-shadow: 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-600-32 {
  box-shadow: 0 0 0 2rem #428400;
  outline: none !important;
}
.outline-marker-600-40 {
  box-shadow: 0 0 0 2.5rem #428400;
  outline: none !important;
}
.outline-marker-600-48 {
  box-shadow: 0 0 0 3rem #428400;
  outline: none !important;
}
.outline-marker-600-56 {
  box-shadow: 0 0 0 3.5rem #428400;
  outline: none !important;
}
.outline-marker-600-72 {
  box-shadow: 0 0 0 4.5rem #428400;
  outline: none !important;
}
.outline-marker-600-w-rem-full {
  box-shadow: 0 0 0 60rem #428400;
  outline: none !important;
}
.outline-marker-600-h-rem-full {
  box-shadow: 0 0 0 33.75rem #428400;
  outline: none !important;
}
.outline-marker-700-0 {
  box-shadow: 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-700-1 {
  box-shadow: 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-700-2 {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-700-4 {
  box-shadow: 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-700-6 {
  box-shadow: 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-700-8 {
  box-shadow: 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-700-12 {
  box-shadow: 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-700-16 {
  box-shadow: 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-700-20 {
  box-shadow: 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-700-24 {
  box-shadow: 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-700-32 {
  box-shadow: 0 0 0 2rem #428400;
  outline: none !important;
}
.outline-marker-700-40 {
  box-shadow: 0 0 0 2.5rem #428400;
  outline: none !important;
}
.outline-marker-700-48 {
  box-shadow: 0 0 0 3rem #428400;
  outline: none !important;
}
.outline-marker-700-56 {
  box-shadow: 0 0 0 3.5rem #428400;
  outline: none !important;
}
.outline-marker-700-72 {
  box-shadow: 0 0 0 4.5rem #428400;
  outline: none !important;
}
.outline-marker-700-w-rem-full {
  box-shadow: 0 0 0 60rem #428400;
  outline: none !important;
}
.outline-marker-700-h-rem-full {
  box-shadow: 0 0 0 33.75rem #428400;
  outline: none !important;
}
.outline-marker-800-0 {
  box-shadow: 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-800-1 {
  box-shadow: 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-800-2 {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-800-4 {
  box-shadow: 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-800-6 {
  box-shadow: 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-800-8 {
  box-shadow: 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-800-12 {
  box-shadow: 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-800-16 {
  box-shadow: 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-800-20 {
  box-shadow: 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-800-24 {
  box-shadow: 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-800-32 {
  box-shadow: 0 0 0 2rem #428400;
  outline: none !important;
}
.outline-marker-800-40 {
  box-shadow: 0 0 0 2.5rem #428400;
  outline: none !important;
}
.outline-marker-800-48 {
  box-shadow: 0 0 0 3rem #428400;
  outline: none !important;
}
.outline-marker-800-56 {
  box-shadow: 0 0 0 3.5rem #428400;
  outline: none !important;
}
.outline-marker-800-72 {
  box-shadow: 0 0 0 4.5rem #428400;
  outline: none !important;
}
.outline-marker-800-w-rem-full {
  box-shadow: 0 0 0 60rem #428400;
  outline: none !important;
}
.outline-marker-800-h-rem-full {
  box-shadow: 0 0 0 33.75rem #428400;
  outline: none !important;
}
.outline-marker-900-0 {
  box-shadow: 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-900-1 {
  box-shadow: 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-900-2 {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-900-4 {
  box-shadow: 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-900-6 {
  box-shadow: 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-900-8 {
  box-shadow: 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-900-12 {
  box-shadow: 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-900-16 {
  box-shadow: 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-900-20 {
  box-shadow: 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-900-24 {
  box-shadow: 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-900-32 {
  box-shadow: 0 0 0 2rem #428400;
  outline: none !important;
}
.outline-marker-900-40 {
  box-shadow: 0 0 0 2.5rem #428400;
  outline: none !important;
}
.outline-marker-900-48 {
  box-shadow: 0 0 0 3rem #428400;
  outline: none !important;
}
.outline-marker-900-56 {
  box-shadow: 0 0 0 3.5rem #428400;
  outline: none !important;
}
.outline-marker-900-72 {
  box-shadow: 0 0 0 4.5rem #428400;
  outline: none !important;
}
.outline-marker-900-w-rem-full {
  box-shadow: 0 0 0 60rem #428400;
  outline: none !important;
}
.outline-marker-900-h-rem-full {
  box-shadow: 0 0 0 33.75rem #428400;
  outline: none !important;
}
.outline-marker-light-0 {
  box-shadow: 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-light-1 {
  box-shadow: 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-light-2 {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-light-4 {
  box-shadow: 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-light-6 {
  box-shadow: 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-light-8 {
  box-shadow: 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-light-12 {
  box-shadow: 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-light-16 {
  box-shadow: 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-light-20 {
  box-shadow: 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-light-24 {
  box-shadow: 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-light-32 {
  box-shadow: 0 0 0 2rem #60BF02;
  outline: none !important;
}
.outline-marker-light-40 {
  box-shadow: 0 0 0 2.5rem #60BF02;
  outline: none !important;
}
.outline-marker-light-48 {
  box-shadow: 0 0 0 3rem #60BF02;
  outline: none !important;
}
.outline-marker-light-56 {
  box-shadow: 0 0 0 3.5rem #60BF02;
  outline: none !important;
}
.outline-marker-light-72 {
  box-shadow: 0 0 0 4.5rem #60BF02;
  outline: none !important;
}
.outline-marker-light-w-rem-full {
  box-shadow: 0 0 0 60rem #60BF02;
  outline: none !important;
}
.outline-marker-light-h-rem-full {
  box-shadow: 0 0 0 33.75rem #60BF02;
  outline: none !important;
}
.outline-marker-dark-0 {
  box-shadow: 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-dark-1 {
  box-shadow: 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-dark-2 {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-dark-4 {
  box-shadow: 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-dark-6 {
  box-shadow: 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-dark-8 {
  box-shadow: 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-dark-12 {
  box-shadow: 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-dark-16 {
  box-shadow: 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-dark-20 {
  box-shadow: 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-dark-24 {
  box-shadow: 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-dark-32 {
  box-shadow: 0 0 0 2rem #428400;
  outline: none !important;
}
.outline-marker-dark-40 {
  box-shadow: 0 0 0 2.5rem #428400;
  outline: none !important;
}
.outline-marker-dark-48 {
  box-shadow: 0 0 0 3rem #428400;
  outline: none !important;
}
.outline-marker-dark-56 {
  box-shadow: 0 0 0 3.5rem #428400;
  outline: none !important;
}
.outline-marker-dark-72 {
  box-shadow: 0 0 0 4.5rem #428400;
  outline: none !important;
}
.outline-marker-dark-w-rem-full {
  box-shadow: 0 0 0 60rem #428400;
  outline: none !important;
}
.outline-marker-dark-h-rem-full {
  box-shadow: 0 0 0 33.75rem #428400;
  outline: none !important;
}
.outline-attention-0-0 {
  box-shadow: 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-0-1 {
  box-shadow: 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-0-2 {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-0-4 {
  box-shadow: 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-0-6 {
  box-shadow: 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-0-8 {
  box-shadow: 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-0-12 {
  box-shadow: 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-0-16 {
  box-shadow: 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-0-20 {
  box-shadow: 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-0-24 {
  box-shadow: 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-0-32 {
  box-shadow: 0 0 0 2rem #E17A00;
  outline: none !important;
}
.outline-attention-0-40 {
  box-shadow: 0 0 0 2.5rem #E17A00;
  outline: none !important;
}
.outline-attention-0-48 {
  box-shadow: 0 0 0 3rem #E17A00;
  outline: none !important;
}
.outline-attention-0-56 {
  box-shadow: 0 0 0 3.5rem #E17A00;
  outline: none !important;
}
.outline-attention-0-72 {
  box-shadow: 0 0 0 4.5rem #E17A00;
  outline: none !important;
}
.outline-attention-0-w-rem-full {
  box-shadow: 0 0 0 60rem #E17A00;
  outline: none !important;
}
.outline-attention-0-h-rem-full {
  box-shadow: 0 0 0 33.75rem #E17A00;
  outline: none !important;
}
.outline-attention-100-0 {
  box-shadow: 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-100-1 {
  box-shadow: 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-100-2 {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-100-4 {
  box-shadow: 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-100-6 {
  box-shadow: 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-100-8 {
  box-shadow: 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-100-12 {
  box-shadow: 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-100-16 {
  box-shadow: 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-100-20 {
  box-shadow: 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-100-24 {
  box-shadow: 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-100-32 {
  box-shadow: 0 0 0 2rem #E17A00;
  outline: none !important;
}
.outline-attention-100-40 {
  box-shadow: 0 0 0 2.5rem #E17A00;
  outline: none !important;
}
.outline-attention-100-48 {
  box-shadow: 0 0 0 3rem #E17A00;
  outline: none !important;
}
.outline-attention-100-56 {
  box-shadow: 0 0 0 3.5rem #E17A00;
  outline: none !important;
}
.outline-attention-100-72 {
  box-shadow: 0 0 0 4.5rem #E17A00;
  outline: none !important;
}
.outline-attention-100-w-rem-full {
  box-shadow: 0 0 0 60rem #E17A00;
  outline: none !important;
}
.outline-attention-100-h-rem-full {
  box-shadow: 0 0 0 33.75rem #E17A00;
  outline: none !important;
}
.outline-attention-200-0 {
  box-shadow: 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-200-1 {
  box-shadow: 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-200-2 {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-200-4 {
  box-shadow: 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-200-6 {
  box-shadow: 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-200-8 {
  box-shadow: 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-200-12 {
  box-shadow: 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-200-16 {
  box-shadow: 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-200-20 {
  box-shadow: 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-200-24 {
  box-shadow: 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-200-32 {
  box-shadow: 0 0 0 2rem #E17A00;
  outline: none !important;
}
.outline-attention-200-40 {
  box-shadow: 0 0 0 2.5rem #E17A00;
  outline: none !important;
}
.outline-attention-200-48 {
  box-shadow: 0 0 0 3rem #E17A00;
  outline: none !important;
}
.outline-attention-200-56 {
  box-shadow: 0 0 0 3.5rem #E17A00;
  outline: none !important;
}
.outline-attention-200-72 {
  box-shadow: 0 0 0 4.5rem #E17A00;
  outline: none !important;
}
.outline-attention-200-w-rem-full {
  box-shadow: 0 0 0 60rem #E17A00;
  outline: none !important;
}
.outline-attention-200-h-rem-full {
  box-shadow: 0 0 0 33.75rem #E17A00;
  outline: none !important;
}
.outline-attention-300-0 {
  box-shadow: 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-300-1 {
  box-shadow: 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-300-2 {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-300-4 {
  box-shadow: 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-300-6 {
  box-shadow: 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-300-8 {
  box-shadow: 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-300-12 {
  box-shadow: 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-300-16 {
  box-shadow: 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-300-20 {
  box-shadow: 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-300-24 {
  box-shadow: 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-300-32 {
  box-shadow: 0 0 0 2rem #E17A00;
  outline: none !important;
}
.outline-attention-300-40 {
  box-shadow: 0 0 0 2.5rem #E17A00;
  outline: none !important;
}
.outline-attention-300-48 {
  box-shadow: 0 0 0 3rem #E17A00;
  outline: none !important;
}
.outline-attention-300-56 {
  box-shadow: 0 0 0 3.5rem #E17A00;
  outline: none !important;
}
.outline-attention-300-72 {
  box-shadow: 0 0 0 4.5rem #E17A00;
  outline: none !important;
}
.outline-attention-300-w-rem-full {
  box-shadow: 0 0 0 60rem #E17A00;
  outline: none !important;
}
.outline-attention-300-h-rem-full {
  box-shadow: 0 0 0 33.75rem #E17A00;
  outline: none !important;
}
.outline-attention-400-0 {
  box-shadow: 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-400-1 {
  box-shadow: 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-400-2 {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-400-4 {
  box-shadow: 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-400-6 {
  box-shadow: 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-400-8 {
  box-shadow: 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-400-12 {
  box-shadow: 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-400-16 {
  box-shadow: 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-400-20 {
  box-shadow: 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-400-24 {
  box-shadow: 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-400-32 {
  box-shadow: 0 0 0 2rem #E17A00;
  outline: none !important;
}
.outline-attention-400-40 {
  box-shadow: 0 0 0 2.5rem #E17A00;
  outline: none !important;
}
.outline-attention-400-48 {
  box-shadow: 0 0 0 3rem #E17A00;
  outline: none !important;
}
.outline-attention-400-56 {
  box-shadow: 0 0 0 3.5rem #E17A00;
  outline: none !important;
}
.outline-attention-400-72 {
  box-shadow: 0 0 0 4.5rem #E17A00;
  outline: none !important;
}
.outline-attention-400-w-rem-full {
  box-shadow: 0 0 0 60rem #E17A00;
  outline: none !important;
}
.outline-attention-400-h-rem-full {
  box-shadow: 0 0 0 33.75rem #E17A00;
  outline: none !important;
}
.outline-attention-500-0 {
  box-shadow: 0 0 0 0 #E93A24;
  outline: none !important;
}
.outline-attention-500-1 {
  box-shadow: 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-500-2 {
  box-shadow: 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-500-4 {
  box-shadow: 0 0 0 0.25rem #E93A24;
  outline: none !important;
}
.outline-attention-500-6 {
  box-shadow: 0 0 0 0.375rem #E93A24;
  outline: none !important;
}
.outline-attention-500-8 {
  box-shadow: 0 0 0 0.5rem #E93A24;
  outline: none !important;
}
.outline-attention-500-12 {
  box-shadow: 0 0 0 0.75rem #E93A24;
  outline: none !important;
}
.outline-attention-500-16 {
  box-shadow: 0 0 0 1rem #E93A24;
  outline: none !important;
}
.outline-attention-500-20 {
  box-shadow: 0 0 0 1.25rem #E93A24;
  outline: none !important;
}
.outline-attention-500-24 {
  box-shadow: 0 0 0 1.5rem #E93A24;
  outline: none !important;
}
.outline-attention-500-32 {
  box-shadow: 0 0 0 2rem #E93A24;
  outline: none !important;
}
.outline-attention-500-40 {
  box-shadow: 0 0 0 2.5rem #E93A24;
  outline: none !important;
}
.outline-attention-500-48 {
  box-shadow: 0 0 0 3rem #E93A24;
  outline: none !important;
}
.outline-attention-500-56 {
  box-shadow: 0 0 0 3.5rem #E93A24;
  outline: none !important;
}
.outline-attention-500-72 {
  box-shadow: 0 0 0 4.5rem #E93A24;
  outline: none !important;
}
.outline-attention-500-w-rem-full {
  box-shadow: 0 0 0 60rem #E93A24;
  outline: none !important;
}
.outline-attention-500-h-rem-full {
  box-shadow: 0 0 0 33.75rem #E93A24;
  outline: none !important;
}
.outline-attention-600-0 {
  box-shadow: 0 0 0 0 #E93A24;
  outline: none !important;
}
.outline-attention-600-1 {
  box-shadow: 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-600-2 {
  box-shadow: 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-600-4 {
  box-shadow: 0 0 0 0.25rem #E93A24;
  outline: none !important;
}
.outline-attention-600-6 {
  box-shadow: 0 0 0 0.375rem #E93A24;
  outline: none !important;
}
.outline-attention-600-8 {
  box-shadow: 0 0 0 0.5rem #E93A24;
  outline: none !important;
}
.outline-attention-600-12 {
  box-shadow: 0 0 0 0.75rem #E93A24;
  outline: none !important;
}
.outline-attention-600-16 {
  box-shadow: 0 0 0 1rem #E93A24;
  outline: none !important;
}
.outline-attention-600-20 {
  box-shadow: 0 0 0 1.25rem #E93A24;
  outline: none !important;
}
.outline-attention-600-24 {
  box-shadow: 0 0 0 1.5rem #E93A24;
  outline: none !important;
}
.outline-attention-600-32 {
  box-shadow: 0 0 0 2rem #E93A24;
  outline: none !important;
}
.outline-attention-600-40 {
  box-shadow: 0 0 0 2.5rem #E93A24;
  outline: none !important;
}
.outline-attention-600-48 {
  box-shadow: 0 0 0 3rem #E93A24;
  outline: none !important;
}
.outline-attention-600-56 {
  box-shadow: 0 0 0 3.5rem #E93A24;
  outline: none !important;
}
.outline-attention-600-72 {
  box-shadow: 0 0 0 4.5rem #E93A24;
  outline: none !important;
}
.outline-attention-600-w-rem-full {
  box-shadow: 0 0 0 60rem #E93A24;
  outline: none !important;
}
.outline-attention-600-h-rem-full {
  box-shadow: 0 0 0 33.75rem #E93A24;
  outline: none !important;
}
.outline-attention-700-0 {
  box-shadow: 0 0 0 0 #E93A24;
  outline: none !important;
}
.outline-attention-700-1 {
  box-shadow: 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-700-2 {
  box-shadow: 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-700-4 {
  box-shadow: 0 0 0 0.25rem #E93A24;
  outline: none !important;
}
.outline-attention-700-6 {
  box-shadow: 0 0 0 0.375rem #E93A24;
  outline: none !important;
}
.outline-attention-700-8 {
  box-shadow: 0 0 0 0.5rem #E93A24;
  outline: none !important;
}
.outline-attention-700-12 {
  box-shadow: 0 0 0 0.75rem #E93A24;
  outline: none !important;
}
.outline-attention-700-16 {
  box-shadow: 0 0 0 1rem #E93A24;
  outline: none !important;
}
.outline-attention-700-20 {
  box-shadow: 0 0 0 1.25rem #E93A24;
  outline: none !important;
}
.outline-attention-700-24 {
  box-shadow: 0 0 0 1.5rem #E93A24;
  outline: none !important;
}
.outline-attention-700-32 {
  box-shadow: 0 0 0 2rem #E93A24;
  outline: none !important;
}
.outline-attention-700-40 {
  box-shadow: 0 0 0 2.5rem #E93A24;
  outline: none !important;
}
.outline-attention-700-48 {
  box-shadow: 0 0 0 3rem #E93A24;
  outline: none !important;
}
.outline-attention-700-56 {
  box-shadow: 0 0 0 3.5rem #E93A24;
  outline: none !important;
}
.outline-attention-700-72 {
  box-shadow: 0 0 0 4.5rem #E93A24;
  outline: none !important;
}
.outline-attention-700-w-rem-full {
  box-shadow: 0 0 0 60rem #E93A24;
  outline: none !important;
}
.outline-attention-700-h-rem-full {
  box-shadow: 0 0 0 33.75rem #E93A24;
  outline: none !important;
}
.outline-attention-800-0 {
  box-shadow: 0 0 0 0 #E93A24;
  outline: none !important;
}
.outline-attention-800-1 {
  box-shadow: 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-800-2 {
  box-shadow: 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-800-4 {
  box-shadow: 0 0 0 0.25rem #E93A24;
  outline: none !important;
}
.outline-attention-800-6 {
  box-shadow: 0 0 0 0.375rem #E93A24;
  outline: none !important;
}
.outline-attention-800-8 {
  box-shadow: 0 0 0 0.5rem #E93A24;
  outline: none !important;
}
.outline-attention-800-12 {
  box-shadow: 0 0 0 0.75rem #E93A24;
  outline: none !important;
}
.outline-attention-800-16 {
  box-shadow: 0 0 0 1rem #E93A24;
  outline: none !important;
}
.outline-attention-800-20 {
  box-shadow: 0 0 0 1.25rem #E93A24;
  outline: none !important;
}
.outline-attention-800-24 {
  box-shadow: 0 0 0 1.5rem #E93A24;
  outline: none !important;
}
.outline-attention-800-32 {
  box-shadow: 0 0 0 2rem #E93A24;
  outline: none !important;
}
.outline-attention-800-40 {
  box-shadow: 0 0 0 2.5rem #E93A24;
  outline: none !important;
}
.outline-attention-800-48 {
  box-shadow: 0 0 0 3rem #E93A24;
  outline: none !important;
}
.outline-attention-800-56 {
  box-shadow: 0 0 0 3.5rem #E93A24;
  outline: none !important;
}
.outline-attention-800-72 {
  box-shadow: 0 0 0 4.5rem #E93A24;
  outline: none !important;
}
.outline-attention-800-w-rem-full {
  box-shadow: 0 0 0 60rem #E93A24;
  outline: none !important;
}
.outline-attention-800-h-rem-full {
  box-shadow: 0 0 0 33.75rem #E93A24;
  outline: none !important;
}
.outline-attention-900-0 {
  box-shadow: 0 0 0 0 #E93A24;
  outline: none !important;
}
.outline-attention-900-1 {
  box-shadow: 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-900-2 {
  box-shadow: 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-900-4 {
  box-shadow: 0 0 0 0.25rem #E93A24;
  outline: none !important;
}
.outline-attention-900-6 {
  box-shadow: 0 0 0 0.375rem #E93A24;
  outline: none !important;
}
.outline-attention-900-8 {
  box-shadow: 0 0 0 0.5rem #E93A24;
  outline: none !important;
}
.outline-attention-900-12 {
  box-shadow: 0 0 0 0.75rem #E93A24;
  outline: none !important;
}
.outline-attention-900-16 {
  box-shadow: 0 0 0 1rem #E93A24;
  outline: none !important;
}
.outline-attention-900-20 {
  box-shadow: 0 0 0 1.25rem #E93A24;
  outline: none !important;
}
.outline-attention-900-24 {
  box-shadow: 0 0 0 1.5rem #E93A24;
  outline: none !important;
}
.outline-attention-900-32 {
  box-shadow: 0 0 0 2rem #E93A24;
  outline: none !important;
}
.outline-attention-900-40 {
  box-shadow: 0 0 0 2.5rem #E93A24;
  outline: none !important;
}
.outline-attention-900-48 {
  box-shadow: 0 0 0 3rem #E93A24;
  outline: none !important;
}
.outline-attention-900-56 {
  box-shadow: 0 0 0 3.5rem #E93A24;
  outline: none !important;
}
.outline-attention-900-72 {
  box-shadow: 0 0 0 4.5rem #E93A24;
  outline: none !important;
}
.outline-attention-900-w-rem-full {
  box-shadow: 0 0 0 60rem #E93A24;
  outline: none !important;
}
.outline-attention-900-h-rem-full {
  box-shadow: 0 0 0 33.75rem #E93A24;
  outline: none !important;
}
.outline-attention-light-0 {
  box-shadow: 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-light-1 {
  box-shadow: 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-light-2 {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-light-4 {
  box-shadow: 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-light-6 {
  box-shadow: 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-light-8 {
  box-shadow: 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-light-12 {
  box-shadow: 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-light-16 {
  box-shadow: 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-light-20 {
  box-shadow: 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-light-24 {
  box-shadow: 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-light-32 {
  box-shadow: 0 0 0 2rem #E17A00;
  outline: none !important;
}
.outline-attention-light-40 {
  box-shadow: 0 0 0 2.5rem #E17A00;
  outline: none !important;
}
.outline-attention-light-48 {
  box-shadow: 0 0 0 3rem #E17A00;
  outline: none !important;
}
.outline-attention-light-56 {
  box-shadow: 0 0 0 3.5rem #E17A00;
  outline: none !important;
}
.outline-attention-light-72 {
  box-shadow: 0 0 0 4.5rem #E17A00;
  outline: none !important;
}
.outline-attention-light-w-rem-full {
  box-shadow: 0 0 0 60rem #E17A00;
  outline: none !important;
}
.outline-attention-light-h-rem-full {
  box-shadow: 0 0 0 33.75rem #E17A00;
  outline: none !important;
}
.outline-attention-dark-0 {
  box-shadow: 0 0 0 0 #8c2316;
  outline: none !important;
}
.outline-attention-dark-1 {
  box-shadow: 0 0 0 0.0625rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-2 {
  box-shadow: 0 0 0 0.125rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-4 {
  box-shadow: 0 0 0 0.25rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-6 {
  box-shadow: 0 0 0 0.375rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-8 {
  box-shadow: 0 0 0 0.5rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-12 {
  box-shadow: 0 0 0 0.75rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-16 {
  box-shadow: 0 0 0 1rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-20 {
  box-shadow: 0 0 0 1.25rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-24 {
  box-shadow: 0 0 0 1.5rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-32 {
  box-shadow: 0 0 0 2rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-40 {
  box-shadow: 0 0 0 2.5rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-48 {
  box-shadow: 0 0 0 3rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-56 {
  box-shadow: 0 0 0 3.5rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-72 {
  box-shadow: 0 0 0 4.5rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-w-rem-full {
  box-shadow: 0 0 0 60rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-h-rem-full {
  box-shadow: 0 0 0 33.75rem #8c2316;
  outline: none !important;
}
.outline-base-0-0-inside {
  box-shadow: inset 0 0 0 0 #E5E5E5;
  outline: none !important;
}
.outline-base-0-0-middle {
  box-shadow: inset 0 0 0 0 #E5E5E5, 0 0 0 0 #E5E5E5;
  outline: none !important;
}
.outline-base-0-0-outside {
  box-shadow: 0 0 0 0 #E5E5E5;
  outline: none !important;
}
.outline-base-0-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #E5E5E5, 0 0 0 0.03125rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-1-outside {
  box-shadow: 0 0 0 0.0625rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-2-inside {
  box-shadow: inset 0 0 0 0.125rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #E5E5E5, 0 0 0 0.0625rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-2-outside {
  box-shadow: 0 0 0 0.125rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-4-inside {
  box-shadow: inset 0 0 0 0.25rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-4-middle {
  box-shadow: inset 0 0 0 0.125rem #E5E5E5, 0 0 0 0.125rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-4-outside {
  box-shadow: 0 0 0 0.25rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-6-inside {
  box-shadow: inset 0 0 0 0.375rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #E5E5E5, 0 0 0 0.1875rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-6-outside {
  box-shadow: 0 0 0 0.375rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-8-inside {
  box-shadow: inset 0 0 0 0.5rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-8-middle {
  box-shadow: inset 0 0 0 0.25rem #E5E5E5, 0 0 0 0.25rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-8-outside {
  box-shadow: 0 0 0 0.5rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-12-inside {
  box-shadow: inset 0 0 0 0.75rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-12-middle {
  box-shadow: inset 0 0 0 0.375rem #E5E5E5, 0 0 0 0.375rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-12-outside {
  box-shadow: 0 0 0 0.75rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-16-inside {
  box-shadow: inset 0 0 0 1rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-16-middle {
  box-shadow: inset 0 0 0 0.5rem #E5E5E5, 0 0 0 0.5rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-16-outside {
  box-shadow: 0 0 0 1rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-20-inside {
  box-shadow: inset 0 0 0 1.25rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-20-middle {
  box-shadow: inset 0 0 0 0.625rem #E5E5E5, 0 0 0 0.625rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-20-outside {
  box-shadow: 0 0 0 1.25rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-24-inside {
  box-shadow: inset 0 0 0 1.5rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-24-middle {
  box-shadow: inset 0 0 0 0.75rem #E5E5E5, 0 0 0 0.75rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-24-outside {
  box-shadow: 0 0 0 1.5rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-32-inside {
  box-shadow: inset 0 0 0 2rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-32-middle {
  box-shadow: inset 0 0 0 1rem #E5E5E5, 0 0 0 1rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-32-outside {
  box-shadow: 0 0 0 2rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-40-inside {
  box-shadow: inset 0 0 0 2.5rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-40-middle {
  box-shadow: inset 0 0 0 1.25rem #E5E5E5, 0 0 0 1.25rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-40-outside {
  box-shadow: 0 0 0 2.5rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-48-inside {
  box-shadow: inset 0 0 0 3rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-48-middle {
  box-shadow: inset 0 0 0 1.5rem #E5E5E5, 0 0 0 1.5rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-48-outside {
  box-shadow: 0 0 0 3rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-56-inside {
  box-shadow: inset 0 0 0 3.5rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-56-middle {
  box-shadow: inset 0 0 0 1.75rem #E5E5E5, 0 0 0 1.75rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-56-outside {
  box-shadow: 0 0 0 3.5rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-72-inside {
  box-shadow: inset 0 0 0 4.5rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-72-middle {
  box-shadow: inset 0 0 0 2.25rem #E5E5E5, 0 0 0 2.25rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-72-outside {
  box-shadow: 0 0 0 4.5rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #E5E5E5, 0 0 0 30rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #E5E5E5, 0 0 0 16.875rem #E5E5E5;
  outline: none !important;
}
.outline-base-0-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #E5E5E5;
  outline: none !important;
}
.outline-base-100-0-inside {
  box-shadow: inset 0 0 0 0 #8C8C8C;
  outline: none !important;
}
.outline-base-100-0-middle {
  box-shadow: inset 0 0 0 0 #8C8C8C, 0 0 0 0 #8C8C8C;
  outline: none !important;
}
.outline-base-100-0-outside {
  box-shadow: 0 0 0 0 #8C8C8C;
  outline: none !important;
}
.outline-base-100-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #8C8C8C, 0 0 0 0.03125rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-1-outside {
  box-shadow: 0 0 0 0.0625rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-2-inside {
  box-shadow: inset 0 0 0 0.125rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #8C8C8C, 0 0 0 0.0625rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-2-outside {
  box-shadow: 0 0 0 0.125rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-4-inside {
  box-shadow: inset 0 0 0 0.25rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-4-middle {
  box-shadow: inset 0 0 0 0.125rem #8C8C8C, 0 0 0 0.125rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-4-outside {
  box-shadow: 0 0 0 0.25rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-6-inside {
  box-shadow: inset 0 0 0 0.375rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #8C8C8C, 0 0 0 0.1875rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-6-outside {
  box-shadow: 0 0 0 0.375rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-8-inside {
  box-shadow: inset 0 0 0 0.5rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-8-middle {
  box-shadow: inset 0 0 0 0.25rem #8C8C8C, 0 0 0 0.25rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-8-outside {
  box-shadow: 0 0 0 0.5rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-12-inside {
  box-shadow: inset 0 0 0 0.75rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-12-middle {
  box-shadow: inset 0 0 0 0.375rem #8C8C8C, 0 0 0 0.375rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-12-outside {
  box-shadow: 0 0 0 0.75rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-16-inside {
  box-shadow: inset 0 0 0 1rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-16-middle {
  box-shadow: inset 0 0 0 0.5rem #8C8C8C, 0 0 0 0.5rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-16-outside {
  box-shadow: 0 0 0 1rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-20-inside {
  box-shadow: inset 0 0 0 1.25rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-20-middle {
  box-shadow: inset 0 0 0 0.625rem #8C8C8C, 0 0 0 0.625rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-20-outside {
  box-shadow: 0 0 0 1.25rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-24-inside {
  box-shadow: inset 0 0 0 1.5rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-24-middle {
  box-shadow: inset 0 0 0 0.75rem #8C8C8C, 0 0 0 0.75rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-24-outside {
  box-shadow: 0 0 0 1.5rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-32-inside {
  box-shadow: inset 0 0 0 2rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-32-middle {
  box-shadow: inset 0 0 0 1rem #8C8C8C, 0 0 0 1rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-32-outside {
  box-shadow: 0 0 0 2rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-40-inside {
  box-shadow: inset 0 0 0 2.5rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-40-middle {
  box-shadow: inset 0 0 0 1.25rem #8C8C8C, 0 0 0 1.25rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-40-outside {
  box-shadow: 0 0 0 2.5rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-48-inside {
  box-shadow: inset 0 0 0 3rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-48-middle {
  box-shadow: inset 0 0 0 1.5rem #8C8C8C, 0 0 0 1.5rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-48-outside {
  box-shadow: 0 0 0 3rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-56-inside {
  box-shadow: inset 0 0 0 3.5rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-56-middle {
  box-shadow: inset 0 0 0 1.75rem #8C8C8C, 0 0 0 1.75rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-56-outside {
  box-shadow: 0 0 0 3.5rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-72-inside {
  box-shadow: inset 0 0 0 4.5rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-72-middle {
  box-shadow: inset 0 0 0 2.25rem #8C8C8C, 0 0 0 2.25rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-72-outside {
  box-shadow: 0 0 0 4.5rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #8C8C8C, 0 0 0 30rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #8C8C8C, 0 0 0 16.875rem #8C8C8C;
  outline: none !important;
}
.outline-base-100-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #8C8C8C;
  outline: none !important;
}
.outline-base-150-0-inside {
  box-shadow: inset 0 0 0 0 #6f6f6f;
  outline: none !important;
}
.outline-base-150-0-middle {
  box-shadow: inset 0 0 0 0 #6f6f6f, 0 0 0 0 #6f6f6f;
  outline: none !important;
}
.outline-base-150-0-outside {
  box-shadow: 0 0 0 0 #6f6f6f;
  outline: none !important;
}
.outline-base-150-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #6f6f6f, 0 0 0 0.03125rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-1-outside {
  box-shadow: 0 0 0 0.0625rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-2-inside {
  box-shadow: inset 0 0 0 0.125rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #6f6f6f, 0 0 0 0.0625rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-2-outside {
  box-shadow: 0 0 0 0.125rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-4-inside {
  box-shadow: inset 0 0 0 0.25rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-4-middle {
  box-shadow: inset 0 0 0 0.125rem #6f6f6f, 0 0 0 0.125rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-4-outside {
  box-shadow: 0 0 0 0.25rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-6-inside {
  box-shadow: inset 0 0 0 0.375rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #6f6f6f, 0 0 0 0.1875rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-6-outside {
  box-shadow: 0 0 0 0.375rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-8-inside {
  box-shadow: inset 0 0 0 0.5rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-8-middle {
  box-shadow: inset 0 0 0 0.25rem #6f6f6f, 0 0 0 0.25rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-8-outside {
  box-shadow: 0 0 0 0.5rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-12-inside {
  box-shadow: inset 0 0 0 0.75rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-12-middle {
  box-shadow: inset 0 0 0 0.375rem #6f6f6f, 0 0 0 0.375rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-12-outside {
  box-shadow: 0 0 0 0.75rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-16-inside {
  box-shadow: inset 0 0 0 1rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-16-middle {
  box-shadow: inset 0 0 0 0.5rem #6f6f6f, 0 0 0 0.5rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-16-outside {
  box-shadow: 0 0 0 1rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-20-inside {
  box-shadow: inset 0 0 0 1.25rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-20-middle {
  box-shadow: inset 0 0 0 0.625rem #6f6f6f, 0 0 0 0.625rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-20-outside {
  box-shadow: 0 0 0 1.25rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-24-inside {
  box-shadow: inset 0 0 0 1.5rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-24-middle {
  box-shadow: inset 0 0 0 0.75rem #6f6f6f, 0 0 0 0.75rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-24-outside {
  box-shadow: 0 0 0 1.5rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-32-inside {
  box-shadow: inset 0 0 0 2rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-32-middle {
  box-shadow: inset 0 0 0 1rem #6f6f6f, 0 0 0 1rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-32-outside {
  box-shadow: 0 0 0 2rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-40-inside {
  box-shadow: inset 0 0 0 2.5rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-40-middle {
  box-shadow: inset 0 0 0 1.25rem #6f6f6f, 0 0 0 1.25rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-40-outside {
  box-shadow: 0 0 0 2.5rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-48-inside {
  box-shadow: inset 0 0 0 3rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-48-middle {
  box-shadow: inset 0 0 0 1.5rem #6f6f6f, 0 0 0 1.5rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-48-outside {
  box-shadow: 0 0 0 3rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-56-inside {
  box-shadow: inset 0 0 0 3.5rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-56-middle {
  box-shadow: inset 0 0 0 1.75rem #6f6f6f, 0 0 0 1.75rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-56-outside {
  box-shadow: 0 0 0 3.5rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-72-inside {
  box-shadow: inset 0 0 0 4.5rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-72-middle {
  box-shadow: inset 0 0 0 2.25rem #6f6f6f, 0 0 0 2.25rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-72-outside {
  box-shadow: 0 0 0 4.5rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #6f6f6f, 0 0 0 30rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #6f6f6f, 0 0 0 16.875rem #6f6f6f;
  outline: none !important;
}
.outline-base-150-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #6f6f6f;
  outline: none !important;
}
.outline-base-200-0-inside {
  box-shadow: inset 0 0 0 0 #454545;
  outline: none !important;
}
.outline-base-200-0-middle {
  box-shadow: inset 0 0 0 0 #454545, 0 0 0 0 #454545;
  outline: none !important;
}
.outline-base-200-0-outside {
  box-shadow: 0 0 0 0 #454545;
  outline: none !important;
}
.outline-base-200-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #454545;
  outline: none !important;
}
.outline-base-200-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #454545, 0 0 0 0.03125rem #454545;
  outline: none !important;
}
.outline-base-200-1-outside {
  box-shadow: 0 0 0 0.0625rem #454545;
  outline: none !important;
}
.outline-base-200-2-inside {
  box-shadow: inset 0 0 0 0.125rem #454545;
  outline: none !important;
}
.outline-base-200-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #454545, 0 0 0 0.0625rem #454545;
  outline: none !important;
}
.outline-base-200-2-outside {
  box-shadow: 0 0 0 0.125rem #454545;
  outline: none !important;
}
.outline-base-200-4-inside {
  box-shadow: inset 0 0 0 0.25rem #454545;
  outline: none !important;
}
.outline-base-200-4-middle {
  box-shadow: inset 0 0 0 0.125rem #454545, 0 0 0 0.125rem #454545;
  outline: none !important;
}
.outline-base-200-4-outside {
  box-shadow: 0 0 0 0.25rem #454545;
  outline: none !important;
}
.outline-base-200-6-inside {
  box-shadow: inset 0 0 0 0.375rem #454545;
  outline: none !important;
}
.outline-base-200-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #454545, 0 0 0 0.1875rem #454545;
  outline: none !important;
}
.outline-base-200-6-outside {
  box-shadow: 0 0 0 0.375rem #454545;
  outline: none !important;
}
.outline-base-200-8-inside {
  box-shadow: inset 0 0 0 0.5rem #454545;
  outline: none !important;
}
.outline-base-200-8-middle {
  box-shadow: inset 0 0 0 0.25rem #454545, 0 0 0 0.25rem #454545;
  outline: none !important;
}
.outline-base-200-8-outside {
  box-shadow: 0 0 0 0.5rem #454545;
  outline: none !important;
}
.outline-base-200-12-inside {
  box-shadow: inset 0 0 0 0.75rem #454545;
  outline: none !important;
}
.outline-base-200-12-middle {
  box-shadow: inset 0 0 0 0.375rem #454545, 0 0 0 0.375rem #454545;
  outline: none !important;
}
.outline-base-200-12-outside {
  box-shadow: 0 0 0 0.75rem #454545;
  outline: none !important;
}
.outline-base-200-16-inside {
  box-shadow: inset 0 0 0 1rem #454545;
  outline: none !important;
}
.outline-base-200-16-middle {
  box-shadow: inset 0 0 0 0.5rem #454545, 0 0 0 0.5rem #454545;
  outline: none !important;
}
.outline-base-200-16-outside {
  box-shadow: 0 0 0 1rem #454545;
  outline: none !important;
}
.outline-base-200-20-inside {
  box-shadow: inset 0 0 0 1.25rem #454545;
  outline: none !important;
}
.outline-base-200-20-middle {
  box-shadow: inset 0 0 0 0.625rem #454545, 0 0 0 0.625rem #454545;
  outline: none !important;
}
.outline-base-200-20-outside {
  box-shadow: 0 0 0 1.25rem #454545;
  outline: none !important;
}
.outline-base-200-24-inside {
  box-shadow: inset 0 0 0 1.5rem #454545;
  outline: none !important;
}
.outline-base-200-24-middle {
  box-shadow: inset 0 0 0 0.75rem #454545, 0 0 0 0.75rem #454545;
  outline: none !important;
}
.outline-base-200-24-outside {
  box-shadow: 0 0 0 1.5rem #454545;
  outline: none !important;
}
.outline-base-200-32-inside {
  box-shadow: inset 0 0 0 2rem #454545;
  outline: none !important;
}
.outline-base-200-32-middle {
  box-shadow: inset 0 0 0 1rem #454545, 0 0 0 1rem #454545;
  outline: none !important;
}
.outline-base-200-32-outside {
  box-shadow: 0 0 0 2rem #454545;
  outline: none !important;
}
.outline-base-200-40-inside {
  box-shadow: inset 0 0 0 2.5rem #454545;
  outline: none !important;
}
.outline-base-200-40-middle {
  box-shadow: inset 0 0 0 1.25rem #454545, 0 0 0 1.25rem #454545;
  outline: none !important;
}
.outline-base-200-40-outside {
  box-shadow: 0 0 0 2.5rem #454545;
  outline: none !important;
}
.outline-base-200-48-inside {
  box-shadow: inset 0 0 0 3rem #454545;
  outline: none !important;
}
.outline-base-200-48-middle {
  box-shadow: inset 0 0 0 1.5rem #454545, 0 0 0 1.5rem #454545;
  outline: none !important;
}
.outline-base-200-48-outside {
  box-shadow: 0 0 0 3rem #454545;
  outline: none !important;
}
.outline-base-200-56-inside {
  box-shadow: inset 0 0 0 3.5rem #454545;
  outline: none !important;
}
.outline-base-200-56-middle {
  box-shadow: inset 0 0 0 1.75rem #454545, 0 0 0 1.75rem #454545;
  outline: none !important;
}
.outline-base-200-56-outside {
  box-shadow: 0 0 0 3.5rem #454545;
  outline: none !important;
}
.outline-base-200-72-inside {
  box-shadow: inset 0 0 0 4.5rem #454545;
  outline: none !important;
}
.outline-base-200-72-middle {
  box-shadow: inset 0 0 0 2.25rem #454545, 0 0 0 2.25rem #454545;
  outline: none !important;
}
.outline-base-200-72-outside {
  box-shadow: 0 0 0 4.5rem #454545;
  outline: none !important;
}
.outline-base-200-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #454545;
  outline: none !important;
}
.outline-base-200-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #454545, 0 0 0 30rem #454545;
  outline: none !important;
}
.outline-base-200-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #454545;
  outline: none !important;
}
.outline-base-200-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #454545;
  outline: none !important;
}
.outline-base-200-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #454545, 0 0 0 16.875rem #454545;
  outline: none !important;
}
.outline-base-200-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #454545;
  outline: none !important;
}
.outline-base-300-0-inside {
  box-shadow: inset 0 0 0 0 #343434;
  outline: none !important;
}
.outline-base-300-0-middle {
  box-shadow: inset 0 0 0 0 #343434, 0 0 0 0 #343434;
  outline: none !important;
}
.outline-base-300-0-outside {
  box-shadow: 0 0 0 0 #343434;
  outline: none !important;
}
.outline-base-300-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #343434;
  outline: none !important;
}
.outline-base-300-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #343434, 0 0 0 0.03125rem #343434;
  outline: none !important;
}
.outline-base-300-1-outside {
  box-shadow: 0 0 0 0.0625rem #343434;
  outline: none !important;
}
.outline-base-300-2-inside {
  box-shadow: inset 0 0 0 0.125rem #343434;
  outline: none !important;
}
.outline-base-300-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #343434, 0 0 0 0.0625rem #343434;
  outline: none !important;
}
.outline-base-300-2-outside {
  box-shadow: 0 0 0 0.125rem #343434;
  outline: none !important;
}
.outline-base-300-4-inside {
  box-shadow: inset 0 0 0 0.25rem #343434;
  outline: none !important;
}
.outline-base-300-4-middle {
  box-shadow: inset 0 0 0 0.125rem #343434, 0 0 0 0.125rem #343434;
  outline: none !important;
}
.outline-base-300-4-outside {
  box-shadow: 0 0 0 0.25rem #343434;
  outline: none !important;
}
.outline-base-300-6-inside {
  box-shadow: inset 0 0 0 0.375rem #343434;
  outline: none !important;
}
.outline-base-300-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #343434, 0 0 0 0.1875rem #343434;
  outline: none !important;
}
.outline-base-300-6-outside {
  box-shadow: 0 0 0 0.375rem #343434;
  outline: none !important;
}
.outline-base-300-8-inside {
  box-shadow: inset 0 0 0 0.5rem #343434;
  outline: none !important;
}
.outline-base-300-8-middle {
  box-shadow: inset 0 0 0 0.25rem #343434, 0 0 0 0.25rem #343434;
  outline: none !important;
}
.outline-base-300-8-outside {
  box-shadow: 0 0 0 0.5rem #343434;
  outline: none !important;
}
.outline-base-300-12-inside {
  box-shadow: inset 0 0 0 0.75rem #343434;
  outline: none !important;
}
.outline-base-300-12-middle {
  box-shadow: inset 0 0 0 0.375rem #343434, 0 0 0 0.375rem #343434;
  outline: none !important;
}
.outline-base-300-12-outside {
  box-shadow: 0 0 0 0.75rem #343434;
  outline: none !important;
}
.outline-base-300-16-inside {
  box-shadow: inset 0 0 0 1rem #343434;
  outline: none !important;
}
.outline-base-300-16-middle {
  box-shadow: inset 0 0 0 0.5rem #343434, 0 0 0 0.5rem #343434;
  outline: none !important;
}
.outline-base-300-16-outside {
  box-shadow: 0 0 0 1rem #343434;
  outline: none !important;
}
.outline-base-300-20-inside {
  box-shadow: inset 0 0 0 1.25rem #343434;
  outline: none !important;
}
.outline-base-300-20-middle {
  box-shadow: inset 0 0 0 0.625rem #343434, 0 0 0 0.625rem #343434;
  outline: none !important;
}
.outline-base-300-20-outside {
  box-shadow: 0 0 0 1.25rem #343434;
  outline: none !important;
}
.outline-base-300-24-inside {
  box-shadow: inset 0 0 0 1.5rem #343434;
  outline: none !important;
}
.outline-base-300-24-middle {
  box-shadow: inset 0 0 0 0.75rem #343434, 0 0 0 0.75rem #343434;
  outline: none !important;
}
.outline-base-300-24-outside {
  box-shadow: 0 0 0 1.5rem #343434;
  outline: none !important;
}
.outline-base-300-32-inside {
  box-shadow: inset 0 0 0 2rem #343434;
  outline: none !important;
}
.outline-base-300-32-middle {
  box-shadow: inset 0 0 0 1rem #343434, 0 0 0 1rem #343434;
  outline: none !important;
}
.outline-base-300-32-outside {
  box-shadow: 0 0 0 2rem #343434;
  outline: none !important;
}
.outline-base-300-40-inside {
  box-shadow: inset 0 0 0 2.5rem #343434;
  outline: none !important;
}
.outline-base-300-40-middle {
  box-shadow: inset 0 0 0 1.25rem #343434, 0 0 0 1.25rem #343434;
  outline: none !important;
}
.outline-base-300-40-outside {
  box-shadow: 0 0 0 2.5rem #343434;
  outline: none !important;
}
.outline-base-300-48-inside {
  box-shadow: inset 0 0 0 3rem #343434;
  outline: none !important;
}
.outline-base-300-48-middle {
  box-shadow: inset 0 0 0 1.5rem #343434, 0 0 0 1.5rem #343434;
  outline: none !important;
}
.outline-base-300-48-outside {
  box-shadow: 0 0 0 3rem #343434;
  outline: none !important;
}
.outline-base-300-56-inside {
  box-shadow: inset 0 0 0 3.5rem #343434;
  outline: none !important;
}
.outline-base-300-56-middle {
  box-shadow: inset 0 0 0 1.75rem #343434, 0 0 0 1.75rem #343434;
  outline: none !important;
}
.outline-base-300-56-outside {
  box-shadow: 0 0 0 3.5rem #343434;
  outline: none !important;
}
.outline-base-300-72-inside {
  box-shadow: inset 0 0 0 4.5rem #343434;
  outline: none !important;
}
.outline-base-300-72-middle {
  box-shadow: inset 0 0 0 2.25rem #343434, 0 0 0 2.25rem #343434;
  outline: none !important;
}
.outline-base-300-72-outside {
  box-shadow: 0 0 0 4.5rem #343434;
  outline: none !important;
}
.outline-base-300-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #343434;
  outline: none !important;
}
.outline-base-300-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #343434, 0 0 0 30rem #343434;
  outline: none !important;
}
.outline-base-300-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #343434;
  outline: none !important;
}
.outline-base-300-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #343434;
  outline: none !important;
}
.outline-base-300-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #343434, 0 0 0 16.875rem #343434;
  outline: none !important;
}
.outline-base-300-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #343434;
  outline: none !important;
}
.outline-base-400-0-inside {
  box-shadow: inset 0 0 0 0 #2B2B2B;
  outline: none !important;
}
.outline-base-400-0-middle {
  box-shadow: inset 0 0 0 0 #2B2B2B, 0 0 0 0 #2B2B2B;
  outline: none !important;
}
.outline-base-400-0-outside {
  box-shadow: 0 0 0 0 #2B2B2B;
  outline: none !important;
}
.outline-base-400-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #2B2B2B, 0 0 0 0.03125rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-1-outside {
  box-shadow: 0 0 0 0.0625rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-2-inside {
  box-shadow: inset 0 0 0 0.125rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #2B2B2B, 0 0 0 0.0625rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-2-outside {
  box-shadow: 0 0 0 0.125rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-4-inside {
  box-shadow: inset 0 0 0 0.25rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-4-middle {
  box-shadow: inset 0 0 0 0.125rem #2B2B2B, 0 0 0 0.125rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-4-outside {
  box-shadow: 0 0 0 0.25rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-6-inside {
  box-shadow: inset 0 0 0 0.375rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #2B2B2B, 0 0 0 0.1875rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-6-outside {
  box-shadow: 0 0 0 0.375rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-8-inside {
  box-shadow: inset 0 0 0 0.5rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-8-middle {
  box-shadow: inset 0 0 0 0.25rem #2B2B2B, 0 0 0 0.25rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-8-outside {
  box-shadow: 0 0 0 0.5rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-12-inside {
  box-shadow: inset 0 0 0 0.75rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-12-middle {
  box-shadow: inset 0 0 0 0.375rem #2B2B2B, 0 0 0 0.375rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-12-outside {
  box-shadow: 0 0 0 0.75rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-16-inside {
  box-shadow: inset 0 0 0 1rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-16-middle {
  box-shadow: inset 0 0 0 0.5rem #2B2B2B, 0 0 0 0.5rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-16-outside {
  box-shadow: 0 0 0 1rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-20-inside {
  box-shadow: inset 0 0 0 1.25rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-20-middle {
  box-shadow: inset 0 0 0 0.625rem #2B2B2B, 0 0 0 0.625rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-20-outside {
  box-shadow: 0 0 0 1.25rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-24-inside {
  box-shadow: inset 0 0 0 1.5rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-24-middle {
  box-shadow: inset 0 0 0 0.75rem #2B2B2B, 0 0 0 0.75rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-24-outside {
  box-shadow: 0 0 0 1.5rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-32-inside {
  box-shadow: inset 0 0 0 2rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-32-middle {
  box-shadow: inset 0 0 0 1rem #2B2B2B, 0 0 0 1rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-32-outside {
  box-shadow: 0 0 0 2rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-40-inside {
  box-shadow: inset 0 0 0 2.5rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-40-middle {
  box-shadow: inset 0 0 0 1.25rem #2B2B2B, 0 0 0 1.25rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-40-outside {
  box-shadow: 0 0 0 2.5rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-48-inside {
  box-shadow: inset 0 0 0 3rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-48-middle {
  box-shadow: inset 0 0 0 1.5rem #2B2B2B, 0 0 0 1.5rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-48-outside {
  box-shadow: 0 0 0 3rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-56-inside {
  box-shadow: inset 0 0 0 3.5rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-56-middle {
  box-shadow: inset 0 0 0 1.75rem #2B2B2B, 0 0 0 1.75rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-56-outside {
  box-shadow: 0 0 0 3.5rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-72-inside {
  box-shadow: inset 0 0 0 4.5rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-72-middle {
  box-shadow: inset 0 0 0 2.25rem #2B2B2B, 0 0 0 2.25rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-72-outside {
  box-shadow: 0 0 0 4.5rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #2B2B2B, 0 0 0 30rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #2B2B2B, 0 0 0 16.875rem #2B2B2B;
  outline: none !important;
}
.outline-base-400-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #2B2B2B;
  outline: none !important;
}
.outline-base-500-0-inside {
  box-shadow: inset 0 0 0 0 #232323;
  outline: none !important;
}
.outline-base-500-0-middle {
  box-shadow: inset 0 0 0 0 #232323, 0 0 0 0 #232323;
  outline: none !important;
}
.outline-base-500-0-outside {
  box-shadow: 0 0 0 0 #232323;
  outline: none !important;
}
.outline-base-500-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #232323;
  outline: none !important;
}
.outline-base-500-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #232323, 0 0 0 0.03125rem #232323;
  outline: none !important;
}
.outline-base-500-1-outside {
  box-shadow: 0 0 0 0.0625rem #232323;
  outline: none !important;
}
.outline-base-500-2-inside {
  box-shadow: inset 0 0 0 0.125rem #232323;
  outline: none !important;
}
.outline-base-500-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #232323, 0 0 0 0.0625rem #232323;
  outline: none !important;
}
.outline-base-500-2-outside {
  box-shadow: 0 0 0 0.125rem #232323;
  outline: none !important;
}
.outline-base-500-4-inside {
  box-shadow: inset 0 0 0 0.25rem #232323;
  outline: none !important;
}
.outline-base-500-4-middle {
  box-shadow: inset 0 0 0 0.125rem #232323, 0 0 0 0.125rem #232323;
  outline: none !important;
}
.outline-base-500-4-outside {
  box-shadow: 0 0 0 0.25rem #232323;
  outline: none !important;
}
.outline-base-500-6-inside {
  box-shadow: inset 0 0 0 0.375rem #232323;
  outline: none !important;
}
.outline-base-500-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #232323, 0 0 0 0.1875rem #232323;
  outline: none !important;
}
.outline-base-500-6-outside {
  box-shadow: 0 0 0 0.375rem #232323;
  outline: none !important;
}
.outline-base-500-8-inside {
  box-shadow: inset 0 0 0 0.5rem #232323;
  outline: none !important;
}
.outline-base-500-8-middle {
  box-shadow: inset 0 0 0 0.25rem #232323, 0 0 0 0.25rem #232323;
  outline: none !important;
}
.outline-base-500-8-outside {
  box-shadow: 0 0 0 0.5rem #232323;
  outline: none !important;
}
.outline-base-500-12-inside {
  box-shadow: inset 0 0 0 0.75rem #232323;
  outline: none !important;
}
.outline-base-500-12-middle {
  box-shadow: inset 0 0 0 0.375rem #232323, 0 0 0 0.375rem #232323;
  outline: none !important;
}
.outline-base-500-12-outside {
  box-shadow: 0 0 0 0.75rem #232323;
  outline: none !important;
}
.outline-base-500-16-inside {
  box-shadow: inset 0 0 0 1rem #232323;
  outline: none !important;
}
.outline-base-500-16-middle {
  box-shadow: inset 0 0 0 0.5rem #232323, 0 0 0 0.5rem #232323;
  outline: none !important;
}
.outline-base-500-16-outside {
  box-shadow: 0 0 0 1rem #232323;
  outline: none !important;
}
.outline-base-500-20-inside {
  box-shadow: inset 0 0 0 1.25rem #232323;
  outline: none !important;
}
.outline-base-500-20-middle {
  box-shadow: inset 0 0 0 0.625rem #232323, 0 0 0 0.625rem #232323;
  outline: none !important;
}
.outline-base-500-20-outside {
  box-shadow: 0 0 0 1.25rem #232323;
  outline: none !important;
}
.outline-base-500-24-inside {
  box-shadow: inset 0 0 0 1.5rem #232323;
  outline: none !important;
}
.outline-base-500-24-middle {
  box-shadow: inset 0 0 0 0.75rem #232323, 0 0 0 0.75rem #232323;
  outline: none !important;
}
.outline-base-500-24-outside {
  box-shadow: 0 0 0 1.5rem #232323;
  outline: none !important;
}
.outline-base-500-32-inside {
  box-shadow: inset 0 0 0 2rem #232323;
  outline: none !important;
}
.outline-base-500-32-middle {
  box-shadow: inset 0 0 0 1rem #232323, 0 0 0 1rem #232323;
  outline: none !important;
}
.outline-base-500-32-outside {
  box-shadow: 0 0 0 2rem #232323;
  outline: none !important;
}
.outline-base-500-40-inside {
  box-shadow: inset 0 0 0 2.5rem #232323;
  outline: none !important;
}
.outline-base-500-40-middle {
  box-shadow: inset 0 0 0 1.25rem #232323, 0 0 0 1.25rem #232323;
  outline: none !important;
}
.outline-base-500-40-outside {
  box-shadow: 0 0 0 2.5rem #232323;
  outline: none !important;
}
.outline-base-500-48-inside {
  box-shadow: inset 0 0 0 3rem #232323;
  outline: none !important;
}
.outline-base-500-48-middle {
  box-shadow: inset 0 0 0 1.5rem #232323, 0 0 0 1.5rem #232323;
  outline: none !important;
}
.outline-base-500-48-outside {
  box-shadow: 0 0 0 3rem #232323;
  outline: none !important;
}
.outline-base-500-56-inside {
  box-shadow: inset 0 0 0 3.5rem #232323;
  outline: none !important;
}
.outline-base-500-56-middle {
  box-shadow: inset 0 0 0 1.75rem #232323, 0 0 0 1.75rem #232323;
  outline: none !important;
}
.outline-base-500-56-outside {
  box-shadow: 0 0 0 3.5rem #232323;
  outline: none !important;
}
.outline-base-500-72-inside {
  box-shadow: inset 0 0 0 4.5rem #232323;
  outline: none !important;
}
.outline-base-500-72-middle {
  box-shadow: inset 0 0 0 2.25rem #232323, 0 0 0 2.25rem #232323;
  outline: none !important;
}
.outline-base-500-72-outside {
  box-shadow: 0 0 0 4.5rem #232323;
  outline: none !important;
}
.outline-base-500-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #232323;
  outline: none !important;
}
.outline-base-500-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #232323, 0 0 0 30rem #232323;
  outline: none !important;
}
.outline-base-500-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #232323;
  outline: none !important;
}
.outline-base-500-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #232323;
  outline: none !important;
}
.outline-base-500-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #232323, 0 0 0 16.875rem #232323;
  outline: none !important;
}
.outline-base-500-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #232323;
  outline: none !important;
}
.outline-base-600-0-inside {
  box-shadow: inset 0 0 0 0 #232323;
  outline: none !important;
}
.outline-base-600-0-middle {
  box-shadow: inset 0 0 0 0 #232323, 0 0 0 0 #232323;
  outline: none !important;
}
.outline-base-600-0-outside {
  box-shadow: 0 0 0 0 #232323;
  outline: none !important;
}
.outline-base-600-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #232323;
  outline: none !important;
}
.outline-base-600-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #232323, 0 0 0 0.03125rem #232323;
  outline: none !important;
}
.outline-base-600-1-outside {
  box-shadow: 0 0 0 0.0625rem #232323;
  outline: none !important;
}
.outline-base-600-2-inside {
  box-shadow: inset 0 0 0 0.125rem #232323;
  outline: none !important;
}
.outline-base-600-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #232323, 0 0 0 0.0625rem #232323;
  outline: none !important;
}
.outline-base-600-2-outside {
  box-shadow: 0 0 0 0.125rem #232323;
  outline: none !important;
}
.outline-base-600-4-inside {
  box-shadow: inset 0 0 0 0.25rem #232323;
  outline: none !important;
}
.outline-base-600-4-middle {
  box-shadow: inset 0 0 0 0.125rem #232323, 0 0 0 0.125rem #232323;
  outline: none !important;
}
.outline-base-600-4-outside {
  box-shadow: 0 0 0 0.25rem #232323;
  outline: none !important;
}
.outline-base-600-6-inside {
  box-shadow: inset 0 0 0 0.375rem #232323;
  outline: none !important;
}
.outline-base-600-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #232323, 0 0 0 0.1875rem #232323;
  outline: none !important;
}
.outline-base-600-6-outside {
  box-shadow: 0 0 0 0.375rem #232323;
  outline: none !important;
}
.outline-base-600-8-inside {
  box-shadow: inset 0 0 0 0.5rem #232323;
  outline: none !important;
}
.outline-base-600-8-middle {
  box-shadow: inset 0 0 0 0.25rem #232323, 0 0 0 0.25rem #232323;
  outline: none !important;
}
.outline-base-600-8-outside {
  box-shadow: 0 0 0 0.5rem #232323;
  outline: none !important;
}
.outline-base-600-12-inside {
  box-shadow: inset 0 0 0 0.75rem #232323;
  outline: none !important;
}
.outline-base-600-12-middle {
  box-shadow: inset 0 0 0 0.375rem #232323, 0 0 0 0.375rem #232323;
  outline: none !important;
}
.outline-base-600-12-outside {
  box-shadow: 0 0 0 0.75rem #232323;
  outline: none !important;
}
.outline-base-600-16-inside {
  box-shadow: inset 0 0 0 1rem #232323;
  outline: none !important;
}
.outline-base-600-16-middle {
  box-shadow: inset 0 0 0 0.5rem #232323, 0 0 0 0.5rem #232323;
  outline: none !important;
}
.outline-base-600-16-outside {
  box-shadow: 0 0 0 1rem #232323;
  outline: none !important;
}
.outline-base-600-20-inside {
  box-shadow: inset 0 0 0 1.25rem #232323;
  outline: none !important;
}
.outline-base-600-20-middle {
  box-shadow: inset 0 0 0 0.625rem #232323, 0 0 0 0.625rem #232323;
  outline: none !important;
}
.outline-base-600-20-outside {
  box-shadow: 0 0 0 1.25rem #232323;
  outline: none !important;
}
.outline-base-600-24-inside {
  box-shadow: inset 0 0 0 1.5rem #232323;
  outline: none !important;
}
.outline-base-600-24-middle {
  box-shadow: inset 0 0 0 0.75rem #232323, 0 0 0 0.75rem #232323;
  outline: none !important;
}
.outline-base-600-24-outside {
  box-shadow: 0 0 0 1.5rem #232323;
  outline: none !important;
}
.outline-base-600-32-inside {
  box-shadow: inset 0 0 0 2rem #232323;
  outline: none !important;
}
.outline-base-600-32-middle {
  box-shadow: inset 0 0 0 1rem #232323, 0 0 0 1rem #232323;
  outline: none !important;
}
.outline-base-600-32-outside {
  box-shadow: 0 0 0 2rem #232323;
  outline: none !important;
}
.outline-base-600-40-inside {
  box-shadow: inset 0 0 0 2.5rem #232323;
  outline: none !important;
}
.outline-base-600-40-middle {
  box-shadow: inset 0 0 0 1.25rem #232323, 0 0 0 1.25rem #232323;
  outline: none !important;
}
.outline-base-600-40-outside {
  box-shadow: 0 0 0 2.5rem #232323;
  outline: none !important;
}
.outline-base-600-48-inside {
  box-shadow: inset 0 0 0 3rem #232323;
  outline: none !important;
}
.outline-base-600-48-middle {
  box-shadow: inset 0 0 0 1.5rem #232323, 0 0 0 1.5rem #232323;
  outline: none !important;
}
.outline-base-600-48-outside {
  box-shadow: 0 0 0 3rem #232323;
  outline: none !important;
}
.outline-base-600-56-inside {
  box-shadow: inset 0 0 0 3.5rem #232323;
  outline: none !important;
}
.outline-base-600-56-middle {
  box-shadow: inset 0 0 0 1.75rem #232323, 0 0 0 1.75rem #232323;
  outline: none !important;
}
.outline-base-600-56-outside {
  box-shadow: 0 0 0 3.5rem #232323;
  outline: none !important;
}
.outline-base-600-72-inside {
  box-shadow: inset 0 0 0 4.5rem #232323;
  outline: none !important;
}
.outline-base-600-72-middle {
  box-shadow: inset 0 0 0 2.25rem #232323, 0 0 0 2.25rem #232323;
  outline: none !important;
}
.outline-base-600-72-outside {
  box-shadow: 0 0 0 4.5rem #232323;
  outline: none !important;
}
.outline-base-600-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #232323;
  outline: none !important;
}
.outline-base-600-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #232323, 0 0 0 30rem #232323;
  outline: none !important;
}
.outline-base-600-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #232323;
  outline: none !important;
}
.outline-base-600-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #232323;
  outline: none !important;
}
.outline-base-600-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #232323, 0 0 0 16.875rem #232323;
  outline: none !important;
}
.outline-base-600-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #232323;
  outline: none !important;
}
.outline-base-700-0-inside {
  box-shadow: inset 0 0 0 0 #181818;
  outline: none !important;
}
.outline-base-700-0-middle {
  box-shadow: inset 0 0 0 0 #181818, 0 0 0 0 #181818;
  outline: none !important;
}
.outline-base-700-0-outside {
  box-shadow: 0 0 0 0 #181818;
  outline: none !important;
}
.outline-base-700-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #181818;
  outline: none !important;
}
.outline-base-700-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #181818, 0 0 0 0.03125rem #181818;
  outline: none !important;
}
.outline-base-700-1-outside {
  box-shadow: 0 0 0 0.0625rem #181818;
  outline: none !important;
}
.outline-base-700-2-inside {
  box-shadow: inset 0 0 0 0.125rem #181818;
  outline: none !important;
}
.outline-base-700-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #181818, 0 0 0 0.0625rem #181818;
  outline: none !important;
}
.outline-base-700-2-outside {
  box-shadow: 0 0 0 0.125rem #181818;
  outline: none !important;
}
.outline-base-700-4-inside {
  box-shadow: inset 0 0 0 0.25rem #181818;
  outline: none !important;
}
.outline-base-700-4-middle {
  box-shadow: inset 0 0 0 0.125rem #181818, 0 0 0 0.125rem #181818;
  outline: none !important;
}
.outline-base-700-4-outside {
  box-shadow: 0 0 0 0.25rem #181818;
  outline: none !important;
}
.outline-base-700-6-inside {
  box-shadow: inset 0 0 0 0.375rem #181818;
  outline: none !important;
}
.outline-base-700-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #181818, 0 0 0 0.1875rem #181818;
  outline: none !important;
}
.outline-base-700-6-outside {
  box-shadow: 0 0 0 0.375rem #181818;
  outline: none !important;
}
.outline-base-700-8-inside {
  box-shadow: inset 0 0 0 0.5rem #181818;
  outline: none !important;
}
.outline-base-700-8-middle {
  box-shadow: inset 0 0 0 0.25rem #181818, 0 0 0 0.25rem #181818;
  outline: none !important;
}
.outline-base-700-8-outside {
  box-shadow: 0 0 0 0.5rem #181818;
  outline: none !important;
}
.outline-base-700-12-inside {
  box-shadow: inset 0 0 0 0.75rem #181818;
  outline: none !important;
}
.outline-base-700-12-middle {
  box-shadow: inset 0 0 0 0.375rem #181818, 0 0 0 0.375rem #181818;
  outline: none !important;
}
.outline-base-700-12-outside {
  box-shadow: 0 0 0 0.75rem #181818;
  outline: none !important;
}
.outline-base-700-16-inside {
  box-shadow: inset 0 0 0 1rem #181818;
  outline: none !important;
}
.outline-base-700-16-middle {
  box-shadow: inset 0 0 0 0.5rem #181818, 0 0 0 0.5rem #181818;
  outline: none !important;
}
.outline-base-700-16-outside {
  box-shadow: 0 0 0 1rem #181818;
  outline: none !important;
}
.outline-base-700-20-inside {
  box-shadow: inset 0 0 0 1.25rem #181818;
  outline: none !important;
}
.outline-base-700-20-middle {
  box-shadow: inset 0 0 0 0.625rem #181818, 0 0 0 0.625rem #181818;
  outline: none !important;
}
.outline-base-700-20-outside {
  box-shadow: 0 0 0 1.25rem #181818;
  outline: none !important;
}
.outline-base-700-24-inside {
  box-shadow: inset 0 0 0 1.5rem #181818;
  outline: none !important;
}
.outline-base-700-24-middle {
  box-shadow: inset 0 0 0 0.75rem #181818, 0 0 0 0.75rem #181818;
  outline: none !important;
}
.outline-base-700-24-outside {
  box-shadow: 0 0 0 1.5rem #181818;
  outline: none !important;
}
.outline-base-700-32-inside {
  box-shadow: inset 0 0 0 2rem #181818;
  outline: none !important;
}
.outline-base-700-32-middle {
  box-shadow: inset 0 0 0 1rem #181818, 0 0 0 1rem #181818;
  outline: none !important;
}
.outline-base-700-32-outside {
  box-shadow: 0 0 0 2rem #181818;
  outline: none !important;
}
.outline-base-700-40-inside {
  box-shadow: inset 0 0 0 2.5rem #181818;
  outline: none !important;
}
.outline-base-700-40-middle {
  box-shadow: inset 0 0 0 1.25rem #181818, 0 0 0 1.25rem #181818;
  outline: none !important;
}
.outline-base-700-40-outside {
  box-shadow: 0 0 0 2.5rem #181818;
  outline: none !important;
}
.outline-base-700-48-inside {
  box-shadow: inset 0 0 0 3rem #181818;
  outline: none !important;
}
.outline-base-700-48-middle {
  box-shadow: inset 0 0 0 1.5rem #181818, 0 0 0 1.5rem #181818;
  outline: none !important;
}
.outline-base-700-48-outside {
  box-shadow: 0 0 0 3rem #181818;
  outline: none !important;
}
.outline-base-700-56-inside {
  box-shadow: inset 0 0 0 3.5rem #181818;
  outline: none !important;
}
.outline-base-700-56-middle {
  box-shadow: inset 0 0 0 1.75rem #181818, 0 0 0 1.75rem #181818;
  outline: none !important;
}
.outline-base-700-56-outside {
  box-shadow: 0 0 0 3.5rem #181818;
  outline: none !important;
}
.outline-base-700-72-inside {
  box-shadow: inset 0 0 0 4.5rem #181818;
  outline: none !important;
}
.outline-base-700-72-middle {
  box-shadow: inset 0 0 0 2.25rem #181818, 0 0 0 2.25rem #181818;
  outline: none !important;
}
.outline-base-700-72-outside {
  box-shadow: 0 0 0 4.5rem #181818;
  outline: none !important;
}
.outline-base-700-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #181818;
  outline: none !important;
}
.outline-base-700-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #181818, 0 0 0 30rem #181818;
  outline: none !important;
}
.outline-base-700-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #181818;
  outline: none !important;
}
.outline-base-700-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #181818;
  outline: none !important;
}
.outline-base-700-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #181818, 0 0 0 16.875rem #181818;
  outline: none !important;
}
.outline-base-700-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #181818;
  outline: none !important;
}
.outline-base-800-0-inside {
  box-shadow: inset 0 0 0 0 #1E1E1E;
  outline: none !important;
}
.outline-base-800-0-middle {
  box-shadow: inset 0 0 0 0 #1E1E1E, 0 0 0 0 #1E1E1E;
  outline: none !important;
}
.outline-base-800-0-outside {
  box-shadow: 0 0 0 0 #1E1E1E;
  outline: none !important;
}
.outline-base-800-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #1E1E1E, 0 0 0 0.03125rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-1-outside {
  box-shadow: 0 0 0 0.0625rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-2-inside {
  box-shadow: inset 0 0 0 0.125rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #1E1E1E, 0 0 0 0.0625rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-2-outside {
  box-shadow: 0 0 0 0.125rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-4-inside {
  box-shadow: inset 0 0 0 0.25rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-4-middle {
  box-shadow: inset 0 0 0 0.125rem #1E1E1E, 0 0 0 0.125rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-4-outside {
  box-shadow: 0 0 0 0.25rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-6-inside {
  box-shadow: inset 0 0 0 0.375rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #1E1E1E, 0 0 0 0.1875rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-6-outside {
  box-shadow: 0 0 0 0.375rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-8-inside {
  box-shadow: inset 0 0 0 0.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-8-middle {
  box-shadow: inset 0 0 0 0.25rem #1E1E1E, 0 0 0 0.25rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-8-outside {
  box-shadow: 0 0 0 0.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-12-inside {
  box-shadow: inset 0 0 0 0.75rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-12-middle {
  box-shadow: inset 0 0 0 0.375rem #1E1E1E, 0 0 0 0.375rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-12-outside {
  box-shadow: 0 0 0 0.75rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-16-inside {
  box-shadow: inset 0 0 0 1rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-16-middle {
  box-shadow: inset 0 0 0 0.5rem #1E1E1E, 0 0 0 0.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-16-outside {
  box-shadow: 0 0 0 1rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-20-inside {
  box-shadow: inset 0 0 0 1.25rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-20-middle {
  box-shadow: inset 0 0 0 0.625rem #1E1E1E, 0 0 0 0.625rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-20-outside {
  box-shadow: 0 0 0 1.25rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-24-inside {
  box-shadow: inset 0 0 0 1.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-24-middle {
  box-shadow: inset 0 0 0 0.75rem #1E1E1E, 0 0 0 0.75rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-24-outside {
  box-shadow: 0 0 0 1.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-32-inside {
  box-shadow: inset 0 0 0 2rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-32-middle {
  box-shadow: inset 0 0 0 1rem #1E1E1E, 0 0 0 1rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-32-outside {
  box-shadow: 0 0 0 2rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-40-inside {
  box-shadow: inset 0 0 0 2.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-40-middle {
  box-shadow: inset 0 0 0 1.25rem #1E1E1E, 0 0 0 1.25rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-40-outside {
  box-shadow: 0 0 0 2.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-48-inside {
  box-shadow: inset 0 0 0 3rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-48-middle {
  box-shadow: inset 0 0 0 1.5rem #1E1E1E, 0 0 0 1.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-48-outside {
  box-shadow: 0 0 0 3rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-56-inside {
  box-shadow: inset 0 0 0 3.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-56-middle {
  box-shadow: inset 0 0 0 1.75rem #1E1E1E, 0 0 0 1.75rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-56-outside {
  box-shadow: 0 0 0 3.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-72-inside {
  box-shadow: inset 0 0 0 4.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-72-middle {
  box-shadow: inset 0 0 0 2.25rem #1E1E1E, 0 0 0 2.25rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-72-outside {
  box-shadow: 0 0 0 4.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #1E1E1E, 0 0 0 30rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #1E1E1E, 0 0 0 16.875rem #1E1E1E;
  outline: none !important;
}
.outline-base-800-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #1E1E1E;
  outline: none !important;
}
.outline-base-900-0-inside {
  box-shadow: inset 0 0 0 0 #000000;
  outline: none !important;
}
.outline-base-900-0-middle {
  box-shadow: inset 0 0 0 0 #000000, 0 0 0 0 #000000;
  outline: none !important;
}
.outline-base-900-0-outside {
  box-shadow: 0 0 0 0 #000000;
  outline: none !important;
}
.outline-base-900-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #000000;
  outline: none !important;
}
.outline-base-900-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #000000, 0 0 0 0.03125rem #000000;
  outline: none !important;
}
.outline-base-900-1-outside {
  box-shadow: 0 0 0 0.0625rem #000000;
  outline: none !important;
}
.outline-base-900-2-inside {
  box-shadow: inset 0 0 0 0.125rem #000000;
  outline: none !important;
}
.outline-base-900-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #000000, 0 0 0 0.0625rem #000000;
  outline: none !important;
}
.outline-base-900-2-outside {
  box-shadow: 0 0 0 0.125rem #000000;
  outline: none !important;
}
.outline-base-900-4-inside {
  box-shadow: inset 0 0 0 0.25rem #000000;
  outline: none !important;
}
.outline-base-900-4-middle {
  box-shadow: inset 0 0 0 0.125rem #000000, 0 0 0 0.125rem #000000;
  outline: none !important;
}
.outline-base-900-4-outside {
  box-shadow: 0 0 0 0.25rem #000000;
  outline: none !important;
}
.outline-base-900-6-inside {
  box-shadow: inset 0 0 0 0.375rem #000000;
  outline: none !important;
}
.outline-base-900-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #000000, 0 0 0 0.1875rem #000000;
  outline: none !important;
}
.outline-base-900-6-outside {
  box-shadow: 0 0 0 0.375rem #000000;
  outline: none !important;
}
.outline-base-900-8-inside {
  box-shadow: inset 0 0 0 0.5rem #000000;
  outline: none !important;
}
.outline-base-900-8-middle {
  box-shadow: inset 0 0 0 0.25rem #000000, 0 0 0 0.25rem #000000;
  outline: none !important;
}
.outline-base-900-8-outside {
  box-shadow: 0 0 0 0.5rem #000000;
  outline: none !important;
}
.outline-base-900-12-inside {
  box-shadow: inset 0 0 0 0.75rem #000000;
  outline: none !important;
}
.outline-base-900-12-middle {
  box-shadow: inset 0 0 0 0.375rem #000000, 0 0 0 0.375rem #000000;
  outline: none !important;
}
.outline-base-900-12-outside {
  box-shadow: 0 0 0 0.75rem #000000;
  outline: none !important;
}
.outline-base-900-16-inside {
  box-shadow: inset 0 0 0 1rem #000000;
  outline: none !important;
}
.outline-base-900-16-middle {
  box-shadow: inset 0 0 0 0.5rem #000000, 0 0 0 0.5rem #000000;
  outline: none !important;
}
.outline-base-900-16-outside {
  box-shadow: 0 0 0 1rem #000000;
  outline: none !important;
}
.outline-base-900-20-inside {
  box-shadow: inset 0 0 0 1.25rem #000000;
  outline: none !important;
}
.outline-base-900-20-middle {
  box-shadow: inset 0 0 0 0.625rem #000000, 0 0 0 0.625rem #000000;
  outline: none !important;
}
.outline-base-900-20-outside {
  box-shadow: 0 0 0 1.25rem #000000;
  outline: none !important;
}
.outline-base-900-24-inside {
  box-shadow: inset 0 0 0 1.5rem #000000;
  outline: none !important;
}
.outline-base-900-24-middle {
  box-shadow: inset 0 0 0 0.75rem #000000, 0 0 0 0.75rem #000000;
  outline: none !important;
}
.outline-base-900-24-outside {
  box-shadow: 0 0 0 1.5rem #000000;
  outline: none !important;
}
.outline-base-900-32-inside {
  box-shadow: inset 0 0 0 2rem #000000;
  outline: none !important;
}
.outline-base-900-32-middle {
  box-shadow: inset 0 0 0 1rem #000000, 0 0 0 1rem #000000;
  outline: none !important;
}
.outline-base-900-32-outside {
  box-shadow: 0 0 0 2rem #000000;
  outline: none !important;
}
.outline-base-900-40-inside {
  box-shadow: inset 0 0 0 2.5rem #000000;
  outline: none !important;
}
.outline-base-900-40-middle {
  box-shadow: inset 0 0 0 1.25rem #000000, 0 0 0 1.25rem #000000;
  outline: none !important;
}
.outline-base-900-40-outside {
  box-shadow: 0 0 0 2.5rem #000000;
  outline: none !important;
}
.outline-base-900-48-inside {
  box-shadow: inset 0 0 0 3rem #000000;
  outline: none !important;
}
.outline-base-900-48-middle {
  box-shadow: inset 0 0 0 1.5rem #000000, 0 0 0 1.5rem #000000;
  outline: none !important;
}
.outline-base-900-48-outside {
  box-shadow: 0 0 0 3rem #000000;
  outline: none !important;
}
.outline-base-900-56-inside {
  box-shadow: inset 0 0 0 3.5rem #000000;
  outline: none !important;
}
.outline-base-900-56-middle {
  box-shadow: inset 0 0 0 1.75rem #000000, 0 0 0 1.75rem #000000;
  outline: none !important;
}
.outline-base-900-56-outside {
  box-shadow: 0 0 0 3.5rem #000000;
  outline: none !important;
}
.outline-base-900-72-inside {
  box-shadow: inset 0 0 0 4.5rem #000000;
  outline: none !important;
}
.outline-base-900-72-middle {
  box-shadow: inset 0 0 0 2.25rem #000000, 0 0 0 2.25rem #000000;
  outline: none !important;
}
.outline-base-900-72-outside {
  box-shadow: 0 0 0 4.5rem #000000;
  outline: none !important;
}
.outline-base-900-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #000000;
  outline: none !important;
}
.outline-base-900-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #000000, 0 0 0 30rem #000000;
  outline: none !important;
}
.outline-base-900-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #000000;
  outline: none !important;
}
.outline-base-900-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #000000;
  outline: none !important;
}
.outline-base-900-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #000000, 0 0 0 16.875rem #000000;
  outline: none !important;
}
.outline-base-900-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #000000;
  outline: none !important;
}
.outline-base-light-0-inside {
  box-shadow: inset 0 0 0 0 #454545;
  outline: none !important;
}
.outline-base-light-0-middle {
  box-shadow: inset 0 0 0 0 #454545, 0 0 0 0 #454545;
  outline: none !important;
}
.outline-base-light-0-outside {
  box-shadow: 0 0 0 0 #454545;
  outline: none !important;
}
.outline-base-light-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #454545;
  outline: none !important;
}
.outline-base-light-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #454545, 0 0 0 0.03125rem #454545;
  outline: none !important;
}
.outline-base-light-1-outside {
  box-shadow: 0 0 0 0.0625rem #454545;
  outline: none !important;
}
.outline-base-light-2-inside {
  box-shadow: inset 0 0 0 0.125rem #454545;
  outline: none !important;
}
.outline-base-light-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #454545, 0 0 0 0.0625rem #454545;
  outline: none !important;
}
.outline-base-light-2-outside {
  box-shadow: 0 0 0 0.125rem #454545;
  outline: none !important;
}
.outline-base-light-4-inside {
  box-shadow: inset 0 0 0 0.25rem #454545;
  outline: none !important;
}
.outline-base-light-4-middle {
  box-shadow: inset 0 0 0 0.125rem #454545, 0 0 0 0.125rem #454545;
  outline: none !important;
}
.outline-base-light-4-outside {
  box-shadow: 0 0 0 0.25rem #454545;
  outline: none !important;
}
.outline-base-light-6-inside {
  box-shadow: inset 0 0 0 0.375rem #454545;
  outline: none !important;
}
.outline-base-light-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #454545, 0 0 0 0.1875rem #454545;
  outline: none !important;
}
.outline-base-light-6-outside {
  box-shadow: 0 0 0 0.375rem #454545;
  outline: none !important;
}
.outline-base-light-8-inside {
  box-shadow: inset 0 0 0 0.5rem #454545;
  outline: none !important;
}
.outline-base-light-8-middle {
  box-shadow: inset 0 0 0 0.25rem #454545, 0 0 0 0.25rem #454545;
  outline: none !important;
}
.outline-base-light-8-outside {
  box-shadow: 0 0 0 0.5rem #454545;
  outline: none !important;
}
.outline-base-light-12-inside {
  box-shadow: inset 0 0 0 0.75rem #454545;
  outline: none !important;
}
.outline-base-light-12-middle {
  box-shadow: inset 0 0 0 0.375rem #454545, 0 0 0 0.375rem #454545;
  outline: none !important;
}
.outline-base-light-12-outside {
  box-shadow: 0 0 0 0.75rem #454545;
  outline: none !important;
}
.outline-base-light-16-inside {
  box-shadow: inset 0 0 0 1rem #454545;
  outline: none !important;
}
.outline-base-light-16-middle {
  box-shadow: inset 0 0 0 0.5rem #454545, 0 0 0 0.5rem #454545;
  outline: none !important;
}
.outline-base-light-16-outside {
  box-shadow: 0 0 0 1rem #454545;
  outline: none !important;
}
.outline-base-light-20-inside {
  box-shadow: inset 0 0 0 1.25rem #454545;
  outline: none !important;
}
.outline-base-light-20-middle {
  box-shadow: inset 0 0 0 0.625rem #454545, 0 0 0 0.625rem #454545;
  outline: none !important;
}
.outline-base-light-20-outside {
  box-shadow: 0 0 0 1.25rem #454545;
  outline: none !important;
}
.outline-base-light-24-inside {
  box-shadow: inset 0 0 0 1.5rem #454545;
  outline: none !important;
}
.outline-base-light-24-middle {
  box-shadow: inset 0 0 0 0.75rem #454545, 0 0 0 0.75rem #454545;
  outline: none !important;
}
.outline-base-light-24-outside {
  box-shadow: 0 0 0 1.5rem #454545;
  outline: none !important;
}
.outline-base-light-32-inside {
  box-shadow: inset 0 0 0 2rem #454545;
  outline: none !important;
}
.outline-base-light-32-middle {
  box-shadow: inset 0 0 0 1rem #454545, 0 0 0 1rem #454545;
  outline: none !important;
}
.outline-base-light-32-outside {
  box-shadow: 0 0 0 2rem #454545;
  outline: none !important;
}
.outline-base-light-40-inside {
  box-shadow: inset 0 0 0 2.5rem #454545;
  outline: none !important;
}
.outline-base-light-40-middle {
  box-shadow: inset 0 0 0 1.25rem #454545, 0 0 0 1.25rem #454545;
  outline: none !important;
}
.outline-base-light-40-outside {
  box-shadow: 0 0 0 2.5rem #454545;
  outline: none !important;
}
.outline-base-light-48-inside {
  box-shadow: inset 0 0 0 3rem #454545;
  outline: none !important;
}
.outline-base-light-48-middle {
  box-shadow: inset 0 0 0 1.5rem #454545, 0 0 0 1.5rem #454545;
  outline: none !important;
}
.outline-base-light-48-outside {
  box-shadow: 0 0 0 3rem #454545;
  outline: none !important;
}
.outline-base-light-56-inside {
  box-shadow: inset 0 0 0 3.5rem #454545;
  outline: none !important;
}
.outline-base-light-56-middle {
  box-shadow: inset 0 0 0 1.75rem #454545, 0 0 0 1.75rem #454545;
  outline: none !important;
}
.outline-base-light-56-outside {
  box-shadow: 0 0 0 3.5rem #454545;
  outline: none !important;
}
.outline-base-light-72-inside {
  box-shadow: inset 0 0 0 4.5rem #454545;
  outline: none !important;
}
.outline-base-light-72-middle {
  box-shadow: inset 0 0 0 2.25rem #454545, 0 0 0 2.25rem #454545;
  outline: none !important;
}
.outline-base-light-72-outside {
  box-shadow: 0 0 0 4.5rem #454545;
  outline: none !important;
}
.outline-base-light-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #454545;
  outline: none !important;
}
.outline-base-light-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #454545, 0 0 0 30rem #454545;
  outline: none !important;
}
.outline-base-light-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #454545;
  outline: none !important;
}
.outline-base-light-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #454545;
  outline: none !important;
}
.outline-base-light-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #454545, 0 0 0 16.875rem #454545;
  outline: none !important;
}
.outline-base-light-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #454545;
  outline: none !important;
}
.outline-base-dark-0-inside {
  box-shadow: inset 0 0 0 0 #1E1E1E;
  outline: none !important;
}
.outline-base-dark-0-middle {
  box-shadow: inset 0 0 0 0 #1E1E1E, 0 0 0 0 #1E1E1E;
  outline: none !important;
}
.outline-base-dark-0-outside {
  box-shadow: 0 0 0 0 #1E1E1E;
  outline: none !important;
}
.outline-base-dark-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #1E1E1E, 0 0 0 0.03125rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-1-outside {
  box-shadow: 0 0 0 0.0625rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-2-inside {
  box-shadow: inset 0 0 0 0.125rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #1E1E1E, 0 0 0 0.0625rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-2-outside {
  box-shadow: 0 0 0 0.125rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-4-inside {
  box-shadow: inset 0 0 0 0.25rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-4-middle {
  box-shadow: inset 0 0 0 0.125rem #1E1E1E, 0 0 0 0.125rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-4-outside {
  box-shadow: 0 0 0 0.25rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-6-inside {
  box-shadow: inset 0 0 0 0.375rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #1E1E1E, 0 0 0 0.1875rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-6-outside {
  box-shadow: 0 0 0 0.375rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-8-inside {
  box-shadow: inset 0 0 0 0.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-8-middle {
  box-shadow: inset 0 0 0 0.25rem #1E1E1E, 0 0 0 0.25rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-8-outside {
  box-shadow: 0 0 0 0.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-12-inside {
  box-shadow: inset 0 0 0 0.75rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-12-middle {
  box-shadow: inset 0 0 0 0.375rem #1E1E1E, 0 0 0 0.375rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-12-outside {
  box-shadow: 0 0 0 0.75rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-16-inside {
  box-shadow: inset 0 0 0 1rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-16-middle {
  box-shadow: inset 0 0 0 0.5rem #1E1E1E, 0 0 0 0.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-16-outside {
  box-shadow: 0 0 0 1rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-20-inside {
  box-shadow: inset 0 0 0 1.25rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-20-middle {
  box-shadow: inset 0 0 0 0.625rem #1E1E1E, 0 0 0 0.625rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-20-outside {
  box-shadow: 0 0 0 1.25rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-24-inside {
  box-shadow: inset 0 0 0 1.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-24-middle {
  box-shadow: inset 0 0 0 0.75rem #1E1E1E, 0 0 0 0.75rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-24-outside {
  box-shadow: 0 0 0 1.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-32-inside {
  box-shadow: inset 0 0 0 2rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-32-middle {
  box-shadow: inset 0 0 0 1rem #1E1E1E, 0 0 0 1rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-32-outside {
  box-shadow: 0 0 0 2rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-40-inside {
  box-shadow: inset 0 0 0 2.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-40-middle {
  box-shadow: inset 0 0 0 1.25rem #1E1E1E, 0 0 0 1.25rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-40-outside {
  box-shadow: 0 0 0 2.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-48-inside {
  box-shadow: inset 0 0 0 3rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-48-middle {
  box-shadow: inset 0 0 0 1.5rem #1E1E1E, 0 0 0 1.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-48-outside {
  box-shadow: 0 0 0 3rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-56-inside {
  box-shadow: inset 0 0 0 3.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-56-middle {
  box-shadow: inset 0 0 0 1.75rem #1E1E1E, 0 0 0 1.75rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-56-outside {
  box-shadow: 0 0 0 3.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-72-inside {
  box-shadow: inset 0 0 0 4.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-72-middle {
  box-shadow: inset 0 0 0 2.25rem #1E1E1E, 0 0 0 2.25rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-72-outside {
  box-shadow: 0 0 0 4.5rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #1E1E1E, 0 0 0 30rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #1E1E1E, 0 0 0 16.875rem #1E1E1E;
  outline: none !important;
}
.outline-base-dark-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #1E1E1E;
  outline: none !important;
}
.outline-base-none-0-inside {
  box-shadow: inset 0 0 0 0 transparent;
  outline: none !important;
}
.outline-base-none-0-middle {
  box-shadow: inset 0 0 0 0 transparent, 0 0 0 0 transparent;
  outline: none !important;
}
.outline-base-none-0-outside {
  box-shadow: 0 0 0 0 transparent;
  outline: none !important;
}
.outline-base-none-1-inside {
  box-shadow: inset 0 0 0 0.0625rem transparent;
  outline: none !important;
}
.outline-base-none-1-middle {
  box-shadow: inset 0 0 0 0.03125rem transparent, 0 0 0 0.03125rem transparent;
  outline: none !important;
}
.outline-base-none-1-outside {
  box-shadow: 0 0 0 0.0625rem transparent;
  outline: none !important;
}
.outline-base-none-2-inside {
  box-shadow: inset 0 0 0 0.125rem transparent;
  outline: none !important;
}
.outline-base-none-2-middle {
  box-shadow: inset 0 0 0 0.0625rem transparent, 0 0 0 0.0625rem transparent;
  outline: none !important;
}
.outline-base-none-2-outside {
  box-shadow: 0 0 0 0.125rem transparent;
  outline: none !important;
}
.outline-base-none-4-inside {
  box-shadow: inset 0 0 0 0.25rem transparent;
  outline: none !important;
}
.outline-base-none-4-middle {
  box-shadow: inset 0 0 0 0.125rem transparent, 0 0 0 0.125rem transparent;
  outline: none !important;
}
.outline-base-none-4-outside {
  box-shadow: 0 0 0 0.25rem transparent;
  outline: none !important;
}
.outline-base-none-6-inside {
  box-shadow: inset 0 0 0 0.375rem transparent;
  outline: none !important;
}
.outline-base-none-6-middle {
  box-shadow: inset 0 0 0 0.1875rem transparent, 0 0 0 0.1875rem transparent;
  outline: none !important;
}
.outline-base-none-6-outside {
  box-shadow: 0 0 0 0.375rem transparent;
  outline: none !important;
}
.outline-base-none-8-inside {
  box-shadow: inset 0 0 0 0.5rem transparent;
  outline: none !important;
}
.outline-base-none-8-middle {
  box-shadow: inset 0 0 0 0.25rem transparent, 0 0 0 0.25rem transparent;
  outline: none !important;
}
.outline-base-none-8-outside {
  box-shadow: 0 0 0 0.5rem transparent;
  outline: none !important;
}
.outline-base-none-12-inside {
  box-shadow: inset 0 0 0 0.75rem transparent;
  outline: none !important;
}
.outline-base-none-12-middle {
  box-shadow: inset 0 0 0 0.375rem transparent, 0 0 0 0.375rem transparent;
  outline: none !important;
}
.outline-base-none-12-outside {
  box-shadow: 0 0 0 0.75rem transparent;
  outline: none !important;
}
.outline-base-none-16-inside {
  box-shadow: inset 0 0 0 1rem transparent;
  outline: none !important;
}
.outline-base-none-16-middle {
  box-shadow: inset 0 0 0 0.5rem transparent, 0 0 0 0.5rem transparent;
  outline: none !important;
}
.outline-base-none-16-outside {
  box-shadow: 0 0 0 1rem transparent;
  outline: none !important;
}
.outline-base-none-20-inside {
  box-shadow: inset 0 0 0 1.25rem transparent;
  outline: none !important;
}
.outline-base-none-20-middle {
  box-shadow: inset 0 0 0 0.625rem transparent, 0 0 0 0.625rem transparent;
  outline: none !important;
}
.outline-base-none-20-outside {
  box-shadow: 0 0 0 1.25rem transparent;
  outline: none !important;
}
.outline-base-none-24-inside {
  box-shadow: inset 0 0 0 1.5rem transparent;
  outline: none !important;
}
.outline-base-none-24-middle {
  box-shadow: inset 0 0 0 0.75rem transparent, 0 0 0 0.75rem transparent;
  outline: none !important;
}
.outline-base-none-24-outside {
  box-shadow: 0 0 0 1.5rem transparent;
  outline: none !important;
}
.outline-base-none-32-inside {
  box-shadow: inset 0 0 0 2rem transparent;
  outline: none !important;
}
.outline-base-none-32-middle {
  box-shadow: inset 0 0 0 1rem transparent, 0 0 0 1rem transparent;
  outline: none !important;
}
.outline-base-none-32-outside {
  box-shadow: 0 0 0 2rem transparent;
  outline: none !important;
}
.outline-base-none-40-inside {
  box-shadow: inset 0 0 0 2.5rem transparent;
  outline: none !important;
}
.outline-base-none-40-middle {
  box-shadow: inset 0 0 0 1.25rem transparent, 0 0 0 1.25rem transparent;
  outline: none !important;
}
.outline-base-none-40-outside {
  box-shadow: 0 0 0 2.5rem transparent;
  outline: none !important;
}
.outline-base-none-48-inside {
  box-shadow: inset 0 0 0 3rem transparent;
  outline: none !important;
}
.outline-base-none-48-middle {
  box-shadow: inset 0 0 0 1.5rem transparent, 0 0 0 1.5rem transparent;
  outline: none !important;
}
.outline-base-none-48-outside {
  box-shadow: 0 0 0 3rem transparent;
  outline: none !important;
}
.outline-base-none-56-inside {
  box-shadow: inset 0 0 0 3.5rem transparent;
  outline: none !important;
}
.outline-base-none-56-middle {
  box-shadow: inset 0 0 0 1.75rem transparent, 0 0 0 1.75rem transparent;
  outline: none !important;
}
.outline-base-none-56-outside {
  box-shadow: 0 0 0 3.5rem transparent;
  outline: none !important;
}
.outline-base-none-72-inside {
  box-shadow: inset 0 0 0 4.5rem transparent;
  outline: none !important;
}
.outline-base-none-72-middle {
  box-shadow: inset 0 0 0 2.25rem transparent, 0 0 0 2.25rem transparent;
  outline: none !important;
}
.outline-base-none-72-outside {
  box-shadow: 0 0 0 4.5rem transparent;
  outline: none !important;
}
.outline-base-none-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem transparent;
  outline: none !important;
}
.outline-base-none-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem transparent, 0 0 0 30rem transparent;
  outline: none !important;
}
.outline-base-none-w-rem-full-outside {
  box-shadow: 0 0 0 60rem transparent;
  outline: none !important;
}
.outline-base-none-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem transparent;
  outline: none !important;
}
.outline-base-none-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem transparent, 0 0 0 16.875rem transparent;
  outline: none !important;
}
.outline-base-none-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem transparent;
  outline: none !important;
}
.outline-marker-0-0-inside {
  box-shadow: inset 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-0-0-middle {
  box-shadow: inset 0 0 0 0 #60BF02, 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-0-0-outside {
  box-shadow: 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-0-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-0-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #60BF02, 0 0 0 0.03125rem #60BF02;
  outline: none !important;
}
.outline-marker-0-1-outside {
  box-shadow: 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-0-2-inside {
  box-shadow: inset 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-0-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #60BF02, 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-0-2-outside {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-0-4-inside {
  box-shadow: inset 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-0-4-middle {
  box-shadow: inset 0 0 0 0.125rem #60BF02, 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-0-4-outside {
  box-shadow: 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-0-6-inside {
  box-shadow: inset 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-0-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #60BF02, 0 0 0 0.1875rem #60BF02;
  outline: none !important;
}
.outline-marker-0-6-outside {
  box-shadow: 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-0-8-inside {
  box-shadow: inset 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-0-8-middle {
  box-shadow: inset 0 0 0 0.25rem #60BF02, 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-0-8-outside {
  box-shadow: 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-0-12-inside {
  box-shadow: inset 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-0-12-middle {
  box-shadow: inset 0 0 0 0.375rem #60BF02, 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-0-12-outside {
  box-shadow: 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-0-16-inside {
  box-shadow: inset 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-0-16-middle {
  box-shadow: inset 0 0 0 0.5rem #60BF02, 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-0-16-outside {
  box-shadow: 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-0-20-inside {
  box-shadow: inset 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-0-20-middle {
  box-shadow: inset 0 0 0 0.625rem #60BF02, 0 0 0 0.625rem #60BF02;
  outline: none !important;
}
.outline-marker-0-20-outside {
  box-shadow: 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-0-24-inside {
  box-shadow: inset 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-0-24-middle {
  box-shadow: inset 0 0 0 0.75rem #60BF02, 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-0-24-outside {
  box-shadow: 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-0-32-inside {
  box-shadow: inset 0 0 0 2rem #60BF02;
  outline: none !important;
}
.outline-marker-0-32-middle {
  box-shadow: inset 0 0 0 1rem #60BF02, 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-0-32-outside {
  box-shadow: 0 0 0 2rem #60BF02;
  outline: none !important;
}
.outline-marker-0-40-inside {
  box-shadow: inset 0 0 0 2.5rem #60BF02;
  outline: none !important;
}
.outline-marker-0-40-middle {
  box-shadow: inset 0 0 0 1.25rem #60BF02, 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-0-40-outside {
  box-shadow: 0 0 0 2.5rem #60BF02;
  outline: none !important;
}
.outline-marker-0-48-inside {
  box-shadow: inset 0 0 0 3rem #60BF02;
  outline: none !important;
}
.outline-marker-0-48-middle {
  box-shadow: inset 0 0 0 1.5rem #60BF02, 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-0-48-outside {
  box-shadow: 0 0 0 3rem #60BF02;
  outline: none !important;
}
.outline-marker-0-56-inside {
  box-shadow: inset 0 0 0 3.5rem #60BF02;
  outline: none !important;
}
.outline-marker-0-56-middle {
  box-shadow: inset 0 0 0 1.75rem #60BF02, 0 0 0 1.75rem #60BF02;
  outline: none !important;
}
.outline-marker-0-56-outside {
  box-shadow: 0 0 0 3.5rem #60BF02;
  outline: none !important;
}
.outline-marker-0-72-inside {
  box-shadow: inset 0 0 0 4.5rem #60BF02;
  outline: none !important;
}
.outline-marker-0-72-middle {
  box-shadow: inset 0 0 0 2.25rem #60BF02, 0 0 0 2.25rem #60BF02;
  outline: none !important;
}
.outline-marker-0-72-outside {
  box-shadow: 0 0 0 4.5rem #60BF02;
  outline: none !important;
}
.outline-marker-0-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #60BF02;
  outline: none !important;
}
.outline-marker-0-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #60BF02, 0 0 0 30rem #60BF02;
  outline: none !important;
}
.outline-marker-0-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #60BF02;
  outline: none !important;
}
.outline-marker-0-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #60BF02;
  outline: none !important;
}
.outline-marker-0-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #60BF02, 0 0 0 16.875rem #60BF02;
  outline: none !important;
}
.outline-marker-0-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #60BF02;
  outline: none !important;
}
.outline-marker-100-0-inside {
  box-shadow: inset 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-100-0-middle {
  box-shadow: inset 0 0 0 0 #60BF02, 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-100-0-outside {
  box-shadow: 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-100-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-100-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #60BF02, 0 0 0 0.03125rem #60BF02;
  outline: none !important;
}
.outline-marker-100-1-outside {
  box-shadow: 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-100-2-inside {
  box-shadow: inset 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-100-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #60BF02, 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-100-2-outside {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-100-4-inside {
  box-shadow: inset 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-100-4-middle {
  box-shadow: inset 0 0 0 0.125rem #60BF02, 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-100-4-outside {
  box-shadow: 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-100-6-inside {
  box-shadow: inset 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-100-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #60BF02, 0 0 0 0.1875rem #60BF02;
  outline: none !important;
}
.outline-marker-100-6-outside {
  box-shadow: 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-100-8-inside {
  box-shadow: inset 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-100-8-middle {
  box-shadow: inset 0 0 0 0.25rem #60BF02, 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-100-8-outside {
  box-shadow: 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-100-12-inside {
  box-shadow: inset 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-100-12-middle {
  box-shadow: inset 0 0 0 0.375rem #60BF02, 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-100-12-outside {
  box-shadow: 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-100-16-inside {
  box-shadow: inset 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-100-16-middle {
  box-shadow: inset 0 0 0 0.5rem #60BF02, 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-100-16-outside {
  box-shadow: 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-100-20-inside {
  box-shadow: inset 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-100-20-middle {
  box-shadow: inset 0 0 0 0.625rem #60BF02, 0 0 0 0.625rem #60BF02;
  outline: none !important;
}
.outline-marker-100-20-outside {
  box-shadow: 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-100-24-inside {
  box-shadow: inset 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-100-24-middle {
  box-shadow: inset 0 0 0 0.75rem #60BF02, 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-100-24-outside {
  box-shadow: 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-100-32-inside {
  box-shadow: inset 0 0 0 2rem #60BF02;
  outline: none !important;
}
.outline-marker-100-32-middle {
  box-shadow: inset 0 0 0 1rem #60BF02, 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-100-32-outside {
  box-shadow: 0 0 0 2rem #60BF02;
  outline: none !important;
}
.outline-marker-100-40-inside {
  box-shadow: inset 0 0 0 2.5rem #60BF02;
  outline: none !important;
}
.outline-marker-100-40-middle {
  box-shadow: inset 0 0 0 1.25rem #60BF02, 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-100-40-outside {
  box-shadow: 0 0 0 2.5rem #60BF02;
  outline: none !important;
}
.outline-marker-100-48-inside {
  box-shadow: inset 0 0 0 3rem #60BF02;
  outline: none !important;
}
.outline-marker-100-48-middle {
  box-shadow: inset 0 0 0 1.5rem #60BF02, 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-100-48-outside {
  box-shadow: 0 0 0 3rem #60BF02;
  outline: none !important;
}
.outline-marker-100-56-inside {
  box-shadow: inset 0 0 0 3.5rem #60BF02;
  outline: none !important;
}
.outline-marker-100-56-middle {
  box-shadow: inset 0 0 0 1.75rem #60BF02, 0 0 0 1.75rem #60BF02;
  outline: none !important;
}
.outline-marker-100-56-outside {
  box-shadow: 0 0 0 3.5rem #60BF02;
  outline: none !important;
}
.outline-marker-100-72-inside {
  box-shadow: inset 0 0 0 4.5rem #60BF02;
  outline: none !important;
}
.outline-marker-100-72-middle {
  box-shadow: inset 0 0 0 2.25rem #60BF02, 0 0 0 2.25rem #60BF02;
  outline: none !important;
}
.outline-marker-100-72-outside {
  box-shadow: 0 0 0 4.5rem #60BF02;
  outline: none !important;
}
.outline-marker-100-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #60BF02;
  outline: none !important;
}
.outline-marker-100-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #60BF02, 0 0 0 30rem #60BF02;
  outline: none !important;
}
.outline-marker-100-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #60BF02;
  outline: none !important;
}
.outline-marker-100-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #60BF02;
  outline: none !important;
}
.outline-marker-100-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #60BF02, 0 0 0 16.875rem #60BF02;
  outline: none !important;
}
.outline-marker-100-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #60BF02;
  outline: none !important;
}
.outline-marker-200-0-inside {
  box-shadow: inset 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-200-0-middle {
  box-shadow: inset 0 0 0 0 #60BF02, 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-200-0-outside {
  box-shadow: 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-200-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-200-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #60BF02, 0 0 0 0.03125rem #60BF02;
  outline: none !important;
}
.outline-marker-200-1-outside {
  box-shadow: 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-200-2-inside {
  box-shadow: inset 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-200-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #60BF02, 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-200-2-outside {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-200-4-inside {
  box-shadow: inset 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-200-4-middle {
  box-shadow: inset 0 0 0 0.125rem #60BF02, 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-200-4-outside {
  box-shadow: 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-200-6-inside {
  box-shadow: inset 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-200-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #60BF02, 0 0 0 0.1875rem #60BF02;
  outline: none !important;
}
.outline-marker-200-6-outside {
  box-shadow: 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-200-8-inside {
  box-shadow: inset 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-200-8-middle {
  box-shadow: inset 0 0 0 0.25rem #60BF02, 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-200-8-outside {
  box-shadow: 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-200-12-inside {
  box-shadow: inset 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-200-12-middle {
  box-shadow: inset 0 0 0 0.375rem #60BF02, 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-200-12-outside {
  box-shadow: 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-200-16-inside {
  box-shadow: inset 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-200-16-middle {
  box-shadow: inset 0 0 0 0.5rem #60BF02, 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-200-16-outside {
  box-shadow: 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-200-20-inside {
  box-shadow: inset 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-200-20-middle {
  box-shadow: inset 0 0 0 0.625rem #60BF02, 0 0 0 0.625rem #60BF02;
  outline: none !important;
}
.outline-marker-200-20-outside {
  box-shadow: 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-200-24-inside {
  box-shadow: inset 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-200-24-middle {
  box-shadow: inset 0 0 0 0.75rem #60BF02, 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-200-24-outside {
  box-shadow: 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-200-32-inside {
  box-shadow: inset 0 0 0 2rem #60BF02;
  outline: none !important;
}
.outline-marker-200-32-middle {
  box-shadow: inset 0 0 0 1rem #60BF02, 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-200-32-outside {
  box-shadow: 0 0 0 2rem #60BF02;
  outline: none !important;
}
.outline-marker-200-40-inside {
  box-shadow: inset 0 0 0 2.5rem #60BF02;
  outline: none !important;
}
.outline-marker-200-40-middle {
  box-shadow: inset 0 0 0 1.25rem #60BF02, 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-200-40-outside {
  box-shadow: 0 0 0 2.5rem #60BF02;
  outline: none !important;
}
.outline-marker-200-48-inside {
  box-shadow: inset 0 0 0 3rem #60BF02;
  outline: none !important;
}
.outline-marker-200-48-middle {
  box-shadow: inset 0 0 0 1.5rem #60BF02, 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-200-48-outside {
  box-shadow: 0 0 0 3rem #60BF02;
  outline: none !important;
}
.outline-marker-200-56-inside {
  box-shadow: inset 0 0 0 3.5rem #60BF02;
  outline: none !important;
}
.outline-marker-200-56-middle {
  box-shadow: inset 0 0 0 1.75rem #60BF02, 0 0 0 1.75rem #60BF02;
  outline: none !important;
}
.outline-marker-200-56-outside {
  box-shadow: 0 0 0 3.5rem #60BF02;
  outline: none !important;
}
.outline-marker-200-72-inside {
  box-shadow: inset 0 0 0 4.5rem #60BF02;
  outline: none !important;
}
.outline-marker-200-72-middle {
  box-shadow: inset 0 0 0 2.25rem #60BF02, 0 0 0 2.25rem #60BF02;
  outline: none !important;
}
.outline-marker-200-72-outside {
  box-shadow: 0 0 0 4.5rem #60BF02;
  outline: none !important;
}
.outline-marker-200-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #60BF02;
  outline: none !important;
}
.outline-marker-200-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #60BF02, 0 0 0 30rem #60BF02;
  outline: none !important;
}
.outline-marker-200-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #60BF02;
  outline: none !important;
}
.outline-marker-200-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #60BF02;
  outline: none !important;
}
.outline-marker-200-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #60BF02, 0 0 0 16.875rem #60BF02;
  outline: none !important;
}
.outline-marker-200-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #60BF02;
  outline: none !important;
}
.outline-marker-300-0-inside {
  box-shadow: inset 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-300-0-middle {
  box-shadow: inset 0 0 0 0 #60BF02, 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-300-0-outside {
  box-shadow: 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-300-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-300-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #60BF02, 0 0 0 0.03125rem #60BF02;
  outline: none !important;
}
.outline-marker-300-1-outside {
  box-shadow: 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-300-2-inside {
  box-shadow: inset 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-300-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #60BF02, 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-300-2-outside {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-300-4-inside {
  box-shadow: inset 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-300-4-middle {
  box-shadow: inset 0 0 0 0.125rem #60BF02, 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-300-4-outside {
  box-shadow: 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-300-6-inside {
  box-shadow: inset 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-300-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #60BF02, 0 0 0 0.1875rem #60BF02;
  outline: none !important;
}
.outline-marker-300-6-outside {
  box-shadow: 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-300-8-inside {
  box-shadow: inset 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-300-8-middle {
  box-shadow: inset 0 0 0 0.25rem #60BF02, 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-300-8-outside {
  box-shadow: 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-300-12-inside {
  box-shadow: inset 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-300-12-middle {
  box-shadow: inset 0 0 0 0.375rem #60BF02, 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-300-12-outside {
  box-shadow: 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-300-16-inside {
  box-shadow: inset 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-300-16-middle {
  box-shadow: inset 0 0 0 0.5rem #60BF02, 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-300-16-outside {
  box-shadow: 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-300-20-inside {
  box-shadow: inset 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-300-20-middle {
  box-shadow: inset 0 0 0 0.625rem #60BF02, 0 0 0 0.625rem #60BF02;
  outline: none !important;
}
.outline-marker-300-20-outside {
  box-shadow: 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-300-24-inside {
  box-shadow: inset 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-300-24-middle {
  box-shadow: inset 0 0 0 0.75rem #60BF02, 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-300-24-outside {
  box-shadow: 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-300-32-inside {
  box-shadow: inset 0 0 0 2rem #60BF02;
  outline: none !important;
}
.outline-marker-300-32-middle {
  box-shadow: inset 0 0 0 1rem #60BF02, 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-300-32-outside {
  box-shadow: 0 0 0 2rem #60BF02;
  outline: none !important;
}
.outline-marker-300-40-inside {
  box-shadow: inset 0 0 0 2.5rem #60BF02;
  outline: none !important;
}
.outline-marker-300-40-middle {
  box-shadow: inset 0 0 0 1.25rem #60BF02, 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-300-40-outside {
  box-shadow: 0 0 0 2.5rem #60BF02;
  outline: none !important;
}
.outline-marker-300-48-inside {
  box-shadow: inset 0 0 0 3rem #60BF02;
  outline: none !important;
}
.outline-marker-300-48-middle {
  box-shadow: inset 0 0 0 1.5rem #60BF02, 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-300-48-outside {
  box-shadow: 0 0 0 3rem #60BF02;
  outline: none !important;
}
.outline-marker-300-56-inside {
  box-shadow: inset 0 0 0 3.5rem #60BF02;
  outline: none !important;
}
.outline-marker-300-56-middle {
  box-shadow: inset 0 0 0 1.75rem #60BF02, 0 0 0 1.75rem #60BF02;
  outline: none !important;
}
.outline-marker-300-56-outside {
  box-shadow: 0 0 0 3.5rem #60BF02;
  outline: none !important;
}
.outline-marker-300-72-inside {
  box-shadow: inset 0 0 0 4.5rem #60BF02;
  outline: none !important;
}
.outline-marker-300-72-middle {
  box-shadow: inset 0 0 0 2.25rem #60BF02, 0 0 0 2.25rem #60BF02;
  outline: none !important;
}
.outline-marker-300-72-outside {
  box-shadow: 0 0 0 4.5rem #60BF02;
  outline: none !important;
}
.outline-marker-300-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #60BF02;
  outline: none !important;
}
.outline-marker-300-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #60BF02, 0 0 0 30rem #60BF02;
  outline: none !important;
}
.outline-marker-300-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #60BF02;
  outline: none !important;
}
.outline-marker-300-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #60BF02;
  outline: none !important;
}
.outline-marker-300-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #60BF02, 0 0 0 16.875rem #60BF02;
  outline: none !important;
}
.outline-marker-300-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #60BF02;
  outline: none !important;
}
.outline-marker-400-0-inside {
  box-shadow: inset 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-400-0-middle {
  box-shadow: inset 0 0 0 0 #60BF02, 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-400-0-outside {
  box-shadow: 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-400-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-400-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #60BF02, 0 0 0 0.03125rem #60BF02;
  outline: none !important;
}
.outline-marker-400-1-outside {
  box-shadow: 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-400-2-inside {
  box-shadow: inset 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-400-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #60BF02, 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-400-2-outside {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-400-4-inside {
  box-shadow: inset 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-400-4-middle {
  box-shadow: inset 0 0 0 0.125rem #60BF02, 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-400-4-outside {
  box-shadow: 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-400-6-inside {
  box-shadow: inset 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-400-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #60BF02, 0 0 0 0.1875rem #60BF02;
  outline: none !important;
}
.outline-marker-400-6-outside {
  box-shadow: 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-400-8-inside {
  box-shadow: inset 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-400-8-middle {
  box-shadow: inset 0 0 0 0.25rem #60BF02, 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-400-8-outside {
  box-shadow: 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-400-12-inside {
  box-shadow: inset 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-400-12-middle {
  box-shadow: inset 0 0 0 0.375rem #60BF02, 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-400-12-outside {
  box-shadow: 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-400-16-inside {
  box-shadow: inset 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-400-16-middle {
  box-shadow: inset 0 0 0 0.5rem #60BF02, 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-400-16-outside {
  box-shadow: 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-400-20-inside {
  box-shadow: inset 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-400-20-middle {
  box-shadow: inset 0 0 0 0.625rem #60BF02, 0 0 0 0.625rem #60BF02;
  outline: none !important;
}
.outline-marker-400-20-outside {
  box-shadow: 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-400-24-inside {
  box-shadow: inset 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-400-24-middle {
  box-shadow: inset 0 0 0 0.75rem #60BF02, 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-400-24-outside {
  box-shadow: 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-400-32-inside {
  box-shadow: inset 0 0 0 2rem #60BF02;
  outline: none !important;
}
.outline-marker-400-32-middle {
  box-shadow: inset 0 0 0 1rem #60BF02, 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-400-32-outside {
  box-shadow: 0 0 0 2rem #60BF02;
  outline: none !important;
}
.outline-marker-400-40-inside {
  box-shadow: inset 0 0 0 2.5rem #60BF02;
  outline: none !important;
}
.outline-marker-400-40-middle {
  box-shadow: inset 0 0 0 1.25rem #60BF02, 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-400-40-outside {
  box-shadow: 0 0 0 2.5rem #60BF02;
  outline: none !important;
}
.outline-marker-400-48-inside {
  box-shadow: inset 0 0 0 3rem #60BF02;
  outline: none !important;
}
.outline-marker-400-48-middle {
  box-shadow: inset 0 0 0 1.5rem #60BF02, 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-400-48-outside {
  box-shadow: 0 0 0 3rem #60BF02;
  outline: none !important;
}
.outline-marker-400-56-inside {
  box-shadow: inset 0 0 0 3.5rem #60BF02;
  outline: none !important;
}
.outline-marker-400-56-middle {
  box-shadow: inset 0 0 0 1.75rem #60BF02, 0 0 0 1.75rem #60BF02;
  outline: none !important;
}
.outline-marker-400-56-outside {
  box-shadow: 0 0 0 3.5rem #60BF02;
  outline: none !important;
}
.outline-marker-400-72-inside {
  box-shadow: inset 0 0 0 4.5rem #60BF02;
  outline: none !important;
}
.outline-marker-400-72-middle {
  box-shadow: inset 0 0 0 2.25rem #60BF02, 0 0 0 2.25rem #60BF02;
  outline: none !important;
}
.outline-marker-400-72-outside {
  box-shadow: 0 0 0 4.5rem #60BF02;
  outline: none !important;
}
.outline-marker-400-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #60BF02;
  outline: none !important;
}
.outline-marker-400-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #60BF02, 0 0 0 30rem #60BF02;
  outline: none !important;
}
.outline-marker-400-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #60BF02;
  outline: none !important;
}
.outline-marker-400-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #60BF02;
  outline: none !important;
}
.outline-marker-400-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #60BF02, 0 0 0 16.875rem #60BF02;
  outline: none !important;
}
.outline-marker-400-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #60BF02;
  outline: none !important;
}
.outline-marker-500-0-inside {
  box-shadow: inset 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-500-0-middle {
  box-shadow: inset 0 0 0 0 #428400, 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-500-0-outside {
  box-shadow: 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-500-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-500-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #428400, 0 0 0 0.03125rem #428400;
  outline: none !important;
}
.outline-marker-500-1-outside {
  box-shadow: 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-500-2-inside {
  box-shadow: inset 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-500-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #428400, 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-500-2-outside {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-500-4-inside {
  box-shadow: inset 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-500-4-middle {
  box-shadow: inset 0 0 0 0.125rem #428400, 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-500-4-outside {
  box-shadow: 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-500-6-inside {
  box-shadow: inset 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-500-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #428400, 0 0 0 0.1875rem #428400;
  outline: none !important;
}
.outline-marker-500-6-outside {
  box-shadow: 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-500-8-inside {
  box-shadow: inset 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-500-8-middle {
  box-shadow: inset 0 0 0 0.25rem #428400, 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-500-8-outside {
  box-shadow: 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-500-12-inside {
  box-shadow: inset 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-500-12-middle {
  box-shadow: inset 0 0 0 0.375rem #428400, 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-500-12-outside {
  box-shadow: 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-500-16-inside {
  box-shadow: inset 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-500-16-middle {
  box-shadow: inset 0 0 0 0.5rem #428400, 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-500-16-outside {
  box-shadow: 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-500-20-inside {
  box-shadow: inset 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-500-20-middle {
  box-shadow: inset 0 0 0 0.625rem #428400, 0 0 0 0.625rem #428400;
  outline: none !important;
}
.outline-marker-500-20-outside {
  box-shadow: 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-500-24-inside {
  box-shadow: inset 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-500-24-middle {
  box-shadow: inset 0 0 0 0.75rem #428400, 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-500-24-outside {
  box-shadow: 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-500-32-inside {
  box-shadow: inset 0 0 0 2rem #428400;
  outline: none !important;
}
.outline-marker-500-32-middle {
  box-shadow: inset 0 0 0 1rem #428400, 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-500-32-outside {
  box-shadow: 0 0 0 2rem #428400;
  outline: none !important;
}
.outline-marker-500-40-inside {
  box-shadow: inset 0 0 0 2.5rem #428400;
  outline: none !important;
}
.outline-marker-500-40-middle {
  box-shadow: inset 0 0 0 1.25rem #428400, 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-500-40-outside {
  box-shadow: 0 0 0 2.5rem #428400;
  outline: none !important;
}
.outline-marker-500-48-inside {
  box-shadow: inset 0 0 0 3rem #428400;
  outline: none !important;
}
.outline-marker-500-48-middle {
  box-shadow: inset 0 0 0 1.5rem #428400, 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-500-48-outside {
  box-shadow: 0 0 0 3rem #428400;
  outline: none !important;
}
.outline-marker-500-56-inside {
  box-shadow: inset 0 0 0 3.5rem #428400;
  outline: none !important;
}
.outline-marker-500-56-middle {
  box-shadow: inset 0 0 0 1.75rem #428400, 0 0 0 1.75rem #428400;
  outline: none !important;
}
.outline-marker-500-56-outside {
  box-shadow: 0 0 0 3.5rem #428400;
  outline: none !important;
}
.outline-marker-500-72-inside {
  box-shadow: inset 0 0 0 4.5rem #428400;
  outline: none !important;
}
.outline-marker-500-72-middle {
  box-shadow: inset 0 0 0 2.25rem #428400, 0 0 0 2.25rem #428400;
  outline: none !important;
}
.outline-marker-500-72-outside {
  box-shadow: 0 0 0 4.5rem #428400;
  outline: none !important;
}
.outline-marker-500-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #428400;
  outline: none !important;
}
.outline-marker-500-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #428400, 0 0 0 30rem #428400;
  outline: none !important;
}
.outline-marker-500-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #428400;
  outline: none !important;
}
.outline-marker-500-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #428400;
  outline: none !important;
}
.outline-marker-500-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #428400, 0 0 0 16.875rem #428400;
  outline: none !important;
}
.outline-marker-500-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #428400;
  outline: none !important;
}
.outline-marker-600-0-inside {
  box-shadow: inset 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-600-0-middle {
  box-shadow: inset 0 0 0 0 #428400, 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-600-0-outside {
  box-shadow: 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-600-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-600-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #428400, 0 0 0 0.03125rem #428400;
  outline: none !important;
}
.outline-marker-600-1-outside {
  box-shadow: 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-600-2-inside {
  box-shadow: inset 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-600-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #428400, 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-600-2-outside {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-600-4-inside {
  box-shadow: inset 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-600-4-middle {
  box-shadow: inset 0 0 0 0.125rem #428400, 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-600-4-outside {
  box-shadow: 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-600-6-inside {
  box-shadow: inset 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-600-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #428400, 0 0 0 0.1875rem #428400;
  outline: none !important;
}
.outline-marker-600-6-outside {
  box-shadow: 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-600-8-inside {
  box-shadow: inset 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-600-8-middle {
  box-shadow: inset 0 0 0 0.25rem #428400, 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-600-8-outside {
  box-shadow: 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-600-12-inside {
  box-shadow: inset 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-600-12-middle {
  box-shadow: inset 0 0 0 0.375rem #428400, 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-600-12-outside {
  box-shadow: 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-600-16-inside {
  box-shadow: inset 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-600-16-middle {
  box-shadow: inset 0 0 0 0.5rem #428400, 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-600-16-outside {
  box-shadow: 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-600-20-inside {
  box-shadow: inset 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-600-20-middle {
  box-shadow: inset 0 0 0 0.625rem #428400, 0 0 0 0.625rem #428400;
  outline: none !important;
}
.outline-marker-600-20-outside {
  box-shadow: 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-600-24-inside {
  box-shadow: inset 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-600-24-middle {
  box-shadow: inset 0 0 0 0.75rem #428400, 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-600-24-outside {
  box-shadow: 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-600-32-inside {
  box-shadow: inset 0 0 0 2rem #428400;
  outline: none !important;
}
.outline-marker-600-32-middle {
  box-shadow: inset 0 0 0 1rem #428400, 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-600-32-outside {
  box-shadow: 0 0 0 2rem #428400;
  outline: none !important;
}
.outline-marker-600-40-inside {
  box-shadow: inset 0 0 0 2.5rem #428400;
  outline: none !important;
}
.outline-marker-600-40-middle {
  box-shadow: inset 0 0 0 1.25rem #428400, 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-600-40-outside {
  box-shadow: 0 0 0 2.5rem #428400;
  outline: none !important;
}
.outline-marker-600-48-inside {
  box-shadow: inset 0 0 0 3rem #428400;
  outline: none !important;
}
.outline-marker-600-48-middle {
  box-shadow: inset 0 0 0 1.5rem #428400, 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-600-48-outside {
  box-shadow: 0 0 0 3rem #428400;
  outline: none !important;
}
.outline-marker-600-56-inside {
  box-shadow: inset 0 0 0 3.5rem #428400;
  outline: none !important;
}
.outline-marker-600-56-middle {
  box-shadow: inset 0 0 0 1.75rem #428400, 0 0 0 1.75rem #428400;
  outline: none !important;
}
.outline-marker-600-56-outside {
  box-shadow: 0 0 0 3.5rem #428400;
  outline: none !important;
}
.outline-marker-600-72-inside {
  box-shadow: inset 0 0 0 4.5rem #428400;
  outline: none !important;
}
.outline-marker-600-72-middle {
  box-shadow: inset 0 0 0 2.25rem #428400, 0 0 0 2.25rem #428400;
  outline: none !important;
}
.outline-marker-600-72-outside {
  box-shadow: 0 0 0 4.5rem #428400;
  outline: none !important;
}
.outline-marker-600-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #428400;
  outline: none !important;
}
.outline-marker-600-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #428400, 0 0 0 30rem #428400;
  outline: none !important;
}
.outline-marker-600-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #428400;
  outline: none !important;
}
.outline-marker-600-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #428400;
  outline: none !important;
}
.outline-marker-600-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #428400, 0 0 0 16.875rem #428400;
  outline: none !important;
}
.outline-marker-600-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #428400;
  outline: none !important;
}
.outline-marker-700-0-inside {
  box-shadow: inset 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-700-0-middle {
  box-shadow: inset 0 0 0 0 #428400, 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-700-0-outside {
  box-shadow: 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-700-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-700-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #428400, 0 0 0 0.03125rem #428400;
  outline: none !important;
}
.outline-marker-700-1-outside {
  box-shadow: 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-700-2-inside {
  box-shadow: inset 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-700-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #428400, 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-700-2-outside {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-700-4-inside {
  box-shadow: inset 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-700-4-middle {
  box-shadow: inset 0 0 0 0.125rem #428400, 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-700-4-outside {
  box-shadow: 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-700-6-inside {
  box-shadow: inset 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-700-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #428400, 0 0 0 0.1875rem #428400;
  outline: none !important;
}
.outline-marker-700-6-outside {
  box-shadow: 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-700-8-inside {
  box-shadow: inset 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-700-8-middle {
  box-shadow: inset 0 0 0 0.25rem #428400, 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-700-8-outside {
  box-shadow: 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-700-12-inside {
  box-shadow: inset 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-700-12-middle {
  box-shadow: inset 0 0 0 0.375rem #428400, 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-700-12-outside {
  box-shadow: 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-700-16-inside {
  box-shadow: inset 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-700-16-middle {
  box-shadow: inset 0 0 0 0.5rem #428400, 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-700-16-outside {
  box-shadow: 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-700-20-inside {
  box-shadow: inset 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-700-20-middle {
  box-shadow: inset 0 0 0 0.625rem #428400, 0 0 0 0.625rem #428400;
  outline: none !important;
}
.outline-marker-700-20-outside {
  box-shadow: 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-700-24-inside {
  box-shadow: inset 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-700-24-middle {
  box-shadow: inset 0 0 0 0.75rem #428400, 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-700-24-outside {
  box-shadow: 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-700-32-inside {
  box-shadow: inset 0 0 0 2rem #428400;
  outline: none !important;
}
.outline-marker-700-32-middle {
  box-shadow: inset 0 0 0 1rem #428400, 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-700-32-outside {
  box-shadow: 0 0 0 2rem #428400;
  outline: none !important;
}
.outline-marker-700-40-inside {
  box-shadow: inset 0 0 0 2.5rem #428400;
  outline: none !important;
}
.outline-marker-700-40-middle {
  box-shadow: inset 0 0 0 1.25rem #428400, 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-700-40-outside {
  box-shadow: 0 0 0 2.5rem #428400;
  outline: none !important;
}
.outline-marker-700-48-inside {
  box-shadow: inset 0 0 0 3rem #428400;
  outline: none !important;
}
.outline-marker-700-48-middle {
  box-shadow: inset 0 0 0 1.5rem #428400, 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-700-48-outside {
  box-shadow: 0 0 0 3rem #428400;
  outline: none !important;
}
.outline-marker-700-56-inside {
  box-shadow: inset 0 0 0 3.5rem #428400;
  outline: none !important;
}
.outline-marker-700-56-middle {
  box-shadow: inset 0 0 0 1.75rem #428400, 0 0 0 1.75rem #428400;
  outline: none !important;
}
.outline-marker-700-56-outside {
  box-shadow: 0 0 0 3.5rem #428400;
  outline: none !important;
}
.outline-marker-700-72-inside {
  box-shadow: inset 0 0 0 4.5rem #428400;
  outline: none !important;
}
.outline-marker-700-72-middle {
  box-shadow: inset 0 0 0 2.25rem #428400, 0 0 0 2.25rem #428400;
  outline: none !important;
}
.outline-marker-700-72-outside {
  box-shadow: 0 0 0 4.5rem #428400;
  outline: none !important;
}
.outline-marker-700-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #428400;
  outline: none !important;
}
.outline-marker-700-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #428400, 0 0 0 30rem #428400;
  outline: none !important;
}
.outline-marker-700-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #428400;
  outline: none !important;
}
.outline-marker-700-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #428400;
  outline: none !important;
}
.outline-marker-700-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #428400, 0 0 0 16.875rem #428400;
  outline: none !important;
}
.outline-marker-700-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #428400;
  outline: none !important;
}
.outline-marker-800-0-inside {
  box-shadow: inset 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-800-0-middle {
  box-shadow: inset 0 0 0 0 #428400, 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-800-0-outside {
  box-shadow: 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-800-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-800-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #428400, 0 0 0 0.03125rem #428400;
  outline: none !important;
}
.outline-marker-800-1-outside {
  box-shadow: 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-800-2-inside {
  box-shadow: inset 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-800-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #428400, 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-800-2-outside {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-800-4-inside {
  box-shadow: inset 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-800-4-middle {
  box-shadow: inset 0 0 0 0.125rem #428400, 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-800-4-outside {
  box-shadow: 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-800-6-inside {
  box-shadow: inset 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-800-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #428400, 0 0 0 0.1875rem #428400;
  outline: none !important;
}
.outline-marker-800-6-outside {
  box-shadow: 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-800-8-inside {
  box-shadow: inset 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-800-8-middle {
  box-shadow: inset 0 0 0 0.25rem #428400, 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-800-8-outside {
  box-shadow: 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-800-12-inside {
  box-shadow: inset 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-800-12-middle {
  box-shadow: inset 0 0 0 0.375rem #428400, 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-800-12-outside {
  box-shadow: 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-800-16-inside {
  box-shadow: inset 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-800-16-middle {
  box-shadow: inset 0 0 0 0.5rem #428400, 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-800-16-outside {
  box-shadow: 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-800-20-inside {
  box-shadow: inset 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-800-20-middle {
  box-shadow: inset 0 0 0 0.625rem #428400, 0 0 0 0.625rem #428400;
  outline: none !important;
}
.outline-marker-800-20-outside {
  box-shadow: 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-800-24-inside {
  box-shadow: inset 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-800-24-middle {
  box-shadow: inset 0 0 0 0.75rem #428400, 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-800-24-outside {
  box-shadow: 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-800-32-inside {
  box-shadow: inset 0 0 0 2rem #428400;
  outline: none !important;
}
.outline-marker-800-32-middle {
  box-shadow: inset 0 0 0 1rem #428400, 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-800-32-outside {
  box-shadow: 0 0 0 2rem #428400;
  outline: none !important;
}
.outline-marker-800-40-inside {
  box-shadow: inset 0 0 0 2.5rem #428400;
  outline: none !important;
}
.outline-marker-800-40-middle {
  box-shadow: inset 0 0 0 1.25rem #428400, 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-800-40-outside {
  box-shadow: 0 0 0 2.5rem #428400;
  outline: none !important;
}
.outline-marker-800-48-inside {
  box-shadow: inset 0 0 0 3rem #428400;
  outline: none !important;
}
.outline-marker-800-48-middle {
  box-shadow: inset 0 0 0 1.5rem #428400, 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-800-48-outside {
  box-shadow: 0 0 0 3rem #428400;
  outline: none !important;
}
.outline-marker-800-56-inside {
  box-shadow: inset 0 0 0 3.5rem #428400;
  outline: none !important;
}
.outline-marker-800-56-middle {
  box-shadow: inset 0 0 0 1.75rem #428400, 0 0 0 1.75rem #428400;
  outline: none !important;
}
.outline-marker-800-56-outside {
  box-shadow: 0 0 0 3.5rem #428400;
  outline: none !important;
}
.outline-marker-800-72-inside {
  box-shadow: inset 0 0 0 4.5rem #428400;
  outline: none !important;
}
.outline-marker-800-72-middle {
  box-shadow: inset 0 0 0 2.25rem #428400, 0 0 0 2.25rem #428400;
  outline: none !important;
}
.outline-marker-800-72-outside {
  box-shadow: 0 0 0 4.5rem #428400;
  outline: none !important;
}
.outline-marker-800-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #428400;
  outline: none !important;
}
.outline-marker-800-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #428400, 0 0 0 30rem #428400;
  outline: none !important;
}
.outline-marker-800-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #428400;
  outline: none !important;
}
.outline-marker-800-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #428400;
  outline: none !important;
}
.outline-marker-800-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #428400, 0 0 0 16.875rem #428400;
  outline: none !important;
}
.outline-marker-800-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #428400;
  outline: none !important;
}
.outline-marker-900-0-inside {
  box-shadow: inset 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-900-0-middle {
  box-shadow: inset 0 0 0 0 #428400, 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-900-0-outside {
  box-shadow: 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-900-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-900-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #428400, 0 0 0 0.03125rem #428400;
  outline: none !important;
}
.outline-marker-900-1-outside {
  box-shadow: 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-900-2-inside {
  box-shadow: inset 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-900-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #428400, 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-900-2-outside {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-900-4-inside {
  box-shadow: inset 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-900-4-middle {
  box-shadow: inset 0 0 0 0.125rem #428400, 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-900-4-outside {
  box-shadow: 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-900-6-inside {
  box-shadow: inset 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-900-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #428400, 0 0 0 0.1875rem #428400;
  outline: none !important;
}
.outline-marker-900-6-outside {
  box-shadow: 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-900-8-inside {
  box-shadow: inset 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-900-8-middle {
  box-shadow: inset 0 0 0 0.25rem #428400, 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-900-8-outside {
  box-shadow: 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-900-12-inside {
  box-shadow: inset 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-900-12-middle {
  box-shadow: inset 0 0 0 0.375rem #428400, 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-900-12-outside {
  box-shadow: 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-900-16-inside {
  box-shadow: inset 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-900-16-middle {
  box-shadow: inset 0 0 0 0.5rem #428400, 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-900-16-outside {
  box-shadow: 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-900-20-inside {
  box-shadow: inset 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-900-20-middle {
  box-shadow: inset 0 0 0 0.625rem #428400, 0 0 0 0.625rem #428400;
  outline: none !important;
}
.outline-marker-900-20-outside {
  box-shadow: 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-900-24-inside {
  box-shadow: inset 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-900-24-middle {
  box-shadow: inset 0 0 0 0.75rem #428400, 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-900-24-outside {
  box-shadow: 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-900-32-inside {
  box-shadow: inset 0 0 0 2rem #428400;
  outline: none !important;
}
.outline-marker-900-32-middle {
  box-shadow: inset 0 0 0 1rem #428400, 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-900-32-outside {
  box-shadow: 0 0 0 2rem #428400;
  outline: none !important;
}
.outline-marker-900-40-inside {
  box-shadow: inset 0 0 0 2.5rem #428400;
  outline: none !important;
}
.outline-marker-900-40-middle {
  box-shadow: inset 0 0 0 1.25rem #428400, 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-900-40-outside {
  box-shadow: 0 0 0 2.5rem #428400;
  outline: none !important;
}
.outline-marker-900-48-inside {
  box-shadow: inset 0 0 0 3rem #428400;
  outline: none !important;
}
.outline-marker-900-48-middle {
  box-shadow: inset 0 0 0 1.5rem #428400, 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-900-48-outside {
  box-shadow: 0 0 0 3rem #428400;
  outline: none !important;
}
.outline-marker-900-56-inside {
  box-shadow: inset 0 0 0 3.5rem #428400;
  outline: none !important;
}
.outline-marker-900-56-middle {
  box-shadow: inset 0 0 0 1.75rem #428400, 0 0 0 1.75rem #428400;
  outline: none !important;
}
.outline-marker-900-56-outside {
  box-shadow: 0 0 0 3.5rem #428400;
  outline: none !important;
}
.outline-marker-900-72-inside {
  box-shadow: inset 0 0 0 4.5rem #428400;
  outline: none !important;
}
.outline-marker-900-72-middle {
  box-shadow: inset 0 0 0 2.25rem #428400, 0 0 0 2.25rem #428400;
  outline: none !important;
}
.outline-marker-900-72-outside {
  box-shadow: 0 0 0 4.5rem #428400;
  outline: none !important;
}
.outline-marker-900-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #428400;
  outline: none !important;
}
.outline-marker-900-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #428400, 0 0 0 30rem #428400;
  outline: none !important;
}
.outline-marker-900-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #428400;
  outline: none !important;
}
.outline-marker-900-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #428400;
  outline: none !important;
}
.outline-marker-900-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #428400, 0 0 0 16.875rem #428400;
  outline: none !important;
}
.outline-marker-900-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #428400;
  outline: none !important;
}
.outline-marker-light-0-inside {
  box-shadow: inset 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-light-0-middle {
  box-shadow: inset 0 0 0 0 #60BF02, 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-light-0-outside {
  box-shadow: 0 0 0 0 #60BF02;
  outline: none !important;
}
.outline-marker-light-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-light-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #60BF02, 0 0 0 0.03125rem #60BF02;
  outline: none !important;
}
.outline-marker-light-1-outside {
  box-shadow: 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-light-2-inside {
  box-shadow: inset 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-light-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #60BF02, 0 0 0 0.0625rem #60BF02;
  outline: none !important;
}
.outline-marker-light-2-outside {
  box-shadow: 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-light-4-inside {
  box-shadow: inset 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-light-4-middle {
  box-shadow: inset 0 0 0 0.125rem #60BF02, 0 0 0 0.125rem #60BF02;
  outline: none !important;
}
.outline-marker-light-4-outside {
  box-shadow: 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-light-6-inside {
  box-shadow: inset 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-light-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #60BF02, 0 0 0 0.1875rem #60BF02;
  outline: none !important;
}
.outline-marker-light-6-outside {
  box-shadow: 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-light-8-inside {
  box-shadow: inset 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-light-8-middle {
  box-shadow: inset 0 0 0 0.25rem #60BF02, 0 0 0 0.25rem #60BF02;
  outline: none !important;
}
.outline-marker-light-8-outside {
  box-shadow: 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-light-12-inside {
  box-shadow: inset 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-light-12-middle {
  box-shadow: inset 0 0 0 0.375rem #60BF02, 0 0 0 0.375rem #60BF02;
  outline: none !important;
}
.outline-marker-light-12-outside {
  box-shadow: 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-light-16-inside {
  box-shadow: inset 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-light-16-middle {
  box-shadow: inset 0 0 0 0.5rem #60BF02, 0 0 0 0.5rem #60BF02;
  outline: none !important;
}
.outline-marker-light-16-outside {
  box-shadow: 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-light-20-inside {
  box-shadow: inset 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-light-20-middle {
  box-shadow: inset 0 0 0 0.625rem #60BF02, 0 0 0 0.625rem #60BF02;
  outline: none !important;
}
.outline-marker-light-20-outside {
  box-shadow: 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-light-24-inside {
  box-shadow: inset 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-light-24-middle {
  box-shadow: inset 0 0 0 0.75rem #60BF02, 0 0 0 0.75rem #60BF02;
  outline: none !important;
}
.outline-marker-light-24-outside {
  box-shadow: 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-light-32-inside {
  box-shadow: inset 0 0 0 2rem #60BF02;
  outline: none !important;
}
.outline-marker-light-32-middle {
  box-shadow: inset 0 0 0 1rem #60BF02, 0 0 0 1rem #60BF02;
  outline: none !important;
}
.outline-marker-light-32-outside {
  box-shadow: 0 0 0 2rem #60BF02;
  outline: none !important;
}
.outline-marker-light-40-inside {
  box-shadow: inset 0 0 0 2.5rem #60BF02;
  outline: none !important;
}
.outline-marker-light-40-middle {
  box-shadow: inset 0 0 0 1.25rem #60BF02, 0 0 0 1.25rem #60BF02;
  outline: none !important;
}
.outline-marker-light-40-outside {
  box-shadow: 0 0 0 2.5rem #60BF02;
  outline: none !important;
}
.outline-marker-light-48-inside {
  box-shadow: inset 0 0 0 3rem #60BF02;
  outline: none !important;
}
.outline-marker-light-48-middle {
  box-shadow: inset 0 0 0 1.5rem #60BF02, 0 0 0 1.5rem #60BF02;
  outline: none !important;
}
.outline-marker-light-48-outside {
  box-shadow: 0 0 0 3rem #60BF02;
  outline: none !important;
}
.outline-marker-light-56-inside {
  box-shadow: inset 0 0 0 3.5rem #60BF02;
  outline: none !important;
}
.outline-marker-light-56-middle {
  box-shadow: inset 0 0 0 1.75rem #60BF02, 0 0 0 1.75rem #60BF02;
  outline: none !important;
}
.outline-marker-light-56-outside {
  box-shadow: 0 0 0 3.5rem #60BF02;
  outline: none !important;
}
.outline-marker-light-72-inside {
  box-shadow: inset 0 0 0 4.5rem #60BF02;
  outline: none !important;
}
.outline-marker-light-72-middle {
  box-shadow: inset 0 0 0 2.25rem #60BF02, 0 0 0 2.25rem #60BF02;
  outline: none !important;
}
.outline-marker-light-72-outside {
  box-shadow: 0 0 0 4.5rem #60BF02;
  outline: none !important;
}
.outline-marker-light-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #60BF02;
  outline: none !important;
}
.outline-marker-light-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #60BF02, 0 0 0 30rem #60BF02;
  outline: none !important;
}
.outline-marker-light-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #60BF02;
  outline: none !important;
}
.outline-marker-light-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #60BF02;
  outline: none !important;
}
.outline-marker-light-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #60BF02, 0 0 0 16.875rem #60BF02;
  outline: none !important;
}
.outline-marker-light-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #60BF02;
  outline: none !important;
}
.outline-marker-dark-0-inside {
  box-shadow: inset 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-dark-0-middle {
  box-shadow: inset 0 0 0 0 #428400, 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-dark-0-outside {
  box-shadow: 0 0 0 0 #428400;
  outline: none !important;
}
.outline-marker-dark-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-dark-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #428400, 0 0 0 0.03125rem #428400;
  outline: none !important;
}
.outline-marker-dark-1-outside {
  box-shadow: 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-dark-2-inside {
  box-shadow: inset 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-dark-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #428400, 0 0 0 0.0625rem #428400;
  outline: none !important;
}
.outline-marker-dark-2-outside {
  box-shadow: 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-dark-4-inside {
  box-shadow: inset 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-dark-4-middle {
  box-shadow: inset 0 0 0 0.125rem #428400, 0 0 0 0.125rem #428400;
  outline: none !important;
}
.outline-marker-dark-4-outside {
  box-shadow: 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-dark-6-inside {
  box-shadow: inset 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-dark-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #428400, 0 0 0 0.1875rem #428400;
  outline: none !important;
}
.outline-marker-dark-6-outside {
  box-shadow: 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-dark-8-inside {
  box-shadow: inset 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-dark-8-middle {
  box-shadow: inset 0 0 0 0.25rem #428400, 0 0 0 0.25rem #428400;
  outline: none !important;
}
.outline-marker-dark-8-outside {
  box-shadow: 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-dark-12-inside {
  box-shadow: inset 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-dark-12-middle {
  box-shadow: inset 0 0 0 0.375rem #428400, 0 0 0 0.375rem #428400;
  outline: none !important;
}
.outline-marker-dark-12-outside {
  box-shadow: 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-dark-16-inside {
  box-shadow: inset 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-dark-16-middle {
  box-shadow: inset 0 0 0 0.5rem #428400, 0 0 0 0.5rem #428400;
  outline: none !important;
}
.outline-marker-dark-16-outside {
  box-shadow: 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-dark-20-inside {
  box-shadow: inset 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-dark-20-middle {
  box-shadow: inset 0 0 0 0.625rem #428400, 0 0 0 0.625rem #428400;
  outline: none !important;
}
.outline-marker-dark-20-outside {
  box-shadow: 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-dark-24-inside {
  box-shadow: inset 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-dark-24-middle {
  box-shadow: inset 0 0 0 0.75rem #428400, 0 0 0 0.75rem #428400;
  outline: none !important;
}
.outline-marker-dark-24-outside {
  box-shadow: 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-dark-32-inside {
  box-shadow: inset 0 0 0 2rem #428400;
  outline: none !important;
}
.outline-marker-dark-32-middle {
  box-shadow: inset 0 0 0 1rem #428400, 0 0 0 1rem #428400;
  outline: none !important;
}
.outline-marker-dark-32-outside {
  box-shadow: 0 0 0 2rem #428400;
  outline: none !important;
}
.outline-marker-dark-40-inside {
  box-shadow: inset 0 0 0 2.5rem #428400;
  outline: none !important;
}
.outline-marker-dark-40-middle {
  box-shadow: inset 0 0 0 1.25rem #428400, 0 0 0 1.25rem #428400;
  outline: none !important;
}
.outline-marker-dark-40-outside {
  box-shadow: 0 0 0 2.5rem #428400;
  outline: none !important;
}
.outline-marker-dark-48-inside {
  box-shadow: inset 0 0 0 3rem #428400;
  outline: none !important;
}
.outline-marker-dark-48-middle {
  box-shadow: inset 0 0 0 1.5rem #428400, 0 0 0 1.5rem #428400;
  outline: none !important;
}
.outline-marker-dark-48-outside {
  box-shadow: 0 0 0 3rem #428400;
  outline: none !important;
}
.outline-marker-dark-56-inside {
  box-shadow: inset 0 0 0 3.5rem #428400;
  outline: none !important;
}
.outline-marker-dark-56-middle {
  box-shadow: inset 0 0 0 1.75rem #428400, 0 0 0 1.75rem #428400;
  outline: none !important;
}
.outline-marker-dark-56-outside {
  box-shadow: 0 0 0 3.5rem #428400;
  outline: none !important;
}
.outline-marker-dark-72-inside {
  box-shadow: inset 0 0 0 4.5rem #428400;
  outline: none !important;
}
.outline-marker-dark-72-middle {
  box-shadow: inset 0 0 0 2.25rem #428400, 0 0 0 2.25rem #428400;
  outline: none !important;
}
.outline-marker-dark-72-outside {
  box-shadow: 0 0 0 4.5rem #428400;
  outline: none !important;
}
.outline-marker-dark-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #428400;
  outline: none !important;
}
.outline-marker-dark-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #428400, 0 0 0 30rem #428400;
  outline: none !important;
}
.outline-marker-dark-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #428400;
  outline: none !important;
}
.outline-marker-dark-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #428400;
  outline: none !important;
}
.outline-marker-dark-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #428400, 0 0 0 16.875rem #428400;
  outline: none !important;
}
.outline-marker-dark-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #428400;
  outline: none !important;
}
.outline-attention-0-0-inside {
  box-shadow: inset 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-0-0-middle {
  box-shadow: inset 0 0 0 0 #E17A00, 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-0-0-outside {
  box-shadow: 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-0-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-0-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #E17A00, 0 0 0 0.03125rem #E17A00;
  outline: none !important;
}
.outline-attention-0-1-outside {
  box-shadow: 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-0-2-inside {
  box-shadow: inset 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-0-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #E17A00, 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-0-2-outside {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-0-4-inside {
  box-shadow: inset 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-0-4-middle {
  box-shadow: inset 0 0 0 0.125rem #E17A00, 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-0-4-outside {
  box-shadow: 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-0-6-inside {
  box-shadow: inset 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-0-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #E17A00, 0 0 0 0.1875rem #E17A00;
  outline: none !important;
}
.outline-attention-0-6-outside {
  box-shadow: 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-0-8-inside {
  box-shadow: inset 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-0-8-middle {
  box-shadow: inset 0 0 0 0.25rem #E17A00, 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-0-8-outside {
  box-shadow: 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-0-12-inside {
  box-shadow: inset 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-0-12-middle {
  box-shadow: inset 0 0 0 0.375rem #E17A00, 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-0-12-outside {
  box-shadow: 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-0-16-inside {
  box-shadow: inset 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-0-16-middle {
  box-shadow: inset 0 0 0 0.5rem #E17A00, 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-0-16-outside {
  box-shadow: 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-0-20-inside {
  box-shadow: inset 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-0-20-middle {
  box-shadow: inset 0 0 0 0.625rem #E17A00, 0 0 0 0.625rem #E17A00;
  outline: none !important;
}
.outline-attention-0-20-outside {
  box-shadow: 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-0-24-inside {
  box-shadow: inset 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-0-24-middle {
  box-shadow: inset 0 0 0 0.75rem #E17A00, 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-0-24-outside {
  box-shadow: 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-0-32-inside {
  box-shadow: inset 0 0 0 2rem #E17A00;
  outline: none !important;
}
.outline-attention-0-32-middle {
  box-shadow: inset 0 0 0 1rem #E17A00, 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-0-32-outside {
  box-shadow: 0 0 0 2rem #E17A00;
  outline: none !important;
}
.outline-attention-0-40-inside {
  box-shadow: inset 0 0 0 2.5rem #E17A00;
  outline: none !important;
}
.outline-attention-0-40-middle {
  box-shadow: inset 0 0 0 1.25rem #E17A00, 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-0-40-outside {
  box-shadow: 0 0 0 2.5rem #E17A00;
  outline: none !important;
}
.outline-attention-0-48-inside {
  box-shadow: inset 0 0 0 3rem #E17A00;
  outline: none !important;
}
.outline-attention-0-48-middle {
  box-shadow: inset 0 0 0 1.5rem #E17A00, 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-0-48-outside {
  box-shadow: 0 0 0 3rem #E17A00;
  outline: none !important;
}
.outline-attention-0-56-inside {
  box-shadow: inset 0 0 0 3.5rem #E17A00;
  outline: none !important;
}
.outline-attention-0-56-middle {
  box-shadow: inset 0 0 0 1.75rem #E17A00, 0 0 0 1.75rem #E17A00;
  outline: none !important;
}
.outline-attention-0-56-outside {
  box-shadow: 0 0 0 3.5rem #E17A00;
  outline: none !important;
}
.outline-attention-0-72-inside {
  box-shadow: inset 0 0 0 4.5rem #E17A00;
  outline: none !important;
}
.outline-attention-0-72-middle {
  box-shadow: inset 0 0 0 2.25rem #E17A00, 0 0 0 2.25rem #E17A00;
  outline: none !important;
}
.outline-attention-0-72-outside {
  box-shadow: 0 0 0 4.5rem #E17A00;
  outline: none !important;
}
.outline-attention-0-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #E17A00;
  outline: none !important;
}
.outline-attention-0-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #E17A00, 0 0 0 30rem #E17A00;
  outline: none !important;
}
.outline-attention-0-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #E17A00;
  outline: none !important;
}
.outline-attention-0-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #E17A00;
  outline: none !important;
}
.outline-attention-0-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #E17A00, 0 0 0 16.875rem #E17A00;
  outline: none !important;
}
.outline-attention-0-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #E17A00;
  outline: none !important;
}
.outline-attention-100-0-inside {
  box-shadow: inset 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-100-0-middle {
  box-shadow: inset 0 0 0 0 #E17A00, 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-100-0-outside {
  box-shadow: 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-100-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-100-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #E17A00, 0 0 0 0.03125rem #E17A00;
  outline: none !important;
}
.outline-attention-100-1-outside {
  box-shadow: 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-100-2-inside {
  box-shadow: inset 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-100-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #E17A00, 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-100-2-outside {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-100-4-inside {
  box-shadow: inset 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-100-4-middle {
  box-shadow: inset 0 0 0 0.125rem #E17A00, 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-100-4-outside {
  box-shadow: 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-100-6-inside {
  box-shadow: inset 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-100-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #E17A00, 0 0 0 0.1875rem #E17A00;
  outline: none !important;
}
.outline-attention-100-6-outside {
  box-shadow: 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-100-8-inside {
  box-shadow: inset 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-100-8-middle {
  box-shadow: inset 0 0 0 0.25rem #E17A00, 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-100-8-outside {
  box-shadow: 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-100-12-inside {
  box-shadow: inset 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-100-12-middle {
  box-shadow: inset 0 0 0 0.375rem #E17A00, 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-100-12-outside {
  box-shadow: 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-100-16-inside {
  box-shadow: inset 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-100-16-middle {
  box-shadow: inset 0 0 0 0.5rem #E17A00, 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-100-16-outside {
  box-shadow: 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-100-20-inside {
  box-shadow: inset 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-100-20-middle {
  box-shadow: inset 0 0 0 0.625rem #E17A00, 0 0 0 0.625rem #E17A00;
  outline: none !important;
}
.outline-attention-100-20-outside {
  box-shadow: 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-100-24-inside {
  box-shadow: inset 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-100-24-middle {
  box-shadow: inset 0 0 0 0.75rem #E17A00, 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-100-24-outside {
  box-shadow: 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-100-32-inside {
  box-shadow: inset 0 0 0 2rem #E17A00;
  outline: none !important;
}
.outline-attention-100-32-middle {
  box-shadow: inset 0 0 0 1rem #E17A00, 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-100-32-outside {
  box-shadow: 0 0 0 2rem #E17A00;
  outline: none !important;
}
.outline-attention-100-40-inside {
  box-shadow: inset 0 0 0 2.5rem #E17A00;
  outline: none !important;
}
.outline-attention-100-40-middle {
  box-shadow: inset 0 0 0 1.25rem #E17A00, 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-100-40-outside {
  box-shadow: 0 0 0 2.5rem #E17A00;
  outline: none !important;
}
.outline-attention-100-48-inside {
  box-shadow: inset 0 0 0 3rem #E17A00;
  outline: none !important;
}
.outline-attention-100-48-middle {
  box-shadow: inset 0 0 0 1.5rem #E17A00, 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-100-48-outside {
  box-shadow: 0 0 0 3rem #E17A00;
  outline: none !important;
}
.outline-attention-100-56-inside {
  box-shadow: inset 0 0 0 3.5rem #E17A00;
  outline: none !important;
}
.outline-attention-100-56-middle {
  box-shadow: inset 0 0 0 1.75rem #E17A00, 0 0 0 1.75rem #E17A00;
  outline: none !important;
}
.outline-attention-100-56-outside {
  box-shadow: 0 0 0 3.5rem #E17A00;
  outline: none !important;
}
.outline-attention-100-72-inside {
  box-shadow: inset 0 0 0 4.5rem #E17A00;
  outline: none !important;
}
.outline-attention-100-72-middle {
  box-shadow: inset 0 0 0 2.25rem #E17A00, 0 0 0 2.25rem #E17A00;
  outline: none !important;
}
.outline-attention-100-72-outside {
  box-shadow: 0 0 0 4.5rem #E17A00;
  outline: none !important;
}
.outline-attention-100-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #E17A00;
  outline: none !important;
}
.outline-attention-100-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #E17A00, 0 0 0 30rem #E17A00;
  outline: none !important;
}
.outline-attention-100-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #E17A00;
  outline: none !important;
}
.outline-attention-100-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #E17A00;
  outline: none !important;
}
.outline-attention-100-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #E17A00, 0 0 0 16.875rem #E17A00;
  outline: none !important;
}
.outline-attention-100-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #E17A00;
  outline: none !important;
}
.outline-attention-200-0-inside {
  box-shadow: inset 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-200-0-middle {
  box-shadow: inset 0 0 0 0 #E17A00, 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-200-0-outside {
  box-shadow: 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-200-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-200-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #E17A00, 0 0 0 0.03125rem #E17A00;
  outline: none !important;
}
.outline-attention-200-1-outside {
  box-shadow: 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-200-2-inside {
  box-shadow: inset 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-200-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #E17A00, 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-200-2-outside {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-200-4-inside {
  box-shadow: inset 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-200-4-middle {
  box-shadow: inset 0 0 0 0.125rem #E17A00, 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-200-4-outside {
  box-shadow: 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-200-6-inside {
  box-shadow: inset 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-200-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #E17A00, 0 0 0 0.1875rem #E17A00;
  outline: none !important;
}
.outline-attention-200-6-outside {
  box-shadow: 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-200-8-inside {
  box-shadow: inset 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-200-8-middle {
  box-shadow: inset 0 0 0 0.25rem #E17A00, 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-200-8-outside {
  box-shadow: 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-200-12-inside {
  box-shadow: inset 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-200-12-middle {
  box-shadow: inset 0 0 0 0.375rem #E17A00, 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-200-12-outside {
  box-shadow: 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-200-16-inside {
  box-shadow: inset 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-200-16-middle {
  box-shadow: inset 0 0 0 0.5rem #E17A00, 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-200-16-outside {
  box-shadow: 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-200-20-inside {
  box-shadow: inset 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-200-20-middle {
  box-shadow: inset 0 0 0 0.625rem #E17A00, 0 0 0 0.625rem #E17A00;
  outline: none !important;
}
.outline-attention-200-20-outside {
  box-shadow: 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-200-24-inside {
  box-shadow: inset 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-200-24-middle {
  box-shadow: inset 0 0 0 0.75rem #E17A00, 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-200-24-outside {
  box-shadow: 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-200-32-inside {
  box-shadow: inset 0 0 0 2rem #E17A00;
  outline: none !important;
}
.outline-attention-200-32-middle {
  box-shadow: inset 0 0 0 1rem #E17A00, 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-200-32-outside {
  box-shadow: 0 0 0 2rem #E17A00;
  outline: none !important;
}
.outline-attention-200-40-inside {
  box-shadow: inset 0 0 0 2.5rem #E17A00;
  outline: none !important;
}
.outline-attention-200-40-middle {
  box-shadow: inset 0 0 0 1.25rem #E17A00, 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-200-40-outside {
  box-shadow: 0 0 0 2.5rem #E17A00;
  outline: none !important;
}
.outline-attention-200-48-inside {
  box-shadow: inset 0 0 0 3rem #E17A00;
  outline: none !important;
}
.outline-attention-200-48-middle {
  box-shadow: inset 0 0 0 1.5rem #E17A00, 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-200-48-outside {
  box-shadow: 0 0 0 3rem #E17A00;
  outline: none !important;
}
.outline-attention-200-56-inside {
  box-shadow: inset 0 0 0 3.5rem #E17A00;
  outline: none !important;
}
.outline-attention-200-56-middle {
  box-shadow: inset 0 0 0 1.75rem #E17A00, 0 0 0 1.75rem #E17A00;
  outline: none !important;
}
.outline-attention-200-56-outside {
  box-shadow: 0 0 0 3.5rem #E17A00;
  outline: none !important;
}
.outline-attention-200-72-inside {
  box-shadow: inset 0 0 0 4.5rem #E17A00;
  outline: none !important;
}
.outline-attention-200-72-middle {
  box-shadow: inset 0 0 0 2.25rem #E17A00, 0 0 0 2.25rem #E17A00;
  outline: none !important;
}
.outline-attention-200-72-outside {
  box-shadow: 0 0 0 4.5rem #E17A00;
  outline: none !important;
}
.outline-attention-200-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #E17A00;
  outline: none !important;
}
.outline-attention-200-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #E17A00, 0 0 0 30rem #E17A00;
  outline: none !important;
}
.outline-attention-200-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #E17A00;
  outline: none !important;
}
.outline-attention-200-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #E17A00;
  outline: none !important;
}
.outline-attention-200-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #E17A00, 0 0 0 16.875rem #E17A00;
  outline: none !important;
}
.outline-attention-200-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #E17A00;
  outline: none !important;
}
.outline-attention-300-0-inside {
  box-shadow: inset 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-300-0-middle {
  box-shadow: inset 0 0 0 0 #E17A00, 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-300-0-outside {
  box-shadow: 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-300-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-300-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #E17A00, 0 0 0 0.03125rem #E17A00;
  outline: none !important;
}
.outline-attention-300-1-outside {
  box-shadow: 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-300-2-inside {
  box-shadow: inset 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-300-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #E17A00, 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-300-2-outside {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-300-4-inside {
  box-shadow: inset 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-300-4-middle {
  box-shadow: inset 0 0 0 0.125rem #E17A00, 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-300-4-outside {
  box-shadow: 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-300-6-inside {
  box-shadow: inset 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-300-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #E17A00, 0 0 0 0.1875rem #E17A00;
  outline: none !important;
}
.outline-attention-300-6-outside {
  box-shadow: 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-300-8-inside {
  box-shadow: inset 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-300-8-middle {
  box-shadow: inset 0 0 0 0.25rem #E17A00, 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-300-8-outside {
  box-shadow: 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-300-12-inside {
  box-shadow: inset 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-300-12-middle {
  box-shadow: inset 0 0 0 0.375rem #E17A00, 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-300-12-outside {
  box-shadow: 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-300-16-inside {
  box-shadow: inset 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-300-16-middle {
  box-shadow: inset 0 0 0 0.5rem #E17A00, 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-300-16-outside {
  box-shadow: 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-300-20-inside {
  box-shadow: inset 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-300-20-middle {
  box-shadow: inset 0 0 0 0.625rem #E17A00, 0 0 0 0.625rem #E17A00;
  outline: none !important;
}
.outline-attention-300-20-outside {
  box-shadow: 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-300-24-inside {
  box-shadow: inset 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-300-24-middle {
  box-shadow: inset 0 0 0 0.75rem #E17A00, 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-300-24-outside {
  box-shadow: 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-300-32-inside {
  box-shadow: inset 0 0 0 2rem #E17A00;
  outline: none !important;
}
.outline-attention-300-32-middle {
  box-shadow: inset 0 0 0 1rem #E17A00, 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-300-32-outside {
  box-shadow: 0 0 0 2rem #E17A00;
  outline: none !important;
}
.outline-attention-300-40-inside {
  box-shadow: inset 0 0 0 2.5rem #E17A00;
  outline: none !important;
}
.outline-attention-300-40-middle {
  box-shadow: inset 0 0 0 1.25rem #E17A00, 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-300-40-outside {
  box-shadow: 0 0 0 2.5rem #E17A00;
  outline: none !important;
}
.outline-attention-300-48-inside {
  box-shadow: inset 0 0 0 3rem #E17A00;
  outline: none !important;
}
.outline-attention-300-48-middle {
  box-shadow: inset 0 0 0 1.5rem #E17A00, 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-300-48-outside {
  box-shadow: 0 0 0 3rem #E17A00;
  outline: none !important;
}
.outline-attention-300-56-inside {
  box-shadow: inset 0 0 0 3.5rem #E17A00;
  outline: none !important;
}
.outline-attention-300-56-middle {
  box-shadow: inset 0 0 0 1.75rem #E17A00, 0 0 0 1.75rem #E17A00;
  outline: none !important;
}
.outline-attention-300-56-outside {
  box-shadow: 0 0 0 3.5rem #E17A00;
  outline: none !important;
}
.outline-attention-300-72-inside {
  box-shadow: inset 0 0 0 4.5rem #E17A00;
  outline: none !important;
}
.outline-attention-300-72-middle {
  box-shadow: inset 0 0 0 2.25rem #E17A00, 0 0 0 2.25rem #E17A00;
  outline: none !important;
}
.outline-attention-300-72-outside {
  box-shadow: 0 0 0 4.5rem #E17A00;
  outline: none !important;
}
.outline-attention-300-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #E17A00;
  outline: none !important;
}
.outline-attention-300-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #E17A00, 0 0 0 30rem #E17A00;
  outline: none !important;
}
.outline-attention-300-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #E17A00;
  outline: none !important;
}
.outline-attention-300-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #E17A00;
  outline: none !important;
}
.outline-attention-300-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #E17A00, 0 0 0 16.875rem #E17A00;
  outline: none !important;
}
.outline-attention-300-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #E17A00;
  outline: none !important;
}
.outline-attention-400-0-inside {
  box-shadow: inset 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-400-0-middle {
  box-shadow: inset 0 0 0 0 #E17A00, 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-400-0-outside {
  box-shadow: 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-400-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-400-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #E17A00, 0 0 0 0.03125rem #E17A00;
  outline: none !important;
}
.outline-attention-400-1-outside {
  box-shadow: 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-400-2-inside {
  box-shadow: inset 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-400-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #E17A00, 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-400-2-outside {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-400-4-inside {
  box-shadow: inset 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-400-4-middle {
  box-shadow: inset 0 0 0 0.125rem #E17A00, 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-400-4-outside {
  box-shadow: 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-400-6-inside {
  box-shadow: inset 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-400-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #E17A00, 0 0 0 0.1875rem #E17A00;
  outline: none !important;
}
.outline-attention-400-6-outside {
  box-shadow: 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-400-8-inside {
  box-shadow: inset 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-400-8-middle {
  box-shadow: inset 0 0 0 0.25rem #E17A00, 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-400-8-outside {
  box-shadow: 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-400-12-inside {
  box-shadow: inset 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-400-12-middle {
  box-shadow: inset 0 0 0 0.375rem #E17A00, 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-400-12-outside {
  box-shadow: 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-400-16-inside {
  box-shadow: inset 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-400-16-middle {
  box-shadow: inset 0 0 0 0.5rem #E17A00, 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-400-16-outside {
  box-shadow: 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-400-20-inside {
  box-shadow: inset 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-400-20-middle {
  box-shadow: inset 0 0 0 0.625rem #E17A00, 0 0 0 0.625rem #E17A00;
  outline: none !important;
}
.outline-attention-400-20-outside {
  box-shadow: 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-400-24-inside {
  box-shadow: inset 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-400-24-middle {
  box-shadow: inset 0 0 0 0.75rem #E17A00, 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-400-24-outside {
  box-shadow: 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-400-32-inside {
  box-shadow: inset 0 0 0 2rem #E17A00;
  outline: none !important;
}
.outline-attention-400-32-middle {
  box-shadow: inset 0 0 0 1rem #E17A00, 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-400-32-outside {
  box-shadow: 0 0 0 2rem #E17A00;
  outline: none !important;
}
.outline-attention-400-40-inside {
  box-shadow: inset 0 0 0 2.5rem #E17A00;
  outline: none !important;
}
.outline-attention-400-40-middle {
  box-shadow: inset 0 0 0 1.25rem #E17A00, 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-400-40-outside {
  box-shadow: 0 0 0 2.5rem #E17A00;
  outline: none !important;
}
.outline-attention-400-48-inside {
  box-shadow: inset 0 0 0 3rem #E17A00;
  outline: none !important;
}
.outline-attention-400-48-middle {
  box-shadow: inset 0 0 0 1.5rem #E17A00, 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-400-48-outside {
  box-shadow: 0 0 0 3rem #E17A00;
  outline: none !important;
}
.outline-attention-400-56-inside {
  box-shadow: inset 0 0 0 3.5rem #E17A00;
  outline: none !important;
}
.outline-attention-400-56-middle {
  box-shadow: inset 0 0 0 1.75rem #E17A00, 0 0 0 1.75rem #E17A00;
  outline: none !important;
}
.outline-attention-400-56-outside {
  box-shadow: 0 0 0 3.5rem #E17A00;
  outline: none !important;
}
.outline-attention-400-72-inside {
  box-shadow: inset 0 0 0 4.5rem #E17A00;
  outline: none !important;
}
.outline-attention-400-72-middle {
  box-shadow: inset 0 0 0 2.25rem #E17A00, 0 0 0 2.25rem #E17A00;
  outline: none !important;
}
.outline-attention-400-72-outside {
  box-shadow: 0 0 0 4.5rem #E17A00;
  outline: none !important;
}
.outline-attention-400-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #E17A00;
  outline: none !important;
}
.outline-attention-400-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #E17A00, 0 0 0 30rem #E17A00;
  outline: none !important;
}
.outline-attention-400-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #E17A00;
  outline: none !important;
}
.outline-attention-400-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #E17A00;
  outline: none !important;
}
.outline-attention-400-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #E17A00, 0 0 0 16.875rem #E17A00;
  outline: none !important;
}
.outline-attention-400-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #E17A00;
  outline: none !important;
}
.outline-attention-500-0-inside {
  box-shadow: inset 0 0 0 0 #E93A24;
  outline: none !important;
}
.outline-attention-500-0-middle {
  box-shadow: inset 0 0 0 0 #E93A24, 0 0 0 0 #E93A24;
  outline: none !important;
}
.outline-attention-500-0-outside {
  box-shadow: 0 0 0 0 #E93A24;
  outline: none !important;
}
.outline-attention-500-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-500-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #E93A24, 0 0 0 0.03125rem #E93A24;
  outline: none !important;
}
.outline-attention-500-1-outside {
  box-shadow: 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-500-2-inside {
  box-shadow: inset 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-500-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #E93A24, 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-500-2-outside {
  box-shadow: 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-500-4-inside {
  box-shadow: inset 0 0 0 0.25rem #E93A24;
  outline: none !important;
}
.outline-attention-500-4-middle {
  box-shadow: inset 0 0 0 0.125rem #E93A24, 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-500-4-outside {
  box-shadow: 0 0 0 0.25rem #E93A24;
  outline: none !important;
}
.outline-attention-500-6-inside {
  box-shadow: inset 0 0 0 0.375rem #E93A24;
  outline: none !important;
}
.outline-attention-500-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #E93A24, 0 0 0 0.1875rem #E93A24;
  outline: none !important;
}
.outline-attention-500-6-outside {
  box-shadow: 0 0 0 0.375rem #E93A24;
  outline: none !important;
}
.outline-attention-500-8-inside {
  box-shadow: inset 0 0 0 0.5rem #E93A24;
  outline: none !important;
}
.outline-attention-500-8-middle {
  box-shadow: inset 0 0 0 0.25rem #E93A24, 0 0 0 0.25rem #E93A24;
  outline: none !important;
}
.outline-attention-500-8-outside {
  box-shadow: 0 0 0 0.5rem #E93A24;
  outline: none !important;
}
.outline-attention-500-12-inside {
  box-shadow: inset 0 0 0 0.75rem #E93A24;
  outline: none !important;
}
.outline-attention-500-12-middle {
  box-shadow: inset 0 0 0 0.375rem #E93A24, 0 0 0 0.375rem #E93A24;
  outline: none !important;
}
.outline-attention-500-12-outside {
  box-shadow: 0 0 0 0.75rem #E93A24;
  outline: none !important;
}
.outline-attention-500-16-inside {
  box-shadow: inset 0 0 0 1rem #E93A24;
  outline: none !important;
}
.outline-attention-500-16-middle {
  box-shadow: inset 0 0 0 0.5rem #E93A24, 0 0 0 0.5rem #E93A24;
  outline: none !important;
}
.outline-attention-500-16-outside {
  box-shadow: 0 0 0 1rem #E93A24;
  outline: none !important;
}
.outline-attention-500-20-inside {
  box-shadow: inset 0 0 0 1.25rem #E93A24;
  outline: none !important;
}
.outline-attention-500-20-middle {
  box-shadow: inset 0 0 0 0.625rem #E93A24, 0 0 0 0.625rem #E93A24;
  outline: none !important;
}
.outline-attention-500-20-outside {
  box-shadow: 0 0 0 1.25rem #E93A24;
  outline: none !important;
}
.outline-attention-500-24-inside {
  box-shadow: inset 0 0 0 1.5rem #E93A24;
  outline: none !important;
}
.outline-attention-500-24-middle {
  box-shadow: inset 0 0 0 0.75rem #E93A24, 0 0 0 0.75rem #E93A24;
  outline: none !important;
}
.outline-attention-500-24-outside {
  box-shadow: 0 0 0 1.5rem #E93A24;
  outline: none !important;
}
.outline-attention-500-32-inside {
  box-shadow: inset 0 0 0 2rem #E93A24;
  outline: none !important;
}
.outline-attention-500-32-middle {
  box-shadow: inset 0 0 0 1rem #E93A24, 0 0 0 1rem #E93A24;
  outline: none !important;
}
.outline-attention-500-32-outside {
  box-shadow: 0 0 0 2rem #E93A24;
  outline: none !important;
}
.outline-attention-500-40-inside {
  box-shadow: inset 0 0 0 2.5rem #E93A24;
  outline: none !important;
}
.outline-attention-500-40-middle {
  box-shadow: inset 0 0 0 1.25rem #E93A24, 0 0 0 1.25rem #E93A24;
  outline: none !important;
}
.outline-attention-500-40-outside {
  box-shadow: 0 0 0 2.5rem #E93A24;
  outline: none !important;
}
.outline-attention-500-48-inside {
  box-shadow: inset 0 0 0 3rem #E93A24;
  outline: none !important;
}
.outline-attention-500-48-middle {
  box-shadow: inset 0 0 0 1.5rem #E93A24, 0 0 0 1.5rem #E93A24;
  outline: none !important;
}
.outline-attention-500-48-outside {
  box-shadow: 0 0 0 3rem #E93A24;
  outline: none !important;
}
.outline-attention-500-56-inside {
  box-shadow: inset 0 0 0 3.5rem #E93A24;
  outline: none !important;
}
.outline-attention-500-56-middle {
  box-shadow: inset 0 0 0 1.75rem #E93A24, 0 0 0 1.75rem #E93A24;
  outline: none !important;
}
.outline-attention-500-56-outside {
  box-shadow: 0 0 0 3.5rem #E93A24;
  outline: none !important;
}
.outline-attention-500-72-inside {
  box-shadow: inset 0 0 0 4.5rem #E93A24;
  outline: none !important;
}
.outline-attention-500-72-middle {
  box-shadow: inset 0 0 0 2.25rem #E93A24, 0 0 0 2.25rem #E93A24;
  outline: none !important;
}
.outline-attention-500-72-outside {
  box-shadow: 0 0 0 4.5rem #E93A24;
  outline: none !important;
}
.outline-attention-500-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #E93A24;
  outline: none !important;
}
.outline-attention-500-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #E93A24, 0 0 0 30rem #E93A24;
  outline: none !important;
}
.outline-attention-500-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #E93A24;
  outline: none !important;
}
.outline-attention-500-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #E93A24;
  outline: none !important;
}
.outline-attention-500-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #E93A24, 0 0 0 16.875rem #E93A24;
  outline: none !important;
}
.outline-attention-500-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #E93A24;
  outline: none !important;
}
.outline-attention-600-0-inside {
  box-shadow: inset 0 0 0 0 #E93A24;
  outline: none !important;
}
.outline-attention-600-0-middle {
  box-shadow: inset 0 0 0 0 #E93A24, 0 0 0 0 #E93A24;
  outline: none !important;
}
.outline-attention-600-0-outside {
  box-shadow: 0 0 0 0 #E93A24;
  outline: none !important;
}
.outline-attention-600-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-600-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #E93A24, 0 0 0 0.03125rem #E93A24;
  outline: none !important;
}
.outline-attention-600-1-outside {
  box-shadow: 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-600-2-inside {
  box-shadow: inset 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-600-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #E93A24, 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-600-2-outside {
  box-shadow: 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-600-4-inside {
  box-shadow: inset 0 0 0 0.25rem #E93A24;
  outline: none !important;
}
.outline-attention-600-4-middle {
  box-shadow: inset 0 0 0 0.125rem #E93A24, 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-600-4-outside {
  box-shadow: 0 0 0 0.25rem #E93A24;
  outline: none !important;
}
.outline-attention-600-6-inside {
  box-shadow: inset 0 0 0 0.375rem #E93A24;
  outline: none !important;
}
.outline-attention-600-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #E93A24, 0 0 0 0.1875rem #E93A24;
  outline: none !important;
}
.outline-attention-600-6-outside {
  box-shadow: 0 0 0 0.375rem #E93A24;
  outline: none !important;
}
.outline-attention-600-8-inside {
  box-shadow: inset 0 0 0 0.5rem #E93A24;
  outline: none !important;
}
.outline-attention-600-8-middle {
  box-shadow: inset 0 0 0 0.25rem #E93A24, 0 0 0 0.25rem #E93A24;
  outline: none !important;
}
.outline-attention-600-8-outside {
  box-shadow: 0 0 0 0.5rem #E93A24;
  outline: none !important;
}
.outline-attention-600-12-inside {
  box-shadow: inset 0 0 0 0.75rem #E93A24;
  outline: none !important;
}
.outline-attention-600-12-middle {
  box-shadow: inset 0 0 0 0.375rem #E93A24, 0 0 0 0.375rem #E93A24;
  outline: none !important;
}
.outline-attention-600-12-outside {
  box-shadow: 0 0 0 0.75rem #E93A24;
  outline: none !important;
}
.outline-attention-600-16-inside {
  box-shadow: inset 0 0 0 1rem #E93A24;
  outline: none !important;
}
.outline-attention-600-16-middle {
  box-shadow: inset 0 0 0 0.5rem #E93A24, 0 0 0 0.5rem #E93A24;
  outline: none !important;
}
.outline-attention-600-16-outside {
  box-shadow: 0 0 0 1rem #E93A24;
  outline: none !important;
}
.outline-attention-600-20-inside {
  box-shadow: inset 0 0 0 1.25rem #E93A24;
  outline: none !important;
}
.outline-attention-600-20-middle {
  box-shadow: inset 0 0 0 0.625rem #E93A24, 0 0 0 0.625rem #E93A24;
  outline: none !important;
}
.outline-attention-600-20-outside {
  box-shadow: 0 0 0 1.25rem #E93A24;
  outline: none !important;
}
.outline-attention-600-24-inside {
  box-shadow: inset 0 0 0 1.5rem #E93A24;
  outline: none !important;
}
.outline-attention-600-24-middle {
  box-shadow: inset 0 0 0 0.75rem #E93A24, 0 0 0 0.75rem #E93A24;
  outline: none !important;
}
.outline-attention-600-24-outside {
  box-shadow: 0 0 0 1.5rem #E93A24;
  outline: none !important;
}
.outline-attention-600-32-inside {
  box-shadow: inset 0 0 0 2rem #E93A24;
  outline: none !important;
}
.outline-attention-600-32-middle {
  box-shadow: inset 0 0 0 1rem #E93A24, 0 0 0 1rem #E93A24;
  outline: none !important;
}
.outline-attention-600-32-outside {
  box-shadow: 0 0 0 2rem #E93A24;
  outline: none !important;
}
.outline-attention-600-40-inside {
  box-shadow: inset 0 0 0 2.5rem #E93A24;
  outline: none !important;
}
.outline-attention-600-40-middle {
  box-shadow: inset 0 0 0 1.25rem #E93A24, 0 0 0 1.25rem #E93A24;
  outline: none !important;
}
.outline-attention-600-40-outside {
  box-shadow: 0 0 0 2.5rem #E93A24;
  outline: none !important;
}
.outline-attention-600-48-inside {
  box-shadow: inset 0 0 0 3rem #E93A24;
  outline: none !important;
}
.outline-attention-600-48-middle {
  box-shadow: inset 0 0 0 1.5rem #E93A24, 0 0 0 1.5rem #E93A24;
  outline: none !important;
}
.outline-attention-600-48-outside {
  box-shadow: 0 0 0 3rem #E93A24;
  outline: none !important;
}
.outline-attention-600-56-inside {
  box-shadow: inset 0 0 0 3.5rem #E93A24;
  outline: none !important;
}
.outline-attention-600-56-middle {
  box-shadow: inset 0 0 0 1.75rem #E93A24, 0 0 0 1.75rem #E93A24;
  outline: none !important;
}
.outline-attention-600-56-outside {
  box-shadow: 0 0 0 3.5rem #E93A24;
  outline: none !important;
}
.outline-attention-600-72-inside {
  box-shadow: inset 0 0 0 4.5rem #E93A24;
  outline: none !important;
}
.outline-attention-600-72-middle {
  box-shadow: inset 0 0 0 2.25rem #E93A24, 0 0 0 2.25rem #E93A24;
  outline: none !important;
}
.outline-attention-600-72-outside {
  box-shadow: 0 0 0 4.5rem #E93A24;
  outline: none !important;
}
.outline-attention-600-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #E93A24;
  outline: none !important;
}
.outline-attention-600-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #E93A24, 0 0 0 30rem #E93A24;
  outline: none !important;
}
.outline-attention-600-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #E93A24;
  outline: none !important;
}
.outline-attention-600-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #E93A24;
  outline: none !important;
}
.outline-attention-600-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #E93A24, 0 0 0 16.875rem #E93A24;
  outline: none !important;
}
.outline-attention-600-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #E93A24;
  outline: none !important;
}
.outline-attention-700-0-inside {
  box-shadow: inset 0 0 0 0 #E93A24;
  outline: none !important;
}
.outline-attention-700-0-middle {
  box-shadow: inset 0 0 0 0 #E93A24, 0 0 0 0 #E93A24;
  outline: none !important;
}
.outline-attention-700-0-outside {
  box-shadow: 0 0 0 0 #E93A24;
  outline: none !important;
}
.outline-attention-700-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-700-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #E93A24, 0 0 0 0.03125rem #E93A24;
  outline: none !important;
}
.outline-attention-700-1-outside {
  box-shadow: 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-700-2-inside {
  box-shadow: inset 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-700-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #E93A24, 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-700-2-outside {
  box-shadow: 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-700-4-inside {
  box-shadow: inset 0 0 0 0.25rem #E93A24;
  outline: none !important;
}
.outline-attention-700-4-middle {
  box-shadow: inset 0 0 0 0.125rem #E93A24, 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-700-4-outside {
  box-shadow: 0 0 0 0.25rem #E93A24;
  outline: none !important;
}
.outline-attention-700-6-inside {
  box-shadow: inset 0 0 0 0.375rem #E93A24;
  outline: none !important;
}
.outline-attention-700-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #E93A24, 0 0 0 0.1875rem #E93A24;
  outline: none !important;
}
.outline-attention-700-6-outside {
  box-shadow: 0 0 0 0.375rem #E93A24;
  outline: none !important;
}
.outline-attention-700-8-inside {
  box-shadow: inset 0 0 0 0.5rem #E93A24;
  outline: none !important;
}
.outline-attention-700-8-middle {
  box-shadow: inset 0 0 0 0.25rem #E93A24, 0 0 0 0.25rem #E93A24;
  outline: none !important;
}
.outline-attention-700-8-outside {
  box-shadow: 0 0 0 0.5rem #E93A24;
  outline: none !important;
}
.outline-attention-700-12-inside {
  box-shadow: inset 0 0 0 0.75rem #E93A24;
  outline: none !important;
}
.outline-attention-700-12-middle {
  box-shadow: inset 0 0 0 0.375rem #E93A24, 0 0 0 0.375rem #E93A24;
  outline: none !important;
}
.outline-attention-700-12-outside {
  box-shadow: 0 0 0 0.75rem #E93A24;
  outline: none !important;
}
.outline-attention-700-16-inside {
  box-shadow: inset 0 0 0 1rem #E93A24;
  outline: none !important;
}
.outline-attention-700-16-middle {
  box-shadow: inset 0 0 0 0.5rem #E93A24, 0 0 0 0.5rem #E93A24;
  outline: none !important;
}
.outline-attention-700-16-outside {
  box-shadow: 0 0 0 1rem #E93A24;
  outline: none !important;
}
.outline-attention-700-20-inside {
  box-shadow: inset 0 0 0 1.25rem #E93A24;
  outline: none !important;
}
.outline-attention-700-20-middle {
  box-shadow: inset 0 0 0 0.625rem #E93A24, 0 0 0 0.625rem #E93A24;
  outline: none !important;
}
.outline-attention-700-20-outside {
  box-shadow: 0 0 0 1.25rem #E93A24;
  outline: none !important;
}
.outline-attention-700-24-inside {
  box-shadow: inset 0 0 0 1.5rem #E93A24;
  outline: none !important;
}
.outline-attention-700-24-middle {
  box-shadow: inset 0 0 0 0.75rem #E93A24, 0 0 0 0.75rem #E93A24;
  outline: none !important;
}
.outline-attention-700-24-outside {
  box-shadow: 0 0 0 1.5rem #E93A24;
  outline: none !important;
}
.outline-attention-700-32-inside {
  box-shadow: inset 0 0 0 2rem #E93A24;
  outline: none !important;
}
.outline-attention-700-32-middle {
  box-shadow: inset 0 0 0 1rem #E93A24, 0 0 0 1rem #E93A24;
  outline: none !important;
}
.outline-attention-700-32-outside {
  box-shadow: 0 0 0 2rem #E93A24;
  outline: none !important;
}
.outline-attention-700-40-inside {
  box-shadow: inset 0 0 0 2.5rem #E93A24;
  outline: none !important;
}
.outline-attention-700-40-middle {
  box-shadow: inset 0 0 0 1.25rem #E93A24, 0 0 0 1.25rem #E93A24;
  outline: none !important;
}
.outline-attention-700-40-outside {
  box-shadow: 0 0 0 2.5rem #E93A24;
  outline: none !important;
}
.outline-attention-700-48-inside {
  box-shadow: inset 0 0 0 3rem #E93A24;
  outline: none !important;
}
.outline-attention-700-48-middle {
  box-shadow: inset 0 0 0 1.5rem #E93A24, 0 0 0 1.5rem #E93A24;
  outline: none !important;
}
.outline-attention-700-48-outside {
  box-shadow: 0 0 0 3rem #E93A24;
  outline: none !important;
}
.outline-attention-700-56-inside {
  box-shadow: inset 0 0 0 3.5rem #E93A24;
  outline: none !important;
}
.outline-attention-700-56-middle {
  box-shadow: inset 0 0 0 1.75rem #E93A24, 0 0 0 1.75rem #E93A24;
  outline: none !important;
}
.outline-attention-700-56-outside {
  box-shadow: 0 0 0 3.5rem #E93A24;
  outline: none !important;
}
.outline-attention-700-72-inside {
  box-shadow: inset 0 0 0 4.5rem #E93A24;
  outline: none !important;
}
.outline-attention-700-72-middle {
  box-shadow: inset 0 0 0 2.25rem #E93A24, 0 0 0 2.25rem #E93A24;
  outline: none !important;
}
.outline-attention-700-72-outside {
  box-shadow: 0 0 0 4.5rem #E93A24;
  outline: none !important;
}
.outline-attention-700-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #E93A24;
  outline: none !important;
}
.outline-attention-700-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #E93A24, 0 0 0 30rem #E93A24;
  outline: none !important;
}
.outline-attention-700-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #E93A24;
  outline: none !important;
}
.outline-attention-700-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #E93A24;
  outline: none !important;
}
.outline-attention-700-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #E93A24, 0 0 0 16.875rem #E93A24;
  outline: none !important;
}
.outline-attention-700-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #E93A24;
  outline: none !important;
}
.outline-attention-800-0-inside {
  box-shadow: inset 0 0 0 0 #E93A24;
  outline: none !important;
}
.outline-attention-800-0-middle {
  box-shadow: inset 0 0 0 0 #E93A24, 0 0 0 0 #E93A24;
  outline: none !important;
}
.outline-attention-800-0-outside {
  box-shadow: 0 0 0 0 #E93A24;
  outline: none !important;
}
.outline-attention-800-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-800-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #E93A24, 0 0 0 0.03125rem #E93A24;
  outline: none !important;
}
.outline-attention-800-1-outside {
  box-shadow: 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-800-2-inside {
  box-shadow: inset 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-800-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #E93A24, 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-800-2-outside {
  box-shadow: 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-800-4-inside {
  box-shadow: inset 0 0 0 0.25rem #E93A24;
  outline: none !important;
}
.outline-attention-800-4-middle {
  box-shadow: inset 0 0 0 0.125rem #E93A24, 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-800-4-outside {
  box-shadow: 0 0 0 0.25rem #E93A24;
  outline: none !important;
}
.outline-attention-800-6-inside {
  box-shadow: inset 0 0 0 0.375rem #E93A24;
  outline: none !important;
}
.outline-attention-800-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #E93A24, 0 0 0 0.1875rem #E93A24;
  outline: none !important;
}
.outline-attention-800-6-outside {
  box-shadow: 0 0 0 0.375rem #E93A24;
  outline: none !important;
}
.outline-attention-800-8-inside {
  box-shadow: inset 0 0 0 0.5rem #E93A24;
  outline: none !important;
}
.outline-attention-800-8-middle {
  box-shadow: inset 0 0 0 0.25rem #E93A24, 0 0 0 0.25rem #E93A24;
  outline: none !important;
}
.outline-attention-800-8-outside {
  box-shadow: 0 0 0 0.5rem #E93A24;
  outline: none !important;
}
.outline-attention-800-12-inside {
  box-shadow: inset 0 0 0 0.75rem #E93A24;
  outline: none !important;
}
.outline-attention-800-12-middle {
  box-shadow: inset 0 0 0 0.375rem #E93A24, 0 0 0 0.375rem #E93A24;
  outline: none !important;
}
.outline-attention-800-12-outside {
  box-shadow: 0 0 0 0.75rem #E93A24;
  outline: none !important;
}
.outline-attention-800-16-inside {
  box-shadow: inset 0 0 0 1rem #E93A24;
  outline: none !important;
}
.outline-attention-800-16-middle {
  box-shadow: inset 0 0 0 0.5rem #E93A24, 0 0 0 0.5rem #E93A24;
  outline: none !important;
}
.outline-attention-800-16-outside {
  box-shadow: 0 0 0 1rem #E93A24;
  outline: none !important;
}
.outline-attention-800-20-inside {
  box-shadow: inset 0 0 0 1.25rem #E93A24;
  outline: none !important;
}
.outline-attention-800-20-middle {
  box-shadow: inset 0 0 0 0.625rem #E93A24, 0 0 0 0.625rem #E93A24;
  outline: none !important;
}
.outline-attention-800-20-outside {
  box-shadow: 0 0 0 1.25rem #E93A24;
  outline: none !important;
}
.outline-attention-800-24-inside {
  box-shadow: inset 0 0 0 1.5rem #E93A24;
  outline: none !important;
}
.outline-attention-800-24-middle {
  box-shadow: inset 0 0 0 0.75rem #E93A24, 0 0 0 0.75rem #E93A24;
  outline: none !important;
}
.outline-attention-800-24-outside {
  box-shadow: 0 0 0 1.5rem #E93A24;
  outline: none !important;
}
.outline-attention-800-32-inside {
  box-shadow: inset 0 0 0 2rem #E93A24;
  outline: none !important;
}
.outline-attention-800-32-middle {
  box-shadow: inset 0 0 0 1rem #E93A24, 0 0 0 1rem #E93A24;
  outline: none !important;
}
.outline-attention-800-32-outside {
  box-shadow: 0 0 0 2rem #E93A24;
  outline: none !important;
}
.outline-attention-800-40-inside {
  box-shadow: inset 0 0 0 2.5rem #E93A24;
  outline: none !important;
}
.outline-attention-800-40-middle {
  box-shadow: inset 0 0 0 1.25rem #E93A24, 0 0 0 1.25rem #E93A24;
  outline: none !important;
}
.outline-attention-800-40-outside {
  box-shadow: 0 0 0 2.5rem #E93A24;
  outline: none !important;
}
.outline-attention-800-48-inside {
  box-shadow: inset 0 0 0 3rem #E93A24;
  outline: none !important;
}
.outline-attention-800-48-middle {
  box-shadow: inset 0 0 0 1.5rem #E93A24, 0 0 0 1.5rem #E93A24;
  outline: none !important;
}
.outline-attention-800-48-outside {
  box-shadow: 0 0 0 3rem #E93A24;
  outline: none !important;
}
.outline-attention-800-56-inside {
  box-shadow: inset 0 0 0 3.5rem #E93A24;
  outline: none !important;
}
.outline-attention-800-56-middle {
  box-shadow: inset 0 0 0 1.75rem #E93A24, 0 0 0 1.75rem #E93A24;
  outline: none !important;
}
.outline-attention-800-56-outside {
  box-shadow: 0 0 0 3.5rem #E93A24;
  outline: none !important;
}
.outline-attention-800-72-inside {
  box-shadow: inset 0 0 0 4.5rem #E93A24;
  outline: none !important;
}
.outline-attention-800-72-middle {
  box-shadow: inset 0 0 0 2.25rem #E93A24, 0 0 0 2.25rem #E93A24;
  outline: none !important;
}
.outline-attention-800-72-outside {
  box-shadow: 0 0 0 4.5rem #E93A24;
  outline: none !important;
}
.outline-attention-800-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #E93A24;
  outline: none !important;
}
.outline-attention-800-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #E93A24, 0 0 0 30rem #E93A24;
  outline: none !important;
}
.outline-attention-800-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #E93A24;
  outline: none !important;
}
.outline-attention-800-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #E93A24;
  outline: none !important;
}
.outline-attention-800-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #E93A24, 0 0 0 16.875rem #E93A24;
  outline: none !important;
}
.outline-attention-800-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #E93A24;
  outline: none !important;
}
.outline-attention-900-0-inside {
  box-shadow: inset 0 0 0 0 #E93A24;
  outline: none !important;
}
.outline-attention-900-0-middle {
  box-shadow: inset 0 0 0 0 #E93A24, 0 0 0 0 #E93A24;
  outline: none !important;
}
.outline-attention-900-0-outside {
  box-shadow: 0 0 0 0 #E93A24;
  outline: none !important;
}
.outline-attention-900-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-900-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #E93A24, 0 0 0 0.03125rem #E93A24;
  outline: none !important;
}
.outline-attention-900-1-outside {
  box-shadow: 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-900-2-inside {
  box-shadow: inset 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-900-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #E93A24, 0 0 0 0.0625rem #E93A24;
  outline: none !important;
}
.outline-attention-900-2-outside {
  box-shadow: 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-900-4-inside {
  box-shadow: inset 0 0 0 0.25rem #E93A24;
  outline: none !important;
}
.outline-attention-900-4-middle {
  box-shadow: inset 0 0 0 0.125rem #E93A24, 0 0 0 0.125rem #E93A24;
  outline: none !important;
}
.outline-attention-900-4-outside {
  box-shadow: 0 0 0 0.25rem #E93A24;
  outline: none !important;
}
.outline-attention-900-6-inside {
  box-shadow: inset 0 0 0 0.375rem #E93A24;
  outline: none !important;
}
.outline-attention-900-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #E93A24, 0 0 0 0.1875rem #E93A24;
  outline: none !important;
}
.outline-attention-900-6-outside {
  box-shadow: 0 0 0 0.375rem #E93A24;
  outline: none !important;
}
.outline-attention-900-8-inside {
  box-shadow: inset 0 0 0 0.5rem #E93A24;
  outline: none !important;
}
.outline-attention-900-8-middle {
  box-shadow: inset 0 0 0 0.25rem #E93A24, 0 0 0 0.25rem #E93A24;
  outline: none !important;
}
.outline-attention-900-8-outside {
  box-shadow: 0 0 0 0.5rem #E93A24;
  outline: none !important;
}
.outline-attention-900-12-inside {
  box-shadow: inset 0 0 0 0.75rem #E93A24;
  outline: none !important;
}
.outline-attention-900-12-middle {
  box-shadow: inset 0 0 0 0.375rem #E93A24, 0 0 0 0.375rem #E93A24;
  outline: none !important;
}
.outline-attention-900-12-outside {
  box-shadow: 0 0 0 0.75rem #E93A24;
  outline: none !important;
}
.outline-attention-900-16-inside {
  box-shadow: inset 0 0 0 1rem #E93A24;
  outline: none !important;
}
.outline-attention-900-16-middle {
  box-shadow: inset 0 0 0 0.5rem #E93A24, 0 0 0 0.5rem #E93A24;
  outline: none !important;
}
.outline-attention-900-16-outside {
  box-shadow: 0 0 0 1rem #E93A24;
  outline: none !important;
}
.outline-attention-900-20-inside {
  box-shadow: inset 0 0 0 1.25rem #E93A24;
  outline: none !important;
}
.outline-attention-900-20-middle {
  box-shadow: inset 0 0 0 0.625rem #E93A24, 0 0 0 0.625rem #E93A24;
  outline: none !important;
}
.outline-attention-900-20-outside {
  box-shadow: 0 0 0 1.25rem #E93A24;
  outline: none !important;
}
.outline-attention-900-24-inside {
  box-shadow: inset 0 0 0 1.5rem #E93A24;
  outline: none !important;
}
.outline-attention-900-24-middle {
  box-shadow: inset 0 0 0 0.75rem #E93A24, 0 0 0 0.75rem #E93A24;
  outline: none !important;
}
.outline-attention-900-24-outside {
  box-shadow: 0 0 0 1.5rem #E93A24;
  outline: none !important;
}
.outline-attention-900-32-inside {
  box-shadow: inset 0 0 0 2rem #E93A24;
  outline: none !important;
}
.outline-attention-900-32-middle {
  box-shadow: inset 0 0 0 1rem #E93A24, 0 0 0 1rem #E93A24;
  outline: none !important;
}
.outline-attention-900-32-outside {
  box-shadow: 0 0 0 2rem #E93A24;
  outline: none !important;
}
.outline-attention-900-40-inside {
  box-shadow: inset 0 0 0 2.5rem #E93A24;
  outline: none !important;
}
.outline-attention-900-40-middle {
  box-shadow: inset 0 0 0 1.25rem #E93A24, 0 0 0 1.25rem #E93A24;
  outline: none !important;
}
.outline-attention-900-40-outside {
  box-shadow: 0 0 0 2.5rem #E93A24;
  outline: none !important;
}
.outline-attention-900-48-inside {
  box-shadow: inset 0 0 0 3rem #E93A24;
  outline: none !important;
}
.outline-attention-900-48-middle {
  box-shadow: inset 0 0 0 1.5rem #E93A24, 0 0 0 1.5rem #E93A24;
  outline: none !important;
}
.outline-attention-900-48-outside {
  box-shadow: 0 0 0 3rem #E93A24;
  outline: none !important;
}
.outline-attention-900-56-inside {
  box-shadow: inset 0 0 0 3.5rem #E93A24;
  outline: none !important;
}
.outline-attention-900-56-middle {
  box-shadow: inset 0 0 0 1.75rem #E93A24, 0 0 0 1.75rem #E93A24;
  outline: none !important;
}
.outline-attention-900-56-outside {
  box-shadow: 0 0 0 3.5rem #E93A24;
  outline: none !important;
}
.outline-attention-900-72-inside {
  box-shadow: inset 0 0 0 4.5rem #E93A24;
  outline: none !important;
}
.outline-attention-900-72-middle {
  box-shadow: inset 0 0 0 2.25rem #E93A24, 0 0 0 2.25rem #E93A24;
  outline: none !important;
}
.outline-attention-900-72-outside {
  box-shadow: 0 0 0 4.5rem #E93A24;
  outline: none !important;
}
.outline-attention-900-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #E93A24;
  outline: none !important;
}
.outline-attention-900-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #E93A24, 0 0 0 30rem #E93A24;
  outline: none !important;
}
.outline-attention-900-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #E93A24;
  outline: none !important;
}
.outline-attention-900-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #E93A24;
  outline: none !important;
}
.outline-attention-900-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #E93A24, 0 0 0 16.875rem #E93A24;
  outline: none !important;
}
.outline-attention-900-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #E93A24;
  outline: none !important;
}
.outline-attention-light-0-inside {
  box-shadow: inset 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-light-0-middle {
  box-shadow: inset 0 0 0 0 #E17A00, 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-light-0-outside {
  box-shadow: 0 0 0 0 #E17A00;
  outline: none !important;
}
.outline-attention-light-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-light-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #E17A00, 0 0 0 0.03125rem #E17A00;
  outline: none !important;
}
.outline-attention-light-1-outside {
  box-shadow: 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-light-2-inside {
  box-shadow: inset 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-light-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #E17A00, 0 0 0 0.0625rem #E17A00;
  outline: none !important;
}
.outline-attention-light-2-outside {
  box-shadow: 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-light-4-inside {
  box-shadow: inset 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-light-4-middle {
  box-shadow: inset 0 0 0 0.125rem #E17A00, 0 0 0 0.125rem #E17A00;
  outline: none !important;
}
.outline-attention-light-4-outside {
  box-shadow: 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-light-6-inside {
  box-shadow: inset 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-light-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #E17A00, 0 0 0 0.1875rem #E17A00;
  outline: none !important;
}
.outline-attention-light-6-outside {
  box-shadow: 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-light-8-inside {
  box-shadow: inset 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-light-8-middle {
  box-shadow: inset 0 0 0 0.25rem #E17A00, 0 0 0 0.25rem #E17A00;
  outline: none !important;
}
.outline-attention-light-8-outside {
  box-shadow: 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-light-12-inside {
  box-shadow: inset 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-light-12-middle {
  box-shadow: inset 0 0 0 0.375rem #E17A00, 0 0 0 0.375rem #E17A00;
  outline: none !important;
}
.outline-attention-light-12-outside {
  box-shadow: 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-light-16-inside {
  box-shadow: inset 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-light-16-middle {
  box-shadow: inset 0 0 0 0.5rem #E17A00, 0 0 0 0.5rem #E17A00;
  outline: none !important;
}
.outline-attention-light-16-outside {
  box-shadow: 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-light-20-inside {
  box-shadow: inset 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-light-20-middle {
  box-shadow: inset 0 0 0 0.625rem #E17A00, 0 0 0 0.625rem #E17A00;
  outline: none !important;
}
.outline-attention-light-20-outside {
  box-shadow: 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-light-24-inside {
  box-shadow: inset 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-light-24-middle {
  box-shadow: inset 0 0 0 0.75rem #E17A00, 0 0 0 0.75rem #E17A00;
  outline: none !important;
}
.outline-attention-light-24-outside {
  box-shadow: 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-light-32-inside {
  box-shadow: inset 0 0 0 2rem #E17A00;
  outline: none !important;
}
.outline-attention-light-32-middle {
  box-shadow: inset 0 0 0 1rem #E17A00, 0 0 0 1rem #E17A00;
  outline: none !important;
}
.outline-attention-light-32-outside {
  box-shadow: 0 0 0 2rem #E17A00;
  outline: none !important;
}
.outline-attention-light-40-inside {
  box-shadow: inset 0 0 0 2.5rem #E17A00;
  outline: none !important;
}
.outline-attention-light-40-middle {
  box-shadow: inset 0 0 0 1.25rem #E17A00, 0 0 0 1.25rem #E17A00;
  outline: none !important;
}
.outline-attention-light-40-outside {
  box-shadow: 0 0 0 2.5rem #E17A00;
  outline: none !important;
}
.outline-attention-light-48-inside {
  box-shadow: inset 0 0 0 3rem #E17A00;
  outline: none !important;
}
.outline-attention-light-48-middle {
  box-shadow: inset 0 0 0 1.5rem #E17A00, 0 0 0 1.5rem #E17A00;
  outline: none !important;
}
.outline-attention-light-48-outside {
  box-shadow: 0 0 0 3rem #E17A00;
  outline: none !important;
}
.outline-attention-light-56-inside {
  box-shadow: inset 0 0 0 3.5rem #E17A00;
  outline: none !important;
}
.outline-attention-light-56-middle {
  box-shadow: inset 0 0 0 1.75rem #E17A00, 0 0 0 1.75rem #E17A00;
  outline: none !important;
}
.outline-attention-light-56-outside {
  box-shadow: 0 0 0 3.5rem #E17A00;
  outline: none !important;
}
.outline-attention-light-72-inside {
  box-shadow: inset 0 0 0 4.5rem #E17A00;
  outline: none !important;
}
.outline-attention-light-72-middle {
  box-shadow: inset 0 0 0 2.25rem #E17A00, 0 0 0 2.25rem #E17A00;
  outline: none !important;
}
.outline-attention-light-72-outside {
  box-shadow: 0 0 0 4.5rem #E17A00;
  outline: none !important;
}
.outline-attention-light-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #E17A00;
  outline: none !important;
}
.outline-attention-light-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #E17A00, 0 0 0 30rem #E17A00;
  outline: none !important;
}
.outline-attention-light-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #E17A00;
  outline: none !important;
}
.outline-attention-light-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #E17A00;
  outline: none !important;
}
.outline-attention-light-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #E17A00, 0 0 0 16.875rem #E17A00;
  outline: none !important;
}
.outline-attention-light-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #E17A00;
  outline: none !important;
}
.outline-attention-dark-0-inside {
  box-shadow: inset 0 0 0 0 #8c2316;
  outline: none !important;
}
.outline-attention-dark-0-middle {
  box-shadow: inset 0 0 0 0 #8c2316, 0 0 0 0 #8c2316;
  outline: none !important;
}
.outline-attention-dark-0-outside {
  box-shadow: 0 0 0 0 #8c2316;
  outline: none !important;
}
.outline-attention-dark-1-inside {
  box-shadow: inset 0 0 0 0.0625rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-1-middle {
  box-shadow: inset 0 0 0 0.03125rem #8c2316, 0 0 0 0.03125rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-1-outside {
  box-shadow: 0 0 0 0.0625rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-2-inside {
  box-shadow: inset 0 0 0 0.125rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-2-middle {
  box-shadow: inset 0 0 0 0.0625rem #8c2316, 0 0 0 0.0625rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-2-outside {
  box-shadow: 0 0 0 0.125rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-4-inside {
  box-shadow: inset 0 0 0 0.25rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-4-middle {
  box-shadow: inset 0 0 0 0.125rem #8c2316, 0 0 0 0.125rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-4-outside {
  box-shadow: 0 0 0 0.25rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-6-inside {
  box-shadow: inset 0 0 0 0.375rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-6-middle {
  box-shadow: inset 0 0 0 0.1875rem #8c2316, 0 0 0 0.1875rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-6-outside {
  box-shadow: 0 0 0 0.375rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-8-inside {
  box-shadow: inset 0 0 0 0.5rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-8-middle {
  box-shadow: inset 0 0 0 0.25rem #8c2316, 0 0 0 0.25rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-8-outside {
  box-shadow: 0 0 0 0.5rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-12-inside {
  box-shadow: inset 0 0 0 0.75rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-12-middle {
  box-shadow: inset 0 0 0 0.375rem #8c2316, 0 0 0 0.375rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-12-outside {
  box-shadow: 0 0 0 0.75rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-16-inside {
  box-shadow: inset 0 0 0 1rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-16-middle {
  box-shadow: inset 0 0 0 0.5rem #8c2316, 0 0 0 0.5rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-16-outside {
  box-shadow: 0 0 0 1rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-20-inside {
  box-shadow: inset 0 0 0 1.25rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-20-middle {
  box-shadow: inset 0 0 0 0.625rem #8c2316, 0 0 0 0.625rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-20-outside {
  box-shadow: 0 0 0 1.25rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-24-inside {
  box-shadow: inset 0 0 0 1.5rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-24-middle {
  box-shadow: inset 0 0 0 0.75rem #8c2316, 0 0 0 0.75rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-24-outside {
  box-shadow: 0 0 0 1.5rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-32-inside {
  box-shadow: inset 0 0 0 2rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-32-middle {
  box-shadow: inset 0 0 0 1rem #8c2316, 0 0 0 1rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-32-outside {
  box-shadow: 0 0 0 2rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-40-inside {
  box-shadow: inset 0 0 0 2.5rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-40-middle {
  box-shadow: inset 0 0 0 1.25rem #8c2316, 0 0 0 1.25rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-40-outside {
  box-shadow: 0 0 0 2.5rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-48-inside {
  box-shadow: inset 0 0 0 3rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-48-middle {
  box-shadow: inset 0 0 0 1.5rem #8c2316, 0 0 0 1.5rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-48-outside {
  box-shadow: 0 0 0 3rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-56-inside {
  box-shadow: inset 0 0 0 3.5rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-56-middle {
  box-shadow: inset 0 0 0 1.75rem #8c2316, 0 0 0 1.75rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-56-outside {
  box-shadow: 0 0 0 3.5rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-72-inside {
  box-shadow: inset 0 0 0 4.5rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-72-middle {
  box-shadow: inset 0 0 0 2.25rem #8c2316, 0 0 0 2.25rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-72-outside {
  box-shadow: 0 0 0 4.5rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-w-rem-full-inside {
  box-shadow: inset 0 0 0 60rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-w-rem-full-middle {
  box-shadow: inset 0 0 0 30rem #8c2316, 0 0 0 30rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-w-rem-full-outside {
  box-shadow: 0 0 0 60rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-h-rem-full-inside {
  box-shadow: inset 0 0 0 33.75rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-h-rem-full-middle {
  box-shadow: inset 0 0 0 16.875rem #8c2316, 0 0 0 16.875rem #8c2316;
  outline: none !important;
}
.outline-attention-dark-h-rem-full-outside {
  box-shadow: 0 0 0 33.75rem #8c2316;
  outline: none !important;
}
.scroll-y ::-webkit-scrollbar {
  display: none;
}
.scroll-y {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-x ::-webkit-scrollbar {
  display: none;
}
.scroll-x {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.translate-x-0 {
  transform: translateX(0%);
}
.translate-y-0 {
  transform: translateY(0%);
}
.translate-x-1 {
  transform: translateX(100%);
}
.translate-y-1 {
  transform: translateY(100%);
}
.-translate-x-1 {
  transform: translateX(-100%);
}
.-translate-y-1 {
  transform: translateY(-100%);
}
.translate-x-2 {
  transform: translateX(200%);
}
.translate-y-2 {
  transform: translateY(200%);
}
.-translate-x-2 {
  transform: translateX(-200%);
}
.-translate-y-2 {
  transform: translateY(-200%);
}
.translate-x-1\/4 {
  transform: translateX(25%);
}
.translate-y-1\/4 {
  transform: translateY(25%);
}
.-translate-x-1\/4 {
  transform: translateX(-25%);
}
.-translate-y-1\/4 {
  transform: translateY(-25%);
}
.translate-x-1\/2 {
  transform: translateX(50%);
}
.translate-y-1\/2 {
  transform: translateY(50%);
}
.-translate-x-1\/2 {
  transform: translateX(-50%);
}
.-translate-y-1\/2 {
  transform: translateY(-50%);
}
.translate-x-3\/4 {
  transform: translateX(75%);
}
.translate-y-3\/4 {
  transform: translateY(75%);
}
.-translate-x-3\/4 {
  transform: translateX(-75%);
}
.-translate-y-3\/4 {
  transform: translateY(-75%);
}
.translate-x-1.5 {
  transform: translateX(150%);
}
.translate-y-1.5 {
  transform: translateY(150%);
}
.-translate-x-1.5 {
  transform: translateX(-150%);
}
.-translate-y-1.5 {
  transform: translateY(-150%);
}
.typography-title-secondary {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans Condensed;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.typography-title-primary {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.typography-body-secondary {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans Condensed;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
.typography-body-primary {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}
.typography-caption {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.video {
  }
.video-icon {
  }
.video-message {
  font-size: 1rem;
}
.typography-title-1-condensed, .typography-title-secondary {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans Condensed;
  font-size: 2rem;
  font-style: normal;
  line-height: 120%;
}
.typography-title-1-bold {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.typography-title-1-semibold, .typography-title-primary {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.typography-title-2-condensed {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans Condensed;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 120%;
}
.typography-title-2-bold {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.typography-title-2-semibold {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.typography-title-2-regular {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.typography-title-3-bold {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.typography-title-3-semibold {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.typography-title-3-regular {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.typography-body-1-condensed, .typography-body-secondary {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans Condensed;
  font-size: 1rem;
  font-style: normal;
  line-height: 135%;
}
.typography-body-1-bold {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
.typography-body-1-semibold, .typography-body-primary {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}
.typography-body-1-regular {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.typography-body-2-bold {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
.typography-body-2-semibold {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}
.typography-body-2-regular {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.typography-caption-bold {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.typography-caption-semibold, .typography-caption {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.typography-caption-regular {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.\!view {
  }
.view {
  }
.switch {
  width: 2.1875rem;
  min-width: 2.1875rem;
  height: 1.25rem;
  min-height: 1.25rem;
  background-color: #8C8C8C;
}
.switch[data-on="true"] {
  background-color: #60BF02;
}
.switch-handle {
  display: block;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  top: 0.125rem;
  background-color: #E5E5E5;
}
.outline {
  box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 1);
  outline: none !important;
}
.input {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  background-color: #232323;
  border-radius: 9999px;
  color: #E5E5E5;
  border-width: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.56rem;
  padding-bottom: 0.56rem;
}
.input-label {
  }
.input-adornment-start {
  }
.input-adornment-end {
  }
.input-caret {
  background-color: #E5E5E5;
  width: 0.0625rem;
  display: block;
  height: 1.38rem;
}
.input-placeholder {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Noto Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #8C8C8C;
}
.input-char {
  }
.input-value {
  height: 1.38rem;
  line-height: 1.38rem;
}
.input[data-focused="true"] {
  border-color: #E5E5E5;
  background-color: #232323;
  box-shadow: 0 0 0 0.125rem #E5E5E5;
  outline: none !important;
}
.input-value[data-focused="true"] {
  background-color: #232323;
}
.btn {
  background-color: #232323;
  color: #E5E5E5;
}
.btn[data-accent="true"] {
  background-color: #428400;
  color: #E5E5E5;
}
.btn[data-selected="true"] {
  background-color: #1E1E1E;
}
.btn[data-focused="true"] {
  background-color: #E5E5E5;
  color: #000000;
}
.btn[data-disabled="true"] {
  background-color: #1E1E1E;
  color: #343434;
}
.btn[data-inert="true"] {
  background-color: #2B2B2B;
  font-family: Noto Sans Condensed;
}
.btn[data-pressed="true"] {
  background-color: #428400;
  color: #E5E5E5;
}
*,::before,::after{box-sizing:content-box}
.data-\[focused\=false\]\:\!bg-base-0\/0[data-focused="false"] {
  background-color: rgba(229,229,229,0) !important;
}
.data-\[checked\=false\]\:outline-base-100-2-inside[data-checked="false"] {
  box-shadow: inset 0 0 0 0.125rem #8C8C8C;
  outline: none !important;
}
.data-\[selected\=true\]\:data-\[checked\=false\]\:outline-base-100-2-inside[data-checked="false"][data-selected="true"] {
  box-shadow: inset 0 0 0 0.125rem #8C8C8C;
  outline: none !important;
}

/*# sourceMappingURL=index.css.map*/