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