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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.z-10 {
  z-index: 10;
}
.float-left {
  float: left;
}
.m-4 {
  margin: 1rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-column {
  display: table-column;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.flex-grow {
  flex-grow: 1;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.border {
  border-width: 1px;
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.p-4 {
  padding: 1rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.align-middle {
  vertical-align: middle;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.underline {
  text-decoration-line: underline;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}.s-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: transparent;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  white-space: nowrap;
  outline-width: 0px;
  line-height: 1;
  border: 1px solid #dcdfe6;
  font-weight: 500;
  font-size: 14px;
  color: #606266;
  transition: background-color var(--s-animation-duration-slow, 300ms) var(--s-animation-ease-in-out-smooth, cubic-bezier(0.645, 0.045, 0.355, 1)), border-color var(--s-animation-duration-slow, 300ms) var(--s-animation-ease-in-out-smooth, cubic-bezier(0.645, 0.045, 0.355, 1)), color var(--s-animation-duration-slow, 300ms) var(--s-animation-ease-in-out-smooth, cubic-bezier(0.645, 0.045, 0.355, 1));
}
.s-button:hover {
  color: #409eff;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button:active {
  color: #409eff;
  border-color: #409eff;
  background-color: #ecf5ff;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button:focus-visible {
  outline: 2px solid #a0cfff;
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}
.s-button.is-disabled, .s-button[disabled] {
  cursor: not-allowed;
  color: #a8abb2;
  background-image: none;
  background-color: #fff;
  border-color: #e4e7ed;
}
.s-button.is-round {
  border-radius: 20px;
}
.s-button.is-circle {
  width: 32px;
  border-radius: 50%;
  padding: 8px;
}
.s-button.is-block {
  display: block;
  width: 100%;
}
.s-button.is-block + .s-button {
  margin-left: 0px;
}
.s-button .is-bg {
  background-color: #f5f7fa;
}
.s-button + .s-button {
  margin-left: 12px;
}
.s-button.is-plain:hover {
  color: #409eff;
  border-color: #409eff;
  background-color: #fff;
  outline: none;
}
.s-button.is-plain:active {
  color: #409eff;
  border-color: #409eff;
  background-color: #fff;
  outline: none;
}
.s-button.is-plain:focus-visible {
  outline: 2px solid #a0cfff;
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}
.s-button.is-plain.is-disabled, .s-button.is-plain[disabled] {
  cursor: not-allowed;
  color: #a8abb2;
  background-image: none;
  background-color: #fff;
  border-color: #e4e7ed;
}
.s-button.is-dashed {
  background-color: transparent;
  border-style: dashed;
}
.s-button.is-dashed:hover {
  color: #c6e2ff;
  border-color: #c6e2ff;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.is-dashed:active {
  color: #ecf5ff;
  border-color: #ecf5ff;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.is-dashed:focus-visible {
  outline: 2px solid #a0cfff;
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}
.s-button.is-dashed.is-disabled, .s-button.is-dashed[disabled] {
  color: #a8abb2;
  border-color: #e4e7ed;
}
.s-button.s-button--small {
  height: 24px;
  padding: 5px 11px;
  font-size: 12px;
}
.s-button.s-button--small.is-circle {
  width: 24px;
  padding: 5px;
}
.s-button.s-button--large {
  height: 40px;
  padding: 12px 19px;
  font-size: 16px;
}
.s-button.s-button--large.is-circle {
  width: 40px;
  padding: 12px;
}
.s-button.s-button--primary {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
}
.s-button.s-button--primary:hover {
  color: #fff;
  border-color: #79bbff;
  background-color: #79bbff;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--primary:active {
  color: #fff;
  border-color: #337ecc;
  background-color: #337ecc;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--primary:focus-visible {
  outline: 2px solid #a0cfff;
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}
.s-button.s-button--primary.is-disabled, .s-button.s-button--primary[disabled] {
  color: #fff;
  cursor: not-allowed;
  background-image: none;
  background-color: #a0cfff;
  border-color: #a0cfff;
}
.s-button.s-button--primary.is-plain {
  color: #409eff;
  background-color: #ecf5ff;
  border-color: #a0cfff;
}
.s-button.s-button--primary.is-plain:hover {
  color: #fff;
  border-color: #409eff;
  background-color: #409eff;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--primary.is-plain:active {
  color: #fff;
  border-color: #337ecc;
  background-color: #337ecc;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--primary.is-plain:focus-visible {
  outline: 2px solid #a0cfff;
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}
.s-button.s-button--primary.is-plain.is-disabled, .s-button.s-button--primary.is-plain[disabled] {
  color: #a0cfff;
  background-color: #ecf5ff;
  border-color: #d9ecff;
}
.s-button.s-button--primary.is-dashed {
  background-color: transparent;
  color: #409eff;
  border-color: #a0cfff;
}
.s-button.s-button--primary.is-dashed:hover {
  color: #409eff;
  border-color: #409eff;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--primary.is-dashed:active {
  color: #337ecc;
  border-color: #337ecc;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--primary.is-dashed:focus-visible {
  outline: 2px solid #a0cfff;
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}
.s-button.s-button--primary.is-dashed.is-disabled, .s-button.s-button--primary.is-dashed[disabled] {
  color: #a0cfff;
  border-color: #a0cfff;
}
.s-button.s-button--success {
  color: #fff;
  background-color: #67c23a;
  border-color: #67c23a;
}
.s-button.s-button--success:hover {
  color: #fff;
  border-color: #95d475;
  background-color: #95d475;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--success:active {
  color: #fff;
  border-color: #529b2e;
  background-color: #529b2e;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--success:focus-visible {
  outline: 2px solid #b3e19d;
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}
.s-button.s-button--success.is-disabled, .s-button.s-button--success[disabled] {
  color: #fff;
  cursor: not-allowed;
  background-image: none;
  background-color: #b3e19d;
  border-color: #b3e19d;
}
.s-button.s-button--success.is-plain {
  color: #67c23a;
  background-color: #ecf5ff;
  border-color: #b3e19d;
}
.s-button.s-button--success.is-plain:hover {
  color: #fff;
  border-color: #67c23a;
  background-color: #67c23a;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--success.is-plain:active {
  color: #fff;
  border-color: #529b2e;
  background-color: #529b2e;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--success.is-plain:focus-visible {
  outline: 2px solid #b3e19d;
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}
.s-button.s-button--success.is-plain.is-disabled, .s-button.s-button--success.is-plain[disabled] {
  color: #b3e19d;
  background-color: #f0f9eb;
  border-color: rgb(224.6, 242.8, 215.6);
}
.s-button.s-button--success.is-dashed {
  background-color: transparent;
  color: #67c23a;
  border-color: #b3e19d;
}
.s-button.s-button--success.is-dashed:hover {
  color: #67c23a;
  border-color: #67c23a;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--success.is-dashed:active {
  color: #529b2e;
  border-color: #529b2e;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--success.is-dashed:focus-visible {
  outline: 2px solid #b3e19d;
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}
.s-button.s-button--success.is-dashed.is-disabled, .s-button.s-button--success.is-dashed[disabled] {
  color: #b3e19d;
  border-color: #b3e19d;
}
.s-button.s-button--info {
  color: #fff;
  background-color: #909399;
  border-color: #909399;
}
.s-button.s-button--info:hover {
  color: #fff;
  border-color: #b1b3b8;
  background-color: #b1b3b8;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--info:active {
  color: #fff;
  border-color: #73767a;
  background-color: #73767a;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--info:focus-visible {
  outline: 2px solid #c8c9cc;
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}
.s-button.s-button--info.is-disabled, .s-button.s-button--info[disabled] {
  color: #fff;
  cursor: not-allowed;
  background-image: none;
  background-color: #c8c9cc;
  border-color: #c8c9cc;
}
.s-button.s-button--info.is-plain {
  color: #909399;
  background-color: #f4f4f5;
  border-color: #c8c9cc;
}
.s-button.s-button--info.is-plain:hover {
  color: #fff;
  border-color: #909399;
  background-color: #909399;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--info.is-plain:active {
  color: #fff;
  border-color: #73767a;
  background-color: #73767a;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--info.is-plain:focus-visible {
  outline: 2px solid #73767a;
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}
.s-button.s-button--info.is-plain.is-disabled, .s-button.s-button--info.is-plain[disabled] {
  color: #c8c9cc;
  background-color: #f4f4f5;
  border-color: #e9e9eb;
}
.s-button.s-button--info.is-dashed {
  background-color: transparent;
  color: #909399;
  border-color: #c8c9cc;
}
.s-button.s-button--info.is-dashed:hover {
  color: #909399;
  border-color: #909399;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--info.is-dashed:active {
  color: #73767a;
  border-color: #73767a;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--info.is-dashed:focus-visible {
  outline: 2px solid #73767a;
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}
.s-button.s-button--info.is-dashed.is-disabled, .s-button.s-button--info.is-dashed[disabled] {
  color: #c8c9cc;
  border-color: #c8c9cc;
}
.s-button.s-button--warning {
  color: #fff;
  background-color: #e6a23c;
  border-color: #e6a23c;
}
.s-button.s-button--warning:hover {
  color: #fff;
  border-color: #eebe77;
  background-color: #eebe77;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--warning:active {
  color: #fff;
  border-color: #b88230;
  background-color: #b88230;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--warning:focus-visible {
  outline: 2px solid #b88230;
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}
.s-button.s-button--warning.is-disabled, .s-button.s-button--warning[disabled] {
  color: #fff;
  cursor: not-allowed;
  background-image: none;
  background-color: #f3d19e;
  border-color: #f3d19e;
}
.s-button.s-button--warning.is-plain {
  color: #e6a23c;
  background-color: #fdf6ec;
  border-color: #f3d19e;
}
.s-button.s-button--warning.is-plain:hover {
  color: #fff;
  border-color: #e6a23c;
  background-color: #e6a23c;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--warning.is-plain:active {
  color: #fff;
  border-color: #b88230;
  background-color: #b88230;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--warning.is-plain:focus-visible {
  outline: 2px solid #f3d19e;
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}
.s-button.s-button--warning.is-plain.is-disabled, .s-button.s-button--warning.is-plain[disabled] {
  color: #f3d19e;
  background-color: #fdf6ec;
  border-color: #faecd8;
}
.s-button.s-button--warning.is-dashed {
  background-color: transparent;
  color: #e6a23c;
  border-color: #f3d19e;
}
.s-button.s-button--warning.is-dashed:hover {
  color: #e6a23c;
  border-color: #e6a23c;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--warning.is-dashed:active {
  color: #b88230;
  border-color: #b88230;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--warning.is-dashed:focus-visible {
  outline: 2px solid #f3d19e;
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}
.s-button.s-button--warning.is-dashed.is-disabled, .s-button.s-button--warning.is-dashed[disabled] {
  color: #f3d19e;
  border-color: #f3d19e;
}
.s-button.s-button--danger {
  color: #fff;
  background-color: #f56c6c;
  border-color: #f56c6c;
}
.s-button.s-button--danger:hover {
  color: #fff;
  border-color: #f89898;
  background-color: #f89898;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--danger:active {
  color: #fff;
  border-color: #c45656;
  background-color: #c45656;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--danger:focus-visible {
  outline: 2px solid #fab6b6;
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}
.s-button.s-button--danger.is-disabled, .s-button.s-button--danger[disabled] {
  color: #fff;
  cursor: not-allowed;
  background-image: none;
  background-color: #fab6b6;
  border-color: #fab6b6;
}
.s-button.s-button--danger.is-plain {
  color: #f56c6c;
  background-color: #fef0f0;
  border-color: #fab6b6;
}
.s-button.s-button--danger.is-plain:hover {
  color: #fff;
  border-color: #f56c6c;
  background-color: #f56c6c;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--danger.is-plain:active {
  color: #fff;
  border-color: #c45656;
  background-color: #c45656;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--danger.is-plain:focus-visible {
  outline: 2px solid #fab6b6;
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}
.s-button.s-button--danger.is-plain.is-disabled, .s-button.s-button--danger.is-plain[disabled] {
  color: #fab6b6;
  background-color: #fef0f0;
  border-color: #fde2e2;
}
.s-button.s-button--danger.is-dashed {
  background-color: transparent;
  color: #f56c6c;
  border-color: #fab6b6;
}
.s-button.s-button--danger.is-dashed:hover {
  color: #f56c6c;
  border-color: #f56c6c;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--danger.is-dashed:active {
  color: #c45656;
  border-color: #c45656;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-button.s-button--danger.is-dashed:focus-visible {
  outline: 2px solid #fab6b6;
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}
.s-button.s-button--danger.is-dashed.is-disabled, .s-button.s-button--danger.is-dashed[disabled] {
  color: #fab6b6;
  border-color: #fab6b6;
}.s-button-group {
  display: inline-block;
  vertical-align: middle;
}
.s-button-group > .s-button + .s-button {
  margin-left: 1px;
}.s-base-select-all {
  color: #606266;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 8px;
}
.s-base-select-all .s-base-select-all__input {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}
.s-base-select-all .s-base-select-all__input.is-checked .s-base-select-all__inner {
  background-color: #409eff;
  border-color: #409eff;
}
.s-base-select-all .s-base-select-all__input.is-checked .s-base-select-all__inner:before {
  transform: rotate(45deg) scaleY(1);
}
.s-base-select-all .s-base-select-all__input .s-base-select-all__inner {
  display: inline-block;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  z-index: 1;
  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}
.s-base-select-all .s-base-select-all__input .s-base-select-all__inner:before {
  box-sizing: content-box;
  content: "";
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  transition: transform 0.15s ease-in 0.05s;
  transform-origin: center;
}
.s-base-select-all .s-base-select-all__input .s-base-select-all__original {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
.s-base-select-all .s-base-select-all__input input {
  cursor: pointer;
}.s-base-selection-box {
  color: #606266;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 8px;
}
.s-base-selection-box .s-base-selection-box__input {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}
.s-base-selection-box .s-base-selection-box__input .s-base-selection-box__inner {
  display: inline-block;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  background-color: #fff;
  z-index: 1;
  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}
.s-base-selection-box .s-base-selection-box__input .s-base-selection-box__inner:before {
  box-sizing: content-box;
  content: "";
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  transition: transform 0.15s ease-in 0.05s;
  transform-origin: center;
}
.s-base-selection-box .s-base-selection-box__input .s-base-selection-box__original {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
.s-base-selection-box .s-base-selection-box__input input {
  cursor: pointer;
}.s-base-semi-selection {
  margin-right: 8px;
  color: #606266;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.s-base-semi-selection .s-base-semi-selection__input {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}
.s-base-semi-selection .s-base-semi-selection__input.is-indeterminate .s-base-semi-selection__inner {
  background-color: #409eff;
  border-color: #409eff;
}
.s-base-semi-selection .s-base-semi-selection__input.is-indeterminate .s-base-semi-selection__inner:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  height: 2px;
  transform: scale(0.5);
  left: 0;
  right: 0;
  top: 5px;
}
.s-base-semi-selection .s-base-semi-selection__input .s-base-semi-selection__inner {
  display: inline-block;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  background-color: #fff;
  z-index: 1;
  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}
.s-base-semi-selection .s-base-semi-selection__input .s-base-semi-selection__original {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
.s-base-semi-selection .s-base-semi-selection__input input {
  cursor: pointer;
}.s-tree .s-tree__node--content {
  border: 1px solid transparent;
}
.s-tree .s-tree__node--drop-inner {
  border: 1px solid silver;
}
.s-tree .s-tree__node--drop-next {
  border-bottom: 1px solid silver;
}
.s-tree .s-tree__node--drop-prev {
  border-top: 1px solid silver;
}.s-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 0;
}
.s-empty .s-empty-image {
  width: 160px;
}
.s-empty .s-empty-image svg {
  color: #dcdfe6;
  fill: currentColor;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.s-empty .s-empty-image img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: contain;
     object-fit: contain;
}
.s-empty .s-empty-description {
  font-size: 14px;
  color: #909399;
}
.s-empty .s-empty-footer,
.s-empty .s-empty-description {
  margin-top: 20px;
}
.s-empty .s-empty-layout {
  display: flex;
  align-items: center;
}
.s-empty .s-empty-layout .s-empty-description {
  margin-left: 20px;
  margin-top: 0px;
}.s-badge {
  position: relative;
  vertical-align: middle;
  display: inline-flex;
}

.s-badge--content {
  background-color: #f56c6c;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #fff;
}
.s-badge--content.s-badge--primary {
  background-color: #409eff;
}
.s-badge--content.s-badge--success {
  background-color: #67c23a;
}
.s-badge--content.s-badge--info {
  background-color: #909399;
}
.s-badge--content.s-badge--warning {
  background-color: #e6a23c;
}
.s-badge--content.s-badge--danger {
  background-color: #f56c6c;
}
.s-badge--content.is-fixed {
  position: absolute;
  top: 0;
  right: 10px;
  transform: translateY(-50%) translateX(100%);
}
.s-badge--content.is-fixed.is-dot {
  right: 5px;
}
.s-badge--content.is-dot {
  height: 8px;
  width: 8px;
  padding: 0;
  right: 0;
  border-radius: 50%;
}
.s-badge--content.is-status {
  position: relative;
  height: 8px;
  width: 8px;
  padding: 0;
  right: 0;
  border-radius: 50%;
  transform: translateY(50%);
}
.s-badge--content.s-badge-color {
  background: var(--badge-color);
  color: var(--text-color);
  border-style: none;
}
.s-badge--content.s-badge-color.is-status {
  border-style: inherit;
}

.s-badge-status-text {
  margin-left: 8px;
  color: rgb(29, 33, 41);
  font-size: 12px;
  line-height: 1.5715;
}.s-switch {
  --s-switch-off-color: #dcdfe6;
  --s-transition-duration: 0.3s;
  --s-switch-on-color: #409eff;
  font-size: 14px;
  height: 32px;
}
.s-switch .s-switch__core {
  min-width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  box-sizing: border-box;
  background: var(--s-switch-off-color);
  transition: border-color var(--s-transition-duration), background-color var(--s-transition-duration);
}
.s-switch .s-switch__core .s-switch__action {
  left: 1px;
  border-radius: 100%;
  transition: all var(--s-transition-duration);
  width: 16px;
  height: 16px;
  background-color: #fff;
  color: var(--s-switch-off-color);
}
.s-switch .s-switch__inner {
  width: 100%;
  transition: all var(--s-transition-duration);
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0 4px 0 18px;
}
.s-switch .s-switch__inner .is-text {
  font-size: 12px;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s-switch.is-round .s-switch__core {
  border-radius: 0;
}
.s-switch.is-round .s-switch__core .s-switch__action {
  border-radius: 0;
}
.s-switch.is-checked .s-switch__core {
  border-color: var(--s-switch-on-color);
  background-color: var(--s-switch-on-color);
}
.s-switch.is-checked .s-switch__action {
  left: calc(100% - 17px);
  color: var(--s-switch-on-color);
}
.s-switch.is-checked .s-switch__inner {
  padding: 0 18px 0 4px;
}
.s-switch.s-switch--small {
  font-size: 12px;
  line-height: 16px;
  height: 24px;
}
.s-switch.s-switch--small.is-checked .s-switch__action {
  left: calc(100% - 13px);
}
.s-switch.s-switch--small .s-switch__core {
  min-width: 30px;
  height: 16px;
  border-radius: 8px;
}
.s-switch.s-switch--small .s-switch__core .s-switch__action {
  width: 12px;
  height: 12px;
}
.s-switch.s-switch--large {
  font-size: 14px;
  line-height: 24px;
  height: 40px;
}
.s-switch.s-switch--large.is-checked .s-switch__action {
  left: calc(100% - 21px);
}
.s-switch.s-switch--large .s-switch__core {
  min-width: 50px;
  height: 24px;
  border-radius: 12px;
}
.s-switch.s-switch--large .s-switch__core .s-switch__action {
  width: 20px;
  height: 20px;
}
.s-switch.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.s-switch.is-disabled .s-switch__core,
.s-switch.is-disabled .s-switch__label {
  cursor: not-allowed;
}
.s-switch .s-switch__label.is-active {
  color: #409eff;
}
.s-switch .s-switch__label--left {
  margin-right: 10px;
}
.s-switch .s-switch__label--right {
  margin-left: 10px;
}.s-flex {
  display: flex;
  justify-content: start;
  gap: 8px 12px;
}
.s-flex-vertical {
  flex-direction: column;
}.s-radio {
  color: #606266;
  font-weight: 500;
  line-height: 1;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  outline: none;
  font-size: 14px;
  margin-right: 30px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.s-radio .s-radio__input {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}
.s-radio .s-radio__input.is-checked + .s-radio__label {
  color: #409eff;
}
.s-radio .s-radio__input.is-checked .s-radio__inner {
  border-color: #409eff;
  background: #409eff;
}
.s-radio .s-radio__input.is-checked .s-radio__inner:after {
  transform: translate(-50%, -50%) scale(1);
}
.s-radio .s-radio__input.is-checked + .el-radio__label {
  color: #409eff;
}
.s-radio .s-radio__input.is-disabled .s-radio__inner {
  cursor: not-allowed;
}
.s-radio .s-radio__input.is-disabled.is-checked .s-radio__inner {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
}
.s-radio .s-radio__input.is-disabled.is-checked .s-radio__inner:after {
  background-color: #c0c4cc;
}
.s-radio .s-radio__input.is-disabled + span.s-radio__label {
  color: #c0c4cc;
  cursor: not-allowed;
}
.s-radio .s-radio__original {
  opacity: 0;
  outline: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.s-radio .s-radio__inner {
  border: 1px solid #dcdfe6;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
}
.s-radio .s-radio__inner:after {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.15s ease-in;
}
.s-radio .s-radio__label {
  font-size: 14px;
  padding-left: 10px;
}
.s-radio.is-bordered {
  padding: 12px 20px 0 10px;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  height: 40px;
}
.s-radio.is-bordered.is-checked {
  border-color: #409eff;
}
.s-radio.is-bordered + .s-radio.is-bordered {
  margin-left: 10px;
}.s-radio-group {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}.s-radio-button {
  position: relative;
  display: inline-block;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-radio-button__inner {
  --tw-border-opacity: 1;
  border-color: rgb(220 223 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(96 98 102 / var(--tw-text-opacity, 1));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  border-width: 1px;
  border-style: solid;
  line-height: 1;
  margin: 0px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  border-left-width: 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.s-radio-button:first-child .s-radio-button__inner {
  border-radius: 4px 0 0 4px;
  border-left-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-left-color: rgb(220 223 230 / var(--tw-border-opacity, 1));
  box-shadow: none !important;
}
.s-radio-button.is-active .s-radio-button__inner {
  --tw-border-opacity: 1;
  border-color: rgb(64 158 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(64 158 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  box-shadow: -1px 0 0 0 #409eff;
}
.s-radio-button.is-disabled.is-active .s-radio-button__inner {
  background-color: #f2f6fc;
}
.s-radio-button.is-disabled .s-radio-button__inner {
  cursor: not-allowed;
  color: #c0c4cc;
  border-left: 1px solid #dcdfe6;
  border-radius: 4px 0 0 4px;
  box-shadow: none !important;
  border-color: #ebeef5;
}.s-waterfall {
  /* your component style */
}.s-scroll {
  overflow: hidden;
  position: relative;
  z-index: auto;
  height: 100%;
  width: 100%;
  --scroll-rail-color: rgba(0, 0, 0, 0.25);
  --scroll-rail-hover-color: rgba(0, 0, 0, 0.4);
  --scroll-rail-active-color: rgba(0, 0, 0, 0.6);
  --scroll-rail-size: 5px;
  --scroll-rail-border-radius: 3px;
  --scroll-rail-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --scroll-rail-opacity: 1;
  --scroll-rail-opacity-transition: opacity 0.2s ease-in-out;
}
.s-scroll > .s-scroll-container {
  width: 100%;
  overflow: scroll;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.s-scroll > .s-scroll-container::-webkit-scrollbar {
  display: none;
}
.s-scroll > .s-scroll-container > .s-scroll-content {
  box-sizing: border-box;
  min-width: 100%;
}
.s-scroll > .s-scroll-rail {
  position: absolute;
  pointer-events: none;
  -moz-user-select: none;
       user-select: none;
  background: transparent;
  -webkit-user-select: none;
  z-index: 10;
  transition: var(--scroll-rail-opacity-transition, opacity 0.2s ease-in-out);
}
.s-scroll > .s-scroll-rail.s-scroll-rail--vertical {
  width: var(--scroll-rail-size, 5px);
  top: 2px;
  bottom: 2px;
}
.s-scroll > .s-scroll-rail.s-scroll-rail--vertical.s-scroll-rail--vertical--right {
  right: 4px;
  left: auto;
}
.s-scroll > .s-scroll-rail.s-scroll-rail--vertical.s-scroll-rail--vertical--left {
  left: 4px;
  right: auto;
}
.s-scroll > .s-scroll-rail.s-scroll-rail--horizontal {
  height: var(--scroll-rail-size, 5px);
  left: 2px;
  right: 2px;
}
.s-scroll > .s-scroll-rail.s-scroll-rail--horizontal.s-scroll-rail--horizontal--bottom {
  bottom: 4px;
  top: auto;
}
.s-scroll > .s-scroll-rail.s-scroll-rail--horizontal.s-scroll-rail--horizontal--top {
  top: 4px;
  bottom: auto;
}
.s-scroll > .s-scroll-rail > .s-scroll-rail__scroll {
  z-index: 1;
  position: absolute;
  cursor: pointer;
  pointer-events: all;
  background-color: var(--scroll-rail-color, rgba(0, 0, 0, 0.25));
  transition: var(--scroll-rail-transition, background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1));
  border-radius: var(--scroll-rail-border-radius, 3px);
}
.s-scroll > .s-scroll-rail > .s-scroll-rail__scroll:hover {
  background-color: var(--scroll-rail-hover-color, rgba(0, 0, 0, 0.4));
}
.s-scroll > .s-scroll-rail > .s-scroll-rail__scroll:active {
  background-color: var(--scroll-rail-active-color, rgba(0, 0, 0, 0.6));
}
.s-scroll > .s-scroll-rail.s-scroll-rail--vertical > .s-scroll-rail__scroll {
  width: var(--scroll-rail-size, 5px);
  border-radius: var(--scroll-rail-border-radius, 3px);
  bottom: 0;
}
.s-scroll > .s-scroll-rail.s-scroll-rail--horizontal > .s-scroll-rail__scroll {
  height: var(--scroll-rail-size, 5px);
  border-radius: var(--scroll-rail-border-radius, 3px);
  right: 0;
}
.s-scroll.s-scroll--has-both > .s-scroll-rail.s-scroll-rail--vertical {
  bottom: 9px;
}
.s-scroll.s-scroll--has-both > .s-scroll-rail.s-scroll-rail--horizontal {
  right: 9px;
}.s-cascader {
  /* your component style */
}.s-calendar .s-calendar--header {
  display: flex;
  justify-content: space-between;
}.s-result {
  /* your component style */
}.s-icon {
  /* your component style */
}.s-avatar {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  color: #fff;
  background: #c0c4cc;
  height: 2.25rem;
  width: 2.25rem;
  line-height: 2.25rem;
  font-size: 14px;
}
.s-avatar > img {
  max-width: inherit;
  display: block;
  height: 100%;
  vertical-align: middle;
}
.s-avatar--large {
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
}
.s-avatar--small {
  height: 1.75rem;
  width: 1.75rem;
  line-height: 1.75rem;
}
.s-avatar--circle {
  border-radius: 50%;
}
.s-avatar--square {
  border-radius: 4px;
}

.s-avatar-group {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
}

.s-avatar-group:not(.s-avatar-group--vertical) .s-avatar:not(:first-child) {
  margin-left: -12px;
}.s-pagination {
  /* your component style */
}.s-transfer {
  /* your component style */
}.s-date-picker {
  /* your component style */
}.s-date-picker-panel {
  width: 290px;
  padding: 6px 12px 4px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}.s-date-panel .s-date-panel-header {
  display: grid;
  height: 1.75rem;
  align-items: center;
  justify-items: center;
  grid-template-columns: 28px 28px 1fr 28px 28px;
}
.s-date-panel .s-date-panel-header .icon {
  cursor: pointer;
}
.s-date-panel .s-date-panel-header .years,
.s-date-panel .s-date-panel-header .month {
  cursor: pointer;
}
.s-date-panel .s-date-panel-header .years:hover,
.s-date-panel .s-date-panel-header .month:hover {
  color: #409eff;
}.s-year-panel .s-year-panel-header {
  display: grid;
  height: 1.75rem;
  align-items: center;
  justify-items: center;
  grid-template-columns: 28px 1fr 28px;
}
.s-year-panel .s-year-panel-header .icon {
  cursor: pointer;
}
.s-year-panel .s-year-panel-header .years,
.s-year-panel .s-year-panel-header .month {
  cursor: pointer;
}
.s-year-panel .s-year-panel-header .years:hover,
.s-year-panel .s-year-panel-header .month:hover {
  color: #409eff;
}.s-month-panel .s-month-panel-header {
  display: grid;
  height: 1.75rem;
  align-items: center;
  justify-items: center;
  grid-template-columns: 28px 1fr 28px;
}
.s-month-panel .s-month-panel-header .icon {
  cursor: pointer;
}
.s-month-panel .s-month-panel-header .month {
  cursor: pointer;
}
.s-month-panel .s-month-panel-header .month:hover {
  color: #409eff;
}.s-week-panel .s-week-panel-header {
  display: grid;
  height: 1.75rem;
  align-items: center;
  justify-items: center;
  grid-template-columns: 28px 28px 1fr 28px 28px;
}
.s-week-panel .s-week-panel-header .icon {
  cursor: pointer;
}
.s-week-panel .s-week-panel-header .years,
.s-week-panel .s-week-panel-header .month {
  cursor: pointer;
}
.s-week-panel .s-week-panel-header .years:hover,
.s-week-panel .s-week-panel-header .month:hover {
  color: #409eff;
}.s-quarter-panel .s-quarter-panel-header {
  display: grid;
  height: 1.75rem;
  align-items: center;
  justify-items: center;
  grid-template-columns: 28px 1fr 28px;
}
.s-quarter-panel .s-quarter-panel-header .icon {
  cursor: pointer;
}
.s-quarter-panel .s-quarter-panel-header .quarter {
  cursor: pointer;
}
.s-quarter-panel .s-quarter-panel-header .quarter:hover {
  color: #409eff;
}.s-range-picker-panel {
  width: 580px;
  padding: 6px 12px 4px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.s-range-picker-panel:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  height: 100%;
  width: 1px;
  background-color: #0000001a;
}.s-date-range-panel {
  display: flex
}
.s-date-range-panel .s-date-range-panel-header {
  display: grid;
  height: 1.75rem;
  flex: 1 1 0%;
  align-items: center;
  justify-items: center;
  grid-template-columns: 28px 28px 1fr 28px 28px
}.s-link {
    position: relative;
    display: inline-flex;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    outline: 2px solid transparent;
    outline-offset: 2px
}.s-input {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 14px
}
.s-input__input {
  height: 2.5rem;
  width: 100%;
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(96 98 102 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  border: 1px solid #d7d8da
}
.s-input__suffix {
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(192 196 204 / var(--tw-text-opacity, 1));
  transition: all 0.3s
}
.s-input__suffix-inner {
  pointer-events: auto
}
.s-input .s-input__icon {
  line-height: 2.5rem;
  width: 25px
}
.s-input.is-disabled .s-input__input {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 237 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 250 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(192 196 204 / var(--tw-text-opacity, 1))
}

@media (prefers-color-scheme: dark) {
  .s-input__input {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(192 196 204 / var(--tw-text-opacity, 1))
  }
}.s-input-group {
  display: inline-flex;
  align-items: center;
}.s-form {
  /* your component style */
}.s-ellipsis {
  overflow: hidden;
  font-size: 14px;
}
.s-ellipsis.s-ellipsis-line--clamp {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
}
.s-ellipsis.s-ellipsis--cursor-pointer {
  cursor: pointer;
}
.s-ellipsis:not(.s-ellipsis-line--clamp) {
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
}.s-breadcrumb {
  font-size: 14px;
  line-height: 1;
}

.s-breadcrumb__separator {
  margin: 0 9px;
  font-weight: 700;
  color: #c0c4cc;
}.s-watermark {
  /* your component style */
}.s-base-modal,
.s-base-modal__mask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 100;
}

.s-base-modal__mask {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}.s-modal__container {
  position: relative;
  margin: 15vh auto 50px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  width: 30%;
}
.s-modal__header {
  color: #606266;
  padding: 20px;
  padding-bottom: 10px;
  word-break: break-all;
}
.s-modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.s-modal__close:hover {
  cursor: pointer;
}
.s-modal__close:hover path {
  fill: #409eff;
}
.s-modal__body {
  padding: 30px 20px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}
.s-modal__footer {
  padding: 20px;
  padding-top: 10px;
  text-align: right;
  box-sizing: border-box;
}.s-qr-code {
  background: #fff;
  border-radius: var(--s-border-radius);
  display: inline-flex;
}.s-code {
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.s-code--inline {
  display: inline;
  padding: 2px 4px;
  background-color: #f5f5f5;
  border: 1px solid #eaeaea;
  border-radius: 2px;
}
.s-code--block {
  display: block;
  padding: 0;
  margin: 8px 0;
  background-color: #f8f8f8;
  border: 1px solid #eaeaea;
  overflow-x: auto;
}
.s-code--block pre {
  margin: 0;
  padding: 12px;
}
.s-code--word-wrap {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.s-code--show-line-numbers .s-code-container {
  display: flex;
  min-width: 100%;
}
.s-code--show-line-numbers .s-code-container .s-code-line-numbers {
  padding: 12px 8px 12px 12px;
  text-align: right;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #f5f5f5;
  border-right: 1px solid #eaeaea;
  min-height: 100%;
}
.s-code--show-line-numbers .s-code-container .s-code-line-numbers .s-code-line-number {
  line-height: 1.5;
  color: #999;
  font-size: 12px;
  padding-right: 8px;
}
.s-code--show-line-numbers .s-code-container .s-code-line-numbers .s-code-line-number::before {
  content: attr(data-line-number);
}
.s-code--show-line-numbers .s-code-container .s-code-content {
  flex: 1;
  padding: 12px 12px 12px 8px;
  overflow-x: auto;
}
.s-code--show-line-numbers .s-code-container .s-code-content .s-code-line {
  line-height: 1.5;
  min-height: 1.5em;
}
.s-code .hljs {
  background: transparent;
}

@media (prefers-color-scheme: dark) {
  .s-code--inline {
    background-color: #2a2a2a;
    border-color: #444;
    color: #e0e0e0;
  }
  .s-code--block {
    background-color: #1e1e1e;
    border-color: #444;
    color: #e0e0e0;
  }
  .s-code--show-line-numbers .s-code-container .s-code-line-numbers {
    background-color: #2a2a2a;
    border-right-color: #444;
    color: #666;
  }
  .s-code--show-line-numbers .s-code-container .s-code-content {
    background-color: #1e1e1e;
  }
}
.s-code--block::-webkit-scrollbar {
  height: 8px;
}
.s-code--block::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.s-code--block::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
.s-code--block::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

@media (prefers-color-scheme: dark) {
  .s-code--block::-webkit-scrollbar-track {
    background: #2a2a2a;
  }
  .s-code--block::-webkit-scrollbar-thumb {
    background: #555;
  }
  .s-code--block::-webkit-scrollbar-thumb:hover {
    background: #666;
  }
}.s-upload {
  /* your component style */
}:root {
  --s-color-white: #ffffff;
  --s-color-black: #000000;
  color-scheme: light;
  --s-color-primary: #409eff;
  --s-color-primary-light-3: rgb(121, 187, 255);
  --s-color-primary-light-5: rgb(160, 207, 255);
  --s-color-primary-light-7: rgb(198, 226, 255);
  --s-color-primary-light-8: rgb(217, 236, 255);
  --s-color-primary-light-9: rgb(236, 245, 255);
  --s-color-primary-dark-2: rgb(51, 126, 204);
  --s-color-success: #67c23a;
  --s-color-success-light-3: rgb(149, 212, 117);
  --s-color-success-light-5: rgb(179, 225, 157);
  --s-color-success-light-7: rgb(209, 237, 196);
  --s-color-success-light-8: rgb(225, 243, 216);
  --s-color-success-light-9: rgb(240, 249, 235);
  --s-color-success-dark-2: rgb(82, 155, 46);
  --s-color-warning: #e6a23c;
  --s-color-warning-light-3: rgb(238, 190, 119);
  --s-color-warning-light-5: rgb(243, 209, 158);
  --s-color-warning-light-7: rgb(248, 227, 197);
  --s-color-warning-light-8: rgb(250, 236, 216);
  --s-color-warning-light-9: rgb(253, 246, 236);
  --s-color-warning-dark-2: rgb(184, 130, 48);
  --s-color-danger: #f56c6c;
  --s-color-danger-light-3: rgb(248, 152, 152);
  --s-color-danger-light-5: rgb(250, 182, 182);
  --s-color-danger-light-7: rgb(252, 211, 211);
  --s-color-danger-light-8: rgb(253, 226, 226);
  --s-color-danger-light-9: rgb(254, 240, 240);
  --s-color-danger-dark-2: rgb(196, 86, 86);
  --s-color-error: #f56c6c;
  --s-color-error-light-3: rgb(248, 152, 152);
  --s-color-error-light-5: rgb(250, 182, 182);
  --s-color-error-light-7: rgb(252, 211, 211);
  --s-color-error-light-8: rgb(253, 226, 226);
  --s-color-error-light-9: rgb(254, 240, 240);
  --s-color-error-dark-2: rgb(196, 86, 86);
  --s-color-info: #909399;
  --s-color-info-light-3: rgb(177, 179, 184);
  --s-color-info-light-5: rgb(200, 201, 204);
  --s-color-info-light-7: rgb(222, 223, 224);
  --s-color-info-light-8: rgb(233, 233, 235);
  --s-color-info-light-9: rgb(244, 244, 245);
  --s-color-info-dark-2: rgb(115, 118, 122);
}

.s-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
}
.s-row.is-justify-center {
  justify-content: center;
}

.s-row.is-justify-end {
  justify-content: flex-end;
}

.s-row.is-justify-space-between {
  justify-content: space-between;
}

.s-row.is-justify-space-around {
  justify-content: space-around;
}

.s-row.is-justify-space-evenly {
  justify-content: space-evenly;
}

.s-row.is-align-top {
  align-items: flex-start;
}

.s-row.is-align-middle {
  align-items: center;
}

.s-row.is-align-bottom {
  align-items: flex-end;
}:root {
  --s-color-white: #ffffff;
  --s-color-black: #000000;
  color-scheme: light;
  --s-color-primary: #409eff;
  --s-color-primary-light-3: rgb(121, 187, 255);
  --s-color-primary-light-5: rgb(160, 207, 255);
  --s-color-primary-light-7: rgb(198, 226, 255);
  --s-color-primary-light-8: rgb(217, 236, 255);
  --s-color-primary-light-9: rgb(236, 245, 255);
  --s-color-primary-dark-2: rgb(51, 126, 204);
  --s-color-success: #67c23a;
  --s-color-success-light-3: rgb(149, 212, 117);
  --s-color-success-light-5: rgb(179, 225, 157);
  --s-color-success-light-7: rgb(209, 237, 196);
  --s-color-success-light-8: rgb(225, 243, 216);
  --s-color-success-light-9: rgb(240, 249, 235);
  --s-color-success-dark-2: rgb(82, 155, 46);
  --s-color-warning: #e6a23c;
  --s-color-warning-light-3: rgb(238, 190, 119);
  --s-color-warning-light-5: rgb(243, 209, 158);
  --s-color-warning-light-7: rgb(248, 227, 197);
  --s-color-warning-light-8: rgb(250, 236, 216);
  --s-color-warning-light-9: rgb(253, 246, 236);
  --s-color-warning-dark-2: rgb(184, 130, 48);
  --s-color-danger: #f56c6c;
  --s-color-danger-light-3: rgb(248, 152, 152);
  --s-color-danger-light-5: rgb(250, 182, 182);
  --s-color-danger-light-7: rgb(252, 211, 211);
  --s-color-danger-light-8: rgb(253, 226, 226);
  --s-color-danger-light-9: rgb(254, 240, 240);
  --s-color-danger-dark-2: rgb(196, 86, 86);
  --s-color-error: #f56c6c;
  --s-color-error-light-3: rgb(248, 152, 152);
  --s-color-error-light-5: rgb(250, 182, 182);
  --s-color-error-light-7: rgb(252, 211, 211);
  --s-color-error-light-8: rgb(253, 226, 226);
  --s-color-error-light-9: rgb(254, 240, 240);
  --s-color-error-dark-2: rgb(196, 86, 86);
  --s-color-info: #909399;
  --s-color-info-light-3: rgb(177, 179, 184);
  --s-color-info-light-5: rgb(200, 201, 204);
  --s-color-info-light-7: rgb(222, 223, 224);
  --s-color-info-light-8: rgb(233, 233, 235);
  --s-color-info-light-9: rgb(244, 244, 245);
  --s-color-info-dark-2: rgb(115, 118, 122);
}

[class*=s-col-] {
  box-sizing: border-box;
}
[class*=s-col-].is-guttered {
  display: block;
  min-height: 1px;
}

.s-col-0 {
  display: none;
  max-width: 0%;
  flex: 0 0 0%;
}
.s-col-0.is-guttered {
  display: none;
}

.s-col-offset-0 {
  margin-left: 0%;
}

.s-col-pull-0 {
  position: relative;
  right: 0%;
}

.s-col-push-0 {
  position: relative;
  left: 0%;
}

.s-col-1 {
  display: block;
  max-width: 4.1666666667%;
  flex: 0 0 4.1666666667%;
}
.s-col-1.is-guttered {
  display: block;
}

.s-col-offset-1 {
  margin-left: 4.1666666667%;
}

.s-col-pull-1 {
  position: relative;
  right: 4.1666666667%;
}

.s-col-push-1 {
  position: relative;
  left: 4.1666666667%;
}

.s-col-2 {
  display: block;
  max-width: 8.3333333333%;
  flex: 0 0 8.3333333333%;
}
.s-col-2.is-guttered {
  display: block;
}

.s-col-offset-2 {
  margin-left: 8.3333333333%;
}

.s-col-pull-2 {
  position: relative;
  right: 8.3333333333%;
}

.s-col-push-2 {
  position: relative;
  left: 8.3333333333%;
}

.s-col-3 {
  display: block;
  max-width: 12.5%;
  flex: 0 0 12.5%;
}
.s-col-3.is-guttered {
  display: block;
}

.s-col-offset-3 {
  margin-left: 12.5%;
}

.s-col-pull-3 {
  position: relative;
  right: 12.5%;
}

.s-col-push-3 {
  position: relative;
  left: 12.5%;
}

.s-col-4 {
  display: block;
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
}
.s-col-4.is-guttered {
  display: block;
}

.s-col-offset-4 {
  margin-left: 16.6666666667%;
}

.s-col-pull-4 {
  position: relative;
  right: 16.6666666667%;
}

.s-col-push-4 {
  position: relative;
  left: 16.6666666667%;
}

.s-col-5 {
  display: block;
  max-width: 20.8333333333%;
  flex: 0 0 20.8333333333%;
}
.s-col-5.is-guttered {
  display: block;
}

.s-col-offset-5 {
  margin-left: 20.8333333333%;
}

.s-col-pull-5 {
  position: relative;
  right: 20.8333333333%;
}

.s-col-push-5 {
  position: relative;
  left: 20.8333333333%;
}

.s-col-6 {
  display: block;
  max-width: 25%;
  flex: 0 0 25%;
}
.s-col-6.is-guttered {
  display: block;
}

.s-col-offset-6 {
  margin-left: 25%;
}

.s-col-pull-6 {
  position: relative;
  right: 25%;
}

.s-col-push-6 {
  position: relative;
  left: 25%;
}

.s-col-7 {
  display: block;
  max-width: 29.1666666667%;
  flex: 0 0 29.1666666667%;
}
.s-col-7.is-guttered {
  display: block;
}

.s-col-offset-7 {
  margin-left: 29.1666666667%;
}

.s-col-pull-7 {
  position: relative;
  right: 29.1666666667%;
}

.s-col-push-7 {
  position: relative;
  left: 29.1666666667%;
}

.s-col-8 {
  display: block;
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
.s-col-8.is-guttered {
  display: block;
}

.s-col-offset-8 {
  margin-left: 33.3333333333%;
}

.s-col-pull-8 {
  position: relative;
  right: 33.3333333333%;
}

.s-col-push-8 {
  position: relative;
  left: 33.3333333333%;
}

.s-col-9 {
  display: block;
  max-width: 37.5%;
  flex: 0 0 37.5%;
}
.s-col-9.is-guttered {
  display: block;
}

.s-col-offset-9 {
  margin-left: 37.5%;
}

.s-col-pull-9 {
  position: relative;
  right: 37.5%;
}

.s-col-push-9 {
  position: relative;
  left: 37.5%;
}

.s-col-10 {
  display: block;
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%;
}
.s-col-10.is-guttered {
  display: block;
}

.s-col-offset-10 {
  margin-left: 41.6666666667%;
}

.s-col-pull-10 {
  position: relative;
  right: 41.6666666667%;
}

.s-col-push-10 {
  position: relative;
  left: 41.6666666667%;
}

.s-col-11 {
  display: block;
  max-width: 45.8333333333%;
  flex: 0 0 45.8333333333%;
}
.s-col-11.is-guttered {
  display: block;
}

.s-col-offset-11 {
  margin-left: 45.8333333333%;
}

.s-col-pull-11 {
  position: relative;
  right: 45.8333333333%;
}

.s-col-push-11 {
  position: relative;
  left: 45.8333333333%;
}

.s-col-12 {
  display: block;
  max-width: 50%;
  flex: 0 0 50%;
}
.s-col-12.is-guttered {
  display: block;
}

.s-col-offset-12 {
  margin-left: 50%;
}

.s-col-pull-12 {
  position: relative;
  right: 50%;
}

.s-col-push-12 {
  position: relative;
  left: 50%;
}

.s-col-13 {
  display: block;
  max-width: 54.1666666667%;
  flex: 0 0 54.1666666667%;
}
.s-col-13.is-guttered {
  display: block;
}

.s-col-offset-13 {
  margin-left: 54.1666666667%;
}

.s-col-pull-13 {
  position: relative;
  right: 54.1666666667%;
}

.s-col-push-13 {
  position: relative;
  left: 54.1666666667%;
}

.s-col-14 {
  display: block;
  max-width: 58.3333333333%;
  flex: 0 0 58.3333333333%;
}
.s-col-14.is-guttered {
  display: block;
}

.s-col-offset-14 {
  margin-left: 58.3333333333%;
}

.s-col-pull-14 {
  position: relative;
  right: 58.3333333333%;
}

.s-col-push-14 {
  position: relative;
  left: 58.3333333333%;
}

.s-col-15 {
  display: block;
  max-width: 62.5%;
  flex: 0 0 62.5%;
}
.s-col-15.is-guttered {
  display: block;
}

.s-col-offset-15 {
  margin-left: 62.5%;
}

.s-col-pull-15 {
  position: relative;
  right: 62.5%;
}

.s-col-push-15 {
  position: relative;
  left: 62.5%;
}

.s-col-16 {
  display: block;
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%;
}
.s-col-16.is-guttered {
  display: block;
}

.s-col-offset-16 {
  margin-left: 66.6666666667%;
}

.s-col-pull-16 {
  position: relative;
  right: 66.6666666667%;
}

.s-col-push-16 {
  position: relative;
  left: 66.6666666667%;
}

.s-col-17 {
  display: block;
  max-width: 70.8333333333%;
  flex: 0 0 70.8333333333%;
}
.s-col-17.is-guttered {
  display: block;
}

.s-col-offset-17 {
  margin-left: 70.8333333333%;
}

.s-col-pull-17 {
  position: relative;
  right: 70.8333333333%;
}

.s-col-push-17 {
  position: relative;
  left: 70.8333333333%;
}

.s-col-18 {
  display: block;
  max-width: 75%;
  flex: 0 0 75%;
}
.s-col-18.is-guttered {
  display: block;
}

.s-col-offset-18 {
  margin-left: 75%;
}

.s-col-pull-18 {
  position: relative;
  right: 75%;
}

.s-col-push-18 {
  position: relative;
  left: 75%;
}

.s-col-19 {
  display: block;
  max-width: 79.1666666667%;
  flex: 0 0 79.1666666667%;
}
.s-col-19.is-guttered {
  display: block;
}

.s-col-offset-19 {
  margin-left: 79.1666666667%;
}

.s-col-pull-19 {
  position: relative;
  right: 79.1666666667%;
}

.s-col-push-19 {
  position: relative;
  left: 79.1666666667%;
}

.s-col-20 {
  display: block;
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%;
}
.s-col-20.is-guttered {
  display: block;
}

.s-col-offset-20 {
  margin-left: 83.3333333333%;
}

.s-col-pull-20 {
  position: relative;
  right: 83.3333333333%;
}

.s-col-push-20 {
  position: relative;
  left: 83.3333333333%;
}

.s-col-21 {
  display: block;
  max-width: 87.5%;
  flex: 0 0 87.5%;
}
.s-col-21.is-guttered {
  display: block;
}

.s-col-offset-21 {
  margin-left: 87.5%;
}

.s-col-pull-21 {
  position: relative;
  right: 87.5%;
}

.s-col-push-21 {
  position: relative;
  left: 87.5%;
}

.s-col-22 {
  display: block;
  max-width: 91.6666666667%;
  flex: 0 0 91.6666666667%;
}
.s-col-22.is-guttered {
  display: block;
}

.s-col-offset-22 {
  margin-left: 91.6666666667%;
}

.s-col-pull-22 {
  position: relative;
  right: 91.6666666667%;
}

.s-col-push-22 {
  position: relative;
  left: 91.6666666667%;
}

.s-col-23 {
  display: block;
  max-width: 95.8333333333%;
  flex: 0 0 95.8333333333%;
}
.s-col-23.is-guttered {
  display: block;
}

.s-col-offset-23 {
  margin-left: 95.8333333333%;
}

.s-col-pull-23 {
  position: relative;
  right: 95.8333333333%;
}

.s-col-push-23 {
  position: relative;
  left: 95.8333333333%;
}

.s-col-24 {
  display: block;
  max-width: 100%;
  flex: 0 0 100%;
}
.s-col-24.is-guttered {
  display: block;
}

.s-col-offset-24 {
  margin-left: 100%;
}

.s-col-pull-24 {
  position: relative;
  right: 100%;
}

.s-col-push-24 {
  position: relative;
  left: 100%;
}

@media only screen and (max-width: 767px) {
  .s-col-xs-0 {
    display: none;
    max-width: 0%;
    flex: 0 0 0%;
  }
  .s-col-xs-0.is-guttered {
    display: none;
  }
  .s-col-xs-offset-0 {
    margin-left: 0%;
  }
  .s-col-xs-pull-0 {
    position: relative;
    right: 0%;
  }
  .s-col-xs-push-0 {
    position: relative;
    left: 0%;
  }
  .s-col-xs-1 {
    display: block;
    max-width: 4.1666666667%;
    flex: 0 0 4.1666666667%;
  }
  .s-col-xs-1.is-guttered {
    display: block;
  }
  .s-col-xs-offset-1 {
    margin-left: 4.1666666667%;
  }
  .s-col-xs-pull-1 {
    position: relative;
    right: 4.1666666667%;
  }
  .s-col-xs-push-1 {
    position: relative;
    left: 4.1666666667%;
  }
  .s-col-xs-2 {
    display: block;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .s-col-xs-2.is-guttered {
    display: block;
  }
  .s-col-xs-offset-2 {
    margin-left: 8.3333333333%;
  }
  .s-col-xs-pull-2 {
    position: relative;
    right: 8.3333333333%;
  }
  .s-col-xs-push-2 {
    position: relative;
    left: 8.3333333333%;
  }
  .s-col-xs-3 {
    display: block;
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
  .s-col-xs-3.is-guttered {
    display: block;
  }
  .s-col-xs-offset-3 {
    margin-left: 12.5%;
  }
  .s-col-xs-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .s-col-xs-push-3 {
    position: relative;
    left: 12.5%;
  }
  .s-col-xs-4 {
    display: block;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .s-col-xs-4.is-guttered {
    display: block;
  }
  .s-col-xs-offset-4 {
    margin-left: 16.6666666667%;
  }
  .s-col-xs-pull-4 {
    position: relative;
    right: 16.6666666667%;
  }
  .s-col-xs-push-4 {
    position: relative;
    left: 16.6666666667%;
  }
  .s-col-xs-5 {
    display: block;
    max-width: 20.8333333333%;
    flex: 0 0 20.8333333333%;
  }
  .s-col-xs-5.is-guttered {
    display: block;
  }
  .s-col-xs-offset-5 {
    margin-left: 20.8333333333%;
  }
  .s-col-xs-pull-5 {
    position: relative;
    right: 20.8333333333%;
  }
  .s-col-xs-push-5 {
    position: relative;
    left: 20.8333333333%;
  }
  .s-col-xs-6 {
    display: block;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .s-col-xs-6.is-guttered {
    display: block;
  }
  .s-col-xs-offset-6 {
    margin-left: 25%;
  }
  .s-col-xs-pull-6 {
    position: relative;
    right: 25%;
  }
  .s-col-xs-push-6 {
    position: relative;
    left: 25%;
  }
  .s-col-xs-7 {
    display: block;
    max-width: 29.1666666667%;
    flex: 0 0 29.1666666667%;
  }
  .s-col-xs-7.is-guttered {
    display: block;
  }
  .s-col-xs-offset-7 {
    margin-left: 29.1666666667%;
  }
  .s-col-xs-pull-7 {
    position: relative;
    right: 29.1666666667%;
  }
  .s-col-xs-push-7 {
    position: relative;
    left: 29.1666666667%;
  }
  .s-col-xs-8 {
    display: block;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .s-col-xs-8.is-guttered {
    display: block;
  }
  .s-col-xs-offset-8 {
    margin-left: 33.3333333333%;
  }
  .s-col-xs-pull-8 {
    position: relative;
    right: 33.3333333333%;
  }
  .s-col-xs-push-8 {
    position: relative;
    left: 33.3333333333%;
  }
  .s-col-xs-9 {
    display: block;
    max-width: 37.5%;
    flex: 0 0 37.5%;
  }
  .s-col-xs-9.is-guttered {
    display: block;
  }
  .s-col-xs-offset-9 {
    margin-left: 37.5%;
  }
  .s-col-xs-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .s-col-xs-push-9 {
    position: relative;
    left: 37.5%;
  }
  .s-col-xs-10 {
    display: block;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .s-col-xs-10.is-guttered {
    display: block;
  }
  .s-col-xs-offset-10 {
    margin-left: 41.6666666667%;
  }
  .s-col-xs-pull-10 {
    position: relative;
    right: 41.6666666667%;
  }
  .s-col-xs-push-10 {
    position: relative;
    left: 41.6666666667%;
  }
  .s-col-xs-11 {
    display: block;
    max-width: 45.8333333333%;
    flex: 0 0 45.8333333333%;
  }
  .s-col-xs-11.is-guttered {
    display: block;
  }
  .s-col-xs-offset-11 {
    margin-left: 45.8333333333%;
  }
  .s-col-xs-pull-11 {
    position: relative;
    right: 45.8333333333%;
  }
  .s-col-xs-push-11 {
    position: relative;
    left: 45.8333333333%;
  }
  .s-col-xs-12 {
    display: block;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .s-col-xs-12.is-guttered {
    display: block;
  }
  .s-col-xs-offset-12 {
    margin-left: 50%;
  }
  .s-col-xs-pull-12 {
    position: relative;
    right: 50%;
  }
  .s-col-xs-push-12 {
    position: relative;
    left: 50%;
  }
  .s-col-xs-13 {
    display: block;
    max-width: 54.1666666667%;
    flex: 0 0 54.1666666667%;
  }
  .s-col-xs-13.is-guttered {
    display: block;
  }
  .s-col-xs-offset-13 {
    margin-left: 54.1666666667%;
  }
  .s-col-xs-pull-13 {
    position: relative;
    right: 54.1666666667%;
  }
  .s-col-xs-push-13 {
    position: relative;
    left: 54.1666666667%;
  }
  .s-col-xs-14 {
    display: block;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .s-col-xs-14.is-guttered {
    display: block;
  }
  .s-col-xs-offset-14 {
    margin-left: 58.3333333333%;
  }
  .s-col-xs-pull-14 {
    position: relative;
    right: 58.3333333333%;
  }
  .s-col-xs-push-14 {
    position: relative;
    left: 58.3333333333%;
  }
  .s-col-xs-15 {
    display: block;
    max-width: 62.5%;
    flex: 0 0 62.5%;
  }
  .s-col-xs-15.is-guttered {
    display: block;
  }
  .s-col-xs-offset-15 {
    margin-left: 62.5%;
  }
  .s-col-xs-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .s-col-xs-push-15 {
    position: relative;
    left: 62.5%;
  }
  .s-col-xs-16 {
    display: block;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .s-col-xs-16.is-guttered {
    display: block;
  }
  .s-col-xs-offset-16 {
    margin-left: 66.6666666667%;
  }
  .s-col-xs-pull-16 {
    position: relative;
    right: 66.6666666667%;
  }
  .s-col-xs-push-16 {
    position: relative;
    left: 66.6666666667%;
  }
  .s-col-xs-17 {
    display: block;
    max-width: 70.8333333333%;
    flex: 0 0 70.8333333333%;
  }
  .s-col-xs-17.is-guttered {
    display: block;
  }
  .s-col-xs-offset-17 {
    margin-left: 70.8333333333%;
  }
  .s-col-xs-pull-17 {
    position: relative;
    right: 70.8333333333%;
  }
  .s-col-xs-push-17 {
    position: relative;
    left: 70.8333333333%;
  }
  .s-col-xs-18 {
    display: block;
    max-width: 75%;
    flex: 0 0 75%;
  }
  .s-col-xs-18.is-guttered {
    display: block;
  }
  .s-col-xs-offset-18 {
    margin-left: 75%;
  }
  .s-col-xs-pull-18 {
    position: relative;
    right: 75%;
  }
  .s-col-xs-push-18 {
    position: relative;
    left: 75%;
  }
  .s-col-xs-19 {
    display: block;
    max-width: 79.1666666667%;
    flex: 0 0 79.1666666667%;
  }
  .s-col-xs-19.is-guttered {
    display: block;
  }
  .s-col-xs-offset-19 {
    margin-left: 79.1666666667%;
  }
  .s-col-xs-pull-19 {
    position: relative;
    right: 79.1666666667%;
  }
  .s-col-xs-push-19 {
    position: relative;
    left: 79.1666666667%;
  }
  .s-col-xs-20 {
    display: block;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .s-col-xs-20.is-guttered {
    display: block;
  }
  .s-col-xs-offset-20 {
    margin-left: 83.3333333333%;
  }
  .s-col-xs-pull-20 {
    position: relative;
    right: 83.3333333333%;
  }
  .s-col-xs-push-20 {
    position: relative;
    left: 83.3333333333%;
  }
  .s-col-xs-21 {
    display: block;
    max-width: 87.5%;
    flex: 0 0 87.5%;
  }
  .s-col-xs-21.is-guttered {
    display: block;
  }
  .s-col-xs-offset-21 {
    margin-left: 87.5%;
  }
  .s-col-xs-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .s-col-xs-push-21 {
    position: relative;
    left: 87.5%;
  }
  .s-col-xs-22 {
    display: block;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .s-col-xs-22.is-guttered {
    display: block;
  }
  .s-col-xs-offset-22 {
    margin-left: 91.6666666667%;
  }
  .s-col-xs-pull-22 {
    position: relative;
    right: 91.6666666667%;
  }
  .s-col-xs-push-22 {
    position: relative;
    left: 91.6666666667%;
  }
  .s-col-xs-23 {
    display: block;
    max-width: 95.8333333333%;
    flex: 0 0 95.8333333333%;
  }
  .s-col-xs-23.is-guttered {
    display: block;
  }
  .s-col-xs-offset-23 {
    margin-left: 95.8333333333%;
  }
  .s-col-xs-pull-23 {
    position: relative;
    right: 95.8333333333%;
  }
  .s-col-xs-push-23 {
    position: relative;
    left: 95.8333333333%;
  }
  .s-col-xs-24 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .s-col-xs-24.is-guttered {
    display: block;
  }
  .s-col-xs-offset-24 {
    margin-left: 100%;
  }
  .s-col-xs-pull-24 {
    position: relative;
    right: 100%;
  }
  .s-col-xs-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .s-col-sm-0 {
    display: none;
    max-width: 0%;
    flex: 0 0 0%;
  }
  .s-col-sm-0.is-guttered {
    display: none;
  }
  .s-col-sm-offset-0 {
    margin-left: 0%;
  }
  .s-col-sm-pull-0 {
    position: relative;
    right: 0%;
  }
  .s-col-sm-push-0 {
    position: relative;
    left: 0%;
  }
  .s-col-sm-1 {
    display: block;
    max-width: 4.1666666667%;
    flex: 0 0 4.1666666667%;
  }
  .s-col-sm-1.is-guttered {
    display: block;
  }
  .s-col-sm-offset-1 {
    margin-left: 4.1666666667%;
  }
  .s-col-sm-pull-1 {
    position: relative;
    right: 4.1666666667%;
  }
  .s-col-sm-push-1 {
    position: relative;
    left: 4.1666666667%;
  }
  .s-col-sm-2 {
    display: block;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .s-col-sm-2.is-guttered {
    display: block;
  }
  .s-col-sm-offset-2 {
    margin-left: 8.3333333333%;
  }
  .s-col-sm-pull-2 {
    position: relative;
    right: 8.3333333333%;
  }
  .s-col-sm-push-2 {
    position: relative;
    left: 8.3333333333%;
  }
  .s-col-sm-3 {
    display: block;
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
  .s-col-sm-3.is-guttered {
    display: block;
  }
  .s-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .s-col-sm-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .s-col-sm-push-3 {
    position: relative;
    left: 12.5%;
  }
  .s-col-sm-4 {
    display: block;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .s-col-sm-4.is-guttered {
    display: block;
  }
  .s-col-sm-offset-4 {
    margin-left: 16.6666666667%;
  }
  .s-col-sm-pull-4 {
    position: relative;
    right: 16.6666666667%;
  }
  .s-col-sm-push-4 {
    position: relative;
    left: 16.6666666667%;
  }
  .s-col-sm-5 {
    display: block;
    max-width: 20.8333333333%;
    flex: 0 0 20.8333333333%;
  }
  .s-col-sm-5.is-guttered {
    display: block;
  }
  .s-col-sm-offset-5 {
    margin-left: 20.8333333333%;
  }
  .s-col-sm-pull-5 {
    position: relative;
    right: 20.8333333333%;
  }
  .s-col-sm-push-5 {
    position: relative;
    left: 20.8333333333%;
  }
  .s-col-sm-6 {
    display: block;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .s-col-sm-6.is-guttered {
    display: block;
  }
  .s-col-sm-offset-6 {
    margin-left: 25%;
  }
  .s-col-sm-pull-6 {
    position: relative;
    right: 25%;
  }
  .s-col-sm-push-6 {
    position: relative;
    left: 25%;
  }
  .s-col-sm-7 {
    display: block;
    max-width: 29.1666666667%;
    flex: 0 0 29.1666666667%;
  }
  .s-col-sm-7.is-guttered {
    display: block;
  }
  .s-col-sm-offset-7 {
    margin-left: 29.1666666667%;
  }
  .s-col-sm-pull-7 {
    position: relative;
    right: 29.1666666667%;
  }
  .s-col-sm-push-7 {
    position: relative;
    left: 29.1666666667%;
  }
  .s-col-sm-8 {
    display: block;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .s-col-sm-8.is-guttered {
    display: block;
  }
  .s-col-sm-offset-8 {
    margin-left: 33.3333333333%;
  }
  .s-col-sm-pull-8 {
    position: relative;
    right: 33.3333333333%;
  }
  .s-col-sm-push-8 {
    position: relative;
    left: 33.3333333333%;
  }
  .s-col-sm-9 {
    display: block;
    max-width: 37.5%;
    flex: 0 0 37.5%;
  }
  .s-col-sm-9.is-guttered {
    display: block;
  }
  .s-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .s-col-sm-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .s-col-sm-push-9 {
    position: relative;
    left: 37.5%;
  }
  .s-col-sm-10 {
    display: block;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .s-col-sm-10.is-guttered {
    display: block;
  }
  .s-col-sm-offset-10 {
    margin-left: 41.6666666667%;
  }
  .s-col-sm-pull-10 {
    position: relative;
    right: 41.6666666667%;
  }
  .s-col-sm-push-10 {
    position: relative;
    left: 41.6666666667%;
  }
  .s-col-sm-11 {
    display: block;
    max-width: 45.8333333333%;
    flex: 0 0 45.8333333333%;
  }
  .s-col-sm-11.is-guttered {
    display: block;
  }
  .s-col-sm-offset-11 {
    margin-left: 45.8333333333%;
  }
  .s-col-sm-pull-11 {
    position: relative;
    right: 45.8333333333%;
  }
  .s-col-sm-push-11 {
    position: relative;
    left: 45.8333333333%;
  }
  .s-col-sm-12 {
    display: block;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .s-col-sm-12.is-guttered {
    display: block;
  }
  .s-col-sm-offset-12 {
    margin-left: 50%;
  }
  .s-col-sm-pull-12 {
    position: relative;
    right: 50%;
  }
  .s-col-sm-push-12 {
    position: relative;
    left: 50%;
  }
  .s-col-sm-13 {
    display: block;
    max-width: 54.1666666667%;
    flex: 0 0 54.1666666667%;
  }
  .s-col-sm-13.is-guttered {
    display: block;
  }
  .s-col-sm-offset-13 {
    margin-left: 54.1666666667%;
  }
  .s-col-sm-pull-13 {
    position: relative;
    right: 54.1666666667%;
  }
  .s-col-sm-push-13 {
    position: relative;
    left: 54.1666666667%;
  }
  .s-col-sm-14 {
    display: block;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .s-col-sm-14.is-guttered {
    display: block;
  }
  .s-col-sm-offset-14 {
    margin-left: 58.3333333333%;
  }
  .s-col-sm-pull-14 {
    position: relative;
    right: 58.3333333333%;
  }
  .s-col-sm-push-14 {
    position: relative;
    left: 58.3333333333%;
  }
  .s-col-sm-15 {
    display: block;
    max-width: 62.5%;
    flex: 0 0 62.5%;
  }
  .s-col-sm-15.is-guttered {
    display: block;
  }
  .s-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .s-col-sm-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .s-col-sm-push-15 {
    position: relative;
    left: 62.5%;
  }
  .s-col-sm-16 {
    display: block;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .s-col-sm-16.is-guttered {
    display: block;
  }
  .s-col-sm-offset-16 {
    margin-left: 66.6666666667%;
  }
  .s-col-sm-pull-16 {
    position: relative;
    right: 66.6666666667%;
  }
  .s-col-sm-push-16 {
    position: relative;
    left: 66.6666666667%;
  }
  .s-col-sm-17 {
    display: block;
    max-width: 70.8333333333%;
    flex: 0 0 70.8333333333%;
  }
  .s-col-sm-17.is-guttered {
    display: block;
  }
  .s-col-sm-offset-17 {
    margin-left: 70.8333333333%;
  }
  .s-col-sm-pull-17 {
    position: relative;
    right: 70.8333333333%;
  }
  .s-col-sm-push-17 {
    position: relative;
    left: 70.8333333333%;
  }
  .s-col-sm-18 {
    display: block;
    max-width: 75%;
    flex: 0 0 75%;
  }
  .s-col-sm-18.is-guttered {
    display: block;
  }
  .s-col-sm-offset-18 {
    margin-left: 75%;
  }
  .s-col-sm-pull-18 {
    position: relative;
    right: 75%;
  }
  .s-col-sm-push-18 {
    position: relative;
    left: 75%;
  }
  .s-col-sm-19 {
    display: block;
    max-width: 79.1666666667%;
    flex: 0 0 79.1666666667%;
  }
  .s-col-sm-19.is-guttered {
    display: block;
  }
  .s-col-sm-offset-19 {
    margin-left: 79.1666666667%;
  }
  .s-col-sm-pull-19 {
    position: relative;
    right: 79.1666666667%;
  }
  .s-col-sm-push-19 {
    position: relative;
    left: 79.1666666667%;
  }
  .s-col-sm-20 {
    display: block;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .s-col-sm-20.is-guttered {
    display: block;
  }
  .s-col-sm-offset-20 {
    margin-left: 83.3333333333%;
  }
  .s-col-sm-pull-20 {
    position: relative;
    right: 83.3333333333%;
  }
  .s-col-sm-push-20 {
    position: relative;
    left: 83.3333333333%;
  }
  .s-col-sm-21 {
    display: block;
    max-width: 87.5%;
    flex: 0 0 87.5%;
  }
  .s-col-sm-21.is-guttered {
    display: block;
  }
  .s-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .s-col-sm-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .s-col-sm-push-21 {
    position: relative;
    left: 87.5%;
  }
  .s-col-sm-22 {
    display: block;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .s-col-sm-22.is-guttered {
    display: block;
  }
  .s-col-sm-offset-22 {
    margin-left: 91.6666666667%;
  }
  .s-col-sm-pull-22 {
    position: relative;
    right: 91.6666666667%;
  }
  .s-col-sm-push-22 {
    position: relative;
    left: 91.6666666667%;
  }
  .s-col-sm-23 {
    display: block;
    max-width: 95.8333333333%;
    flex: 0 0 95.8333333333%;
  }
  .s-col-sm-23.is-guttered {
    display: block;
  }
  .s-col-sm-offset-23 {
    margin-left: 95.8333333333%;
  }
  .s-col-sm-pull-23 {
    position: relative;
    right: 95.8333333333%;
  }
  .s-col-sm-push-23 {
    position: relative;
    left: 95.8333333333%;
  }
  .s-col-sm-24 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .s-col-sm-24.is-guttered {
    display: block;
  }
  .s-col-sm-offset-24 {
    margin-left: 100%;
  }
  .s-col-sm-pull-24 {
    position: relative;
    right: 100%;
  }
  .s-col-sm-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .s-col-md-0 {
    display: none;
    max-width: 0%;
    flex: 0 0 0%;
  }
  .s-col-md-0.is-guttered {
    display: none;
  }
  .s-col-md-offset-0 {
    margin-left: 0%;
  }
  .s-col-md-pull-0 {
    position: relative;
    right: 0%;
  }
  .s-col-md-push-0 {
    position: relative;
    left: 0%;
  }
  .s-col-md-1 {
    display: block;
    max-width: 4.1666666667%;
    flex: 0 0 4.1666666667%;
  }
  .s-col-md-1.is-guttered {
    display: block;
  }
  .s-col-md-offset-1 {
    margin-left: 4.1666666667%;
  }
  .s-col-md-pull-1 {
    position: relative;
    right: 4.1666666667%;
  }
  .s-col-md-push-1 {
    position: relative;
    left: 4.1666666667%;
  }
  .s-col-md-2 {
    display: block;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .s-col-md-2.is-guttered {
    display: block;
  }
  .s-col-md-offset-2 {
    margin-left: 8.3333333333%;
  }
  .s-col-md-pull-2 {
    position: relative;
    right: 8.3333333333%;
  }
  .s-col-md-push-2 {
    position: relative;
    left: 8.3333333333%;
  }
  .s-col-md-3 {
    display: block;
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
  .s-col-md-3.is-guttered {
    display: block;
  }
  .s-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .s-col-md-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .s-col-md-push-3 {
    position: relative;
    left: 12.5%;
  }
  .s-col-md-4 {
    display: block;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .s-col-md-4.is-guttered {
    display: block;
  }
  .s-col-md-offset-4 {
    margin-left: 16.6666666667%;
  }
  .s-col-md-pull-4 {
    position: relative;
    right: 16.6666666667%;
  }
  .s-col-md-push-4 {
    position: relative;
    left: 16.6666666667%;
  }
  .s-col-md-5 {
    display: block;
    max-width: 20.8333333333%;
    flex: 0 0 20.8333333333%;
  }
  .s-col-md-5.is-guttered {
    display: block;
  }
  .s-col-md-offset-5 {
    margin-left: 20.8333333333%;
  }
  .s-col-md-pull-5 {
    position: relative;
    right: 20.8333333333%;
  }
  .s-col-md-push-5 {
    position: relative;
    left: 20.8333333333%;
  }
  .s-col-md-6 {
    display: block;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .s-col-md-6.is-guttered {
    display: block;
  }
  .s-col-md-offset-6 {
    margin-left: 25%;
  }
  .s-col-md-pull-6 {
    position: relative;
    right: 25%;
  }
  .s-col-md-push-6 {
    position: relative;
    left: 25%;
  }
  .s-col-md-7 {
    display: block;
    max-width: 29.1666666667%;
    flex: 0 0 29.1666666667%;
  }
  .s-col-md-7.is-guttered {
    display: block;
  }
  .s-col-md-offset-7 {
    margin-left: 29.1666666667%;
  }
  .s-col-md-pull-7 {
    position: relative;
    right: 29.1666666667%;
  }
  .s-col-md-push-7 {
    position: relative;
    left: 29.1666666667%;
  }
  .s-col-md-8 {
    display: block;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .s-col-md-8.is-guttered {
    display: block;
  }
  .s-col-md-offset-8 {
    margin-left: 33.3333333333%;
  }
  .s-col-md-pull-8 {
    position: relative;
    right: 33.3333333333%;
  }
  .s-col-md-push-8 {
    position: relative;
    left: 33.3333333333%;
  }
  .s-col-md-9 {
    display: block;
    max-width: 37.5%;
    flex: 0 0 37.5%;
  }
  .s-col-md-9.is-guttered {
    display: block;
  }
  .s-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .s-col-md-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .s-col-md-push-9 {
    position: relative;
    left: 37.5%;
  }
  .s-col-md-10 {
    display: block;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .s-col-md-10.is-guttered {
    display: block;
  }
  .s-col-md-offset-10 {
    margin-left: 41.6666666667%;
  }
  .s-col-md-pull-10 {
    position: relative;
    right: 41.6666666667%;
  }
  .s-col-md-push-10 {
    position: relative;
    left: 41.6666666667%;
  }
  .s-col-md-11 {
    display: block;
    max-width: 45.8333333333%;
    flex: 0 0 45.8333333333%;
  }
  .s-col-md-11.is-guttered {
    display: block;
  }
  .s-col-md-offset-11 {
    margin-left: 45.8333333333%;
  }
  .s-col-md-pull-11 {
    position: relative;
    right: 45.8333333333%;
  }
  .s-col-md-push-11 {
    position: relative;
    left: 45.8333333333%;
  }
  .s-col-md-12 {
    display: block;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .s-col-md-12.is-guttered {
    display: block;
  }
  .s-col-md-offset-12 {
    margin-left: 50%;
  }
  .s-col-md-pull-12 {
    position: relative;
    right: 50%;
  }
  .s-col-md-push-12 {
    position: relative;
    left: 50%;
  }
  .s-col-md-13 {
    display: block;
    max-width: 54.1666666667%;
    flex: 0 0 54.1666666667%;
  }
  .s-col-md-13.is-guttered {
    display: block;
  }
  .s-col-md-offset-13 {
    margin-left: 54.1666666667%;
  }
  .s-col-md-pull-13 {
    position: relative;
    right: 54.1666666667%;
  }
  .s-col-md-push-13 {
    position: relative;
    left: 54.1666666667%;
  }
  .s-col-md-14 {
    display: block;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .s-col-md-14.is-guttered {
    display: block;
  }
  .s-col-md-offset-14 {
    margin-left: 58.3333333333%;
  }
  .s-col-md-pull-14 {
    position: relative;
    right: 58.3333333333%;
  }
  .s-col-md-push-14 {
    position: relative;
    left: 58.3333333333%;
  }
  .s-col-md-15 {
    display: block;
    max-width: 62.5%;
    flex: 0 0 62.5%;
  }
  .s-col-md-15.is-guttered {
    display: block;
  }
  .s-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .s-col-md-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .s-col-md-push-15 {
    position: relative;
    left: 62.5%;
  }
  .s-col-md-16 {
    display: block;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .s-col-md-16.is-guttered {
    display: block;
  }
  .s-col-md-offset-16 {
    margin-left: 66.6666666667%;
  }
  .s-col-md-pull-16 {
    position: relative;
    right: 66.6666666667%;
  }
  .s-col-md-push-16 {
    position: relative;
    left: 66.6666666667%;
  }
  .s-col-md-17 {
    display: block;
    max-width: 70.8333333333%;
    flex: 0 0 70.8333333333%;
  }
  .s-col-md-17.is-guttered {
    display: block;
  }
  .s-col-md-offset-17 {
    margin-left: 70.8333333333%;
  }
  .s-col-md-pull-17 {
    position: relative;
    right: 70.8333333333%;
  }
  .s-col-md-push-17 {
    position: relative;
    left: 70.8333333333%;
  }
  .s-col-md-18 {
    display: block;
    max-width: 75%;
    flex: 0 0 75%;
  }
  .s-col-md-18.is-guttered {
    display: block;
  }
  .s-col-md-offset-18 {
    margin-left: 75%;
  }
  .s-col-md-pull-18 {
    position: relative;
    right: 75%;
  }
  .s-col-md-push-18 {
    position: relative;
    left: 75%;
  }
  .s-col-md-19 {
    display: block;
    max-width: 79.1666666667%;
    flex: 0 0 79.1666666667%;
  }
  .s-col-md-19.is-guttered {
    display: block;
  }
  .s-col-md-offset-19 {
    margin-left: 79.1666666667%;
  }
  .s-col-md-pull-19 {
    position: relative;
    right: 79.1666666667%;
  }
  .s-col-md-push-19 {
    position: relative;
    left: 79.1666666667%;
  }
  .s-col-md-20 {
    display: block;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .s-col-md-20.is-guttered {
    display: block;
  }
  .s-col-md-offset-20 {
    margin-left: 83.3333333333%;
  }
  .s-col-md-pull-20 {
    position: relative;
    right: 83.3333333333%;
  }
  .s-col-md-push-20 {
    position: relative;
    left: 83.3333333333%;
  }
  .s-col-md-21 {
    display: block;
    max-width: 87.5%;
    flex: 0 0 87.5%;
  }
  .s-col-md-21.is-guttered {
    display: block;
  }
  .s-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .s-col-md-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .s-col-md-push-21 {
    position: relative;
    left: 87.5%;
  }
  .s-col-md-22 {
    display: block;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .s-col-md-22.is-guttered {
    display: block;
  }
  .s-col-md-offset-22 {
    margin-left: 91.6666666667%;
  }
  .s-col-md-pull-22 {
    position: relative;
    right: 91.6666666667%;
  }
  .s-col-md-push-22 {
    position: relative;
    left: 91.6666666667%;
  }
  .s-col-md-23 {
    display: block;
    max-width: 95.8333333333%;
    flex: 0 0 95.8333333333%;
  }
  .s-col-md-23.is-guttered {
    display: block;
  }
  .s-col-md-offset-23 {
    margin-left: 95.8333333333%;
  }
  .s-col-md-pull-23 {
    position: relative;
    right: 95.8333333333%;
  }
  .s-col-md-push-23 {
    position: relative;
    left: 95.8333333333%;
  }
  .s-col-md-24 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .s-col-md-24.is-guttered {
    display: block;
  }
  .s-col-md-offset-24 {
    margin-left: 100%;
  }
  .s-col-md-pull-24 {
    position: relative;
    right: 100%;
  }
  .s-col-md-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .s-col-lg-0 {
    display: none;
    max-width: 0%;
    flex: 0 0 0%;
  }
  .s-col-lg-0.is-guttered {
    display: none;
  }
  .s-col-lg-offset-0 {
    margin-left: 0%;
  }
  .s-col-lg-pull-0 {
    position: relative;
    right: 0%;
  }
  .s-col-lg-push-0 {
    position: relative;
    left: 0%;
  }
  .s-col-lg-1 {
    display: block;
    max-width: 4.1666666667%;
    flex: 0 0 4.1666666667%;
  }
  .s-col-lg-1.is-guttered {
    display: block;
  }
  .s-col-lg-offset-1 {
    margin-left: 4.1666666667%;
  }
  .s-col-lg-pull-1 {
    position: relative;
    right: 4.1666666667%;
  }
  .s-col-lg-push-1 {
    position: relative;
    left: 4.1666666667%;
  }
  .s-col-lg-2 {
    display: block;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .s-col-lg-2.is-guttered {
    display: block;
  }
  .s-col-lg-offset-2 {
    margin-left: 8.3333333333%;
  }
  .s-col-lg-pull-2 {
    position: relative;
    right: 8.3333333333%;
  }
  .s-col-lg-push-2 {
    position: relative;
    left: 8.3333333333%;
  }
  .s-col-lg-3 {
    display: block;
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
  .s-col-lg-3.is-guttered {
    display: block;
  }
  .s-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .s-col-lg-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .s-col-lg-push-3 {
    position: relative;
    left: 12.5%;
  }
  .s-col-lg-4 {
    display: block;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .s-col-lg-4.is-guttered {
    display: block;
  }
  .s-col-lg-offset-4 {
    margin-left: 16.6666666667%;
  }
  .s-col-lg-pull-4 {
    position: relative;
    right: 16.6666666667%;
  }
  .s-col-lg-push-4 {
    position: relative;
    left: 16.6666666667%;
  }
  .s-col-lg-5 {
    display: block;
    max-width: 20.8333333333%;
    flex: 0 0 20.8333333333%;
  }
  .s-col-lg-5.is-guttered {
    display: block;
  }
  .s-col-lg-offset-5 {
    margin-left: 20.8333333333%;
  }
  .s-col-lg-pull-5 {
    position: relative;
    right: 20.8333333333%;
  }
  .s-col-lg-push-5 {
    position: relative;
    left: 20.8333333333%;
  }
  .s-col-lg-6 {
    display: block;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .s-col-lg-6.is-guttered {
    display: block;
  }
  .s-col-lg-offset-6 {
    margin-left: 25%;
  }
  .s-col-lg-pull-6 {
    position: relative;
    right: 25%;
  }
  .s-col-lg-push-6 {
    position: relative;
    left: 25%;
  }
  .s-col-lg-7 {
    display: block;
    max-width: 29.1666666667%;
    flex: 0 0 29.1666666667%;
  }
  .s-col-lg-7.is-guttered {
    display: block;
  }
  .s-col-lg-offset-7 {
    margin-left: 29.1666666667%;
  }
  .s-col-lg-pull-7 {
    position: relative;
    right: 29.1666666667%;
  }
  .s-col-lg-push-7 {
    position: relative;
    left: 29.1666666667%;
  }
  .s-col-lg-8 {
    display: block;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .s-col-lg-8.is-guttered {
    display: block;
  }
  .s-col-lg-offset-8 {
    margin-left: 33.3333333333%;
  }
  .s-col-lg-pull-8 {
    position: relative;
    right: 33.3333333333%;
  }
  .s-col-lg-push-8 {
    position: relative;
    left: 33.3333333333%;
  }
  .s-col-lg-9 {
    display: block;
    max-width: 37.5%;
    flex: 0 0 37.5%;
  }
  .s-col-lg-9.is-guttered {
    display: block;
  }
  .s-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .s-col-lg-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .s-col-lg-push-9 {
    position: relative;
    left: 37.5%;
  }
  .s-col-lg-10 {
    display: block;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .s-col-lg-10.is-guttered {
    display: block;
  }
  .s-col-lg-offset-10 {
    margin-left: 41.6666666667%;
  }
  .s-col-lg-pull-10 {
    position: relative;
    right: 41.6666666667%;
  }
  .s-col-lg-push-10 {
    position: relative;
    left: 41.6666666667%;
  }
  .s-col-lg-11 {
    display: block;
    max-width: 45.8333333333%;
    flex: 0 0 45.8333333333%;
  }
  .s-col-lg-11.is-guttered {
    display: block;
  }
  .s-col-lg-offset-11 {
    margin-left: 45.8333333333%;
  }
  .s-col-lg-pull-11 {
    position: relative;
    right: 45.8333333333%;
  }
  .s-col-lg-push-11 {
    position: relative;
    left: 45.8333333333%;
  }
  .s-col-lg-12 {
    display: block;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .s-col-lg-12.is-guttered {
    display: block;
  }
  .s-col-lg-offset-12 {
    margin-left: 50%;
  }
  .s-col-lg-pull-12 {
    position: relative;
    right: 50%;
  }
  .s-col-lg-push-12 {
    position: relative;
    left: 50%;
  }
  .s-col-lg-13 {
    display: block;
    max-width: 54.1666666667%;
    flex: 0 0 54.1666666667%;
  }
  .s-col-lg-13.is-guttered {
    display: block;
  }
  .s-col-lg-offset-13 {
    margin-left: 54.1666666667%;
  }
  .s-col-lg-pull-13 {
    position: relative;
    right: 54.1666666667%;
  }
  .s-col-lg-push-13 {
    position: relative;
    left: 54.1666666667%;
  }
  .s-col-lg-14 {
    display: block;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .s-col-lg-14.is-guttered {
    display: block;
  }
  .s-col-lg-offset-14 {
    margin-left: 58.3333333333%;
  }
  .s-col-lg-pull-14 {
    position: relative;
    right: 58.3333333333%;
  }
  .s-col-lg-push-14 {
    position: relative;
    left: 58.3333333333%;
  }
  .s-col-lg-15 {
    display: block;
    max-width: 62.5%;
    flex: 0 0 62.5%;
  }
  .s-col-lg-15.is-guttered {
    display: block;
  }
  .s-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .s-col-lg-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .s-col-lg-push-15 {
    position: relative;
    left: 62.5%;
  }
  .s-col-lg-16 {
    display: block;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .s-col-lg-16.is-guttered {
    display: block;
  }
  .s-col-lg-offset-16 {
    margin-left: 66.6666666667%;
  }
  .s-col-lg-pull-16 {
    position: relative;
    right: 66.6666666667%;
  }
  .s-col-lg-push-16 {
    position: relative;
    left: 66.6666666667%;
  }
  .s-col-lg-17 {
    display: block;
    max-width: 70.8333333333%;
    flex: 0 0 70.8333333333%;
  }
  .s-col-lg-17.is-guttered {
    display: block;
  }
  .s-col-lg-offset-17 {
    margin-left: 70.8333333333%;
  }
  .s-col-lg-pull-17 {
    position: relative;
    right: 70.8333333333%;
  }
  .s-col-lg-push-17 {
    position: relative;
    left: 70.8333333333%;
  }
  .s-col-lg-18 {
    display: block;
    max-width: 75%;
    flex: 0 0 75%;
  }
  .s-col-lg-18.is-guttered {
    display: block;
  }
  .s-col-lg-offset-18 {
    margin-left: 75%;
  }
  .s-col-lg-pull-18 {
    position: relative;
    right: 75%;
  }
  .s-col-lg-push-18 {
    position: relative;
    left: 75%;
  }
  .s-col-lg-19 {
    display: block;
    max-width: 79.1666666667%;
    flex: 0 0 79.1666666667%;
  }
  .s-col-lg-19.is-guttered {
    display: block;
  }
  .s-col-lg-offset-19 {
    margin-left: 79.1666666667%;
  }
  .s-col-lg-pull-19 {
    position: relative;
    right: 79.1666666667%;
  }
  .s-col-lg-push-19 {
    position: relative;
    left: 79.1666666667%;
  }
  .s-col-lg-20 {
    display: block;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .s-col-lg-20.is-guttered {
    display: block;
  }
  .s-col-lg-offset-20 {
    margin-left: 83.3333333333%;
  }
  .s-col-lg-pull-20 {
    position: relative;
    right: 83.3333333333%;
  }
  .s-col-lg-push-20 {
    position: relative;
    left: 83.3333333333%;
  }
  .s-col-lg-21 {
    display: block;
    max-width: 87.5%;
    flex: 0 0 87.5%;
  }
  .s-col-lg-21.is-guttered {
    display: block;
  }
  .s-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .s-col-lg-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .s-col-lg-push-21 {
    position: relative;
    left: 87.5%;
  }
  .s-col-lg-22 {
    display: block;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .s-col-lg-22.is-guttered {
    display: block;
  }
  .s-col-lg-offset-22 {
    margin-left: 91.6666666667%;
  }
  .s-col-lg-pull-22 {
    position: relative;
    right: 91.6666666667%;
  }
  .s-col-lg-push-22 {
    position: relative;
    left: 91.6666666667%;
  }
  .s-col-lg-23 {
    display: block;
    max-width: 95.8333333333%;
    flex: 0 0 95.8333333333%;
  }
  .s-col-lg-23.is-guttered {
    display: block;
  }
  .s-col-lg-offset-23 {
    margin-left: 95.8333333333%;
  }
  .s-col-lg-pull-23 {
    position: relative;
    right: 95.8333333333%;
  }
  .s-col-lg-push-23 {
    position: relative;
    left: 95.8333333333%;
  }
  .s-col-lg-24 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .s-col-lg-24.is-guttered {
    display: block;
  }
  .s-col-lg-offset-24 {
    margin-left: 100%;
  }
  .s-col-lg-pull-24 {
    position: relative;
    right: 100%;
  }
  .s-col-lg-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .s-col-xl-0 {
    display: none;
    max-width: 0%;
    flex: 0 0 0%;
  }
  .s-col-xl-0.is-guttered {
    display: none;
  }
  .s-col-xl-offset-0 {
    margin-left: 0%;
  }
  .s-col-xl-pull-0 {
    position: relative;
    right: 0%;
  }
  .s-col-xl-push-0 {
    position: relative;
    left: 0%;
  }
  .s-col-xl-1 {
    display: block;
    max-width: 4.1666666667%;
    flex: 0 0 4.1666666667%;
  }
  .s-col-xl-1.is-guttered {
    display: block;
  }
  .s-col-xl-offset-1 {
    margin-left: 4.1666666667%;
  }
  .s-col-xl-pull-1 {
    position: relative;
    right: 4.1666666667%;
  }
  .s-col-xl-push-1 {
    position: relative;
    left: 4.1666666667%;
  }
  .s-col-xl-2 {
    display: block;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .s-col-xl-2.is-guttered {
    display: block;
  }
  .s-col-xl-offset-2 {
    margin-left: 8.3333333333%;
  }
  .s-col-xl-pull-2 {
    position: relative;
    right: 8.3333333333%;
  }
  .s-col-xl-push-2 {
    position: relative;
    left: 8.3333333333%;
  }
  .s-col-xl-3 {
    display: block;
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
  .s-col-xl-3.is-guttered {
    display: block;
  }
  .s-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .s-col-xl-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .s-col-xl-push-3 {
    position: relative;
    left: 12.5%;
  }
  .s-col-xl-4 {
    display: block;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .s-col-xl-4.is-guttered {
    display: block;
  }
  .s-col-xl-offset-4 {
    margin-left: 16.6666666667%;
  }
  .s-col-xl-pull-4 {
    position: relative;
    right: 16.6666666667%;
  }
  .s-col-xl-push-4 {
    position: relative;
    left: 16.6666666667%;
  }
  .s-col-xl-5 {
    display: block;
    max-width: 20.8333333333%;
    flex: 0 0 20.8333333333%;
  }
  .s-col-xl-5.is-guttered {
    display: block;
  }
  .s-col-xl-offset-5 {
    margin-left: 20.8333333333%;
  }
  .s-col-xl-pull-5 {
    position: relative;
    right: 20.8333333333%;
  }
  .s-col-xl-push-5 {
    position: relative;
    left: 20.8333333333%;
  }
  .s-col-xl-6 {
    display: block;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .s-col-xl-6.is-guttered {
    display: block;
  }
  .s-col-xl-offset-6 {
    margin-left: 25%;
  }
  .s-col-xl-pull-6 {
    position: relative;
    right: 25%;
  }
  .s-col-xl-push-6 {
    position: relative;
    left: 25%;
  }
  .s-col-xl-7 {
    display: block;
    max-width: 29.1666666667%;
    flex: 0 0 29.1666666667%;
  }
  .s-col-xl-7.is-guttered {
    display: block;
  }
  .s-col-xl-offset-7 {
    margin-left: 29.1666666667%;
  }
  .s-col-xl-pull-7 {
    position: relative;
    right: 29.1666666667%;
  }
  .s-col-xl-push-7 {
    position: relative;
    left: 29.1666666667%;
  }
  .s-col-xl-8 {
    display: block;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .s-col-xl-8.is-guttered {
    display: block;
  }
  .s-col-xl-offset-8 {
    margin-left: 33.3333333333%;
  }
  .s-col-xl-pull-8 {
    position: relative;
    right: 33.3333333333%;
  }
  .s-col-xl-push-8 {
    position: relative;
    left: 33.3333333333%;
  }
  .s-col-xl-9 {
    display: block;
    max-width: 37.5%;
    flex: 0 0 37.5%;
  }
  .s-col-xl-9.is-guttered {
    display: block;
  }
  .s-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .s-col-xl-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .s-col-xl-push-9 {
    position: relative;
    left: 37.5%;
  }
  .s-col-xl-10 {
    display: block;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .s-col-xl-10.is-guttered {
    display: block;
  }
  .s-col-xl-offset-10 {
    margin-left: 41.6666666667%;
  }
  .s-col-xl-pull-10 {
    position: relative;
    right: 41.6666666667%;
  }
  .s-col-xl-push-10 {
    position: relative;
    left: 41.6666666667%;
  }
  .s-col-xl-11 {
    display: block;
    max-width: 45.8333333333%;
    flex: 0 0 45.8333333333%;
  }
  .s-col-xl-11.is-guttered {
    display: block;
  }
  .s-col-xl-offset-11 {
    margin-left: 45.8333333333%;
  }
  .s-col-xl-pull-11 {
    position: relative;
    right: 45.8333333333%;
  }
  .s-col-xl-push-11 {
    position: relative;
    left: 45.8333333333%;
  }
  .s-col-xl-12 {
    display: block;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .s-col-xl-12.is-guttered {
    display: block;
  }
  .s-col-xl-offset-12 {
    margin-left: 50%;
  }
  .s-col-xl-pull-12 {
    position: relative;
    right: 50%;
  }
  .s-col-xl-push-12 {
    position: relative;
    left: 50%;
  }
  .s-col-xl-13 {
    display: block;
    max-width: 54.1666666667%;
    flex: 0 0 54.1666666667%;
  }
  .s-col-xl-13.is-guttered {
    display: block;
  }
  .s-col-xl-offset-13 {
    margin-left: 54.1666666667%;
  }
  .s-col-xl-pull-13 {
    position: relative;
    right: 54.1666666667%;
  }
  .s-col-xl-push-13 {
    position: relative;
    left: 54.1666666667%;
  }
  .s-col-xl-14 {
    display: block;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .s-col-xl-14.is-guttered {
    display: block;
  }
  .s-col-xl-offset-14 {
    margin-left: 58.3333333333%;
  }
  .s-col-xl-pull-14 {
    position: relative;
    right: 58.3333333333%;
  }
  .s-col-xl-push-14 {
    position: relative;
    left: 58.3333333333%;
  }
  .s-col-xl-15 {
    display: block;
    max-width: 62.5%;
    flex: 0 0 62.5%;
  }
  .s-col-xl-15.is-guttered {
    display: block;
  }
  .s-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .s-col-xl-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .s-col-xl-push-15 {
    position: relative;
    left: 62.5%;
  }
  .s-col-xl-16 {
    display: block;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .s-col-xl-16.is-guttered {
    display: block;
  }
  .s-col-xl-offset-16 {
    margin-left: 66.6666666667%;
  }
  .s-col-xl-pull-16 {
    position: relative;
    right: 66.6666666667%;
  }
  .s-col-xl-push-16 {
    position: relative;
    left: 66.6666666667%;
  }
  .s-col-xl-17 {
    display: block;
    max-width: 70.8333333333%;
    flex: 0 0 70.8333333333%;
  }
  .s-col-xl-17.is-guttered {
    display: block;
  }
  .s-col-xl-offset-17 {
    margin-left: 70.8333333333%;
  }
  .s-col-xl-pull-17 {
    position: relative;
    right: 70.8333333333%;
  }
  .s-col-xl-push-17 {
    position: relative;
    left: 70.8333333333%;
  }
  .s-col-xl-18 {
    display: block;
    max-width: 75%;
    flex: 0 0 75%;
  }
  .s-col-xl-18.is-guttered {
    display: block;
  }
  .s-col-xl-offset-18 {
    margin-left: 75%;
  }
  .s-col-xl-pull-18 {
    position: relative;
    right: 75%;
  }
  .s-col-xl-push-18 {
    position: relative;
    left: 75%;
  }
  .s-col-xl-19 {
    display: block;
    max-width: 79.1666666667%;
    flex: 0 0 79.1666666667%;
  }
  .s-col-xl-19.is-guttered {
    display: block;
  }
  .s-col-xl-offset-19 {
    margin-left: 79.1666666667%;
  }
  .s-col-xl-pull-19 {
    position: relative;
    right: 79.1666666667%;
  }
  .s-col-xl-push-19 {
    position: relative;
    left: 79.1666666667%;
  }
  .s-col-xl-20 {
    display: block;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .s-col-xl-20.is-guttered {
    display: block;
  }
  .s-col-xl-offset-20 {
    margin-left: 83.3333333333%;
  }
  .s-col-xl-pull-20 {
    position: relative;
    right: 83.3333333333%;
  }
  .s-col-xl-push-20 {
    position: relative;
    left: 83.3333333333%;
  }
  .s-col-xl-21 {
    display: block;
    max-width: 87.5%;
    flex: 0 0 87.5%;
  }
  .s-col-xl-21.is-guttered {
    display: block;
  }
  .s-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .s-col-xl-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .s-col-xl-push-21 {
    position: relative;
    left: 87.5%;
  }
  .s-col-xl-22 {
    display: block;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .s-col-xl-22.is-guttered {
    display: block;
  }
  .s-col-xl-offset-22 {
    margin-left: 91.6666666667%;
  }
  .s-col-xl-pull-22 {
    position: relative;
    right: 91.6666666667%;
  }
  .s-col-xl-push-22 {
    position: relative;
    left: 91.6666666667%;
  }
  .s-col-xl-23 {
    display: block;
    max-width: 95.8333333333%;
    flex: 0 0 95.8333333333%;
  }
  .s-col-xl-23.is-guttered {
    display: block;
  }
  .s-col-xl-offset-23 {
    margin-left: 95.8333333333%;
  }
  .s-col-xl-pull-23 {
    position: relative;
    right: 95.8333333333%;
  }
  .s-col-xl-push-23 {
    position: relative;
    left: 95.8333333333%;
  }
  .s-col-xl-24 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .s-col-xl-24.is-guttered {
    display: block;
  }
  .s-col-xl-offset-24 {
    margin-left: 100%;
  }
  .s-col-xl-pull-24 {
    position: relative;
    right: 100%;
  }
  .s-col-xl-push-24 {
    position: relative;
    left: 100%;
  }
}:root {
  --s-color-white: #ffffff;
  --s-color-black: #000000;
  color-scheme: light;
  --s-color-primary: #409eff;
  --s-color-primary-light-3: rgb(121, 187, 255);
  --s-color-primary-light-5: rgb(160, 207, 255);
  --s-color-primary-light-7: rgb(198, 226, 255);
  --s-color-primary-light-8: rgb(217, 236, 255);
  --s-color-primary-light-9: rgb(236, 245, 255);
  --s-color-primary-dark-2: rgb(51, 126, 204);
  --s-color-success: #67c23a;
  --s-color-success-light-3: rgb(149, 212, 117);
  --s-color-success-light-5: rgb(179, 225, 157);
  --s-color-success-light-7: rgb(209, 237, 196);
  --s-color-success-light-8: rgb(225, 243, 216);
  --s-color-success-light-9: rgb(240, 249, 235);
  --s-color-success-dark-2: rgb(82, 155, 46);
  --s-color-warning: #e6a23c;
  --s-color-warning-light-3: rgb(238, 190, 119);
  --s-color-warning-light-5: rgb(243, 209, 158);
  --s-color-warning-light-7: rgb(248, 227, 197);
  --s-color-warning-light-8: rgb(250, 236, 216);
  --s-color-warning-light-9: rgb(253, 246, 236);
  --s-color-warning-dark-2: rgb(184, 130, 48);
  --s-color-danger: #f56c6c;
  --s-color-danger-light-3: rgb(248, 152, 152);
  --s-color-danger-light-5: rgb(250, 182, 182);
  --s-color-danger-light-7: rgb(252, 211, 211);
  --s-color-danger-light-8: rgb(253, 226, 226);
  --s-color-danger-light-9: rgb(254, 240, 240);
  --s-color-danger-dark-2: rgb(196, 86, 86);
  --s-color-error: #f56c6c;
  --s-color-error-light-3: rgb(248, 152, 152);
  --s-color-error-light-5: rgb(250, 182, 182);
  --s-color-error-light-7: rgb(252, 211, 211);
  --s-color-error-light-8: rgb(253, 226, 226);
  --s-color-error-light-9: rgb(254, 240, 240);
  --s-color-error-dark-2: rgb(196, 86, 86);
  --s-color-info: #909399;
  --s-color-info-light-3: rgb(177, 179, 184);
  --s-color-info-light-5: rgb(200, 201, 204);
  --s-color-info-light-7: rgb(222, 223, 224);
  --s-color-info-light-8: rgb(233, 233, 235);
  --s-color-info-light-9: rgb(244, 244, 245);
  --s-color-info-dark-2: rgb(115, 118, 122);
}

@media only screen and (max-width: 767px) {
  .hidden-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-sm-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm-only {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .hidden-sm-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .hidden-md-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-md-only {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .hidden-md-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hidden-lg-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .hidden-lg-only {
    display: none !important;
  }
}
@media only screen and (max-width: 1919px) {
  .hidden-lg-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1920px) {
  .hidden-xl-only {
    display: none !important;
  }
}.s-splitter {
  /* your component style */
}:root {
  --s-color-white: #ffffff;
  --s-color-black: #000000;
  color-scheme: light;
  --s-color-primary: #409eff;
  --s-color-primary-light-3: rgb(121, 187, 255);
  --s-color-primary-light-5: rgb(160, 207, 255);
  --s-color-primary-light-7: rgb(198, 226, 255);
  --s-color-primary-light-8: rgb(217, 236, 255);
  --s-color-primary-light-9: rgb(236, 245, 255);
  --s-color-primary-dark-2: rgb(51, 126, 204);
  --s-color-success: #67c23a;
  --s-color-success-light-3: rgb(149, 212, 117);
  --s-color-success-light-5: rgb(179, 225, 157);
  --s-color-success-light-7: rgb(209, 237, 196);
  --s-color-success-light-8: rgb(225, 243, 216);
  --s-color-success-light-9: rgb(240, 249, 235);
  --s-color-success-dark-2: rgb(82, 155, 46);
  --s-color-warning: #e6a23c;
  --s-color-warning-light-3: rgb(238, 190, 119);
  --s-color-warning-light-5: rgb(243, 209, 158);
  --s-color-warning-light-7: rgb(248, 227, 197);
  --s-color-warning-light-8: rgb(250, 236, 216);
  --s-color-warning-light-9: rgb(253, 246, 236);
  --s-color-warning-dark-2: rgb(184, 130, 48);
  --s-color-danger: #f56c6c;
  --s-color-danger-light-3: rgb(248, 152, 152);
  --s-color-danger-light-5: rgb(250, 182, 182);
  --s-color-danger-light-7: rgb(252, 211, 211);
  --s-color-danger-light-8: rgb(253, 226, 226);
  --s-color-danger-light-9: rgb(254, 240, 240);
  --s-color-danger-dark-2: rgb(196, 86, 86);
  --s-color-error: #f56c6c;
  --s-color-error-light-3: rgb(248, 152, 152);
  --s-color-error-light-5: rgb(250, 182, 182);
  --s-color-error-light-7: rgb(252, 211, 211);
  --s-color-error-light-8: rgb(253, 226, 226);
  --s-color-error-light-9: rgb(254, 240, 240);
  --s-color-error-dark-2: rgb(196, 86, 86);
  --s-color-info: #909399;
  --s-color-info-light-3: rgb(177, 179, 184);
  --s-color-info-light-5: rgb(200, 201, 204);
  --s-color-info-light-7: rgb(222, 223, 224);
  --s-color-info-light-8: rgb(233, 233, 235);
  --s-color-info-light-9: rgb(244, 244, 245);
  --s-color-info-dark-2: rgb(115, 118, 122);
}

.s-alert {
  --s-alert-padding: 8px 16px;
  --s-alert-border-radius-base: var(--s-border-radius-base);
  --s-alert-title-font-size: 14px;
  --s-alert-title-with-description-font-size: 16px;
  --s-alert-description-font-size: 14px;
  --s-alert-close-font-size: 16px;
  --s-alert-close-customed-font-size: 14px;
  --s-alert-icon-size: 16px;
  --s-alert-icon-large-size: 28px;
  width: 100%;
  padding: var(--s-alert-padding);
  margin: 0;
  box-sizing: border-box;
  border-radius: var(--s-alert-border-radius-base);
  position: relative;
  background-color: var(--s-color-white);
  overflow: hidden;
  opacity: 1;
  display: flex;
  align-items: center;
  transition: opacity var(--s-transition-duration-fast);
}
.s-alert.is-light .s-alert__close-btn {
  color: var(--s-text-color-placeholder);
}

.s-alert.is-dark .s-alert__close-btn {
  color: var(--s-color-white);
}
.s-alert.is-dark .s-alert__description {
  color: var(--s-color-white);
}

.s-alert.is-center {
  justify-content: center;
}

.s-alert--primary {
  --s-alert-bg-color: var(--s-color-primary-light-9);
}
.s-alert--primary.is-light {
  background-color: var(--s-alert-bg-color);
  color: var(--s-color-primary);
}
.s-alert--primary.is-light .s-alert__description {
  color: var(--s-color-primary);
}
.s-alert--primary.is-dark {
  background-color: var(--s-color-primary);
  color: var(--s-color-white);
}

.s-alert--success {
  --s-alert-bg-color: var(--s-color-success-light-9);
}
.s-alert--success.is-light {
  background-color: var(--s-alert-bg-color);
  color: var(--s-color-success);
}
.s-alert--success.is-light .s-alert__description {
  color: var(--s-color-success);
}
.s-alert--success.is-dark {
  background-color: var(--s-color-success);
  color: var(--s-color-white);
}

.s-alert--info {
  --s-alert-bg-color: var(--s-color-info-light-9);
}
.s-alert--info.is-light {
  background-color: var(--s-alert-bg-color);
  color: var(--s-color-info);
}
.s-alert--info.is-light .s-alert__description {
  color: var(--s-color-info);
}
.s-alert--info.is-dark {
  background-color: var(--s-color-info);
  color: var(--s-color-white);
}

.s-alert--warning {
  --s-alert-bg-color: var(--s-color-warning-light-9);
}
.s-alert--warning.is-light {
  background-color: var(--s-alert-bg-color);
  color: var(--s-color-warning);
}
.s-alert--warning.is-light .s-alert__description {
  color: var(--s-color-warning);
}
.s-alert--warning.is-dark {
  background-color: var(--s-color-warning);
  color: var(--s-color-white);
}

.s-alert--error {
  --s-alert-bg-color: var(--s-color-error-light-9);
}
.s-alert--error.is-light {
  background-color: var(--s-alert-bg-color);
  color: var(--s-color-error);
}
.s-alert--error.is-light .s-alert__description {
  color: var(--s-color-error);
}
.s-alert--error.is-dark {
  background-color: var(--s-color-error);
  color: var(--s-color-white);
}

.s-alert .s-alert__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.s-alert .s-alert__icon {
  font-size: var(--s-alert-icon-size);
  width: var(--s-alert-icon-size);
  margin-right: 8px;
}
.s-alert .s-alert__icon.is-big {
  font-size: var(--s-alert-icon-large-size);
  width: var(--s-alert-icon-large-size);
  margin-right: 12px;
}

.s-alert .s-alert__title {
  font-size: var(--s-alert-title-font-size);
  line-height: 24px;
}
.s-alert .s-alert__title.with-description {
  font-size: var(--s-alert-title-with-description-font-size);
}

.s-alert .s-alert__description {
  font-size: var(--s-alert-description-font-size);
  margin: 0;
}
.s-alert .s-alert__close-btn {
  font-size: var(--s-alert-close-font-size);
  opacity: 1;
  position: absolute;
  top: 12px;
  right: 16px;
  cursor: pointer;
}
.s-alert .s-alert__close-btn.is-customed {
  font-style: normal;
  font-size: var(--s-alert-close-customed-font-size);
  line-height: 24px;
  top: 8px;
}

.s-alert-fade-enter-from,
.s-alert-fade-leave-active {
  opacity: 0;
}.s-container {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-basis: auto;
  box-sizing: border-box;
  min-width: 0;
}
.s-container.is-vertical {
  flex-direction: column;
}

.s-header {
  padding: 0 20px;
  box-sizing: border-box;
  flex-shrink: 0;
  height: 60px;
}

.s-footer {
  padding: 0 20px;
  box-sizing: border-box;
  flex-shrink: 0;
  height: 60px;
}

.s-main {
  display: block;
  flex: 1;
  flex-basis: auto;
  overflow: auto;
  box-sizing: border-box;
  padding: 20px;
}

.s-aside {
  overflow: auto;
  box-sizing: border-box;
  flex-shrink: 0;
  width: var(--s-aside-width, 300px);
}.s-base-popover {
  position: absolute;
  background-color: #fff;
  z-index: 1;
}.s-popover {
  background: #fff;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  padding: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  width: 200px;
}
.s-popover__title {
  color: #303133;
  font-size: 16px;
  margin-bottom: 12px;
}.s-menu-item {
  /* your component style */
}.s-menu-item-group {
  /* your component style */
}.s-sub-menu {
  /* your component style */
}
.s-files-card {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  border-radius: 8px;
  position: relative;
  background: rgba(0, 0, 0, 0.06);
  max-width: var(--s-files-card-max-width);
}
.s-files-card .s-files-card-progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  transition: width 0.2s ease;
}
.s-files-card .s-files-card-delete-icon {
  position: absolute;
  top: -8px;
  right: -6px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
  display: none;
}
.s-files-card .s-files-card-delete-icon:hover {
  color: #ff4d4f;
}
.s-files-card:hover .s-files-card-delete-icon {
  display: block;
}

.s-files-card-square {
  padding: 0;
  margin: 0;
}

.s-files-card-icon {
  flex: none;
  font-size: var(--s-files-card-icon-size);
}

.s-files-card-img {
  flex: none;
  width: var(--s-files-card-icon-size);
  height: var(--s-files-card-icon-size);
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-files-card-content {
  flex: auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}
.s-files-card-content .s-files-card-name {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  font-size: 14px;
}
.s-files-card-content .s-files-card-name .s-files-card-name-prefix {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s-files-card-content .s-files-card-name .s-files-card-name-suffix {
  flex: none;
}
.s-files-card-content .s-files-card-description {
  flex: none;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}
.s-files-card-content .s-files-card-description-error {
  color: #ff4d4f;
}

/* 新增遮罩层样式 */
.image-preview-container {
  position: relative;
  padding: 0px;
  width: var(--s-files-card-icon-size);
  height: var(--s-files-card-icon-size);
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s;
  flex-shrink: 0;
}
.image-preview-container .preview-mask {
  position: absolute;
  inset: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 10px;
  transition: opacity 0.3s;
}
.image-preview-container .preview-mask .el-icon {
  font-size: 10px;
  margin-right: 2px;
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: 2px;
}
.image-preview-container .preview-mask:hover {
  opacity: 1;
  transition: opacity 0.3s;
  cursor: pointer;
}

.image-preview-container-square .preview-mask {
  font-size: 14px;
}
.image-preview-container-square .preview-mask .el-icon {
  font-size: 12px;
}

.preview-mask-loading {
  position: absolute;
  inset: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  transition: all 0.3s;
}
.preview-mask-loading .circle-progress {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preview-mask-loading .circle-progress :deep() .el-progress-circle {
  width: calc(100% - 12px) !important;
  height: calc(100% - 12px) !important;
}
.preview-mask-loading .circle-progress :deep() .el-progress-circle svg > path:nth-child(1) {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 8px;
}
.preview-mask-loading .circle-progress :deep() .el-progress__text {
  color: #fff;
  font-size: 14px;
}

.preview-mask-error {
  position: absolute;
  inset: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  transition: all 0.3s;
  color: #ff4d4f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:deep() .el-image-viewer__progress {
  display: none;
}

/* 过渡动画样式 */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}.s-time-picker-panel {
  /* your component style */
}