/*! normalize.css v9.0.1 | MIT License | github.com/csstools/normalize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 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 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*!
 * Quill Editor v2.0.0-dev.3
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
.ql-editor p,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: '\2022';
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: '\2611';
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: '\2610';
}
.ql-editor li[data-list=ordered] {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: 0.3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
.ql-container .qlbt-selection-line.qlbt-selection-line-left::before {
  position: absolute;
  left: -2px;
  top: -2px;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #0589f3;
  border-radius: 5px;
}
.ql-container .qlbt-selection-line.qlbt-selection-line-right::before {
  position: absolute;
  right: -2px;
  bottom: -3px;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #0589f3;
  border-radius: 5px;
}
.quill-better-table-wrapper {
  overflow-x: auto;
}
table {
  table-layout: fixed;
  border-collapse: collapse;
}
table td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.qlbt-operation-menu {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  z-index: 100;
  overflow: hidden;
}
.qlbt-operation-menu .qlbt-operation-menu-dividing {
  height: 1px;
  background-color: #efefef;
}
.qlbt-operation-menu .qlbt-operation-menu-subtitle {
  color: #999;
  font-size: 14px;
  padding: 5px 16px;
}
.qlbt-operation-menu .qlbt-operation-color-picker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 16px 10px;
  background-color: #fff;
  overflow: hidden;
}
.qlbt-operation-menu .qlbt-operation-color-picker .qlbt-operation-color-picker-item {
  width: 20px;
  height: 20px;
  border: 1px solid #595959;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.qlbt-operation-menu .qlbt-operation-menu-item {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  background-color: #fff;
  cursor: pointer;
  color: #595959;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qlbt-operation-menu .qlbt-operation-menu-item:hover {
  background-color: #efefef;
}
.qlbt-operation-menu .qlbt-operation-menu-item .qlbt-operation-menu-icon {
  margin-right: 8px;
  height: 20px;
  width: 20px;
  font-size: 0;
}
.qlbt-col-tool {
  position: absolute;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  z-index: 99;
  height: 16px;
}
.qlbt-col-tool .qlbt-col-tool-cell {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.qlbt-col-tool .qlbt-col-tool-cell:first-child {
  border-left: 1px solid #000;
}
.qlbt-col-tool .qlbt-col-tool-cell-holder {
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 1px;
  background-color: transparent;
  cursor: ew-resize;
}
.qlbt-col-tool .qlbt-col-tool-cell-holder:hover {
  background-color: #0589f3;
}
.qlbt-col-tool .qlbt-col-tool-cell-holder::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  display: block;
  width: 8px;
  height: 100%;
}
.qlbt-col-tool .qlbt-col-tool-cell-holder::after {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  display: block;
  width: 8px;
  height: 100%;
}
/* stylelint-disable at-rule-empty-line-before */
/* stylelint-disable property-case,property-no-unknown */
*,
input,
textarea {
  font-family: Helvetica, Tahoma, Arial, 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', sans-serif;
}
@font-face {
  font-family: 'morningicon';
  src: url(data:font/woff;base64,d09GRgABAAAAACdgAAsAAAAASQQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFY8eVQ0Y21hcAAAAYAAAAMoAAAHsu0LwAxnbHlmAAAEqAAAHXkAADY42QK+i2hlYWQAACIkAAAAMQAAADYX5n1aaGhlYQAAIlgAAAAgAAAAJAjXBOJobXR4AAAieAAAACgAAAGEhQr/9mxvY2EAACKgAAAAxAAAAMSoDrY4bWF4cAAAI2QAAAAfAAAAIAF0AJ9uYW1lAAAjhAAAAUUAAAJtPlT+fXBvc3QAACTMAAACkQAABInQjhCkeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2BkYWacwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGByeMXx8zdzwv4EhhvkKQzNQmBEkBwD0Ig0zeJzV1ctv1FUYxvHvtNNaoVBFUVQUWyhQoIWCilYrlvultFQu3tCCJMYFGyDhkiAkJLjqwhjsyrgkIazYIITiois2LJD/4T2TdCN7EnzePr8FYc2GOflMZyYz53d+57zvU6AFaJY1UtfLLmp6RdNifVqb/byZObOf12v/6f1OvtBv2qIjFkZn9ERfDMZwjMWxOB6n4lxcjMsxEZNxLa7Hjbgdd+NePC710l8Gymi5Ux42uhvjjenG/Zmrj2aePIGgmqlXMw1ppqOa6UScjvOzM12pZroZU9VMXZppRDM9eHam5/Ko6Q5/qsbPGhc0Lmn8ygS/z47JavzJX9WY0vhHY/qpkbv5Jot4i7d5jZfo52U+Y1B72c48XuFVVrGeL3W9JvbzOZu0r0NsZowtbOUdtrGdHaxjgIW8wac6hRatbAMf8CEf0cZGPuYTdjGXA8yngxFWs4Dd7GGYvTq1Xlrp43UOcoh3eY8lfMX7fE0nXSxlGaPso5vlrGAlPXzDt3zH96zlBxZzhHEOaytan9OevsiP9nyq/1a9O5L1atktUTOdNNFkOnOi2XT6RN1UB0SLqSKIVlNtEBVVCdFmqheiosoh5phqiJhr2ZnRbrnSmGfk3/mmWiM6TFWnbjPVH9FpqkSix1STRK9lAkSfkfc3aKpYYshUu8RmUxUTW0z1TGw18rvbjPzudlO1EzuM/N1OI3+3y9QLxG4j59hj5BzDRs4xZuoZ4qipe4gfjbzvY6aOIo6beos4YZmEcdIyGeOUkes6bepB4oypG4mzpr4kzpk6lDhv5Hn+Yupa4oKpf4mLpk4mLht53xNGnvMVU58Tfxh5tpNGnu01UwoQ1015QNwwJQNx08i9/NvIvbxl5F7eNiUIMWX5nyHuGlkX94ys38empKHUTZlD6TKlD2WpKYcoy0yJROk2ZRNluSmlKCtMeUVZaUouSo8pwyirTGlGWW3kNdcYec1eI6/ZZ0o9ylpT/lHWGbmWfiPXMmDkWkaMXMuokWu5Y8pOygNTilL+NeUp5aEpWWl0mzKWxrgpbWlMm3KXxn3LnJm5aspiHs0Yh/8HW1CPE3ictXsJlBzVkWDG/5lZZ2ZWVmVWddd9dB2t6qo+6lK31NXdUkuiJQToQLIESIIxCFizaPEAxgargTEgwXiRzdrmsNFIhsHGtmBhzGWk5rIZZpkBgwdJBqSZ2cFvBoxZxgeyqdTGz6xq9aEW9uzbfqX8Z0bEj4gfx/8pDo4fO36cJzTF9XBcrQhDtOoPRGnAX4caVGt14o/RKMiggGjDn0wy2SJkk3FHRMrKwZLPmUzFnVq1mIBiKiRHYzE1rrtkKunOM7urxjOFmDvTmZPC9Vgj1R91J91tNt2VTCecmqOYhAUdIbldIs6o7pbj8bDrzJ6q8UR3RJLAKbXVYxz+Accdf4M+TDPcEMelo2CTqU3MdGNJuoHRgnRWh2g3FKHGqv4YwTIGfvwF/CKSrUDAH6BXR8JeXlEUsX1p6MMbB09fGY2K4OIdPpejrbZi/ab7QuB1RMVYb/vG73zUNhC0iYJLIGEIFcKJO74ca/9arJQQvR6JV+Qwvn+GNxSxETkaDrnsgf7l687bGyoHXSFeF4Ib7vttm6ILvODkIVQPFcPxO3bGgq21PEFH6Voui40+v+7T/LU+f6nPz8gkMnSTTLU0BNVSX7VCy3VSIuV8jChh34DWobX1J1JLFwQKgWvHo0q6GlVcITfhlVAbXdtZMH6IrCCZ6Ni8rvUroiTyjW91FAEgFoKtUqRNMXFzHP0JeZ5LYkMTU0JSDGiironZdBGqQ6Tqj0AgCqV0X5To9CctkNmY8UwM+nNr7u0oEogF4WIpEvDAWD4GSlifryNdRltXb3zR9RE5XZsflAjvCQWste6jK+kKLsdxQjJTyWYq5YwtyX5DxJQQiidlkyFG/LomkzzAP3bFKELV+vUOX6D/ubautmcSoajcsS0oARDglbC/sqqzcLw7nCtgOxsdOxYl4fc64x1Fiktd+VJvDIlTm2v9W1xrhuN85WpJ8Fcr5WqlDlETb5QphZipZcuZVDpZJIOQ6Z5XgOXZAoXswtVd6+YlorAg92vGwljIuBM5KAM8mY8SkzqURd/i1NJksL2rJzYRUdKX46oFFEQFpUxw3T+mDTrOXc99Bdngl2myiPsHFxrwo/KmkplsqghJ3EqAqJHFtSpTY5toE7NFWsMtB2XWgeJHbQ742R60tJuioiDtfWxKCaWE/LOJUXNWFFhDBg1fCPiFvjopF0lSJlqU0GNEVLR2rz8aj7va7ZJLFoPxlORQKbiqy+a7BS3U0RG2ieBwCW1yp08PyLLbpzgoVWO9vTGH2y6pLrviiC1ul1yUEEKpGE8nXZJC3aWl81281yEnEyG7yFPJ2bcsZm+zK208wRcK6ZhNcBu54uqFqdTC1eeuGkylBldB0p3qiLhtAnW6g4siumb3ynbZHi8WY26XU9GdNk1tWxhUHAA2XuSjHRm3X5TmL6u4aVt7IhYUBYKI2qRUStFEVZR1xaY6Q/NyUYdqV/ySw8dHR3pFRSB2ZSCqatQ1f1nZJfCOS5P1VeeuYpRgUU8yFRFQVvvpC3SEy3PdXA0tzDK2L1H/NZueUlEpUwmUUUVFgVVQHgvwWS0l+nCn+EudUEnQPhxT2SaumpVWSc+L5QJOGPXEuiJGLdid9A0DuNuzwXM7QjCSCvvbjNUwYhyIJ4ak11T30D/73MPkgBbrUGy81HhHT0e8anRekHjAEZTjYV89lMmEhshIozYPfm6kdR00nVU6CZaHjGynpXc/oOOod+3cPLbDFWCWMok61c10CVc1XS3GAZzz121b5Ig6Rq5YP98O87fc8NXrt/Qb30ws7Gpv71q4eEEhGCwsIB1Oh3b2Pbd/qe5y1W/+6r1nx07bvqlW27T9F+35gUUD+WDQLNqRnw6k4QB9BvmpcDHk6BB3JreZu5zbzv133IeMbZqYh2RmEFpsPEUb/j/PPxbJZiNXRnK5CDzOnleZ1R+y59VsqPHr/9cJdCSHw605s2vG/lzkz1nHHA9j/5yvmjXTxj5CX6TLTb3NVNERoqFIWQIuobRNQ4HW1bQ7RcI8CpoQnMUsYYC5SM3GzAbaF0K+p1InVTvzVy0d2ba2p2fttpHK5jP7JVs2FOsS9LV//pdnbH7g2rGxax/YfMnfDLV5NFF2OwmzywAee8I7mBgswi/tIQeRkr3ze9b+t3GEkhxc09sWLUQV6bRr1veedt1f70cQ61eokkcQBI/q8JciQ6GUx0542aZIbE/yuKan6H46OKlDpqdU0WMl0IuolqT/tPZ1oXQ6dJxjT+BO1Cmg5WN13FzYP1mnC9MnetON41PnEJh7jBORdgNpH5im/3NpPqPvVJr7R48/xfShGs5mw+Q37GmsYB3Gb/+UbtqfDZdZpcz6WjXjWVbkcq0Oq2ZM5EJWRyh3otaMb7bThXSYa8MGujDUyL4AsPARY8dk1uwBiCqyrITPCsMXZDfxyMatWGddUCZfVzoyHXI0atwodXTmZGNHFN1/Oi1DjZuEP2jBd5AoMoFZOFReBIuYWAeNG/8LyjL+Rc6MGLcpHuJW4PNYxx7yDeNF40U5nWYo4Go515mW4LoIBi6ZVBM+xg0GeZrBTzuQbHTWmXINMAoOsL3COug64yfGj/EVE8g1CCTjhu0mkI5vQsX4O2t1EbhKRtyy8RcRc3WT8HmC8HVsVPsQIuLAcBoQSR3FHAC6IbJqIGpc706z5d/Mlp/B5Q+Q3eH+s8LGjYqLKApcjfDZEo2XLJgwCoc4TxMmC20wNC5X+2IALkdYc43bY87tDl/IeSn8vROL7U7i+KIz5HNejMtFnj5Dn8XC0lkOTq59c7bpdUwBGnZmmchHJ69TDlWEVZj2HDALswM1abKfs2i5if6efp5LcIu4xUhLNpPE5WgsaKuZi8LguI+ZLQX8tlq1jJzL2vxWh5i0JmRqNvONPpxb7gb6KD82MXZwyRLeLZ0pu/lM5mD24qyQTl/QDl9futR4ttX9Ru7iLBbnm9388gPmO7SHX7r04NiB5bzLeabdzee25t7IZPjsxbnzhxd/HfuNv3W3Bg6m0zzCuGBo9OuIEd97Y/mB5bS5rqP0ORrjVC7CYtI0mBEgCh8D7kRfHTLISctqoc0KJJnw/KjL+4wH1e5Kt2p8z0ND5STZkyyHqJHwhr34i2uhUC4U2k7OjyYS0ca90f7u9vbufjgie72ycZQ9j4Y6Q/hrxTpHmjREMd7p4irYieENJnlg6R7bp2aW5w8k6kwpqWVALcJsKTaLEUhXNTYxQjyw1qQOzmbUGX/pZXRqjErNYzzo8cqMSq/cA4zMXCgRLA5EJ4kdKAYpB5HGtyJJgGSEXBAxkl4Z4i3it2mM8pC551+kj9MKcg59XDadzWQxvAMBEwegon8I/VhfrZrFyJn+T9FrHLvK4dPsVxsfed3SgSKJqe++a8fAkBQmJPg3lc99rAKof8jxSfkF412f33H9Dbzo8oH+vGzFUC1cpU/CJogxVE8Fw/duqPUx18sc6ifRYHzsoulnFeW5DHH+1ZuUusULttjUn38CaQ+7lXc+Y7f/l3cU1/1x4N3/8A8KTbbs1f3kGMcSLjSyaErwGWV5XKBu5sOYwT0xusmvbxq98EuU9OdH34pGDy/JDwC5iXxEz06nz6bkjssrn8+tftJue3xt5+crl9/B+DAJtzw3ZB87FTDHWH6Sxb6oyR6zMifaVdDbQed/uzbvwSE+1QvkopW9a9vtKXv72t6VF81Jk9HIfzrBL70tG/3yGTTx6fz6KwlZU5Xl6hpCruSae+x1nqOvY92NMTAHiSpX83MBkbNluLQgZrJqHQIC2lzCGZwAicOHISEIxpHDh40j5F+Nx6UAQECC0yQJXp8yJODU5/eLkgLXyrK4HwOcJt9HTJvJOSCTwr2s4k7uQy9UpvMarzvdqh/Ar2KA1KXDD+B0MaA2zlIDNlihDlh6NkEn0I+5zJMAi7MmTynbYd2YDSaZKctaVrxmmXXC7W8IQmO/+bQ5fEHnjp3OoM+5c+eUOh1uzcBn4ylnu+bcuYON37JzSt3iV4uGANN2YVKEMtCpFKGZZVYYTTEzq+gDmWVFOaP1nUbR/r2HeP7QXvN51U4nokFkQZ/jlh0O0NqRSqTPMZU6uqA1HZ/Gjbew8R1IX7tzxy2M1ltuY7RyLR81Qevo4xLcIDtPMINZzGkwR6NWvGslN75UBakVIxgFi5p/AegaEjqIosFFEG7j3u2jo9v3PmoVG8+49bKBgctuvfs2s/jKBJqrCWZ/WpX64u17Ht2zfXGzoAsHLtt510422SyMPdNmmxVTts82ae0yo6AT5GVoSmcGdBCpQ8ma6STzpiXT2A8Otwgzi3tmkUOeGl48lSLjf58Ev8WrA3TIlGt8hnaZ/sUy6WY0xhAT7umPBeHjp83nN6f5Flpv9eOzsZUhsSz0lqZNt+L1qfgKc2uSjZ1dMOn4pvqVaeif3nOQ5w/uMZ8/beLotvzIVFJorTUJn9+1aDXCU93HNP3WMLefzoeWh0UTZmuKpGXVcC+bXGqtYLqOW7iW+JOANEExrGOMVV1dZS2ycXR0I4H89B0oWC4YlunztKrk9UrV7FBQy3g6a5VO1hzdQMg5o6mBVu5j0WxHmuPcqHniafEsMNf2LMLctNus5cErLVbOsV33ynOsJcQWuk03XfHzc23dxj/DHMvq6A9ay7ZsXktPUtOlgS5ObIZvZtzqNy0eupCpmhE8zvGUF90i5el2B9qTrf/ubPfBNA01dhkNoEAJwd8NaE7Acel7aENa/uGEveueW0t9prErWlFnM4xEu56Z09aVne3Of9+KBsuxHWlDCpFO4Jwwt6n7g8Px3qUOQON2g0kqkgy8I8hoREKvh39C+ascku1r7dHArMrRzirKqvq7aQXEmQCZDGeUJ3zOCK4/PGM3pKxQftIUTVtq7IDkQ424F3fWNM02BJ90XPL5pCPM7Ezyd8Tkb24Ghqm8tiw0bn00z5ZZnoOxdLcZP07MxPzxC1OYCdeake5xzrQSVpxr6VmSW8JdzN3C7WCnsChF3UJYq6RqZZRvCtOqCMa8C9DZaoFeGxM7UpZnm0gv2TR2Fi4w31GEPLBUo9caZlsKfaGZYzDHr+Oq0v5atVJL9paYo6lVcLVCxibqgdQkTjNsxGyEXCVllO/4lHYFdZfaeclmHFN8xK9cf7+qvDdzDGzW2AOSRPp0iQ08IKc9kvTAuMdPQMN4XXbZBIBGZ7PD+D12EGIBac6FjyTp/psUn0f6jVd28iLFee0e7/04+r4k3XcjG/kPVXbxIkEcqvd+JMN4/0PMMzX5xvslCefd7/WYVIHL7vGSf5va+o0i+5SbmtOaMSk5TI6zfNQBLI6pOcxslGXQ5CXjMU8+7oGU8ZYnnlfhNA9sNB5T4nnsghQOKcZj6jxuKhwVG+WalS47gMVHmJpAxgNjDJLxFr6GkIzHPTCuqzDGYBlvIXiEBWOqCcbaVyZNCbSpTRgtoJAAZmIx8dGQRjOu6TChPIYsGDNpegtWQkqJz1OtPnVeXDmviWDeJM4T9KvWkk6C+wQrbBZvEhimmHEjEpRkBJDjxlsmP8YUxWSWYjzCMFtthhk5NT4L1yxqLNzHf0YfpjW0Jyx7YvuOxUNgIs8Ccx0sDGHJnx/OzC/M449coBu/8C/Uja3+aFfk/eiYH+7UyXiUjeWNn0X9xi90He70j0Xfj3Rh62K/iedX9Bc0xXnNmIdtJdW89MCouI+ll2aMnOpJsexSY5tRNe8xVAyJXtNK+l7oKHUAPjSQ/NDYowUFh8BLDuO3vlxJ222OOuESn28vCYWTkAo2VoaTPnBpffCUjzqcxjG9N6Pd2/jXULKjnXxfClpn0bvoEXo5+tEyN58b4ZZza7hzuQu5/4pGQgbzZB8JqJNAqVLSE/iP3anoKlqoZB70VCWB/1KqVi4l1GpFSOiJgJX+lquTldof0UNfknNag2r5kAjuUDr4nSXgXfygVgg7iThI1CeXGB8seTlJFdLwkQcan/psIB7vjsfbrOJYWzzegy2rYC3sDFjFesnpDHX4yMsIywtL8M8XzmuNkjdNu2/Gv4Y3CeSnPu3gks3s5b7oC6zoib9wipalM+OYR42jHY+iLDF9wiQKU6kM5zN9dNG8ZAUUasCPnuKQcUQUIXHoECRE0Tiy1fi+Vva+Rr16ewYmYBgy7bqXjuPIoSkzjZuM7/t8r1mDOMucPh23fzrupgdREywga2Zlkwncw+/y/LsPw27+XTo+JWtj4x9fiCM4bmx5+N1p8NtPDh+aMd8cKDL9w3BKLDjja+sR1TRcnhm4EohpNgpjCwKZBdoQEC73R/EGTkn4105BtXG4f3gGDu9JccwFf07Y02D6ZsCEuYAyeuDk3MAhxmCe407NY5gL8NfWnwSqKdiWrcZQJs6+hgB/QBVtzUSSMRjJTTD3z2zXIEaFAloxdlTWGqGdHgDPp2RNky+JZgGyUWM8kgPwRTVQjUchF4Nbo50AnVHjyliOPIWdIRW0iAbZCHFE2BuRlOLzKaoKf23kQymAVAh+ZpYnfMkwmTDParl0CtGqiL6EZKDdEma0KTceYlY1ZBXGhdOaw1gjnNVjNMupbZaPHD/O+EuGUXIRrpOdGKbRkieYq9Qn1162pWypbKriS/iyCWbx2AUFRqpT6vTYcc6pGMOK8zhnQ/iUkTB8dHxi/OivYM+vjhrDZmrJIr2+hpnLEtbzaxh2u40Jh8s4atEFcVd+fFwH9EMPWonquFUgb6bR+gl0fgI9p8I7U+9m7pOUasvWSrM0b8/w6sz4/Fma1xDge5/K/UUzP2nB1Jl0Z+w+dC3m9YZ5x88+EZiF4u82r1q96byz1507UqmMDPf1nQSZcM/+ewTh7om74Xn6uXs+x/PX3HXNDNzzuP5ZuJlKYYxgY5EwC5qbKqbjXkg1U6cS9rG4dxZVz/7ZOjjvz/jMsD+q9sXokpHAWN5dXwNk42Inzda9fG2QFBYAzM+fhF56x0/voPFQd1uIfna5DyMWWFNXRjcCuGhnvO9sAgsK9vx8mCmTzEx7W2lSZ8N4HS3OAmhSP1tOPcZj198CUM46s4v0bHhNr29oDSHjF822+Q2hdPGuYciW2fF1riMPa4fg9P+xmpvBT/8sT5NicUXFV1JLKZXOIiA4Nvy7tzeM7fyb2Qi/ND5eheXGk+AyfjNtvfNnYEiyj0xqllRw1akKy0qY8FrLR2FaYmO53gwC/p4X+tZGOgKjOb6yEEaqpb7eISD1LsiO+FORNb3isnMIGejqrpNzTsKTrnSWHej3nt0FtWw+3xkPZzo6lwwVhkXbaM/QGafcOy5I+RKVxGyWvHPGvxivwvhsu/2CUYCf9JvnJi2YSa4wmx+ZrJmGZusnVi43D7RNzlhHJ2a2Ogv7y2MXEHGou7iQkE9/8dOUX1DoqQvkgrHgKoEMn7eI8GvPgAUbFgC/oj14+kk4smyod4nLvqh7Ub2+qHvE7lrSO7z0PVro6SwUc72F25BJ2Uyep5kZOlyeQ6amJ2K6nGSeyZZVMUzVp6j0bHkKtr7V4bR/Uc5TWIg7posFYf16AfLv+weSwsg6IOcuOQnd+XQ+msQNxhcGCLT7PaDM36e3wbph99JzYabNGDgFtYMsEWCuqWLZDRZgp9jVQdNsFGfz/G1MGEYCUU8pRpfVA6fl7ZbBsF2wDjatJ6QL7QX0z3Nmh7xC7SSkWxbjytO0ZM60GIs3EmZJ4Me4HBvaC9KZ6F43ed+7DR7CNXCQME1rgtlWOtwY10IhjbAnPMROzwDM487WO+QDLsTeUU3NUZvvNrOaJgzjA/NF4wMGCjwWFI8FkRXaSSY0z4AeIm+buszuY23mPbdp8wVMrFJWBBIoBXr9JSv2CExOqSDefKEyOFgpDC1ZYtykSnvv1Rjt2u5vuz1m7bsFdgNXyM3Lk7eLg3c/dPdgcekjLz1id32JzcIpVzuwAg9poWIhc85F52QKPZ+tj1xxIv44i4yjh2LXT9OoOSkxZPjUFIx/IlYWg9yHenYOWtIU8mPBTLwn50JtCtdO1D0ZuP2UBK2b5F29sHL9+pWFdeefT27/BCIfnMLG54rrDv/+8Lri5g9B+7DpC/CxnFh+vWMK9WiaaYt6AZLWbbCZLeOO2N0ic4IGX7PoNP4PXG4XGj+wCYLbI5JVrGwy8C4o+tqNbRZ5tsfgIt64XJA9Dh52CYriYCTY2bcT5n5lsWOKy5rfvLEvVDh1qj/HfZqe2cbcF81MgqopNYH/6CfMh7D/Ln8YmgXlprcNjt2/sX8XlWm5fNH00caM2XTlifqsYmu5US6Tu1oQGy+fYu6J7zu2kKNcH5MDWs9MtlopM0NlGSLmErRACgOdlOUlcDdjrts6xiRHM4OelwXBSd7ylaPVMYCxKj4J+flksy3v5W3/JC4tmU2IZ5NXEmhrdzq2twWt2fh0Or/YaqkeuzDeN2JBat4BNGm0zoBXYizbOvOdrABTaBZe+/4ziwh1dFQ7Ooy0VcJ9Vhn6E9e2Bdhb1Y4jzRI2NyvG9X/qopnfu44eMn1JASUzeX1RhGaKOHn9jE8xyr5LN6dE2dESR2+/7LLbqfkkrybuvHTFBqDP7Nr1DIUNKy69M8GrqYiYfXXHjlezQiypkvxndlG66zOX7SJkV+Ojq/Z1Fb+xadcEz0/s2vSNYte+q7wRp+q99QFCHrhV9Tojk3bvefIM7mDrTo9Rk5GJ0vpWopqxiXnQWx9pofcbgmoMev3k3bYbN19+qzO+sAfVULzgUTjvu5cKgCXdauMvEsSLCSG77ba/IvDLNddRuOkq0Lv6E/YzviqKezds2HaA3iDYbMINArlHFO8hFq8O4T7Omufs7ISVHVpWmQEUptThGeN0SYJHtU5COuG9KQ3qN25xJyXjZo8vRD4I+TzTm61YehoO87TSvEAXptTJEDwqScbpJlhDm9JAHDukpNu4aRLHtGbrW64naZ0uZd9COUBt3QmwL2ibayC/M1bpUR1/sC9QJKRIy8Y90KXoutKwsycUjLtVPUxzYX02vBPf06hNemEZ7LPgGas+Ed5UHiQZxKqf5dTs2Nj8vnCyrbbuVEmLwxpy2+hQdLim2byZYYVvwedw/Q0PsgOukZLwZV0x/hFGJ/uWGq8zIshHij5DBib+jPmNATspBsapyXaTZ+UM/EeT+0wS8KaiGzc3m9f8J/Bb9zlb6DBaIc08Pc6yjNqUESb1DKON5dLoGNjxCF1/0CEZ683UfVz2Lv/R/sYrUGzzHiSbDzq88sdWUn+JFP5Rw0s+OOhtOxFP3E5exJzd/GIja16/TEGRoQm1FEjQbcadV1JqmEDYfU+1se3pq+Fcsm4b8cqNh8zTg7clr5En3BUtnzuBcIPocdldFLtzys4AX/Oh2cykEbyO61JASPgSdPdnvLLxwiSuJ50e/ibi/fgwYusxCLZOI19o3LOVXAjPXyF5oYXe5YDTRVH2/uiK5S7HI9c14+PfChx1or8NMQkKiebpTMI6nUlXAjW9pKZs2ZSaxoxQTwX4b//hcZZPlrP8aWb58SVfsP7oI/h4wokj5FxrRuPb2fLjH9x11wew5667jE2vvvrqG+YeYHdfdfb9ooD2H9XePK+tJdh/trChgUKLBT8UnVQF4wmRii4/7fG7BSoaT/jvEOpAJR0WwxsO3eUF8Do0u5E+FnAtF6bnJroV7We4rPmJDQSytW6M5wM2nhOMf3nzTTMWj7z5JjtZ+3Fl3zsbN76zrwLjB423MfdIHjyIQhCNt42LvvjLe/UjR/R7fzl59z2O+iaYX8l1M51nX/ACO39j8jL/s4bYujVMpZGHtkmeslMesgXi7B7QMJUNxs1vAcyn1bEbqp2NiU52KdoJw9CVwBD9KE7ZYp0h7W4WxrA1hbCpxvuJLmjdzVvr1zG/HOXOQh7o7Lif3RNWaxXRlmT/ayMlUvN7gqxarZ0YrZoniZNTfC3OBUSzgk0zeYLFA8Ptab+iuRcPnKgpAQXAtWKD1V4+JIWnNBffOPOI8zkgWBrPPWcY2E+I75WQTfG6HbbUK2GRVezGK19xK4ob9sn2XqdHlRyOTruiGB9aTZxpfGrG51G9COi5KYA57v8C10jolgAAAHicY2BkYGAAYqsbc8/H89t8ZeBmYQCBm89l2mD0/5//a1kZmK8AuRwMTCBRAGuvDU0AAAB4nGNgZGBgbvjfwBDDyvD/JwMDKwMDUAQFJAIAddwExHicY2FgYGBh+f+TBUSTi5ko0Et3/P8/BFOiH4ccI2H9rFjEAAD4CX8AAAAAAFAAtgD0ASwBagGoAn4C5AMmA94ESASmBSYFVgWGBbYF4AYABkYGsgb0B1AHhgfeCAoIZAiaCLoI/AlSCagJ6AogCmwKxgs0C3QLxgv0DCQMaA0oDUwNcg2wDe4OIg5sDwgPRg92D6wP1BAGEDAQXhCGENYRDhFkEZoRxBICEmQSqhLcEzgTYhPGFBwUfhSYFMgVFhVQFbAV9BZ2FsgXQheSF9gYChg8GGQYjBjMGQwZPhlqGawZ5hoUGkQalBsceJxjYGRgYEhkmMzAyQACTEDMBYQMDP/BfAYAIa8CFAB4nGWPTU7DMBCFX/oHpBKqqGCH5AViASj9EatuWFRq911036ZOmyqJI8et1ANwHo7ACTgC3IA78EgnmzaWx9+8eWNPANzgBx6O3y33kT1cMjtyDRe4F65TfxBukF+Em2jjVbhF/U3YxzOmwm10YXmD17hi9oR3YQ8dfAjXcI1P4Tr1L+EG+Vu4iTv8CrfQ8erCPuZeV7iNRy/2x1YvnF6p5UHFockikzm/gple75KFrdLqnGtbxCZTg6BfSVOdaVvdU+zXQ+ciFVmTqgmrOkmMyq3Z6tAFG+fyUa8XiR6EJuVYY/62xgKOcQWFJQ6MMUIYZIjK6Og7VWb0r7FDwl57Vj3N53RbFNT/c4UBAvTPXFO6stJ5Ok+BPV8bUnV0K27LnpQ0kV7NSRKyQl7WtlRC6gE2ZVeOEXpc0Yk/KGdI/wAJWm7IAAAAeJxtUol22jAQZBKwDSZNSZre933R1kAC6X3f931TYQtbibHAtuLA11e2RZPX1u9ZMzuzWulptzBTyL9K4f8fwQxmUUQJGnQYKKMCE1XMYQfmsRM1LGARu7CE3diDvdiH/TiAgziEwziCoziG4ziBkziF0ziDsziH87iAi6jjEi7jCiw00EQLy1hBGx2s4iqu4Tpu4CZu4Tbu4C7u4T4e4CEe4TGe4Cme4Tle4CVe4TXe4C3e4T0+4CM+4TO+4Cu+4Tt+4Ce6+AWCXsGYeDRwR4KWbMETURoStinKm4wE7kRwq5KxyJOLkdExF1rk0YnH9FS1PaEllMmwKm0eCe5v0FhIT5BNFtQcMpV8Rnsyw1BolaflLGN6mrl1mBLlUpK/T3S1TSIJ1hg1EhIGfeb7xZQsNq3I48JOdwgSTDweuJUtTdpuJgtruz3VSkOfjK1iupqp1mONtLKuuLbGiEe4mUNmlWMWeSxlpYxVEhpILxW0nC6N5Wb5AFv3Sc3aP6ruytd3BK/KKn/SjGlgjGTeUObPy8ODmAsShjxpddq17bFHidNe+FuJmmlNh4bM9eLm6mxMXC1rrlUMmc/MRAhm8yC9iW57JIytlsJOjk0VN1VsNXJcVnG7U7T5cCyLiohaet0JSUJDQ6GlBWLQo6Geg6WwobCpsKVwWeGKwrbCjsLV0oAFIpJNEpG+wX0xoF1DoTUljYoivN+vhXQkRkwOXi+bmBGryMEKaTfrWka1sXxiT+hi6HPi1Ms9Oc7rcpwcvc/DFOeimA7rPZKr1SyaWn0SxVtWFimrKE+gWp/78u3NHOp8SANjQMJ1hyeBbG/aBxKYUUzCus1C26dzaTO6DrezC5q5WO/7xC0UfgNHc2gPAAAA) format('woff');
}
.mo-icon,
.mo-icon-check,
.mo-icon-close,
.mo-icon-arrow-down,
.mo-icon-arrow-left,
.mo-icon-arrow-up,
.mo-icon-arrow-right,
.mo-icon-set,
.mo-icon-del,
.mo-icon-location,
.mo-icon-block-9,
.mo-icon-block-4,
.mo-icon-refresh,
.mo-icon-list,
.mo-icon-copy,
.mo-icon-share-f,
.mo-icon-share-o,
.mo-icon-right,
.mo-icon-left,
.mo-icon-up,
.mo-icon-down,
.mo-icon-right-thin,
.mo-icon-left-thin,
.mo-icon-right-thin-twin,
.mo-icon-left-thin-twin,
.mo-icon-dropdown,
.mo-icon-menu,
.mo-icon-link,
.mo-icon-warn-f,
.mo-icon-warn-o,
.mo-icon-star-f,
.mo-icon-star-o,
.mo-icon-love-f,
.mo-icon-love-o,
.mo-icon-error-cf,
.mo-icon-error-co,
.mo-icon-plus-cf,
.mo-icon-plus-co,
.mo-icon-info-cf,
.mo-icon-info-co,
.mo-icon-question-cf,
.mo-icon-question-co,
.mo-icon-correct-cf,
.mo-icon-correct-co,
.mo-icon-more,
.mo-icon-time-cf,
.mo-icon-time-co,
.mo-icon-sort,
.mo-icon-date,
.mo-icon-play,
.mo-icon-imagemap,
.mo-icon-upload,
.mo-icon-backward,
.mo-icon-forward,
.mo-icon-pause,
.mo-icon-step-backward,
.mo-icon-step-forward,
.mo-icon-fast-backward,
.mo-icon-fast-forward,
.mo-icon-volume-off,
.mo-icon-volume-1,
.mo-icon-volume-2,
.mo-icon-volume-3,
.mo-icon-fullscreen,
.mo-icon-add,
.mo-icon-sub,
.mo-icon-file-o,
.mo-icon-folder-close-o,
.mo-icon-folder-open-o,
.mo-icon-tag-f,
.mo-icon-drawer-full,
.mo-icon-drawer-empty,
.mo-icon-user-o,
.mo-icon-markdown-f,
.mo-icon-doc-f,
.mo-icon-filter-f,
.mo-icon-num-0-cf,
.mo-icon-num-1-cf,
.mo-icon-num-2-cf,
.mo-icon-num-3-cf,
.mo-icon-num-4-cf,
.mo-icon-num-5-cf,
.mo-icon-num-6-cf,
.mo-icon-num-6-cf,
.mo-icon-num-7-cf,
.mo-icon-num-8-cf,
.mo-icon-num-9-cf,
.mo-icon-progress-start-cf,
.mo-icon-progress-1-8-cf,
.mo-icon-progress-1-4-cf,
.mo-icon-progress-3-8-cf,
.mo-icon-progress-1-2-cf,
.mo-icon-progress-5-8-cf,
.mo-icon-progress-3-4-cf,
.mo-icon-progress-7-8-cf,
.mo-icon-progress-done-cf,
.mo-icon-flag-c {
  font-family: 'morningicon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mo-icon-check::before {
  content: '\e62d';
}
.mo-icon-close::before {
  content: '\e62e';
}
.mo-icon-arrow-down::before {
  content: '\e671';
}
.mo-icon-arrow-left::before {
  content: '\e600';
}
.mo-icon-arrow-up::before {
  content: '\e672';
}
.mo-icon-arrow-right::before {
  content: '\e6c8';
}
.mo-icon-set::before {
  content: '\e606';
}
.mo-icon-del::before {
  content: '\e67c';
}
.mo-icon-location::before {
  content: '\e608';
}
.mo-icon-block-9::before {
  content: '\e60b';
}
.mo-icon-block-4::before {
  content: '\e60c';
}
.mo-icon-refresh::before {
  content: '\e68c';
}
.mo-icon-list::before {
  content: '\e60d';
}
.mo-icon-copy::before {
  content: '\e661';
}
.mo-icon-share-f::before {
  content: '\e72e';
}
.mo-icon-share-o::before {
  content: '\e72f';
}
.mo-icon-right::before {
  content: '\e695';
}
.mo-icon-left::before {
  content: '\e696';
}
.mo-icon-up::before {
  content: '\e60e';
}
.mo-icon-down::before {
  content: '\e60f';
}
.mo-icon-right-thin::before {
  content: '\e6ab';
}
.mo-icon-left-thin::before {
  content: '\e6bc';
}
.mo-icon-right-thin-twin::before {
  content: '\e6fc';
}
.mo-icon-left-thin-twin::before {
  content: '\e6bd';
}
.mo-icon-dropdown::before {
  content: '\e6b1';
}
.mo-icon-menu::before {
  content: '\e605';
}
.mo-icon-link::before {
  content: '\e704';
}
.mo-icon-warn-f::before {
  content: '\e662';
}
.mo-icon-warn-o::before {
  content: '\e663';
}
.mo-icon-star-f::before {
  content: '\e601';
}
.mo-icon-star-o::before {
  content: '\e602';
}
.mo-icon-love-f::before {
  content: '\e603';
}
.mo-icon-love-o::before {
  content: '\e604';
}
.mo-icon-error-cf::before {
  content: '\e724';
}
.mo-icon-error-co::before {
  content: '\e725';
}
.mo-icon-plus-cf::before {
  content: '\e728';
}
.mo-icon-plus-co::before {
  content: '\e726';
}
.mo-icon-info-cf::before {
  content: '\e72a';
}
.mo-icon-info-co::before {
  content: '\e72b';
}
.mo-icon-question-cf::before {
  content: '\e72c';
}
.mo-icon-question-co::before {
  content: '\e72d';
}
.mo-icon-correct-cf::before {
  content: '\e730';
}
.mo-icon-correct-co::before {
  content: '\e731';
}
.mo-icon-more::before {
  content: '\e73a';
}
.mo-icon-time-cf::before {
  content: '\e74e';
}
.mo-icon-time-co::before {
  content: '\e74f';
}
.mo-icon-sort::before {
  content: '\e651';
}
.mo-icon-date::before {
  content: '\e607';
}
.mo-icon-play::before {
  content: '\e8c2';
}
.mo-icon-imagemap::before {
  content: '\e6a9';
}
.mo-icon-upload::before {
  content: '\e629';
}
.mo-icon-backward::before {
  content: '\e63d';
}
.mo-icon-forward::before {
  content: '\e694';
}
.mo-icon-pause::before {
  content: '\e66c';
}
.mo-icon-step-backward::before {
  content: '\e722';
}
.mo-icon-step-forward::before {
  content: '\e723';
}
.mo-icon-fast-backward::before {
  content: '\e727';
}
.mo-icon-fast-forward::before {
  content: '\e729';
}
.mo-icon-volume-off::before {
  content: '\e6b9';
}
.mo-icon-volume-1::before {
  content: '\e6b7';
}
.mo-icon-volume-2::before {
  content: '\e6b6';
}
.mo-icon-volume-3::before {
  content: '\e6b8';
}
.mo-icon-fullscreen::before {
  content: '\e615';
}
.mo-icon-add::before {
  content: '\e685';
}
.mo-icon-sub::before {
  content: '\e673';
}
.mo-icon-file-o::before {
  content: '\e7bb';
}
.mo-icon-folder-close-o::before {
  content: '\e7d1';
}
.mo-icon-folder-open-o::before {
  content: '\e7d2';
}
.mo-icon-tag-f::before {
  content: '\e825';
}
.mo-icon-drawer-full::before {
  content: '\e609';
}
.mo-icon-drawer-empty::before {
  content: '\e60a';
}
.mo-icon-user-o::before {
  content: '\e646';
}
.mo-icon-markdown-f::before {
  content: '\f1eb';
}
.mo-icon-doc-f::before {
  content: '\eba6';
}
.mo-icon-filter-f::before {
  content: '\e7d3';
}
.mo-icon-num-0-cf::before {
  content: '\e642';
}
.mo-icon-num-1-cf::before {
  content: '\e641';
}
.mo-icon-num-2-cf::before {
  content: '\e644';
}
.mo-icon-num-3-cf::before {
  content: '\e647';
}
.mo-icon-num-4-cf::before {
  content: '\e645';
}
.mo-icon-num-5-cf::before {
  content: '\e64b';
}
.mo-icon-num-6-cf::before {
  content: '\e643';
}
.mo-icon-num-7-cf::before {
  content: '\e648';
}
.mo-icon-num-8-cf::before {
  content: '\e64a';
}
.mo-icon-num-9-cf::before {
  content: '\e64c';
}
.mo-icon-progress-start-cf::before {
  content: '\e649';
}
.mo-icon-progress-1-8-cf::before {
  content: '\e677';
}
.mo-icon-progress-1-4-cf::before {
  content: '\e676';
}
.mo-icon-progress-3-8-cf::before {
  content: '\e679';
}
.mo-icon-progress-1-2-cf::before {
  content: '\e67d';
}
.mo-icon-progress-5-8-cf::before {
  content: '\e67e';
}
.mo-icon-progress-3-4-cf::before {
  content: '\e678';
}
.mo-icon-progress-7-8-cf::before {
  content: '\e67f';
}
.mo-icon-progress-done-cf::before {
  content: '\e621';
}
.mo-icon-flag-c::before {
  content: '\e8cd';
}
.mo-icon-star-cf::before {
  content: '\e85f';
}
@keyframes apparent {
  from {
    opacity: 1;
  }
  25% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotationContrast {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes popup {
  from {
    transform: scale(0);
  }
  52% {
    transform: scale(1);
  }
  76% {
    transform: scale(1.12);
  }
  to {
    transform: scale(1);
  }
}
@keyframes popin {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes formFocusAnimate {
  from {
    box-shadow: 0 0 0 1px rgba(243, 61, 93, 0.4);
  }
  45% {
    box-shadow: 0 0 0 2.5px rgba(243, 61, 93, 0.25);
  }
  90% {
    box-shadow: 0 0 0 4px rgba(243, 61, 93, 0.1);
  }
  to {
    box-shadow: 0 0 0 4px rgba(243, 61, 93, 0);
  }
}
@keyframes formFocusAnimateTheme {
  from {
    box-shadow: 0 0 0 1px rgba(243, 61, 93, 0.4);
  }
  45% {
    box-shadow: 0 0 0 2.5px rgba(243, 61, 93, 0.25);
  }
  90% {
    box-shadow: 0 0 0 4px rgba(243, 61, 93, 0.1);
  }
  to {
    box-shadow: 0 0 0 4px rgba(243, 61, 93, 0);
  }
}
@keyframes formFocusAnimateLightTheme {
  from {
    box-shadow: 0 0 0 1px rgba(248, 111, 136, 0.4);
  }
  45% {
    box-shadow: 0 0 0 2.5px rgba(248, 111, 136, 0.25);
  }
  90% {
    box-shadow: 0 0 0 4px rgba(248, 111, 136, 0.1);
  }
  to {
    box-shadow: 0 0 0 4px rgba(248, 111, 136, 0);
  }
}
@keyframes formFocusAnimateDarkTheme {
  from {
    box-shadow: 0 0 0 1px rgba(210, 35, 67, 0.4);
  }
  45% {
    box-shadow: 0 0 0 2.5px rgba(210, 35, 67, 0.25);
  }
  90% {
    box-shadow: 0 0 0 4px rgba(210, 35, 67, 0.1);
  }
  to {
    box-shadow: 0 0 0 4px rgba(210, 35, 67, 0);
  }
}
@keyframes formFocusAnimateSuccess {
  from {
    box-shadow: 0 0 0 1px rgba(30, 184, 24, 0.4);
  }
  45% {
    box-shadow: 0 0 0 2.5px rgba(30, 184, 24, 0.25);
  }
  90% {
    box-shadow: 0 0 0 4px rgba(30, 184, 24, 0.1);
  }
  to {
    box-shadow: 0 0 0 4px rgba(30, 184, 24, 0);
  }
}
@keyframes formFocusAnimateWarning {
  from {
    box-shadow: 0 0 0 1px rgba(250, 148, 40, 0.4);
  }
  45% {
    box-shadow: 0 0 0 2.5px rgba(250, 148, 40, 0.25);
  }
  90% {
    box-shadow: 0 0 0 4px rgba(250, 148, 40, 0.1);
  }
  to {
    box-shadow: 0 0 0 4px rgba(250, 148, 40, 0);
  }
}
@keyframes formFocusAnimateDanger {
  from {
    box-shadow: 0 0 0 1px rgba(250, 40, 51, 0.4);
  }
  45% {
    box-shadow: 0 0 0 2.5px rgba(250, 40, 51, 0.25);
  }
  90% {
    box-shadow: 0 0 0 4px rgba(250, 40, 51, 0.1);
  }
  to {
    box-shadow: 0 0 0 4px rgba(250, 40, 51, 0);
  }
}
@keyframes formFocusAnimatePrimary {
  from {
    box-shadow: 0 0 0 1px rgba(40, 121, 250, 0.4);
  }
  45% {
    box-shadow: 0 0 0 2.5px rgba(40, 121, 250, 0.25);
  }
  90% {
    box-shadow: 0 0 0 4px rgba(40, 121, 250, 0.1);
  }
  to {
    box-shadow: 0 0 0 4px rgba(40, 121, 250, 0);
  }
}
@keyframes formFocusAnimateMinor {
  from {
    box-shadow: 0 0 0 1px rgba(178, 178, 178, 0.4);
  }
  45% {
    box-shadow: 0 0 0 2.5px rgba(178, 178, 178, 0.25);
  }
  90% {
    box-shadow: 0 0 0 4px rgba(178, 178, 178, 0.1);
  }
  to {
    box-shadow: 0 0 0 4px rgba(178, 178, 178, 0);
  }
}
@keyframes formFocusAnimateInfo {
  from {
    box-shadow: 0 0 0 1px rgba(24, 184, 182, 0.4);
  }
  45% {
    box-shadow: 0 0 0 2.5px rgba(24, 184, 182, 0.25);
  }
  90% {
    box-shadow: 0 0 0 4px rgba(24, 184, 182, 0.1);
  }
  to {
    box-shadow: 0 0 0 4px rgba(24, 184, 182, 0);
  }
}
.move-drag-item.fixed {
  position: fixed !important;
}
.move-drag-item.absolute {
  position: absolute !important;
}
.mo-co-font-theme {
  color: #F33D5D;
}
.mo-co-border-theme {
  border-color: #F33D5D;
}
.mo-co-bg-theme {
  background-color: #F33D5D;
}
.mo-co-font-light-theme {
  color: #F86F88;
}
.mo-co-border-light-theme {
  border-color: #F86F88;
}
.mo-co-bg-light-theme {
  background-color: #F86F88;
}
.mo-co-font-dark-theme {
  color: #D22343;
}
.mo-co-border-dark-theme {
  border-color: #D22343;
}
.mo-co-bg-dark-theme {
  background-color: #D22343;
}
.mo-co-font-success {
  color: #1EB818;
}
.mo-co-border-success {
  border-color: #1EB818;
}
.mo-co-bg-success {
  background-color: #1EB818;
}
.mo-co-font-warning {
  color: #FA9428;
}
.mo-co-border-warning {
  border-color: #FA9428;
}
.mo-co-bg-warning {
  background-color: #FA9428;
}
.mo-co-font-danger {
  color: #FA2833;
}
.mo-co-border-danger {
  border-color: #FA2833;
}
.mo-co-bg-danger {
  background-color: #FA2833;
}
.mo-co-font-primary {
  color: #2879FA;
}
.mo-co-border-primary {
  border-color: #2879FA;
}
.mo-co-bg-primary {
  background-color: #2879FA;
}
.mo-co-font-minor {
  color: #B2B2B2;
}
.mo-co-border-minor {
  border-color: #B2B2B2;
}
.mo-co-bg-minor {
  background-color: #B2B2B2;
}
.mo-co-font-info {
  color: #18B8B6;
}
.mo-co-border-info {
  border-color: #18B8B6;
}
.mo-co-bg-info {
  background-color: #18B8B6;
}
.mo-co-font-neutral-11 {
  color: #333333;
}
.mo-co-border-neutral-11 {
  border-color: #333333;
}
.mo-co-bg-neutral-11 {
  background-color: #333333;
}
.mo-co-font-neutral-10 {
  color: #4C4C4C;
}
.mo-co-border-neutral-10 {
  border-color: #4C4C4C;
}
.mo-co-bg-neutral-10 {
  background-color: #4C4C4C;
}
.mo-co-font-neutral-9 {
  color: #666666;
}
.mo-co-border-neutral-9 {
  border-color: #666666;
}
.mo-co-bg-neutral-9 {
  background-color: #666666;
}
.mo-co-font-neutral-8 {
  color: #7F7F7F;
}
.mo-co-border-neutral-8 {
  border-color: #7F7F7F;
}
.mo-co-bg-neutral-8 {
  background-color: #7F7F7F;
}
.mo-co-font-neutral-7 {
  color: #999999;
}
.mo-co-border-neutral-7 {
  border-color: #999999;
}
.mo-co-bg-neutral-7 {
  background-color: #999999;
}
.mo-co-font-neutral-6 {
  color: #B2B2B2;
}
.mo-co-border-neutral-6 {
  border-color: #B2B2B2;
}
.mo-co-bg-neutral-6 {
  background-color: #B2B2B2;
}
.mo-co-font-neutral-5 {
  color: #CCCCCC;
}
.mo-co-border-neutral-5 {
  border-color: #CCCCCC;
}
.mo-co-bg-neutral-5 {
  background-color: #CCCCCC;
}
.mo-co-font-neutral-4 {
  color: #D9D9D9;
}
.mo-co-border-neutral-4 {
  border-color: #D9D9D9;
}
.mo-co-bg-neutral-4 {
  background-color: #D9D9D9;
}
.mo-co-font-neutral-3 {
  color: #E0E0E0;
}
.mo-co-border-neutral-3 {
  border-color: #E0E0E0;
}
.mo-co-bg-neutral-3 {
  background-color: #E0E0E0;
}
.mo-co-font-neutral-2 {
  color: #E5E5E5;
}
.mo-co-border-neutral-2 {
  border-color: #E5E5E5;
}
.mo-co-bg-neutral-2 {
  background-color: #E5E5E5;
}
.mo-co-font-neutral-1 {
  color: #F0F0F0;
}
.mo-co-border-neutral-1 {
  border-color: #F0F0F0;
}
.mo-co-bg-neutral-1 {
  background-color: #F0F0F0;
}
.mo-co-font-white {
  color: #FFFFFF;
}
.mo-co-border-white {
  border-color: #FFFFFF;
}
.mo-co-bg-white {
  background-color: #FFFFFF;
}
.mo-co-font-black {
  color: #000000;
}
.mo-co-border-black {
  border-color: #000000;
}
.mo-co-bg-black {
  background-color: #000000;
}
.mo-co-font-transparent {
  color: transparent;
}
.mo-co-border-transparent {
  border-color: transparent;
}
.mo-co-bg-transparent {
  background-color: transparent;
}
.mo-loader {
  position: relative;
  margin: 0 auto;
  width: 20px;
}
.mo-loader::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.mo-loader-circular {
  animation: loaderRotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mo-loader-path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke: #CCCCCC;
  animation: loaderDash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes loaderRotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loaderDash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.mo-media-control {
  font-size: 0;
  height: 32px;
  display: flex;
  justify-content: center;
}
.mo-media-control .play {
  display: inline-block;
  line-height: 32px;
  height: 32px;
  padding: 0 0.3em;
  font-size: 16px;
  color: #4C4C4C;
  white-space: nowrap;
}
.mo-media-control .play .mo-icon {
  cursor: pointer;
}
.mo-media-control .play.no-media .mo-icon {
  cursor: default;
}
.mo-media-control .progress {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  top: 0;
  min-width: 160px;
}
.mo-media-control .progress mor-slider {
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mo-media-control .progress mor-slider .wrap {
  padding-left: 16px;
  padding-right: 16px;
}
.mo-media-control .time {
  font-size: 12px;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  color: #4C4C4C;
  white-space: nowrap;
  padding: 0 0.3em;
}
.mo-media-control .time > span {
  text-align: center;
  display: inline-block;
}
.mo-media-control .tools {
  line-height: 32px;
  padding: 0 0.3em;
  font-size: 16px;
  cursor: pointer;
  color: #4C4C4C;
}
.mo-media-control .tools:hover {
  color: #333333;
}
.mo-media-control .more-tools {
  line-height: 32px;
  padding: 0 0 0 0.5em;
  font-size: 16px;
}
.mor-media-volume.tet-ea-bottom .arrow {
  border-top-color: #E5E5E5;
}
.mor-media-volume .con {
  padding: 6px 0 4px;
  width: 100px;
  background-color: #FFFFFF;
  border: 1px #E5E5E5 solid;
}
.mor-media-volume .slider {
  width: 100px;
}
.mor-media-volume .slider mor-slider {
  padding-bottom: 0;
}
.mor-media-volume .slider mor-slider .wrap {
  padding-left: 12px;
  padding-right: 12px;
}
.mor-media-volume .slider mor-slider .track,
.mor-media-volume .slider mor-slider .selected-line {
  height: 5px;
}
.mor-media-volume .slider mor-slider .main-slider {
  width: 12px;
  height: 12px;
  top: -4px;
  margin-left: -6px;
}
.mor-media-volume .slider .note {
  display: none;
}
::-webkit-input-placeholder {
  opacity: 1;
}
/* stylelint-disable at-rule-empty-line-before */
mor-h {
  display: block;
  line-height: 1.6em;
  vertical-align: middle;
  margin: 0.65em 0;
  font-size: 28.8px;
  color: #000000;
}
mor-h.si-xxl {
  font-size: 57.6px;
}
mor-h.si-xl {
  font-size: 46.08px;
}
mor-h.si-l {
  font-size: 34.56px;
}
mor-h.si-m {
  font-size: 28.8px;
}
mor-h.si-s {
  font-size: 23.04px;
}
mor-h.si-xs {
  font-size: 20.16px;
}
mor-h.si-xxs {
  font-size: 16px;
}
mor-h.co-t {
  color: #F33D5D;
}
mor-h.co-lt {
  color: #F86F88;
}
mor-h.co-dt {
  color: #D22343;
}
mor-h.co-s {
  color: #1EB818;
}
mor-h.co-w {
  color: #FA9428;
}
mor-h.co-d {
  color: #FA2833;
}
mor-h.co-p {
  color: #2879FA;
}
mor-h.co-m {
  color: #B2B2B2;
}
mor-h.co-i {
  color: #18B8B6;
}
mor-h.co-bk {
  color: #000000;
}
mor-h.co-n11 {
  color: #333333;
}
mor-h.co-n10 {
  color: #4C4C4C;
}
mor-h.co-n9 {
  color: #666666;
}
mor-h.co-n8 {
  color: #7F7F7F;
}
mor-h.co-n7 {
  color: #999999;
}
mor-h.co-n6 {
  color: #B2B2B2;
}
mor-h.co-n5 {
  color: #CCCCCC;
}
mor-h.co-n4 {
  color: #D9D9D9;
}
mor-h.co-n3 {
  color: #E0E0E0;
}
mor-h.co-n2 {
  color: #E5E5E5;
}
mor-h.co-n1 {
  color: #F0F0F0;
}
mor-h.co-wh {
  color: #FFFFFF;
}
mor-h.st-apparent {
  animation-name: apparent;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
mor-lead {
  display: block;
  line-height: 1.428em;
  margin: 0.672em 0;
  font-size: 19.2px;
  color: #000000;
}
mor-lead.co-t {
  color: #F33D5D;
}
mor-lead.co-lt {
  color: #F86F88;
}
mor-lead.co-dt {
  color: #D22343;
}
mor-lead.co-s {
  color: #1EB818;
}
mor-lead.co-w {
  color: #FA9428;
}
mor-lead.co-d {
  color: #FA2833;
}
mor-lead.co-p {
  color: #2879FA;
}
mor-lead.co-m {
  color: #B2B2B2;
}
mor-lead.co-i {
  color: #18B8B6;
}
mor-lead.co-bk {
  color: #000000;
}
mor-lead.co-n11 {
  color: #333333;
}
mor-lead.co-n10 {
  color: #4C4C4C;
}
mor-lead.co-n9 {
  color: #666666;
}
mor-lead.co-n8 {
  color: #7F7F7F;
}
mor-lead.co-n7 {
  color: #999999;
}
mor-lead.co-n6 {
  color: #B2B2B2;
}
mor-lead.co-n5 {
  color: #CCCCCC;
}
mor-lead.co-n4 {
  color: #D9D9D9;
}
mor-lead.co-n3 {
  color: #E0E0E0;
}
mor-lead.co-n2 {
  color: #E5E5E5;
}
mor-lead.co-n1 {
  color: #F0F0F0;
}
mor-lead.co-wh {
  color: #FFFFFF;
}
mor-lead.st-apparent {
  animation-name: apparent;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
mor-mark {
  display: inline;
  background-color: #fab5c1;
}
mor-mark.co-t {
  background-color: #fab5c1;
}
mor-mark.co-lt {
  background-color: #fee9ec;
}
mor-mark.co-dt {
  background-color: #eb899b;
}
mor-mark.co-s {
  background-color: #6aeb65;
}
mor-mark.co-w {
  background-color: #fdd2a5;
}
mor-mark.co-d {
  background-color: #fda5a9;
}
mor-mark.co-p {
  background-color: #a5c7fd;
}
mor-mark.co-m {
  background-color: #f2f2f2;
}
mor-mark.co-i {
  background-color: #65ebe9;
}
mor-mark.co-bk {
  background-color: #000000;
}
mor-mark.co-n1 {
  background-color: #F0F0F0;
}
mor-mark.co-n2 {
  background-color: #E5E5E5;
}
mor-mark.co-n3 {
  background-color: #E0E0E0;
}
mor-mark.co-n4 {
  background-color: #D9D9D9;
}
mor-mark.co-n5 {
  background-color: #CCCCCC;
}
mor-mark.co-n6 {
  background-color: #B2B2B2;
}
mor-mark.co-n7 {
  background-color: #999999;
}
mor-mark.co-n8 {
  background-color: #7F7F7F;
}
mor-mark.co-n9 {
  background-color: #666666;
}
mor-mark.co-n10 {
  background-color: #4C4C4C;
}
mor-mark.co-n11 {
  background-color: #333333;
}
mor-mark.co-wh {
  background-color: #FFFFFF;
}
mor-mark.st-apparent {
  animation-name: apparent;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
mor-del {
  display: inline;
  text-decoration: line-through;
}
mor-u {
  display: inline;
  text-decoration: underline;
}
mor-small {
  display: inline;
  font-size: smaller;
}
mor-strong {
  display: inline;
  font-weight: 700;
}
mor-em {
  display: inline;
  font-style: italic;
}
mor-textcenter {
  display: block;
  text-align: center;
}
mor-textleft {
  display: block;
  text-align: left;
}
mor-textright {
  display: block;
  text-align: right;
}
mor-lowercase {
  display: inline;
  text-transform: lowercase;
}
mor-uppercase {
  display: inline;
  text-transform: uppercase;
}
mor-capitalize {
  display: inline;
  text-transform: capitalize;
}
mor-quote {
  display: block;
  padding: 0 1em;
  border-left-style: solid;
  border-left-width: 4px;
  color: #B2B2B2;
}
mor-quote.co-t {
  color: #F33D5D;
}
mor-quote.co-lt {
  color: #F86F88;
}
mor-quote.co-dt {
  color: #D22343;
}
mor-quote.co-s {
  color: #1EB818;
}
mor-quote.co-w {
  color: #FA9428;
}
mor-quote.co-d {
  color: #FA2833;
}
mor-quote.co-p {
  color: #2879FA;
}
mor-quote.co-m {
  color: #B2B2B2;
}
mor-quote.co-i {
  color: #18B8B6;
}
mor-quote.co-bk {
  color: #000000;
}
mor-quote.co-n11 {
  color: #333333;
}
mor-quote.co-n10 {
  color: #4C4C4C;
}
mor-quote.co-n9 {
  color: #666666;
}
mor-quote.co-n8 {
  color: #7F7F7F;
}
mor-quote.co-n7 {
  color: #999999;
}
mor-quote.co-n6 {
  color: #B2B2B2;
}
mor-quote.co-n5 {
  color: #CCCCCC;
}
mor-quote.co-n4 {
  color: #D9D9D9;
}
mor-quote.co-n3 {
  color: #E0E0E0;
}
mor-quote.co-n2 {
  color: #E5E5E5;
}
mor-quote.co-n1 {
  color: #F0F0F0;
}
mor-quote.co-wh {
  color: #FFFFFF;
}
mor-ol {
  display: block;
  list-style-type: decimal;
  font-size: 14px;
}
mor-ol mor-ol {
  list-style-type: lower-roman;
  margin-left: 1em;
}
mor-ol mor-ol mor-ol {
  list-style-type: lower-latin;
}
mor-ol li {
  line-height: 1.4em;
}
mor-ol.st-apparent {
  animation-name: apparent;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
mor-ul {
  display: block;
  list-style-type: disc;
  font-size: 14px;
}
mor-ul mor-ul {
  list-style-type: circle;
  margin-left: 1em;
}
mor-ul mor-ul mor-ul {
  list-style-type: square;
}
mor-ul li {
  line-height: 1.4em;
}
mor-ul.st-apparent {
  animation-name: apparent;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
mor-il {
  display: block;
  font-size: 14px;
}
mor-il li {
  display: inline-block;
  margin: 0 0.4em;
  line-height: 1.4em;
}
mor-il.st-apparent {
  animation-name: apparent;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
mor-dl {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
mor-dl dt {
  color: #000000;
  font-weight: 700;
}
mor-dl dd {
  margin-bottom: 0.7em;
  color: #939393;
  margin-left: 0;
}
mor-dl dd:last-child {
  margin-bottom: 0;
}
mor-dl.horizontal {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}
mor-dl.horizontal dt {
  display: inline-block;
  margin-bottom: 0.7em;
  width: 20%;
}
mor-dl.horizontal dd {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  padding-left: 1.5em;
  box-sizing: border-box;
}
mor-dl.underline dt {
  border-top: 1px solid #e5e5e5;
  margin-top: 1em;
  padding-top: 1em;
}
mor-dl.underline dt:first-child {
  border-top: 0 none;
  margin-top: 0;
  padding-top: 0;
}
mor-dl.underline dd {
  margin-bottom: 0;
}
mor-dl.st-apparent {
  animation-name: apparent;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
mor-itemlist {
  display: block;
  vertical-align: middle;
}
mor-itemlist > mor-ul {
  list-style: none;
}
mor-itemlist > mor-ul > li {
  font-size: 0;
}
mor-itemlist > mor-ul > li:first-child {
  margin-top: 0;
}
mor-itemlist > mor-ul > li:last-child {
  padding-bottom: 0;
}
mor-itemlist > mor-ul > li > *:not(.img) {
  box-sizing: border-box;
  float: right;
  display: block;
}
mor-itemlist > mor-ul > li > *:first-child:not(.img) {
  width: 100%;
}
mor-itemlist > mor-ul > li > *:first-child:not(.img) ~ * {
  width: 100%;
}
mor-itemlist > mor-ul > li > mor-img {
  float: left;
}
mor-itemlist > mor-ul > li > mor-img img {
  width: 100%;
  height: 100%;
}
mor-itemlist > mor-ul > li > .title {
  font-weight: 700;
  margin: 0;
  line-height: initial;
}
mor-itemlist > mor-ul > li > .desc {
  margin: 0.3em 0 0 !important;
  color: #939393;
  line-height: 1em;
}
mor-itemlist > mor-ul > li > .body {
  color: #000000;
  margin: 0.6em 0 0.8em !important;
  line-height: 1em;
}
mor-itemlist > mor-ul > li > .additional {
  color: #B2B2B2;
  line-height: 1em;
}
mor-itemlist > mor-ul > li::after {
  content: ' ';
  height: 0;
  display: block;
  clear: both;
}
mor-itemlist.underline > mor-ul > li {
  border-bottom: 1px #e5e5e5 solid;
}
mor-itemlist.underline > mor-ul > li:last-child {
  border-bottom: none;
}
mor-itemlist.si-xxl > mor-ul > li {
  margin-top: 12.8px !important;
  padding-bottom: 12.8px;
}
mor-itemlist.si-xxl > mor-ul > li > *:not(.img) {
  width: calc(100% - 16px*9);
  padding: 0 6%;
}
mor-itemlist.si-xxl > mor-ul > li > mor-img {
  height: 144px;
  width: 144px;
}
mor-itemlist.si-xxl > mor-ul > li > .title {
  font-size: 35.2px;
}
mor-itemlist.si-xxl > mor-ul > li > .desc {
  font-size: 16px;
  margin: 0.4em 0 0 !important;
}
mor-itemlist.si-xxl > mor-ul > li > .body {
  font-size: 19.2px;
  margin: 1em 0 1.2em !important;
}
mor-itemlist.si-xxl > mor-ul > li > .additional {
  font-size: 13px;
}
mor-itemlist.si-xxl > mor-ul > li > mor-img + .title:last-child {
  height: 144px;
  font-size: 70.4px;
  padding: 0 9%;
}
mor-itemlist.si-xxl > mor-ul > li > mor-img + .body {
  height: 144px;
  font-size: 64px;
  padding: 0 9%;
}
mor-itemlist.si-xl > mor-ul > li {
  margin-top: 12.8px !important;
  padding-bottom: 12.8px;
}
mor-itemlist.si-xl > mor-ul > li > *:not(.img) {
  width: calc(100% - 16px*8);
  padding: 0 5%;
}
mor-itemlist.si-xl > mor-ul > li > mor-img {
  height: 128px;
  width: 128px;
}
mor-itemlist.si-xl > mor-ul > li > .title {
  font-size: 28.8px;
}
mor-itemlist.si-xl > mor-ul > li > .desc {
  font-size: 13px;
  margin: 0.4em 0 0 !important;
}
mor-itemlist.si-xl > mor-ul > li > .body {
  font-size: 16px;
  margin: 0.8em 0 1em !important;
}
mor-itemlist.si-xl > mor-ul > li > .additional {
  font-size: 13px;
}
mor-itemlist.si-xl > mor-ul > li > mor-img + .title:last-child {
  height: 128px;
  font-size: 57.6px;
  padding: 0 8%;
}
mor-itemlist.si-xl > mor-ul > li > mor-img + .body {
  height: 128px;
  font-size: 51.2px;
  padding: 0 8%;
}
mor-itemlist.si-l > mor-ul > li {
  margin-top: 9.6px !important;
  padding-bottom: 9.6px;
}
mor-itemlist.si-l > mor-ul > li > *:not(.img) {
  width: calc(100% - 16px*7);
  padding: 0 4%;
}
mor-itemlist.si-l > mor-ul > li > mor-img {
  height: 112px;
  width: 112px;
}
mor-itemlist.si-l > mor-ul > li > .title {
  font-size: 22.4px;
}
mor-itemlist.si-l > mor-ul > li > .desc {
  font-size: 13px;
  margin: 0.4em 0 0 !important;
}
mor-itemlist.si-l > mor-ul > li > .body {
  font-size: 13px;
  margin: 0.8em 0 1em !important;
}
mor-itemlist.si-l > mor-ul > li > .additional {
  font-size: 13px;
}
mor-itemlist.si-l > mor-ul > li > mor-img + .title:last-child {
  height: 112px;
  font-size: 51.2px;
  padding: 0 7%;
}
mor-itemlist.si-l > mor-ul > li > mor-img + .body {
  height: 112px;
  font-size: 44.8px;
  padding: 0 7%;
}
mor-itemlist.si-m > mor-ul > li {
  margin-top: 8px !important;
  padding-bottom: 8px;
}
mor-itemlist.si-m > mor-ul > li > *:not(.img) {
  width: calc(100% - 16px*6);
  padding: 0 3.5%;
}
mor-itemlist.si-m > mor-ul > li > mor-img {
  height: 96px;
  width: 96px;
}
mor-itemlist.si-m > mor-ul > li > .title {
  font-size: 16px;
}
mor-itemlist.si-m > mor-ul > li > .desc {
  font-size: 12px;
}
mor-itemlist.si-m > mor-ul > li > .body {
  font-size: 12px;
}
mor-itemlist.si-m > mor-ul > li > .additional {
  font-size: 12px;
}
mor-itemlist.si-m > mor-ul > li > mor-img + .title:last-child {
  height: 96px;
  font-size: 44.8px;
  padding: 0 6%;
}
mor-itemlist.si-m > mor-ul > li > mor-img + .body {
  height: 96px;
  font-size: 38.4px;
  padding: 0 6%;
}
mor-itemlist.si-s > mor-ul > li {
  margin-top: 6.4px !important;
  padding-bottom: 6.4px;
}
mor-itemlist.si-s > mor-ul > li > *:not(.img) {
  width: calc(100% - 16px*5);
  padding: 0 2.5%;
}
mor-itemlist.si-s > mor-ul > li > mor-img {
  height: 80px;
  width: 80px;
}
mor-itemlist.si-s > mor-ul > li > .title {
  font-size: 16px;
}
mor-itemlist.si-s > mor-ul > li > .desc {
  font-size: 12px;
}
mor-itemlist.si-s > mor-ul > li > .body {
  font-size: 12px;
}
mor-itemlist.si-s > mor-ul > li > .additional {
  font-size: 12px;
}
mor-itemlist.si-s > mor-ul > li > mor-img + .title:last-child {
  height: 80px;
  font-size: 38.4px;
  padding: 0 5%;
}
mor-itemlist.si-s > mor-ul > li > mor-img + .body {
  height: 80px;
  font-size: 32px;
  padding: 0 5%;
}
mor-itemlist.si-xs > mor-ul > li {
  margin-top: 4.8px !important;
  padding-bottom: 4.8px;
}
mor-itemlist.si-xs > mor-ul > li > *:not(.img) {
  width: calc(100% - 16px*4);
  padding: 0 2%;
}
mor-itemlist.si-xs > mor-ul > li > mor-img {
  height: 64px;
  width: 64px;
}
mor-itemlist.si-xs > mor-ul > li > .title {
  font-size: 12px;
}
mor-itemlist.si-xs > mor-ul > li > .desc {
  font-size: 12px;
  margin: 0.1em 0 0 !important;
}
mor-itemlist.si-xs > mor-ul > li > .body {
  font-size: 12px;
  margin: 0.3em 0 0.4em !important;
}
mor-itemlist.si-xs > mor-ul > li > .additional {
  font-size: 9.6px;
}
mor-itemlist.si-xs > mor-ul > li > mor-img + .title:last-child {
  height: 64px;
  font-size: 32px;
  padding: 0 4%;
}
mor-itemlist.si-xs > mor-ul > li > mor-img + .body {
  height: 64px;
  font-size: 25.6px;
  padding: 0 4%;
}
mor-itemlist.si-xxs > mor-ul > li {
  margin-top: 3.2px !important;
  padding-bottom: 3.2px;
}
mor-itemlist.si-xxs > mor-ul > li > *:not(.img) {
  width: calc(100% - 16px*3);
  padding: 0 1.5%;
}
mor-itemlist.si-xxs > mor-ul > li > mor-img {
  height: 48px;
  width: 48px;
}
mor-itemlist.si-xxs > mor-ul > li > .title {
  font-size: 12px;
  margin-top: -0.3em;
}
mor-itemlist.si-xxs > mor-ul > li > .desc {
  font-size: 12px;
  margin: 0 !important;
}
mor-itemlist.si-xxs > mor-ul > li > .body {
  font-size: 12px;
  margin: 0.1em 0 !important;
}
mor-itemlist.si-xxs > mor-ul > li > .additional {
  font-size: 12px;
}
mor-itemlist.si-xxs > mor-ul > li > mor-img + .title:last-child {
  height: 48px;
  font-size: 25.6px;
  padding: 0 3%;
}
mor-itemlist.si-xxs > mor-ul > li > mor-img + .body {
  height: 48px;
  font-size: 19.2px;
  padding: 0 3%;
}
mor-itemlist > mor-ul > li > mor-img + .title:last-child,
mor-itemlist.si-xxl > mor-ul > li > mor-img + .title:last-child,
mor-itemlist.si-xl > mor-ul > li > mor-img + .title:last-child,
mor-itemlist.si-l > mor-ul > li > mor-img + .title:last-child,
mor-itemlist.si-m > mor-ul > li > mor-img + .title:last-child,
mor-itemlist.si-s > mor-ul > li > mor-img + .title:last-child,
mor-itemlist.si-xs > mor-ul > li > mor-img + .title:last-child,
mor-itemlist.si-xxs > mor-ul > li > mor-img + .title:last-child {
  display: flex;
  margin: 0 !important;
  align-items: center;
}
mor-itemlist > mor-ul > li > mor-img + .body,
mor-itemlist.si-xxl > mor-ul > li > mor-img + .body,
mor-itemlist.si-xl > mor-ul > li > mor-img + .body,
mor-itemlist.si-l > mor-ul > li > mor-img + .body,
mor-itemlist.si-m > mor-ul > li > mor-img + .body,
mor-itemlist.si-s > mor-ul > li > mor-img + .body,
mor-itemlist.si-xs > mor-ul > li > mor-img + .body,
mor-itemlist.si-xxs > mor-ul > li > mor-img + .body {
  display: flex;
  margin: 0 !important;
  align-items: center;
}
mor-itemlist > mor-ul > li {
  margin-top: 8px !important;
  padding-bottom: 8px;
}
mor-itemlist > mor-ul > li > *:not(.img) {
  width: calc(100% - 16px*6);
  padding: 0 3.5%;
}
mor-itemlist > mor-ul > li > mor-img {
  height: 96px;
  width: 96px;
}
mor-itemlist > mor-ul > li > .title {
  font-size: 16px;
}
mor-itemlist > mor-ul > li > .desc {
  font-size: 12px;
}
mor-itemlist > mor-ul > li > .body {
  font-size: 12px;
}
mor-itemlist > mor-ul > li > .additional {
  font-size: 12px;
}
mor-itemlist > mor-ul > li > mor-img + .title:last-child {
  height: 96px;
  font-size: 44.8px;
  padding: 0 6%;
}
mor-itemlist > mor-ul > li > mor-img + .body {
  height: 96px;
  font-size: 38.4px;
  padding: 0 6%;
}
mor-itemlist > mor-ul > li > mor-img + .title:last-child {
  display: flex;
  margin: 0 !important;
  align-items: center;
}
mor-itemlist > mor-ul > li > mor-img + .body {
  display: flex;
  margin: 0 !important;
  align-items: center;
}
mor-textcolor {
  display: inline;
  color: #F33D5D;
}
mor-textcolor.co-t {
  color: #F33D5D;
}
mor-textcolor.co-lt {
  color: #F86F88;
}
mor-textcolor.co-dt {
  color: #D22343;
}
mor-textcolor.co-s {
  color: #1EB818;
}
mor-textcolor.co-w {
  color: #FA9428;
}
mor-textcolor.co-d {
  color: #FA2833;
}
mor-textcolor.co-p {
  color: #2879FA;
}
mor-textcolor.co-m {
  color: #B2B2B2;
}
mor-textcolor.co-i {
  color: #18B8B6;
}
mor-textcolor.co-bk {
  color: #000000;
}
mor-textcolor.co-n11 {
  color: #333333;
}
mor-textcolor.co-n10 {
  color: #4C4C4C;
}
mor-textcolor.co-n9 {
  color: #666666;
}
mor-textcolor.co-n8 {
  color: #7F7F7F;
}
mor-textcolor.co-n7 {
  color: #999999;
}
mor-textcolor.co-n6 {
  color: #B2B2B2;
}
mor-textcolor.co-n5 {
  color: #CCCCCC;
}
mor-textcolor.co-n4 {
  color: #D9D9D9;
}
mor-textcolor.co-n3 {
  color: #E0E0E0;
}
mor-textcolor.co-n2 {
  color: #E5E5E5;
}
mor-textcolor.co-n1 {
  color: #F0F0F0;
}
mor-textcolor.co-wh {
  color: #FFFFFF;
}
mor-apparent {
  display: inline;
  animation-name: apparent;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
mor-apparent.inline {
  display: inline;
}
mor-apparent.inline-block {
  display: inline-block;
}
mor-apparent.block {
  display: block;
}
/* stylelint-disable length-zero-no-unit,selector-class-pattern */
/* stylelint-enable length-zero-no-unit,selector-class-pattern */
mor-grid {
  display: flex;
  width: 100%;
  flex-direction: column;
}
mor-grid .row {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  position: relative;
}
mor-grid .row .col {
  flex-shrink: 1;
  flex-grow: 1;
  width: 100%;
}
mor-grid .row > [class*='col-'] {
  display: block;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-grow: 0;
}
mor-grid .row > [class*='push-'],
mor-grid .row > [class*='pull-'] {
  position: relative;
}
mor-grid .row,
mor-grid .row.justify-start {
  justify-content: flex-start;
}
mor-grid .row.justify-end {
  justify-content: flex-end;
}
mor-grid .row.justify-center {
  justify-content: center;
}
mor-grid .row.justify-space-between {
  justify-content: space-between;
}
mor-grid .row.justify-space-around {
  justify-content: space-around;
}
mor-grid .row.vertical-top {
  align-items: flex-start;
}
mor-grid .row.vertical-center {
  align-items: center;
}
mor-grid .row.vertical-bottom {
  align-items: flex-end;
}
mor-grid .row:last-child {
  margin-bottom: 0 !important;
}
mor-grid.gutter-xs > .row > .col-1 {
  width: calc((100% - 92px) * 0.0417 + 0px);
}
mor-grid.gutter-xs > .row > .offset-1 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.0417 + 4px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-1 {
  left: calc((100% - 92px) * 0.0417 + 4px);
}
mor-grid.gutter-xs > .row > .pull-1 {
  right: calc((100% - 92px) * 0.0417 + 4px);
}
mor-grid.gutter-xs > .row > [class*='col-'] {
  margin-right: 4px;
}
mor-grid.gutter-xs > .row {
  margin-bottom: 4px;
}
mor-grid.gutter-xs > .row > .col {
  margin-right: 4px;
}
mor-grid.gutter-xs > .row > .col-2 {
  width: calc((100% - 92px) * 0.0833 + 4px);
}
mor-grid.gutter-xs > .row > .offset-2 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.0833 + 8px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-2 {
  left: calc((100% - 92px) * 0.0833 + 8px);
}
mor-grid.gutter-xs > .row > .pull-2 {
  right: calc((100% - 92px) * 0.0833 + 8px);
}
mor-grid.gutter-xs > .row > .col-3 {
  width: calc((100% - 92px) * 0.125 + 8px);
}
mor-grid.gutter-xs > .row > .offset-3 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.125 + 12px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-3 {
  left: calc((100% - 92px) * 0.125 + 12px);
}
mor-grid.gutter-xs > .row > .pull-3 {
  right: calc((100% - 92px) * 0.125 + 12px);
}
mor-grid.gutter-xs > .row > .col-4 {
  width: calc((100% - 92px) * 0.1667 + 12px);
}
mor-grid.gutter-xs > .row > .offset-4 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.1667 + 16px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-4 {
  left: calc((100% - 92px) * 0.1667 + 16px);
}
mor-grid.gutter-xs > .row > .pull-4 {
  right: calc((100% - 92px) * 0.1667 + 16px);
}
mor-grid.gutter-xs > .row > .col-5 {
  width: calc((100% - 92px) * 0.2083 + 16px);
}
mor-grid.gutter-xs > .row > .offset-5 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.2083 + 20px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-5 {
  left: calc((100% - 92px) * 0.2083 + 20px);
}
mor-grid.gutter-xs > .row > .pull-5 {
  right: calc((100% - 92px) * 0.2083 + 20px);
}
mor-grid.gutter-xs > .row > .col-6 {
  width: calc((100% - 92px) * 0.25 + 20px);
}
mor-grid.gutter-xs > .row > .offset-6 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.25 + 24px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-6 {
  left: calc((100% - 92px) * 0.25 + 24px);
}
mor-grid.gutter-xs > .row > .pull-6 {
  right: calc((100% - 92px) * 0.25 + 24px);
}
mor-grid.gutter-xs > .row > .col-7 {
  width: calc((100% - 92px) * 0.2917 + 24px);
}
mor-grid.gutter-xs > .row > .offset-7 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.2917 + 28px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-7 {
  left: calc((100% - 92px) * 0.2917 + 28px);
}
mor-grid.gutter-xs > .row > .pull-7 {
  right: calc((100% - 92px) * 0.2917 + 28px);
}
mor-grid.gutter-xs > .row > .col-8 {
  width: calc((100% - 92px) * 0.3333 + 28px);
}
mor-grid.gutter-xs > .row > .offset-8 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.3333 + 32px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-8 {
  left: calc((100% - 92px) * 0.3333 + 32px);
}
mor-grid.gutter-xs > .row > .pull-8 {
  right: calc((100% - 92px) * 0.3333 + 32px);
}
mor-grid.gutter-xs > .row > .col-9 {
  width: calc((100% - 92px) * 0.375 + 32px);
}
mor-grid.gutter-xs > .row > .offset-9 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.375 + 36px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-9 {
  left: calc((100% - 92px) * 0.375 + 36px);
}
mor-grid.gutter-xs > .row > .pull-9 {
  right: calc((100% - 92px) * 0.375 + 36px);
}
mor-grid.gutter-xs > .row > .col-10 {
  width: calc((100% - 92px) * 0.4167 + 36px);
}
mor-grid.gutter-xs > .row > .offset-10 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.4167 + 40px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-10 {
  left: calc((100% - 92px) * 0.4167 + 40px);
}
mor-grid.gutter-xs > .row > .pull-10 {
  right: calc((100% - 92px) * 0.4167 + 40px);
}
mor-grid.gutter-xs > .row > .col-11 {
  width: calc((100% - 92px) * 0.4583 + 40px);
}
mor-grid.gutter-xs > .row > .offset-11 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.4583 + 44px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-11 {
  left: calc((100% - 92px) * 0.4583 + 44px);
}
mor-grid.gutter-xs > .row > .pull-11 {
  right: calc((100% - 92px) * 0.4583 + 44px);
}
mor-grid.gutter-xs > .row > .col-12 {
  width: calc((100% - 92px) * 0.5 + 44px);
}
mor-grid.gutter-xs > .row > .offset-12 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.5 + 48px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-12 {
  left: calc((100% - 92px) * 0.5 + 48px);
}
mor-grid.gutter-xs > .row > .pull-12 {
  right: calc((100% - 92px) * 0.5 + 48px);
}
mor-grid.gutter-xs > .row > .col-13 {
  width: calc((100% - 92px) * 0.5417 + 48px);
}
mor-grid.gutter-xs > .row > .offset-13 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.5417 + 52px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-13 {
  left: calc((100% - 92px) * 0.5417 + 52px);
}
mor-grid.gutter-xs > .row > .pull-13 {
  right: calc((100% - 92px) * 0.5417 + 52px);
}
mor-grid.gutter-xs > .row > .col-14 {
  width: calc((100% - 92px) * 0.5833 + 52px);
}
mor-grid.gutter-xs > .row > .offset-14 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.5833 + 56px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-14 {
  left: calc((100% - 92px) * 0.5833 + 56px);
}
mor-grid.gutter-xs > .row > .pull-14 {
  right: calc((100% - 92px) * 0.5833 + 56px);
}
mor-grid.gutter-xs > .row > .col-15 {
  width: calc((100% - 92px) * 0.625 + 56px);
}
mor-grid.gutter-xs > .row > .offset-15 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.625 + 60px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-15 {
  left: calc((100% - 92px) * 0.625 + 60px);
}
mor-grid.gutter-xs > .row > .pull-15 {
  right: calc((100% - 92px) * 0.625 + 60px);
}
mor-grid.gutter-xs > .row > .col-16 {
  width: calc((100% - 92px) * 0.6667 + 60px);
}
mor-grid.gutter-xs > .row > .offset-16 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.6667 + 64px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-16 {
  left: calc((100% - 92px) * 0.6667 + 64px);
}
mor-grid.gutter-xs > .row > .pull-16 {
  right: calc((100% - 92px) * 0.6667 + 64px);
}
mor-grid.gutter-xs > .row > .col-17 {
  width: calc((100% - 92px) * 0.7083 + 64px);
}
mor-grid.gutter-xs > .row > .offset-17 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.7083 + 68px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-17 {
  left: calc((100% - 92px) * 0.7083 + 68px);
}
mor-grid.gutter-xs > .row > .pull-17 {
  right: calc((100% - 92px) * 0.7083 + 68px);
}
mor-grid.gutter-xs > .row > .col-18 {
  width: calc((100% - 92px) * 0.75 + 68px);
}
mor-grid.gutter-xs > .row > .offset-18 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.75 + 72px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-18 {
  left: calc((100% - 92px) * 0.75 + 72px);
}
mor-grid.gutter-xs > .row > .pull-18 {
  right: calc((100% - 92px) * 0.75 + 72px);
}
mor-grid.gutter-xs > .row > .col-19 {
  width: calc((100% - 92px) * 0.7917 + 72px);
}
mor-grid.gutter-xs > .row > .offset-19 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.7917 + 76px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-19 {
  left: calc((100% - 92px) * 0.7917 + 76px);
}
mor-grid.gutter-xs > .row > .pull-19 {
  right: calc((100% - 92px) * 0.7917 + 76px);
}
mor-grid.gutter-xs > .row > .col-20 {
  width: calc((100% - 92px) * 0.8333 + 76px);
}
mor-grid.gutter-xs > .row > .offset-20 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.8333 + 80px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-20 {
  left: calc((100% - 92px) * 0.8333 + 80px);
}
mor-grid.gutter-xs > .row > .pull-20 {
  right: calc((100% - 92px) * 0.8333 + 80px);
}
mor-grid.gutter-xs > .row > .col-21 {
  width: calc((100% - 92px) * 0.875 + 80px);
}
mor-grid.gutter-xs > .row > .offset-21 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.875 + 84px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-21 {
  left: calc((100% - 92px) * 0.875 + 84px);
}
mor-grid.gutter-xs > .row > .pull-21 {
  right: calc((100% - 92px) * 0.875 + 84px);
}
mor-grid.gutter-xs > .row > .col-22 {
  width: calc((100% - 92px) * 0.9167 + 84px);
}
mor-grid.gutter-xs > .row > .offset-22 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.9167 + 88px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-22 {
  left: calc((100% - 92px) * 0.9167 + 88px);
}
mor-grid.gutter-xs > .row > .pull-22 {
  right: calc((100% - 92px) * 0.9167 + 88px);
}
mor-grid.gutter-xs > .row > .col-23 {
  width: calc((100% - 92px) * 0.9583 + 88px);
}
mor-grid.gutter-xs > .row > .offset-23 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 92px) * 0.9583 + 92px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs > .row > .push-23 {
  left: calc((100% - 92px) * 0.9583 + 92px);
}
mor-grid.gutter-xs > .row > .pull-23 {
  right: calc((100% - 92px) * 0.9583 + 92px);
}
mor-grid.gutter-xs > .row > .col-24 {
  width: 100%;
}
mor-grid.gutter-xs.space-around > .row > .col-1 {
  width: calc((100% - 96px) * 0.0417 + 0px);
}
mor-grid.gutter-xs.space-around > .row > .offset-1 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.0417 + 6px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-1 {
  left: calc((100% - 96px) * 0.0417 + 4px);
}
mor-grid.gutter-xs.space-around > .row > .pull-1 {
  right: calc((100% - 96px) * 0.0417 + 4px);
}
mor-grid.gutter-xs.space-around > .row > [class*='col-'] {
  margin: 0 2px;
}
mor-grid.gutter-xs.space-around > .row {
  margin-bottom: 4px;
}
mor-grid.gutter-xs.space-around > .row > .col {
  margin-right: 4px;
}
mor-grid.gutter-xs.space-around > .row > .col-2 {
  width: calc((100% - 96px) * 0.0833 + 4px);
}
mor-grid.gutter-xs.space-around > .row > .offset-2 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.0833 + 10px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-2 {
  left: calc((100% - 96px) * 0.0833 + 8px);
}
mor-grid.gutter-xs.space-around > .row > .pull-2 {
  right: calc((100% - 96px) * 0.0833 + 8px);
}
mor-grid.gutter-xs.space-around > .row > .col-3 {
  width: calc((100% - 96px) * 0.125 + 8px);
}
mor-grid.gutter-xs.space-around > .row > .offset-3 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.125 + 14px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-3 {
  left: calc((100% - 96px) * 0.125 + 12px);
}
mor-grid.gutter-xs.space-around > .row > .pull-3 {
  right: calc((100% - 96px) * 0.125 + 12px);
}
mor-grid.gutter-xs.space-around > .row > .col-4 {
  width: calc((100% - 96px) * 0.1667 + 12px);
}
mor-grid.gutter-xs.space-around > .row > .offset-4 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.1667 + 18px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-4 {
  left: calc((100% - 96px) * 0.1667 + 16px);
}
mor-grid.gutter-xs.space-around > .row > .pull-4 {
  right: calc((100% - 96px) * 0.1667 + 16px);
}
mor-grid.gutter-xs.space-around > .row > .col-5 {
  width: calc((100% - 96px) * 0.2083 + 16px);
}
mor-grid.gutter-xs.space-around > .row > .offset-5 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.2083 + 22px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-5 {
  left: calc((100% - 96px) * 0.2083 + 20px);
}
mor-grid.gutter-xs.space-around > .row > .pull-5 {
  right: calc((100% - 96px) * 0.2083 + 20px);
}
mor-grid.gutter-xs.space-around > .row > .col-6 {
  width: calc((100% - 96px) * 0.25 + 20px);
}
mor-grid.gutter-xs.space-around > .row > .offset-6 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.25 + 26px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-6 {
  left: calc((100% - 96px) * 0.25 + 24px);
}
mor-grid.gutter-xs.space-around > .row > .pull-6 {
  right: calc((100% - 96px) * 0.25 + 24px);
}
mor-grid.gutter-xs.space-around > .row > .col-7 {
  width: calc((100% - 96px) * 0.2917 + 24px);
}
mor-grid.gutter-xs.space-around > .row > .offset-7 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.2917 + 30px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-7 {
  left: calc((100% - 96px) * 0.2917 + 28px);
}
mor-grid.gutter-xs.space-around > .row > .pull-7 {
  right: calc((100% - 96px) * 0.2917 + 28px);
}
mor-grid.gutter-xs.space-around > .row > .col-8 {
  width: calc((100% - 96px) * 0.3333 + 28px);
}
mor-grid.gutter-xs.space-around > .row > .offset-8 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.3333 + 34px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-8 {
  left: calc((100% - 96px) * 0.3333 + 32px);
}
mor-grid.gutter-xs.space-around > .row > .pull-8 {
  right: calc((100% - 96px) * 0.3333 + 32px);
}
mor-grid.gutter-xs.space-around > .row > .col-9 {
  width: calc((100% - 96px) * 0.375 + 32px);
}
mor-grid.gutter-xs.space-around > .row > .offset-9 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.375 + 38px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-9 {
  left: calc((100% - 96px) * 0.375 + 36px);
}
mor-grid.gutter-xs.space-around > .row > .pull-9 {
  right: calc((100% - 96px) * 0.375 + 36px);
}
mor-grid.gutter-xs.space-around > .row > .col-10 {
  width: calc((100% - 96px) * 0.4167 + 36px);
}
mor-grid.gutter-xs.space-around > .row > .offset-10 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.4167 + 42px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-10 {
  left: calc((100% - 96px) * 0.4167 + 40px);
}
mor-grid.gutter-xs.space-around > .row > .pull-10 {
  right: calc((100% - 96px) * 0.4167 + 40px);
}
mor-grid.gutter-xs.space-around > .row > .col-11 {
  width: calc((100% - 96px) * 0.4583 + 40px);
}
mor-grid.gutter-xs.space-around > .row > .offset-11 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.4583 + 46px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-11 {
  left: calc((100% - 96px) * 0.4583 + 44px);
}
mor-grid.gutter-xs.space-around > .row > .pull-11 {
  right: calc((100% - 96px) * 0.4583 + 44px);
}
mor-grid.gutter-xs.space-around > .row > .col-12 {
  width: calc((100% - 96px) * 0.5 + 44px);
}
mor-grid.gutter-xs.space-around > .row > .offset-12 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.5 + 50px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-12 {
  left: calc((100% - 96px) * 0.5 + 48px);
}
mor-grid.gutter-xs.space-around > .row > .pull-12 {
  right: calc((100% - 96px) * 0.5 + 48px);
}
mor-grid.gutter-xs.space-around > .row > .col-13 {
  width: calc((100% - 96px) * 0.5417 + 48px);
}
mor-grid.gutter-xs.space-around > .row > .offset-13 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.5417 + 54px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-13 {
  left: calc((100% - 96px) * 0.5417 + 52px);
}
mor-grid.gutter-xs.space-around > .row > .pull-13 {
  right: calc((100% - 96px) * 0.5417 + 52px);
}
mor-grid.gutter-xs.space-around > .row > .col-14 {
  width: calc((100% - 96px) * 0.5833 + 52px);
}
mor-grid.gutter-xs.space-around > .row > .offset-14 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.5833 + 58px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-14 {
  left: calc((100% - 96px) * 0.5833 + 56px);
}
mor-grid.gutter-xs.space-around > .row > .pull-14 {
  right: calc((100% - 96px) * 0.5833 + 56px);
}
mor-grid.gutter-xs.space-around > .row > .col-15 {
  width: calc((100% - 96px) * 0.625 + 56px);
}
mor-grid.gutter-xs.space-around > .row > .offset-15 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.625 + 62px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-15 {
  left: calc((100% - 96px) * 0.625 + 60px);
}
mor-grid.gutter-xs.space-around > .row > .pull-15 {
  right: calc((100% - 96px) * 0.625 + 60px);
}
mor-grid.gutter-xs.space-around > .row > .col-16 {
  width: calc((100% - 96px) * 0.6667 + 60px);
}
mor-grid.gutter-xs.space-around > .row > .offset-16 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.6667 + 66px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-16 {
  left: calc((100% - 96px) * 0.6667 + 64px);
}
mor-grid.gutter-xs.space-around > .row > .pull-16 {
  right: calc((100% - 96px) * 0.6667 + 64px);
}
mor-grid.gutter-xs.space-around > .row > .col-17 {
  width: calc((100% - 96px) * 0.7083 + 64px);
}
mor-grid.gutter-xs.space-around > .row > .offset-17 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.7083 + 70px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-17 {
  left: calc((100% - 96px) * 0.7083 + 68px);
}
mor-grid.gutter-xs.space-around > .row > .pull-17 {
  right: calc((100% - 96px) * 0.7083 + 68px);
}
mor-grid.gutter-xs.space-around > .row > .col-18 {
  width: calc((100% - 96px) * 0.75 + 68px);
}
mor-grid.gutter-xs.space-around > .row > .offset-18 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.75 + 74px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-18 {
  left: calc((100% - 96px) * 0.75 + 72px);
}
mor-grid.gutter-xs.space-around > .row > .pull-18 {
  right: calc((100% - 96px) * 0.75 + 72px);
}
mor-grid.gutter-xs.space-around > .row > .col-19 {
  width: calc((100% - 96px) * 0.7917 + 72px);
}
mor-grid.gutter-xs.space-around > .row > .offset-19 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.7917 + 78px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-19 {
  left: calc((100% - 96px) * 0.7917 + 76px);
}
mor-grid.gutter-xs.space-around > .row > .pull-19 {
  right: calc((100% - 96px) * 0.7917 + 76px);
}
mor-grid.gutter-xs.space-around > .row > .col-20 {
  width: calc((100% - 96px) * 0.8333 + 76px);
}
mor-grid.gutter-xs.space-around > .row > .offset-20 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.8333 + 82px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-20 {
  left: calc((100% - 96px) * 0.8333 + 80px);
}
mor-grid.gutter-xs.space-around > .row > .pull-20 {
  right: calc((100% - 96px) * 0.8333 + 80px);
}
mor-grid.gutter-xs.space-around > .row > .col-21 {
  width: calc((100% - 96px) * 0.875 + 80px);
}
mor-grid.gutter-xs.space-around > .row > .offset-21 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.875 + 86px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-21 {
  left: calc((100% - 96px) * 0.875 + 84px);
}
mor-grid.gutter-xs.space-around > .row > .pull-21 {
  right: calc((100% - 96px) * 0.875 + 84px);
}
mor-grid.gutter-xs.space-around > .row > .col-22 {
  width: calc((100% - 96px) * 0.9167 + 84px);
}
mor-grid.gutter-xs.space-around > .row > .offset-22 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.9167 + 90px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-22 {
  left: calc((100% - 96px) * 0.9167 + 88px);
}
mor-grid.gutter-xs.space-around > .row > .pull-22 {
  right: calc((100% - 96px) * 0.9167 + 88px);
}
mor-grid.gutter-xs.space-around > .row > .col-23 {
  width: calc((100% - 96px) * 0.9583 + 88px);
}
mor-grid.gutter-xs.space-around > .row > .offset-23 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 96px) * 0.9583 + 94px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xs.space-around > .row > .push-23 {
  left: calc((100% - 96px) * 0.9583 + 92px);
}
mor-grid.gutter-xs.space-around > .row > .pull-23 {
  right: calc((100% - 96px) * 0.9583 + 92px);
}
mor-grid.gutter-xs.space-around > .row > .col-24 {
  width: 100%;
}
mor-grid.gutter-s > .row > .col-1 {
  width: calc((100% - 184px) * 0.0417 + 0px);
}
mor-grid.gutter-s > .row > .offset-1 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.0417 + 8px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-1 {
  left: calc((100% - 184px) * 0.0417 + 8px);
}
mor-grid.gutter-s > .row > .pull-1 {
  right: calc((100% - 184px) * 0.0417 + 8px);
}
mor-grid.gutter-s > .row > [class*='col-'] {
  margin-right: 8px;
}
mor-grid.gutter-s > .row {
  margin-bottom: 8px;
}
mor-grid.gutter-s > .row > .col {
  margin-right: 8px;
}
mor-grid.gutter-s > .row > .col-2 {
  width: calc((100% - 184px) * 0.0833 + 8px);
}
mor-grid.gutter-s > .row > .offset-2 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.0833 + 16px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-2 {
  left: calc((100% - 184px) * 0.0833 + 16px);
}
mor-grid.gutter-s > .row > .pull-2 {
  right: calc((100% - 184px) * 0.0833 + 16px);
}
mor-grid.gutter-s > .row > .col-3 {
  width: calc((100% - 184px) * 0.125 + 16px);
}
mor-grid.gutter-s > .row > .offset-3 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.125 + 24px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-3 {
  left: calc((100% - 184px) * 0.125 + 24px);
}
mor-grid.gutter-s > .row > .pull-3 {
  right: calc((100% - 184px) * 0.125 + 24px);
}
mor-grid.gutter-s > .row > .col-4 {
  width: calc((100% - 184px) * 0.1667 + 24px);
}
mor-grid.gutter-s > .row > .offset-4 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.1667 + 32px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-4 {
  left: calc((100% - 184px) * 0.1667 + 32px);
}
mor-grid.gutter-s > .row > .pull-4 {
  right: calc((100% - 184px) * 0.1667 + 32px);
}
mor-grid.gutter-s > .row > .col-5 {
  width: calc((100% - 184px) * 0.2083 + 32px);
}
mor-grid.gutter-s > .row > .offset-5 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.2083 + 40px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-5 {
  left: calc((100% - 184px) * 0.2083 + 40px);
}
mor-grid.gutter-s > .row > .pull-5 {
  right: calc((100% - 184px) * 0.2083 + 40px);
}
mor-grid.gutter-s > .row > .col-6 {
  width: calc((100% - 184px) * 0.25 + 40px);
}
mor-grid.gutter-s > .row > .offset-6 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.25 + 48px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-6 {
  left: calc((100% - 184px) * 0.25 + 48px);
}
mor-grid.gutter-s > .row > .pull-6 {
  right: calc((100% - 184px) * 0.25 + 48px);
}
mor-grid.gutter-s > .row > .col-7 {
  width: calc((100% - 184px) * 0.2917 + 48px);
}
mor-grid.gutter-s > .row > .offset-7 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.2917 + 56px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-7 {
  left: calc((100% - 184px) * 0.2917 + 56px);
}
mor-grid.gutter-s > .row > .pull-7 {
  right: calc((100% - 184px) * 0.2917 + 56px);
}
mor-grid.gutter-s > .row > .col-8 {
  width: calc((100% - 184px) * 0.3333 + 56px);
}
mor-grid.gutter-s > .row > .offset-8 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.3333 + 64px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-8 {
  left: calc((100% - 184px) * 0.3333 + 64px);
}
mor-grid.gutter-s > .row > .pull-8 {
  right: calc((100% - 184px) * 0.3333 + 64px);
}
mor-grid.gutter-s > .row > .col-9 {
  width: calc((100% - 184px) * 0.375 + 64px);
}
mor-grid.gutter-s > .row > .offset-9 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.375 + 72px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-9 {
  left: calc((100% - 184px) * 0.375 + 72px);
}
mor-grid.gutter-s > .row > .pull-9 {
  right: calc((100% - 184px) * 0.375 + 72px);
}
mor-grid.gutter-s > .row > .col-10 {
  width: calc((100% - 184px) * 0.4167 + 72px);
}
mor-grid.gutter-s > .row > .offset-10 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.4167 + 80px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-10 {
  left: calc((100% - 184px) * 0.4167 + 80px);
}
mor-grid.gutter-s > .row > .pull-10 {
  right: calc((100% - 184px) * 0.4167 + 80px);
}
mor-grid.gutter-s > .row > .col-11 {
  width: calc((100% - 184px) * 0.4583 + 80px);
}
mor-grid.gutter-s > .row > .offset-11 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.4583 + 88px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-11 {
  left: calc((100% - 184px) * 0.4583 + 88px);
}
mor-grid.gutter-s > .row > .pull-11 {
  right: calc((100% - 184px) * 0.4583 + 88px);
}
mor-grid.gutter-s > .row > .col-12 {
  width: calc((100% - 184px) * 0.5 + 88px);
}
mor-grid.gutter-s > .row > .offset-12 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.5 + 96px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-12 {
  left: calc((100% - 184px) * 0.5 + 96px);
}
mor-grid.gutter-s > .row > .pull-12 {
  right: calc((100% - 184px) * 0.5 + 96px);
}
mor-grid.gutter-s > .row > .col-13 {
  width: calc((100% - 184px) * 0.5417 + 96px);
}
mor-grid.gutter-s > .row > .offset-13 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.5417 + 104px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-13 {
  left: calc((100% - 184px) * 0.5417 + 104px);
}
mor-grid.gutter-s > .row > .pull-13 {
  right: calc((100% - 184px) * 0.5417 + 104px);
}
mor-grid.gutter-s > .row > .col-14 {
  width: calc((100% - 184px) * 0.5833 + 104px);
}
mor-grid.gutter-s > .row > .offset-14 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.5833 + 112px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-14 {
  left: calc((100% - 184px) * 0.5833 + 112px);
}
mor-grid.gutter-s > .row > .pull-14 {
  right: calc((100% - 184px) * 0.5833 + 112px);
}
mor-grid.gutter-s > .row > .col-15 {
  width: calc((100% - 184px) * 0.625 + 112px);
}
mor-grid.gutter-s > .row > .offset-15 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.625 + 120px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-15 {
  left: calc((100% - 184px) * 0.625 + 120px);
}
mor-grid.gutter-s > .row > .pull-15 {
  right: calc((100% - 184px) * 0.625 + 120px);
}
mor-grid.gutter-s > .row > .col-16 {
  width: calc((100% - 184px) * 0.6667 + 120px);
}
mor-grid.gutter-s > .row > .offset-16 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.6667 + 128px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-16 {
  left: calc((100% - 184px) * 0.6667 + 128px);
}
mor-grid.gutter-s > .row > .pull-16 {
  right: calc((100% - 184px) * 0.6667 + 128px);
}
mor-grid.gutter-s > .row > .col-17 {
  width: calc((100% - 184px) * 0.7083 + 128px);
}
mor-grid.gutter-s > .row > .offset-17 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.7083 + 136px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-17 {
  left: calc((100% - 184px) * 0.7083 + 136px);
}
mor-grid.gutter-s > .row > .pull-17 {
  right: calc((100% - 184px) * 0.7083 + 136px);
}
mor-grid.gutter-s > .row > .col-18 {
  width: calc((100% - 184px) * 0.75 + 136px);
}
mor-grid.gutter-s > .row > .offset-18 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.75 + 144px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-18 {
  left: calc((100% - 184px) * 0.75 + 144px);
}
mor-grid.gutter-s > .row > .pull-18 {
  right: calc((100% - 184px) * 0.75 + 144px);
}
mor-grid.gutter-s > .row > .col-19 {
  width: calc((100% - 184px) * 0.7917 + 144px);
}
mor-grid.gutter-s > .row > .offset-19 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.7917 + 152px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-19 {
  left: calc((100% - 184px) * 0.7917 + 152px);
}
mor-grid.gutter-s > .row > .pull-19 {
  right: calc((100% - 184px) * 0.7917 + 152px);
}
mor-grid.gutter-s > .row > .col-20 {
  width: calc((100% - 184px) * 0.8333 + 152px);
}
mor-grid.gutter-s > .row > .offset-20 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.8333 + 160px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-20 {
  left: calc((100% - 184px) * 0.8333 + 160px);
}
mor-grid.gutter-s > .row > .pull-20 {
  right: calc((100% - 184px) * 0.8333 + 160px);
}
mor-grid.gutter-s > .row > .col-21 {
  width: calc((100% - 184px) * 0.875 + 160px);
}
mor-grid.gutter-s > .row > .offset-21 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.875 + 168px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-21 {
  left: calc((100% - 184px) * 0.875 + 168px);
}
mor-grid.gutter-s > .row > .pull-21 {
  right: calc((100% - 184px) * 0.875 + 168px);
}
mor-grid.gutter-s > .row > .col-22 {
  width: calc((100% - 184px) * 0.9167 + 168px);
}
mor-grid.gutter-s > .row > .offset-22 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.9167 + 176px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-22 {
  left: calc((100% - 184px) * 0.9167 + 176px);
}
mor-grid.gutter-s > .row > .pull-22 {
  right: calc((100% - 184px) * 0.9167 + 176px);
}
mor-grid.gutter-s > .row > .col-23 {
  width: calc((100% - 184px) * 0.9583 + 176px);
}
mor-grid.gutter-s > .row > .offset-23 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 184px) * 0.9583 + 184px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s > .row > .push-23 {
  left: calc((100% - 184px) * 0.9583 + 184px);
}
mor-grid.gutter-s > .row > .pull-23 {
  right: calc((100% - 184px) * 0.9583 + 184px);
}
mor-grid.gutter-s > .row > .col-24 {
  width: 100%;
}
mor-grid.gutter-s.space-around > .row > .col-1 {
  width: calc((100% - 192px) * 0.0417 + 0px);
}
mor-grid.gutter-s.space-around > .row > .offset-1 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.0417 + 12px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-1 {
  left: calc((100% - 192px) * 0.0417 + 8px);
}
mor-grid.gutter-s.space-around > .row > .pull-1 {
  right: calc((100% - 192px) * 0.0417 + 8px);
}
mor-grid.gutter-s.space-around > .row > [class*='col-'] {
  margin: 0 4px;
}
mor-grid.gutter-s.space-around > .row {
  margin-bottom: 8px;
}
mor-grid.gutter-s.space-around > .row > .col {
  margin-right: 8px;
}
mor-grid.gutter-s.space-around > .row > .col-2 {
  width: calc((100% - 192px) * 0.0833 + 8px);
}
mor-grid.gutter-s.space-around > .row > .offset-2 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.0833 + 20px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-2 {
  left: calc((100% - 192px) * 0.0833 + 16px);
}
mor-grid.gutter-s.space-around > .row > .pull-2 {
  right: calc((100% - 192px) * 0.0833 + 16px);
}
mor-grid.gutter-s.space-around > .row > .col-3 {
  width: calc((100% - 192px) * 0.125 + 16px);
}
mor-grid.gutter-s.space-around > .row > .offset-3 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.125 + 28px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-3 {
  left: calc((100% - 192px) * 0.125 + 24px);
}
mor-grid.gutter-s.space-around > .row > .pull-3 {
  right: calc((100% - 192px) * 0.125 + 24px);
}
mor-grid.gutter-s.space-around > .row > .col-4 {
  width: calc((100% - 192px) * 0.1667 + 24px);
}
mor-grid.gutter-s.space-around > .row > .offset-4 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.1667 + 36px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-4 {
  left: calc((100% - 192px) * 0.1667 + 32px);
}
mor-grid.gutter-s.space-around > .row > .pull-4 {
  right: calc((100% - 192px) * 0.1667 + 32px);
}
mor-grid.gutter-s.space-around > .row > .col-5 {
  width: calc((100% - 192px) * 0.2083 + 32px);
}
mor-grid.gutter-s.space-around > .row > .offset-5 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.2083 + 44px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-5 {
  left: calc((100% - 192px) * 0.2083 + 40px);
}
mor-grid.gutter-s.space-around > .row > .pull-5 {
  right: calc((100% - 192px) * 0.2083 + 40px);
}
mor-grid.gutter-s.space-around > .row > .col-6 {
  width: calc((100% - 192px) * 0.25 + 40px);
}
mor-grid.gutter-s.space-around > .row > .offset-6 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.25 + 52px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-6 {
  left: calc((100% - 192px) * 0.25 + 48px);
}
mor-grid.gutter-s.space-around > .row > .pull-6 {
  right: calc((100% - 192px) * 0.25 + 48px);
}
mor-grid.gutter-s.space-around > .row > .col-7 {
  width: calc((100% - 192px) * 0.2917 + 48px);
}
mor-grid.gutter-s.space-around > .row > .offset-7 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.2917 + 60px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-7 {
  left: calc((100% - 192px) * 0.2917 + 56px);
}
mor-grid.gutter-s.space-around > .row > .pull-7 {
  right: calc((100% - 192px) * 0.2917 + 56px);
}
mor-grid.gutter-s.space-around > .row > .col-8 {
  width: calc((100% - 192px) * 0.3333 + 56px);
}
mor-grid.gutter-s.space-around > .row > .offset-8 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.3333 + 68px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-8 {
  left: calc((100% - 192px) * 0.3333 + 64px);
}
mor-grid.gutter-s.space-around > .row > .pull-8 {
  right: calc((100% - 192px) * 0.3333 + 64px);
}
mor-grid.gutter-s.space-around > .row > .col-9 {
  width: calc((100% - 192px) * 0.375 + 64px);
}
mor-grid.gutter-s.space-around > .row > .offset-9 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.375 + 76px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-9 {
  left: calc((100% - 192px) * 0.375 + 72px);
}
mor-grid.gutter-s.space-around > .row > .pull-9 {
  right: calc((100% - 192px) * 0.375 + 72px);
}
mor-grid.gutter-s.space-around > .row > .col-10 {
  width: calc((100% - 192px) * 0.4167 + 72px);
}
mor-grid.gutter-s.space-around > .row > .offset-10 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.4167 + 84px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-10 {
  left: calc((100% - 192px) * 0.4167 + 80px);
}
mor-grid.gutter-s.space-around > .row > .pull-10 {
  right: calc((100% - 192px) * 0.4167 + 80px);
}
mor-grid.gutter-s.space-around > .row > .col-11 {
  width: calc((100% - 192px) * 0.4583 + 80px);
}
mor-grid.gutter-s.space-around > .row > .offset-11 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.4583 + 92px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-11 {
  left: calc((100% - 192px) * 0.4583 + 88px);
}
mor-grid.gutter-s.space-around > .row > .pull-11 {
  right: calc((100% - 192px) * 0.4583 + 88px);
}
mor-grid.gutter-s.space-around > .row > .col-12 {
  width: calc((100% - 192px) * 0.5 + 88px);
}
mor-grid.gutter-s.space-around > .row > .offset-12 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.5 + 100px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-12 {
  left: calc((100% - 192px) * 0.5 + 96px);
}
mor-grid.gutter-s.space-around > .row > .pull-12 {
  right: calc((100% - 192px) * 0.5 + 96px);
}
mor-grid.gutter-s.space-around > .row > .col-13 {
  width: calc((100% - 192px) * 0.5417 + 96px);
}
mor-grid.gutter-s.space-around > .row > .offset-13 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.5417 + 108px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-13 {
  left: calc((100% - 192px) * 0.5417 + 104px);
}
mor-grid.gutter-s.space-around > .row > .pull-13 {
  right: calc((100% - 192px) * 0.5417 + 104px);
}
mor-grid.gutter-s.space-around > .row > .col-14 {
  width: calc((100% - 192px) * 0.5833 + 104px);
}
mor-grid.gutter-s.space-around > .row > .offset-14 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.5833 + 116px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-14 {
  left: calc((100% - 192px) * 0.5833 + 112px);
}
mor-grid.gutter-s.space-around > .row > .pull-14 {
  right: calc((100% - 192px) * 0.5833 + 112px);
}
mor-grid.gutter-s.space-around > .row > .col-15 {
  width: calc((100% - 192px) * 0.625 + 112px);
}
mor-grid.gutter-s.space-around > .row > .offset-15 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.625 + 124px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-15 {
  left: calc((100% - 192px) * 0.625 + 120px);
}
mor-grid.gutter-s.space-around > .row > .pull-15 {
  right: calc((100% - 192px) * 0.625 + 120px);
}
mor-grid.gutter-s.space-around > .row > .col-16 {
  width: calc((100% - 192px) * 0.6667 + 120px);
}
mor-grid.gutter-s.space-around > .row > .offset-16 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.6667 + 132px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-16 {
  left: calc((100% - 192px) * 0.6667 + 128px);
}
mor-grid.gutter-s.space-around > .row > .pull-16 {
  right: calc((100% - 192px) * 0.6667 + 128px);
}
mor-grid.gutter-s.space-around > .row > .col-17 {
  width: calc((100% - 192px) * 0.7083 + 128px);
}
mor-grid.gutter-s.space-around > .row > .offset-17 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.7083 + 140px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-17 {
  left: calc((100% - 192px) * 0.7083 + 136px);
}
mor-grid.gutter-s.space-around > .row > .pull-17 {
  right: calc((100% - 192px) * 0.7083 + 136px);
}
mor-grid.gutter-s.space-around > .row > .col-18 {
  width: calc((100% - 192px) * 0.75 + 136px);
}
mor-grid.gutter-s.space-around > .row > .offset-18 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.75 + 148px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-18 {
  left: calc((100% - 192px) * 0.75 + 144px);
}
mor-grid.gutter-s.space-around > .row > .pull-18 {
  right: calc((100% - 192px) * 0.75 + 144px);
}
mor-grid.gutter-s.space-around > .row > .col-19 {
  width: calc((100% - 192px) * 0.7917 + 144px);
}
mor-grid.gutter-s.space-around > .row > .offset-19 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.7917 + 156px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-19 {
  left: calc((100% - 192px) * 0.7917 + 152px);
}
mor-grid.gutter-s.space-around > .row > .pull-19 {
  right: calc((100% - 192px) * 0.7917 + 152px);
}
mor-grid.gutter-s.space-around > .row > .col-20 {
  width: calc((100% - 192px) * 0.8333 + 152px);
}
mor-grid.gutter-s.space-around > .row > .offset-20 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.8333 + 164px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-20 {
  left: calc((100% - 192px) * 0.8333 + 160px);
}
mor-grid.gutter-s.space-around > .row > .pull-20 {
  right: calc((100% - 192px) * 0.8333 + 160px);
}
mor-grid.gutter-s.space-around > .row > .col-21 {
  width: calc((100% - 192px) * 0.875 + 160px);
}
mor-grid.gutter-s.space-around > .row > .offset-21 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.875 + 172px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-21 {
  left: calc((100% - 192px) * 0.875 + 168px);
}
mor-grid.gutter-s.space-around > .row > .pull-21 {
  right: calc((100% - 192px) * 0.875 + 168px);
}
mor-grid.gutter-s.space-around > .row > .col-22 {
  width: calc((100% - 192px) * 0.9167 + 168px);
}
mor-grid.gutter-s.space-around > .row > .offset-22 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.9167 + 180px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-22 {
  left: calc((100% - 192px) * 0.9167 + 176px);
}
mor-grid.gutter-s.space-around > .row > .pull-22 {
  right: calc((100% - 192px) * 0.9167 + 176px);
}
mor-grid.gutter-s.space-around > .row > .col-23 {
  width: calc((100% - 192px) * 0.9583 + 176px);
}
mor-grid.gutter-s.space-around > .row > .offset-23 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 192px) * 0.9583 + 188px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-s.space-around > .row > .push-23 {
  left: calc((100% - 192px) * 0.9583 + 184px);
}
mor-grid.gutter-s.space-around > .row > .pull-23 {
  right: calc((100% - 192px) * 0.9583 + 184px);
}
mor-grid.gutter-s.space-around > .row > .col-24 {
  width: 100%;
}
mor-grid.gutter-m > .row > .col-1,
mor-grid > .row > .col-1 {
  width: calc((100% - 368px) * 0.0417 + 0px);
}
mor-grid.gutter-m > .row > .offset-1,
mor-grid > .row > .offset-1 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.0417 + 16px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-1,
mor-grid > .row > .push-1 {
  left: calc((100% - 368px) * 0.0417 + 16px);
}
mor-grid.gutter-m > .row > .pull-1,
mor-grid > .row > .pull-1 {
  right: calc((100% - 368px) * 0.0417 + 16px);
}
mor-grid.gutter-m > .row > [class*='col-'],
mor-grid > .row > [class*='col-'] {
  margin-right: 16px;
}
mor-grid.gutter-m > .row,
mor-grid > .row {
  margin-bottom: 16px;
}
mor-grid.gutter-m > .row > .col,
mor-grid > .row > .col {
  margin-right: 16px;
}
mor-grid.gutter-m > .row > .col-2,
mor-grid > .row > .col-2 {
  width: calc((100% - 368px) * 0.0833 + 16px);
}
mor-grid.gutter-m > .row > .offset-2,
mor-grid > .row > .offset-2 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.0833 + 32px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-2,
mor-grid > .row > .push-2 {
  left: calc((100% - 368px) * 0.0833 + 32px);
}
mor-grid.gutter-m > .row > .pull-2,
mor-grid > .row > .pull-2 {
  right: calc((100% - 368px) * 0.0833 + 32px);
}
mor-grid.gutter-m > .row > .col-3,
mor-grid > .row > .col-3 {
  width: calc((100% - 368px) * 0.125 + 32px);
}
mor-grid.gutter-m > .row > .offset-3,
mor-grid > .row > .offset-3 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.125 + 48px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-3,
mor-grid > .row > .push-3 {
  left: calc((100% - 368px) * 0.125 + 48px);
}
mor-grid.gutter-m > .row > .pull-3,
mor-grid > .row > .pull-3 {
  right: calc((100% - 368px) * 0.125 + 48px);
}
mor-grid.gutter-m > .row > .col-4,
mor-grid > .row > .col-4 {
  width: calc((100% - 368px) * 0.1667 + 48px);
}
mor-grid.gutter-m > .row > .offset-4,
mor-grid > .row > .offset-4 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.1667 + 64px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-4,
mor-grid > .row > .push-4 {
  left: calc((100% - 368px) * 0.1667 + 64px);
}
mor-grid.gutter-m > .row > .pull-4,
mor-grid > .row > .pull-4 {
  right: calc((100% - 368px) * 0.1667 + 64px);
}
mor-grid.gutter-m > .row > .col-5,
mor-grid > .row > .col-5 {
  width: calc((100% - 368px) * 0.2083 + 64px);
}
mor-grid.gutter-m > .row > .offset-5,
mor-grid > .row > .offset-5 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.2083 + 80px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-5,
mor-grid > .row > .push-5 {
  left: calc((100% - 368px) * 0.2083 + 80px);
}
mor-grid.gutter-m > .row > .pull-5,
mor-grid > .row > .pull-5 {
  right: calc((100% - 368px) * 0.2083 + 80px);
}
mor-grid.gutter-m > .row > .col-6,
mor-grid > .row > .col-6 {
  width: calc((100% - 368px) * 0.25 + 80px);
}
mor-grid.gutter-m > .row > .offset-6,
mor-grid > .row > .offset-6 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.25 + 96px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-6,
mor-grid > .row > .push-6 {
  left: calc((100% - 368px) * 0.25 + 96px);
}
mor-grid.gutter-m > .row > .pull-6,
mor-grid > .row > .pull-6 {
  right: calc((100% - 368px) * 0.25 + 96px);
}
mor-grid.gutter-m > .row > .col-7,
mor-grid > .row > .col-7 {
  width: calc((100% - 368px) * 0.2917 + 96px);
}
mor-grid.gutter-m > .row > .offset-7,
mor-grid > .row > .offset-7 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.2917 + 112px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-7,
mor-grid > .row > .push-7 {
  left: calc((100% - 368px) * 0.2917 + 112px);
}
mor-grid.gutter-m > .row > .pull-7,
mor-grid > .row > .pull-7 {
  right: calc((100% - 368px) * 0.2917 + 112px);
}
mor-grid.gutter-m > .row > .col-8,
mor-grid > .row > .col-8 {
  width: calc((100% - 368px) * 0.3333 + 112px);
}
mor-grid.gutter-m > .row > .offset-8,
mor-grid > .row > .offset-8 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.3333 + 128px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-8,
mor-grid > .row > .push-8 {
  left: calc((100% - 368px) * 0.3333 + 128px);
}
mor-grid.gutter-m > .row > .pull-8,
mor-grid > .row > .pull-8 {
  right: calc((100% - 368px) * 0.3333 + 128px);
}
mor-grid.gutter-m > .row > .col-9,
mor-grid > .row > .col-9 {
  width: calc((100% - 368px) * 0.375 + 128px);
}
mor-grid.gutter-m > .row > .offset-9,
mor-grid > .row > .offset-9 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.375 + 144px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-9,
mor-grid > .row > .push-9 {
  left: calc((100% - 368px) * 0.375 + 144px);
}
mor-grid.gutter-m > .row > .pull-9,
mor-grid > .row > .pull-9 {
  right: calc((100% - 368px) * 0.375 + 144px);
}
mor-grid.gutter-m > .row > .col-10,
mor-grid > .row > .col-10 {
  width: calc((100% - 368px) * 0.4167 + 144px);
}
mor-grid.gutter-m > .row > .offset-10,
mor-grid > .row > .offset-10 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.4167 + 160px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-10,
mor-grid > .row > .push-10 {
  left: calc((100% - 368px) * 0.4167 + 160px);
}
mor-grid.gutter-m > .row > .pull-10,
mor-grid > .row > .pull-10 {
  right: calc((100% - 368px) * 0.4167 + 160px);
}
mor-grid.gutter-m > .row > .col-11,
mor-grid > .row > .col-11 {
  width: calc((100% - 368px) * 0.4583 + 160px);
}
mor-grid.gutter-m > .row > .offset-11,
mor-grid > .row > .offset-11 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.4583 + 176px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-11,
mor-grid > .row > .push-11 {
  left: calc((100% - 368px) * 0.4583 + 176px);
}
mor-grid.gutter-m > .row > .pull-11,
mor-grid > .row > .pull-11 {
  right: calc((100% - 368px) * 0.4583 + 176px);
}
mor-grid.gutter-m > .row > .col-12,
mor-grid > .row > .col-12 {
  width: calc((100% - 368px) * 0.5 + 176px);
}
mor-grid.gutter-m > .row > .offset-12,
mor-grid > .row > .offset-12 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.5 + 192px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-12,
mor-grid > .row > .push-12 {
  left: calc((100% - 368px) * 0.5 + 192px);
}
mor-grid.gutter-m > .row > .pull-12,
mor-grid > .row > .pull-12 {
  right: calc((100% - 368px) * 0.5 + 192px);
}
mor-grid.gutter-m > .row > .col-13,
mor-grid > .row > .col-13 {
  width: calc((100% - 368px) * 0.5417 + 192px);
}
mor-grid.gutter-m > .row > .offset-13,
mor-grid > .row > .offset-13 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.5417 + 208px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-13,
mor-grid > .row > .push-13 {
  left: calc((100% - 368px) * 0.5417 + 208px);
}
mor-grid.gutter-m > .row > .pull-13,
mor-grid > .row > .pull-13 {
  right: calc((100% - 368px) * 0.5417 + 208px);
}
mor-grid.gutter-m > .row > .col-14,
mor-grid > .row > .col-14 {
  width: calc((100% - 368px) * 0.5833 + 208px);
}
mor-grid.gutter-m > .row > .offset-14,
mor-grid > .row > .offset-14 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.5833 + 224px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-14,
mor-grid > .row > .push-14 {
  left: calc((100% - 368px) * 0.5833 + 224px);
}
mor-grid.gutter-m > .row > .pull-14,
mor-grid > .row > .pull-14 {
  right: calc((100% - 368px) * 0.5833 + 224px);
}
mor-grid.gutter-m > .row > .col-15,
mor-grid > .row > .col-15 {
  width: calc((100% - 368px) * 0.625 + 224px);
}
mor-grid.gutter-m > .row > .offset-15,
mor-grid > .row > .offset-15 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.625 + 240px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-15,
mor-grid > .row > .push-15 {
  left: calc((100% - 368px) * 0.625 + 240px);
}
mor-grid.gutter-m > .row > .pull-15,
mor-grid > .row > .pull-15 {
  right: calc((100% - 368px) * 0.625 + 240px);
}
mor-grid.gutter-m > .row > .col-16,
mor-grid > .row > .col-16 {
  width: calc((100% - 368px) * 0.6667 + 240px);
}
mor-grid.gutter-m > .row > .offset-16,
mor-grid > .row > .offset-16 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.6667 + 256px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-16,
mor-grid > .row > .push-16 {
  left: calc((100% - 368px) * 0.6667 + 256px);
}
mor-grid.gutter-m > .row > .pull-16,
mor-grid > .row > .pull-16 {
  right: calc((100% - 368px) * 0.6667 + 256px);
}
mor-grid.gutter-m > .row > .col-17,
mor-grid > .row > .col-17 {
  width: calc((100% - 368px) * 0.7083 + 256px);
}
mor-grid.gutter-m > .row > .offset-17,
mor-grid > .row > .offset-17 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.7083 + 272px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-17,
mor-grid > .row > .push-17 {
  left: calc((100% - 368px) * 0.7083 + 272px);
}
mor-grid.gutter-m > .row > .pull-17,
mor-grid > .row > .pull-17 {
  right: calc((100% - 368px) * 0.7083 + 272px);
}
mor-grid.gutter-m > .row > .col-18,
mor-grid > .row > .col-18 {
  width: calc((100% - 368px) * 0.75 + 272px);
}
mor-grid.gutter-m > .row > .offset-18,
mor-grid > .row > .offset-18 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.75 + 288px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-18,
mor-grid > .row > .push-18 {
  left: calc((100% - 368px) * 0.75 + 288px);
}
mor-grid.gutter-m > .row > .pull-18,
mor-grid > .row > .pull-18 {
  right: calc((100% - 368px) * 0.75 + 288px);
}
mor-grid.gutter-m > .row > .col-19,
mor-grid > .row > .col-19 {
  width: calc((100% - 368px) * 0.7917 + 288px);
}
mor-grid.gutter-m > .row > .offset-19,
mor-grid > .row > .offset-19 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.7917 + 304px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-19,
mor-grid > .row > .push-19 {
  left: calc((100% - 368px) * 0.7917 + 304px);
}
mor-grid.gutter-m > .row > .pull-19,
mor-grid > .row > .pull-19 {
  right: calc((100% - 368px) * 0.7917 + 304px);
}
mor-grid.gutter-m > .row > .col-20,
mor-grid > .row > .col-20 {
  width: calc((100% - 368px) * 0.8333 + 304px);
}
mor-grid.gutter-m > .row > .offset-20,
mor-grid > .row > .offset-20 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.8333 + 320px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-20,
mor-grid > .row > .push-20 {
  left: calc((100% - 368px) * 0.8333 + 320px);
}
mor-grid.gutter-m > .row > .pull-20,
mor-grid > .row > .pull-20 {
  right: calc((100% - 368px) * 0.8333 + 320px);
}
mor-grid.gutter-m > .row > .col-21,
mor-grid > .row > .col-21 {
  width: calc((100% - 368px) * 0.875 + 320px);
}
mor-grid.gutter-m > .row > .offset-21,
mor-grid > .row > .offset-21 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.875 + 336px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-21,
mor-grid > .row > .push-21 {
  left: calc((100% - 368px) * 0.875 + 336px);
}
mor-grid.gutter-m > .row > .pull-21,
mor-grid > .row > .pull-21 {
  right: calc((100% - 368px) * 0.875 + 336px);
}
mor-grid.gutter-m > .row > .col-22,
mor-grid > .row > .col-22 {
  width: calc((100% - 368px) * 0.9167 + 336px);
}
mor-grid.gutter-m > .row > .offset-22,
mor-grid > .row > .offset-22 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.9167 + 352px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-22,
mor-grid > .row > .push-22 {
  left: calc((100% - 368px) * 0.9167 + 352px);
}
mor-grid.gutter-m > .row > .pull-22,
mor-grid > .row > .pull-22 {
  right: calc((100% - 368px) * 0.9167 + 352px);
}
mor-grid.gutter-m > .row > .col-23,
mor-grid > .row > .col-23 {
  width: calc((100% - 368px) * 0.9583 + 352px);
}
mor-grid.gutter-m > .row > .offset-23,
mor-grid > .row > .offset-23 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 368px) * 0.9583 + 368px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m > .row > .push-23,
mor-grid > .row > .push-23 {
  left: calc((100% - 368px) * 0.9583 + 368px);
}
mor-grid.gutter-m > .row > .pull-23,
mor-grid > .row > .pull-23 {
  right: calc((100% - 368px) * 0.9583 + 368px);
}
mor-grid.gutter-m > .row > .col-24,
mor-grid > .row > .col-24 {
  width: 100%;
}
mor-grid.gutter-m.space-around > .row > .col-1,
mor-grid.space-around > .row > .col-1 {
  width: calc((100% - 384px) * 0.0417 + 0px);
}
mor-grid.gutter-m.space-around > .row > .offset-1,
mor-grid.space-around > .row > .offset-1 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.0417 + 24px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-1,
mor-grid.space-around > .row > .push-1 {
  left: calc((100% - 384px) * 0.0417 + 16px);
}
mor-grid.gutter-m.space-around > .row > .pull-1,
mor-grid.space-around > .row > .pull-1 {
  right: calc((100% - 384px) * 0.0417 + 16px);
}
mor-grid.gutter-m.space-around > .row > [class*='col-'],
mor-grid.space-around > .row > [class*='col-'] {
  margin: 0 8px;
}
mor-grid.gutter-m.space-around > .row,
mor-grid.space-around > .row {
  margin-bottom: 16px;
}
mor-grid.gutter-m.space-around > .row > .col,
mor-grid.space-around > .row > .col {
  margin-right: 16px;
}
mor-grid.gutter-m.space-around > .row > .col-2,
mor-grid.space-around > .row > .col-2 {
  width: calc((100% - 384px) * 0.0833 + 16px);
}
mor-grid.gutter-m.space-around > .row > .offset-2,
mor-grid.space-around > .row > .offset-2 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.0833 + 40px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-2,
mor-grid.space-around > .row > .push-2 {
  left: calc((100% - 384px) * 0.0833 + 32px);
}
mor-grid.gutter-m.space-around > .row > .pull-2,
mor-grid.space-around > .row > .pull-2 {
  right: calc((100% - 384px) * 0.0833 + 32px);
}
mor-grid.gutter-m.space-around > .row > .col-3,
mor-grid.space-around > .row > .col-3 {
  width: calc((100% - 384px) * 0.125 + 32px);
}
mor-grid.gutter-m.space-around > .row > .offset-3,
mor-grid.space-around > .row > .offset-3 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.125 + 56px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-3,
mor-grid.space-around > .row > .push-3 {
  left: calc((100% - 384px) * 0.125 + 48px);
}
mor-grid.gutter-m.space-around > .row > .pull-3,
mor-grid.space-around > .row > .pull-3 {
  right: calc((100% - 384px) * 0.125 + 48px);
}
mor-grid.gutter-m.space-around > .row > .col-4,
mor-grid.space-around > .row > .col-4 {
  width: calc((100% - 384px) * 0.1667 + 48px);
}
mor-grid.gutter-m.space-around > .row > .offset-4,
mor-grid.space-around > .row > .offset-4 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.1667 + 72px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-4,
mor-grid.space-around > .row > .push-4 {
  left: calc((100% - 384px) * 0.1667 + 64px);
}
mor-grid.gutter-m.space-around > .row > .pull-4,
mor-grid.space-around > .row > .pull-4 {
  right: calc((100% - 384px) * 0.1667 + 64px);
}
mor-grid.gutter-m.space-around > .row > .col-5,
mor-grid.space-around > .row > .col-5 {
  width: calc((100% - 384px) * 0.2083 + 64px);
}
mor-grid.gutter-m.space-around > .row > .offset-5,
mor-grid.space-around > .row > .offset-5 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.2083 + 88px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-5,
mor-grid.space-around > .row > .push-5 {
  left: calc((100% - 384px) * 0.2083 + 80px);
}
mor-grid.gutter-m.space-around > .row > .pull-5,
mor-grid.space-around > .row > .pull-5 {
  right: calc((100% - 384px) * 0.2083 + 80px);
}
mor-grid.gutter-m.space-around > .row > .col-6,
mor-grid.space-around > .row > .col-6 {
  width: calc((100% - 384px) * 0.25 + 80px);
}
mor-grid.gutter-m.space-around > .row > .offset-6,
mor-grid.space-around > .row > .offset-6 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.25 + 104px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-6,
mor-grid.space-around > .row > .push-6 {
  left: calc((100% - 384px) * 0.25 + 96px);
}
mor-grid.gutter-m.space-around > .row > .pull-6,
mor-grid.space-around > .row > .pull-6 {
  right: calc((100% - 384px) * 0.25 + 96px);
}
mor-grid.gutter-m.space-around > .row > .col-7,
mor-grid.space-around > .row > .col-7 {
  width: calc((100% - 384px) * 0.2917 + 96px);
}
mor-grid.gutter-m.space-around > .row > .offset-7,
mor-grid.space-around > .row > .offset-7 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.2917 + 120px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-7,
mor-grid.space-around > .row > .push-7 {
  left: calc((100% - 384px) * 0.2917 + 112px);
}
mor-grid.gutter-m.space-around > .row > .pull-7,
mor-grid.space-around > .row > .pull-7 {
  right: calc((100% - 384px) * 0.2917 + 112px);
}
mor-grid.gutter-m.space-around > .row > .col-8,
mor-grid.space-around > .row > .col-8 {
  width: calc((100% - 384px) * 0.3333 + 112px);
}
mor-grid.gutter-m.space-around > .row > .offset-8,
mor-grid.space-around > .row > .offset-8 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.3333 + 136px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-8,
mor-grid.space-around > .row > .push-8 {
  left: calc((100% - 384px) * 0.3333 + 128px);
}
mor-grid.gutter-m.space-around > .row > .pull-8,
mor-grid.space-around > .row > .pull-8 {
  right: calc((100% - 384px) * 0.3333 + 128px);
}
mor-grid.gutter-m.space-around > .row > .col-9,
mor-grid.space-around > .row > .col-9 {
  width: calc((100% - 384px) * 0.375 + 128px);
}
mor-grid.gutter-m.space-around > .row > .offset-9,
mor-grid.space-around > .row > .offset-9 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.375 + 152px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-9,
mor-grid.space-around > .row > .push-9 {
  left: calc((100% - 384px) * 0.375 + 144px);
}
mor-grid.gutter-m.space-around > .row > .pull-9,
mor-grid.space-around > .row > .pull-9 {
  right: calc((100% - 384px) * 0.375 + 144px);
}
mor-grid.gutter-m.space-around > .row > .col-10,
mor-grid.space-around > .row > .col-10 {
  width: calc((100% - 384px) * 0.4167 + 144px);
}
mor-grid.gutter-m.space-around > .row > .offset-10,
mor-grid.space-around > .row > .offset-10 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.4167 + 168px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-10,
mor-grid.space-around > .row > .push-10 {
  left: calc((100% - 384px) * 0.4167 + 160px);
}
mor-grid.gutter-m.space-around > .row > .pull-10,
mor-grid.space-around > .row > .pull-10 {
  right: calc((100% - 384px) * 0.4167 + 160px);
}
mor-grid.gutter-m.space-around > .row > .col-11,
mor-grid.space-around > .row > .col-11 {
  width: calc((100% - 384px) * 0.4583 + 160px);
}
mor-grid.gutter-m.space-around > .row > .offset-11,
mor-grid.space-around > .row > .offset-11 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.4583 + 184px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-11,
mor-grid.space-around > .row > .push-11 {
  left: calc((100% - 384px) * 0.4583 + 176px);
}
mor-grid.gutter-m.space-around > .row > .pull-11,
mor-grid.space-around > .row > .pull-11 {
  right: calc((100% - 384px) * 0.4583 + 176px);
}
mor-grid.gutter-m.space-around > .row > .col-12,
mor-grid.space-around > .row > .col-12 {
  width: calc((100% - 384px) * 0.5 + 176px);
}
mor-grid.gutter-m.space-around > .row > .offset-12,
mor-grid.space-around > .row > .offset-12 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.5 + 200px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-12,
mor-grid.space-around > .row > .push-12 {
  left: calc((100% - 384px) * 0.5 + 192px);
}
mor-grid.gutter-m.space-around > .row > .pull-12,
mor-grid.space-around > .row > .pull-12 {
  right: calc((100% - 384px) * 0.5 + 192px);
}
mor-grid.gutter-m.space-around > .row > .col-13,
mor-grid.space-around > .row > .col-13 {
  width: calc((100% - 384px) * 0.5417 + 192px);
}
mor-grid.gutter-m.space-around > .row > .offset-13,
mor-grid.space-around > .row > .offset-13 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.5417 + 216px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-13,
mor-grid.space-around > .row > .push-13 {
  left: calc((100% - 384px) * 0.5417 + 208px);
}
mor-grid.gutter-m.space-around > .row > .pull-13,
mor-grid.space-around > .row > .pull-13 {
  right: calc((100% - 384px) * 0.5417 + 208px);
}
mor-grid.gutter-m.space-around > .row > .col-14,
mor-grid.space-around > .row > .col-14 {
  width: calc((100% - 384px) * 0.5833 + 208px);
}
mor-grid.gutter-m.space-around > .row > .offset-14,
mor-grid.space-around > .row > .offset-14 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.5833 + 232px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-14,
mor-grid.space-around > .row > .push-14 {
  left: calc((100% - 384px) * 0.5833 + 224px);
}
mor-grid.gutter-m.space-around > .row > .pull-14,
mor-grid.space-around > .row > .pull-14 {
  right: calc((100% - 384px) * 0.5833 + 224px);
}
mor-grid.gutter-m.space-around > .row > .col-15,
mor-grid.space-around > .row > .col-15 {
  width: calc((100% - 384px) * 0.625 + 224px);
}
mor-grid.gutter-m.space-around > .row > .offset-15,
mor-grid.space-around > .row > .offset-15 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.625 + 248px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-15,
mor-grid.space-around > .row > .push-15 {
  left: calc((100% - 384px) * 0.625 + 240px);
}
mor-grid.gutter-m.space-around > .row > .pull-15,
mor-grid.space-around > .row > .pull-15 {
  right: calc((100% - 384px) * 0.625 + 240px);
}
mor-grid.gutter-m.space-around > .row > .col-16,
mor-grid.space-around > .row > .col-16 {
  width: calc((100% - 384px) * 0.6667 + 240px);
}
mor-grid.gutter-m.space-around > .row > .offset-16,
mor-grid.space-around > .row > .offset-16 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.6667 + 264px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-16,
mor-grid.space-around > .row > .push-16 {
  left: calc((100% - 384px) * 0.6667 + 256px);
}
mor-grid.gutter-m.space-around > .row > .pull-16,
mor-grid.space-around > .row > .pull-16 {
  right: calc((100% - 384px) * 0.6667 + 256px);
}
mor-grid.gutter-m.space-around > .row > .col-17,
mor-grid.space-around > .row > .col-17 {
  width: calc((100% - 384px) * 0.7083 + 256px);
}
mor-grid.gutter-m.space-around > .row > .offset-17,
mor-grid.space-around > .row > .offset-17 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.7083 + 280px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-17,
mor-grid.space-around > .row > .push-17 {
  left: calc((100% - 384px) * 0.7083 + 272px);
}
mor-grid.gutter-m.space-around > .row > .pull-17,
mor-grid.space-around > .row > .pull-17 {
  right: calc((100% - 384px) * 0.7083 + 272px);
}
mor-grid.gutter-m.space-around > .row > .col-18,
mor-grid.space-around > .row > .col-18 {
  width: calc((100% - 384px) * 0.75 + 272px);
}
mor-grid.gutter-m.space-around > .row > .offset-18,
mor-grid.space-around > .row > .offset-18 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.75 + 296px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-18,
mor-grid.space-around > .row > .push-18 {
  left: calc((100% - 384px) * 0.75 + 288px);
}
mor-grid.gutter-m.space-around > .row > .pull-18,
mor-grid.space-around > .row > .pull-18 {
  right: calc((100% - 384px) * 0.75 + 288px);
}
mor-grid.gutter-m.space-around > .row > .col-19,
mor-grid.space-around > .row > .col-19 {
  width: calc((100% - 384px) * 0.7917 + 288px);
}
mor-grid.gutter-m.space-around > .row > .offset-19,
mor-grid.space-around > .row > .offset-19 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.7917 + 312px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-19,
mor-grid.space-around > .row > .push-19 {
  left: calc((100% - 384px) * 0.7917 + 304px);
}
mor-grid.gutter-m.space-around > .row > .pull-19,
mor-grid.space-around > .row > .pull-19 {
  right: calc((100% - 384px) * 0.7917 + 304px);
}
mor-grid.gutter-m.space-around > .row > .col-20,
mor-grid.space-around > .row > .col-20 {
  width: calc((100% - 384px) * 0.8333 + 304px);
}
mor-grid.gutter-m.space-around > .row > .offset-20,
mor-grid.space-around > .row > .offset-20 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.8333 + 328px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-20,
mor-grid.space-around > .row > .push-20 {
  left: calc((100% - 384px) * 0.8333 + 320px);
}
mor-grid.gutter-m.space-around > .row > .pull-20,
mor-grid.space-around > .row > .pull-20 {
  right: calc((100% - 384px) * 0.8333 + 320px);
}
mor-grid.gutter-m.space-around > .row > .col-21,
mor-grid.space-around > .row > .col-21 {
  width: calc((100% - 384px) * 0.875 + 320px);
}
mor-grid.gutter-m.space-around > .row > .offset-21,
mor-grid.space-around > .row > .offset-21 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.875 + 344px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-21,
mor-grid.space-around > .row > .push-21 {
  left: calc((100% - 384px) * 0.875 + 336px);
}
mor-grid.gutter-m.space-around > .row > .pull-21,
mor-grid.space-around > .row > .pull-21 {
  right: calc((100% - 384px) * 0.875 + 336px);
}
mor-grid.gutter-m.space-around > .row > .col-22,
mor-grid.space-around > .row > .col-22 {
  width: calc((100% - 384px) * 0.9167 + 336px);
}
mor-grid.gutter-m.space-around > .row > .offset-22,
mor-grid.space-around > .row > .offset-22 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.9167 + 360px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-22,
mor-grid.space-around > .row > .push-22 {
  left: calc((100% - 384px) * 0.9167 + 352px);
}
mor-grid.gutter-m.space-around > .row > .pull-22,
mor-grid.space-around > .row > .pull-22 {
  right: calc((100% - 384px) * 0.9167 + 352px);
}
mor-grid.gutter-m.space-around > .row > .col-23,
mor-grid.space-around > .row > .col-23 {
  width: calc((100% - 384px) * 0.9583 + 352px);
}
mor-grid.gutter-m.space-around > .row > .offset-23,
mor-grid.space-around > .row > .offset-23 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 384px) * 0.9583 + 376px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-m.space-around > .row > .push-23,
mor-grid.space-around > .row > .push-23 {
  left: calc((100% - 384px) * 0.9583 + 368px);
}
mor-grid.gutter-m.space-around > .row > .pull-23,
mor-grid.space-around > .row > .pull-23 {
  right: calc((100% - 384px) * 0.9583 + 368px);
}
mor-grid.gutter-m.space-around > .row > .col-24,
mor-grid.space-around > .row > .col-24 {
  width: 100%;
}
mor-grid.gutter-l > .row > .col-1 {
  width: calc((100% - 552px) * 0.0417 + 0px);
}
mor-grid.gutter-l > .row > .offset-1 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.0417 + 24px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-1 {
  left: calc((100% - 552px) * 0.0417 + 24px);
}
mor-grid.gutter-l > .row > .pull-1 {
  right: calc((100% - 552px) * 0.0417 + 24px);
}
mor-grid.gutter-l > .row > [class*='col-'] {
  margin-right: 24px;
}
mor-grid.gutter-l > .row {
  margin-bottom: 24px;
}
mor-grid.gutter-l > .row > .col {
  margin-right: 24px;
}
mor-grid.gutter-l > .row > .col-2 {
  width: calc((100% - 552px) * 0.0833 + 24px);
}
mor-grid.gutter-l > .row > .offset-2 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.0833 + 48px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-2 {
  left: calc((100% - 552px) * 0.0833 + 48px);
}
mor-grid.gutter-l > .row > .pull-2 {
  right: calc((100% - 552px) * 0.0833 + 48px);
}
mor-grid.gutter-l > .row > .col-3 {
  width: calc((100% - 552px) * 0.125 + 48px);
}
mor-grid.gutter-l > .row > .offset-3 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.125 + 72px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-3 {
  left: calc((100% - 552px) * 0.125 + 72px);
}
mor-grid.gutter-l > .row > .pull-3 {
  right: calc((100% - 552px) * 0.125 + 72px);
}
mor-grid.gutter-l > .row > .col-4 {
  width: calc((100% - 552px) * 0.1667 + 72px);
}
mor-grid.gutter-l > .row > .offset-4 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.1667 + 96px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-4 {
  left: calc((100% - 552px) * 0.1667 + 96px);
}
mor-grid.gutter-l > .row > .pull-4 {
  right: calc((100% - 552px) * 0.1667 + 96px);
}
mor-grid.gutter-l > .row > .col-5 {
  width: calc((100% - 552px) * 0.2083 + 96px);
}
mor-grid.gutter-l > .row > .offset-5 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.2083 + 120px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-5 {
  left: calc((100% - 552px) * 0.2083 + 120px);
}
mor-grid.gutter-l > .row > .pull-5 {
  right: calc((100% - 552px) * 0.2083 + 120px);
}
mor-grid.gutter-l > .row > .col-6 {
  width: calc((100% - 552px) * 0.25 + 120px);
}
mor-grid.gutter-l > .row > .offset-6 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.25 + 144px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-6 {
  left: calc((100% - 552px) * 0.25 + 144px);
}
mor-grid.gutter-l > .row > .pull-6 {
  right: calc((100% - 552px) * 0.25 + 144px);
}
mor-grid.gutter-l > .row > .col-7 {
  width: calc((100% - 552px) * 0.2917 + 144px);
}
mor-grid.gutter-l > .row > .offset-7 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.2917 + 168px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-7 {
  left: calc((100% - 552px) * 0.2917 + 168px);
}
mor-grid.gutter-l > .row > .pull-7 {
  right: calc((100% - 552px) * 0.2917 + 168px);
}
mor-grid.gutter-l > .row > .col-8 {
  width: calc((100% - 552px) * 0.3333 + 168px);
}
mor-grid.gutter-l > .row > .offset-8 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.3333 + 192px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-8 {
  left: calc((100% - 552px) * 0.3333 + 192px);
}
mor-grid.gutter-l > .row > .pull-8 {
  right: calc((100% - 552px) * 0.3333 + 192px);
}
mor-grid.gutter-l > .row > .col-9 {
  width: calc((100% - 552px) * 0.375 + 192px);
}
mor-grid.gutter-l > .row > .offset-9 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.375 + 216px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-9 {
  left: calc((100% - 552px) * 0.375 + 216px);
}
mor-grid.gutter-l > .row > .pull-9 {
  right: calc((100% - 552px) * 0.375 + 216px);
}
mor-grid.gutter-l > .row > .col-10 {
  width: calc((100% - 552px) * 0.4167 + 216px);
}
mor-grid.gutter-l > .row > .offset-10 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.4167 + 240px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-10 {
  left: calc((100% - 552px) * 0.4167 + 240px);
}
mor-grid.gutter-l > .row > .pull-10 {
  right: calc((100% - 552px) * 0.4167 + 240px);
}
mor-grid.gutter-l > .row > .col-11 {
  width: calc((100% - 552px) * 0.4583 + 240px);
}
mor-grid.gutter-l > .row > .offset-11 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.4583 + 264px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-11 {
  left: calc((100% - 552px) * 0.4583 + 264px);
}
mor-grid.gutter-l > .row > .pull-11 {
  right: calc((100% - 552px) * 0.4583 + 264px);
}
mor-grid.gutter-l > .row > .col-12 {
  width: calc((100% - 552px) * 0.5 + 264px);
}
mor-grid.gutter-l > .row > .offset-12 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.5 + 288px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-12 {
  left: calc((100% - 552px) * 0.5 + 288px);
}
mor-grid.gutter-l > .row > .pull-12 {
  right: calc((100% - 552px) * 0.5 + 288px);
}
mor-grid.gutter-l > .row > .col-13 {
  width: calc((100% - 552px) * 0.5417 + 288px);
}
mor-grid.gutter-l > .row > .offset-13 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.5417 + 312px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-13 {
  left: calc((100% - 552px) * 0.5417 + 312px);
}
mor-grid.gutter-l > .row > .pull-13 {
  right: calc((100% - 552px) * 0.5417 + 312px);
}
mor-grid.gutter-l > .row > .col-14 {
  width: calc((100% - 552px) * 0.5833 + 312px);
}
mor-grid.gutter-l > .row > .offset-14 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.5833 + 336px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-14 {
  left: calc((100% - 552px) * 0.5833 + 336px);
}
mor-grid.gutter-l > .row > .pull-14 {
  right: calc((100% - 552px) * 0.5833 + 336px);
}
mor-grid.gutter-l > .row > .col-15 {
  width: calc((100% - 552px) * 0.625 + 336px);
}
mor-grid.gutter-l > .row > .offset-15 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.625 + 360px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-15 {
  left: calc((100% - 552px) * 0.625 + 360px);
}
mor-grid.gutter-l > .row > .pull-15 {
  right: calc((100% - 552px) * 0.625 + 360px);
}
mor-grid.gutter-l > .row > .col-16 {
  width: calc((100% - 552px) * 0.6667 + 360px);
}
mor-grid.gutter-l > .row > .offset-16 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.6667 + 384px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-16 {
  left: calc((100% - 552px) * 0.6667 + 384px);
}
mor-grid.gutter-l > .row > .pull-16 {
  right: calc((100% - 552px) * 0.6667 + 384px);
}
mor-grid.gutter-l > .row > .col-17 {
  width: calc((100% - 552px) * 0.7083 + 384px);
}
mor-grid.gutter-l > .row > .offset-17 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.7083 + 408px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-17 {
  left: calc((100% - 552px) * 0.7083 + 408px);
}
mor-grid.gutter-l > .row > .pull-17 {
  right: calc((100% - 552px) * 0.7083 + 408px);
}
mor-grid.gutter-l > .row > .col-18 {
  width: calc((100% - 552px) * 0.75 + 408px);
}
mor-grid.gutter-l > .row > .offset-18 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.75 + 432px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-18 {
  left: calc((100% - 552px) * 0.75 + 432px);
}
mor-grid.gutter-l > .row > .pull-18 {
  right: calc((100% - 552px) * 0.75 + 432px);
}
mor-grid.gutter-l > .row > .col-19 {
  width: calc((100% - 552px) * 0.7917 + 432px);
}
mor-grid.gutter-l > .row > .offset-19 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.7917 + 456px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-19 {
  left: calc((100% - 552px) * 0.7917 + 456px);
}
mor-grid.gutter-l > .row > .pull-19 {
  right: calc((100% - 552px) * 0.7917 + 456px);
}
mor-grid.gutter-l > .row > .col-20 {
  width: calc((100% - 552px) * 0.8333 + 456px);
}
mor-grid.gutter-l > .row > .offset-20 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.8333 + 480px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-20 {
  left: calc((100% - 552px) * 0.8333 + 480px);
}
mor-grid.gutter-l > .row > .pull-20 {
  right: calc((100% - 552px) * 0.8333 + 480px);
}
mor-grid.gutter-l > .row > .col-21 {
  width: calc((100% - 552px) * 0.875 + 480px);
}
mor-grid.gutter-l > .row > .offset-21 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.875 + 504px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-21 {
  left: calc((100% - 552px) * 0.875 + 504px);
}
mor-grid.gutter-l > .row > .pull-21 {
  right: calc((100% - 552px) * 0.875 + 504px);
}
mor-grid.gutter-l > .row > .col-22 {
  width: calc((100% - 552px) * 0.9167 + 504px);
}
mor-grid.gutter-l > .row > .offset-22 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.9167 + 528px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-22 {
  left: calc((100% - 552px) * 0.9167 + 528px);
}
mor-grid.gutter-l > .row > .pull-22 {
  right: calc((100% - 552px) * 0.9167 + 528px);
}
mor-grid.gutter-l > .row > .col-23 {
  width: calc((100% - 552px) * 0.9583 + 528px);
}
mor-grid.gutter-l > .row > .offset-23 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 552px) * 0.9583 + 552px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l > .row > .push-23 {
  left: calc((100% - 552px) * 0.9583 + 552px);
}
mor-grid.gutter-l > .row > .pull-23 {
  right: calc((100% - 552px) * 0.9583 + 552px);
}
mor-grid.gutter-l > .row > .col-24 {
  width: 100%;
}
mor-grid.gutter-l.space-around > .row > .col-1 {
  width: calc((100% - 576px) * 0.0417 + 0px);
}
mor-grid.gutter-l.space-around > .row > .offset-1 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.0417 + 36px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-1 {
  left: calc((100% - 576px) * 0.0417 + 24px);
}
mor-grid.gutter-l.space-around > .row > .pull-1 {
  right: calc((100% - 576px) * 0.0417 + 24px);
}
mor-grid.gutter-l.space-around > .row > [class*='col-'] {
  margin: 0 12px;
}
mor-grid.gutter-l.space-around > .row {
  margin-bottom: 24px;
}
mor-grid.gutter-l.space-around > .row > .col {
  margin-right: 24px;
}
mor-grid.gutter-l.space-around > .row > .col-2 {
  width: calc((100% - 576px) * 0.0833 + 24px);
}
mor-grid.gutter-l.space-around > .row > .offset-2 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.0833 + 60px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-2 {
  left: calc((100% - 576px) * 0.0833 + 48px);
}
mor-grid.gutter-l.space-around > .row > .pull-2 {
  right: calc((100% - 576px) * 0.0833 + 48px);
}
mor-grid.gutter-l.space-around > .row > .col-3 {
  width: calc((100% - 576px) * 0.125 + 48px);
}
mor-grid.gutter-l.space-around > .row > .offset-3 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.125 + 84px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-3 {
  left: calc((100% - 576px) * 0.125 + 72px);
}
mor-grid.gutter-l.space-around > .row > .pull-3 {
  right: calc((100% - 576px) * 0.125 + 72px);
}
mor-grid.gutter-l.space-around > .row > .col-4 {
  width: calc((100% - 576px) * 0.1667 + 72px);
}
mor-grid.gutter-l.space-around > .row > .offset-4 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.1667 + 108px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-4 {
  left: calc((100% - 576px) * 0.1667 + 96px);
}
mor-grid.gutter-l.space-around > .row > .pull-4 {
  right: calc((100% - 576px) * 0.1667 + 96px);
}
mor-grid.gutter-l.space-around > .row > .col-5 {
  width: calc((100% - 576px) * 0.2083 + 96px);
}
mor-grid.gutter-l.space-around > .row > .offset-5 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.2083 + 132px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-5 {
  left: calc((100% - 576px) * 0.2083 + 120px);
}
mor-grid.gutter-l.space-around > .row > .pull-5 {
  right: calc((100% - 576px) * 0.2083 + 120px);
}
mor-grid.gutter-l.space-around > .row > .col-6 {
  width: calc((100% - 576px) * 0.25 + 120px);
}
mor-grid.gutter-l.space-around > .row > .offset-6 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.25 + 156px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-6 {
  left: calc((100% - 576px) * 0.25 + 144px);
}
mor-grid.gutter-l.space-around > .row > .pull-6 {
  right: calc((100% - 576px) * 0.25 + 144px);
}
mor-grid.gutter-l.space-around > .row > .col-7 {
  width: calc((100% - 576px) * 0.2917 + 144px);
}
mor-grid.gutter-l.space-around > .row > .offset-7 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.2917 + 180px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-7 {
  left: calc((100% - 576px) * 0.2917 + 168px);
}
mor-grid.gutter-l.space-around > .row > .pull-7 {
  right: calc((100% - 576px) * 0.2917 + 168px);
}
mor-grid.gutter-l.space-around > .row > .col-8 {
  width: calc((100% - 576px) * 0.3333 + 168px);
}
mor-grid.gutter-l.space-around > .row > .offset-8 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.3333 + 204px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-8 {
  left: calc((100% - 576px) * 0.3333 + 192px);
}
mor-grid.gutter-l.space-around > .row > .pull-8 {
  right: calc((100% - 576px) * 0.3333 + 192px);
}
mor-grid.gutter-l.space-around > .row > .col-9 {
  width: calc((100% - 576px) * 0.375 + 192px);
}
mor-grid.gutter-l.space-around > .row > .offset-9 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.375 + 228px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-9 {
  left: calc((100% - 576px) * 0.375 + 216px);
}
mor-grid.gutter-l.space-around > .row > .pull-9 {
  right: calc((100% - 576px) * 0.375 + 216px);
}
mor-grid.gutter-l.space-around > .row > .col-10 {
  width: calc((100% - 576px) * 0.4167 + 216px);
}
mor-grid.gutter-l.space-around > .row > .offset-10 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.4167 + 252px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-10 {
  left: calc((100% - 576px) * 0.4167 + 240px);
}
mor-grid.gutter-l.space-around > .row > .pull-10 {
  right: calc((100% - 576px) * 0.4167 + 240px);
}
mor-grid.gutter-l.space-around > .row > .col-11 {
  width: calc((100% - 576px) * 0.4583 + 240px);
}
mor-grid.gutter-l.space-around > .row > .offset-11 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.4583 + 276px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-11 {
  left: calc((100% - 576px) * 0.4583 + 264px);
}
mor-grid.gutter-l.space-around > .row > .pull-11 {
  right: calc((100% - 576px) * 0.4583 + 264px);
}
mor-grid.gutter-l.space-around > .row > .col-12 {
  width: calc((100% - 576px) * 0.5 + 264px);
}
mor-grid.gutter-l.space-around > .row > .offset-12 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.5 + 300px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-12 {
  left: calc((100% - 576px) * 0.5 + 288px);
}
mor-grid.gutter-l.space-around > .row > .pull-12 {
  right: calc((100% - 576px) * 0.5 + 288px);
}
mor-grid.gutter-l.space-around > .row > .col-13 {
  width: calc((100% - 576px) * 0.5417 + 288px);
}
mor-grid.gutter-l.space-around > .row > .offset-13 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.5417 + 324px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-13 {
  left: calc((100% - 576px) * 0.5417 + 312px);
}
mor-grid.gutter-l.space-around > .row > .pull-13 {
  right: calc((100% - 576px) * 0.5417 + 312px);
}
mor-grid.gutter-l.space-around > .row > .col-14 {
  width: calc((100% - 576px) * 0.5833 + 312px);
}
mor-grid.gutter-l.space-around > .row > .offset-14 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.5833 + 348px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-14 {
  left: calc((100% - 576px) * 0.5833 + 336px);
}
mor-grid.gutter-l.space-around > .row > .pull-14 {
  right: calc((100% - 576px) * 0.5833 + 336px);
}
mor-grid.gutter-l.space-around > .row > .col-15 {
  width: calc((100% - 576px) * 0.625 + 336px);
}
mor-grid.gutter-l.space-around > .row > .offset-15 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.625 + 372px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-15 {
  left: calc((100% - 576px) * 0.625 + 360px);
}
mor-grid.gutter-l.space-around > .row > .pull-15 {
  right: calc((100% - 576px) * 0.625 + 360px);
}
mor-grid.gutter-l.space-around > .row > .col-16 {
  width: calc((100% - 576px) * 0.6667 + 360px);
}
mor-grid.gutter-l.space-around > .row > .offset-16 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.6667 + 396px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-16 {
  left: calc((100% - 576px) * 0.6667 + 384px);
}
mor-grid.gutter-l.space-around > .row > .pull-16 {
  right: calc((100% - 576px) * 0.6667 + 384px);
}
mor-grid.gutter-l.space-around > .row > .col-17 {
  width: calc((100% - 576px) * 0.7083 + 384px);
}
mor-grid.gutter-l.space-around > .row > .offset-17 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.7083 + 420px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-17 {
  left: calc((100% - 576px) * 0.7083 + 408px);
}
mor-grid.gutter-l.space-around > .row > .pull-17 {
  right: calc((100% - 576px) * 0.7083 + 408px);
}
mor-grid.gutter-l.space-around > .row > .col-18 {
  width: calc((100% - 576px) * 0.75 + 408px);
}
mor-grid.gutter-l.space-around > .row > .offset-18 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.75 + 444px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-18 {
  left: calc((100% - 576px) * 0.75 + 432px);
}
mor-grid.gutter-l.space-around > .row > .pull-18 {
  right: calc((100% - 576px) * 0.75 + 432px);
}
mor-grid.gutter-l.space-around > .row > .col-19 {
  width: calc((100% - 576px) * 0.7917 + 432px);
}
mor-grid.gutter-l.space-around > .row > .offset-19 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.7917 + 468px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-19 {
  left: calc((100% - 576px) * 0.7917 + 456px);
}
mor-grid.gutter-l.space-around > .row > .pull-19 {
  right: calc((100% - 576px) * 0.7917 + 456px);
}
mor-grid.gutter-l.space-around > .row > .col-20 {
  width: calc((100% - 576px) * 0.8333 + 456px);
}
mor-grid.gutter-l.space-around > .row > .offset-20 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.8333 + 492px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-20 {
  left: calc((100% - 576px) * 0.8333 + 480px);
}
mor-grid.gutter-l.space-around > .row > .pull-20 {
  right: calc((100% - 576px) * 0.8333 + 480px);
}
mor-grid.gutter-l.space-around > .row > .col-21 {
  width: calc((100% - 576px) * 0.875 + 480px);
}
mor-grid.gutter-l.space-around > .row > .offset-21 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.875 + 516px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-21 {
  left: calc((100% - 576px) * 0.875 + 504px);
}
mor-grid.gutter-l.space-around > .row > .pull-21 {
  right: calc((100% - 576px) * 0.875 + 504px);
}
mor-grid.gutter-l.space-around > .row > .col-22 {
  width: calc((100% - 576px) * 0.9167 + 504px);
}
mor-grid.gutter-l.space-around > .row > .offset-22 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.9167 + 540px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-22 {
  left: calc((100% - 576px) * 0.9167 + 528px);
}
mor-grid.gutter-l.space-around > .row > .pull-22 {
  right: calc((100% - 576px) * 0.9167 + 528px);
}
mor-grid.gutter-l.space-around > .row > .col-23 {
  width: calc((100% - 576px) * 0.9583 + 528px);
}
mor-grid.gutter-l.space-around > .row > .offset-23 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 576px) * 0.9583 + 564px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-l.space-around > .row > .push-23 {
  left: calc((100% - 576px) * 0.9583 + 552px);
}
mor-grid.gutter-l.space-around > .row > .pull-23 {
  right: calc((100% - 576px) * 0.9583 + 552px);
}
mor-grid.gutter-l.space-around > .row > .col-24 {
  width: 100%;
}
mor-grid.gutter-xl > .row > .col-1 {
  width: calc((100% - 828px) * 0.0417 + 0px);
}
mor-grid.gutter-xl > .row > .offset-1 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.0417 + 36px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-1 {
  left: calc((100% - 828px) * 0.0417 + 36px);
}
mor-grid.gutter-xl > .row > .pull-1 {
  right: calc((100% - 828px) * 0.0417 + 36px);
}
mor-grid.gutter-xl > .row > [class*='col-'] {
  margin-right: 36px;
}
mor-grid.gutter-xl > .row {
  margin-bottom: 36px;
}
mor-grid.gutter-xl > .row > .col {
  margin-right: 36px;
}
mor-grid.gutter-xl > .row > .col-2 {
  width: calc((100% - 828px) * 0.0833 + 36px);
}
mor-grid.gutter-xl > .row > .offset-2 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.0833 + 72px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-2 {
  left: calc((100% - 828px) * 0.0833 + 72px);
}
mor-grid.gutter-xl > .row > .pull-2 {
  right: calc((100% - 828px) * 0.0833 + 72px);
}
mor-grid.gutter-xl > .row > .col-3 {
  width: calc((100% - 828px) * 0.125 + 72px);
}
mor-grid.gutter-xl > .row > .offset-3 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.125 + 108px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-3 {
  left: calc((100% - 828px) * 0.125 + 108px);
}
mor-grid.gutter-xl > .row > .pull-3 {
  right: calc((100% - 828px) * 0.125 + 108px);
}
mor-grid.gutter-xl > .row > .col-4 {
  width: calc((100% - 828px) * 0.1667 + 108px);
}
mor-grid.gutter-xl > .row > .offset-4 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.1667 + 144px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-4 {
  left: calc((100% - 828px) * 0.1667 + 144px);
}
mor-grid.gutter-xl > .row > .pull-4 {
  right: calc((100% - 828px) * 0.1667 + 144px);
}
mor-grid.gutter-xl > .row > .col-5 {
  width: calc((100% - 828px) * 0.2083 + 144px);
}
mor-grid.gutter-xl > .row > .offset-5 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.2083 + 180px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-5 {
  left: calc((100% - 828px) * 0.2083 + 180px);
}
mor-grid.gutter-xl > .row > .pull-5 {
  right: calc((100% - 828px) * 0.2083 + 180px);
}
mor-grid.gutter-xl > .row > .col-6 {
  width: calc((100% - 828px) * 0.25 + 180px);
}
mor-grid.gutter-xl > .row > .offset-6 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.25 + 216px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-6 {
  left: calc((100% - 828px) * 0.25 + 216px);
}
mor-grid.gutter-xl > .row > .pull-6 {
  right: calc((100% - 828px) * 0.25 + 216px);
}
mor-grid.gutter-xl > .row > .col-7 {
  width: calc((100% - 828px) * 0.2917 + 216px);
}
mor-grid.gutter-xl > .row > .offset-7 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.2917 + 252px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-7 {
  left: calc((100% - 828px) * 0.2917 + 252px);
}
mor-grid.gutter-xl > .row > .pull-7 {
  right: calc((100% - 828px) * 0.2917 + 252px);
}
mor-grid.gutter-xl > .row > .col-8 {
  width: calc((100% - 828px) * 0.3333 + 252px);
}
mor-grid.gutter-xl > .row > .offset-8 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.3333 + 288px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-8 {
  left: calc((100% - 828px) * 0.3333 + 288px);
}
mor-grid.gutter-xl > .row > .pull-8 {
  right: calc((100% - 828px) * 0.3333 + 288px);
}
mor-grid.gutter-xl > .row > .col-9 {
  width: calc((100% - 828px) * 0.375 + 288px);
}
mor-grid.gutter-xl > .row > .offset-9 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.375 + 324px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-9 {
  left: calc((100% - 828px) * 0.375 + 324px);
}
mor-grid.gutter-xl > .row > .pull-9 {
  right: calc((100% - 828px) * 0.375 + 324px);
}
mor-grid.gutter-xl > .row > .col-10 {
  width: calc((100% - 828px) * 0.4167 + 324px);
}
mor-grid.gutter-xl > .row > .offset-10 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.4167 + 360px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-10 {
  left: calc((100% - 828px) * 0.4167 + 360px);
}
mor-grid.gutter-xl > .row > .pull-10 {
  right: calc((100% - 828px) * 0.4167 + 360px);
}
mor-grid.gutter-xl > .row > .col-11 {
  width: calc((100% - 828px) * 0.4583 + 360px);
}
mor-grid.gutter-xl > .row > .offset-11 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.4583 + 396px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-11 {
  left: calc((100% - 828px) * 0.4583 + 396px);
}
mor-grid.gutter-xl > .row > .pull-11 {
  right: calc((100% - 828px) * 0.4583 + 396px);
}
mor-grid.gutter-xl > .row > .col-12 {
  width: calc((100% - 828px) * 0.5 + 396px);
}
mor-grid.gutter-xl > .row > .offset-12 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.5 + 432px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-12 {
  left: calc((100% - 828px) * 0.5 + 432px);
}
mor-grid.gutter-xl > .row > .pull-12 {
  right: calc((100% - 828px) * 0.5 + 432px);
}
mor-grid.gutter-xl > .row > .col-13 {
  width: calc((100% - 828px) * 0.5417 + 432px);
}
mor-grid.gutter-xl > .row > .offset-13 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.5417 + 468px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-13 {
  left: calc((100% - 828px) * 0.5417 + 468px);
}
mor-grid.gutter-xl > .row > .pull-13 {
  right: calc((100% - 828px) * 0.5417 + 468px);
}
mor-grid.gutter-xl > .row > .col-14 {
  width: calc((100% - 828px) * 0.5833 + 468px);
}
mor-grid.gutter-xl > .row > .offset-14 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.5833 + 504px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-14 {
  left: calc((100% - 828px) * 0.5833 + 504px);
}
mor-grid.gutter-xl > .row > .pull-14 {
  right: calc((100% - 828px) * 0.5833 + 504px);
}
mor-grid.gutter-xl > .row > .col-15 {
  width: calc((100% - 828px) * 0.625 + 504px);
}
mor-grid.gutter-xl > .row > .offset-15 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.625 + 540px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-15 {
  left: calc((100% - 828px) * 0.625 + 540px);
}
mor-grid.gutter-xl > .row > .pull-15 {
  right: calc((100% - 828px) * 0.625 + 540px);
}
mor-grid.gutter-xl > .row > .col-16 {
  width: calc((100% - 828px) * 0.6667 + 540px);
}
mor-grid.gutter-xl > .row > .offset-16 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.6667 + 576px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-16 {
  left: calc((100% - 828px) * 0.6667 + 576px);
}
mor-grid.gutter-xl > .row > .pull-16 {
  right: calc((100% - 828px) * 0.6667 + 576px);
}
mor-grid.gutter-xl > .row > .col-17 {
  width: calc((100% - 828px) * 0.7083 + 576px);
}
mor-grid.gutter-xl > .row > .offset-17 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.7083 + 612px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-17 {
  left: calc((100% - 828px) * 0.7083 + 612px);
}
mor-grid.gutter-xl > .row > .pull-17 {
  right: calc((100% - 828px) * 0.7083 + 612px);
}
mor-grid.gutter-xl > .row > .col-18 {
  width: calc((100% - 828px) * 0.75 + 612px);
}
mor-grid.gutter-xl > .row > .offset-18 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.75 + 648px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-18 {
  left: calc((100% - 828px) * 0.75 + 648px);
}
mor-grid.gutter-xl > .row > .pull-18 {
  right: calc((100% - 828px) * 0.75 + 648px);
}
mor-grid.gutter-xl > .row > .col-19 {
  width: calc((100% - 828px) * 0.7917 + 648px);
}
mor-grid.gutter-xl > .row > .offset-19 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.7917 + 684px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-19 {
  left: calc((100% - 828px) * 0.7917 + 684px);
}
mor-grid.gutter-xl > .row > .pull-19 {
  right: calc((100% - 828px) * 0.7917 + 684px);
}
mor-grid.gutter-xl > .row > .col-20 {
  width: calc((100% - 828px) * 0.8333 + 684px);
}
mor-grid.gutter-xl > .row > .offset-20 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.8333 + 720px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-20 {
  left: calc((100% - 828px) * 0.8333 + 720px);
}
mor-grid.gutter-xl > .row > .pull-20 {
  right: calc((100% - 828px) * 0.8333 + 720px);
}
mor-grid.gutter-xl > .row > .col-21 {
  width: calc((100% - 828px) * 0.875 + 720px);
}
mor-grid.gutter-xl > .row > .offset-21 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.875 + 756px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-21 {
  left: calc((100% - 828px) * 0.875 + 756px);
}
mor-grid.gutter-xl > .row > .pull-21 {
  right: calc((100% - 828px) * 0.875 + 756px);
}
mor-grid.gutter-xl > .row > .col-22 {
  width: calc((100% - 828px) * 0.9167 + 756px);
}
mor-grid.gutter-xl > .row > .offset-22 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.9167 + 792px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-22 {
  left: calc((100% - 828px) * 0.9167 + 792px);
}
mor-grid.gutter-xl > .row > .pull-22 {
  right: calc((100% - 828px) * 0.9167 + 792px);
}
mor-grid.gutter-xl > .row > .col-23 {
  width: calc((100% - 828px) * 0.9583 + 792px);
}
mor-grid.gutter-xl > .row > .offset-23 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 828px) * 0.9583 + 828px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl > .row > .push-23 {
  left: calc((100% - 828px) * 0.9583 + 828px);
}
mor-grid.gutter-xl > .row > .pull-23 {
  right: calc((100% - 828px) * 0.9583 + 828px);
}
mor-grid.gutter-xl > .row > .col-24 {
  width: 100%;
}
mor-grid.gutter-xl.space-around > .row > .col-1 {
  width: calc((100% - 864px) * 0.0417 + 0px);
}
mor-grid.gutter-xl.space-around > .row > .offset-1 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.0417 + 54px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-1 {
  left: calc((100% - 864px) * 0.0417 + 36px);
}
mor-grid.gutter-xl.space-around > .row > .pull-1 {
  right: calc((100% - 864px) * 0.0417 + 36px);
}
mor-grid.gutter-xl.space-around > .row > [class*='col-'] {
  margin: 0 18px;
}
mor-grid.gutter-xl.space-around > .row {
  margin-bottom: 36px;
}
mor-grid.gutter-xl.space-around > .row > .col {
  margin-right: 36px;
}
mor-grid.gutter-xl.space-around > .row > .col-2 {
  width: calc((100% - 864px) * 0.0833 + 36px);
}
mor-grid.gutter-xl.space-around > .row > .offset-2 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.0833 + 90px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-2 {
  left: calc((100% - 864px) * 0.0833 + 72px);
}
mor-grid.gutter-xl.space-around > .row > .pull-2 {
  right: calc((100% - 864px) * 0.0833 + 72px);
}
mor-grid.gutter-xl.space-around > .row > .col-3 {
  width: calc((100% - 864px) * 0.125 + 72px);
}
mor-grid.gutter-xl.space-around > .row > .offset-3 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.125 + 126px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-3 {
  left: calc((100% - 864px) * 0.125 + 108px);
}
mor-grid.gutter-xl.space-around > .row > .pull-3 {
  right: calc((100% - 864px) * 0.125 + 108px);
}
mor-grid.gutter-xl.space-around > .row > .col-4 {
  width: calc((100% - 864px) * 0.1667 + 108px);
}
mor-grid.gutter-xl.space-around > .row > .offset-4 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.1667 + 162px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-4 {
  left: calc((100% - 864px) * 0.1667 + 144px);
}
mor-grid.gutter-xl.space-around > .row > .pull-4 {
  right: calc((100% - 864px) * 0.1667 + 144px);
}
mor-grid.gutter-xl.space-around > .row > .col-5 {
  width: calc((100% - 864px) * 0.2083 + 144px);
}
mor-grid.gutter-xl.space-around > .row > .offset-5 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.2083 + 198px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-5 {
  left: calc((100% - 864px) * 0.2083 + 180px);
}
mor-grid.gutter-xl.space-around > .row > .pull-5 {
  right: calc((100% - 864px) * 0.2083 + 180px);
}
mor-grid.gutter-xl.space-around > .row > .col-6 {
  width: calc((100% - 864px) * 0.25 + 180px);
}
mor-grid.gutter-xl.space-around > .row > .offset-6 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.25 + 234px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-6 {
  left: calc((100% - 864px) * 0.25 + 216px);
}
mor-grid.gutter-xl.space-around > .row > .pull-6 {
  right: calc((100% - 864px) * 0.25 + 216px);
}
mor-grid.gutter-xl.space-around > .row > .col-7 {
  width: calc((100% - 864px) * 0.2917 + 216px);
}
mor-grid.gutter-xl.space-around > .row > .offset-7 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.2917 + 270px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-7 {
  left: calc((100% - 864px) * 0.2917 + 252px);
}
mor-grid.gutter-xl.space-around > .row > .pull-7 {
  right: calc((100% - 864px) * 0.2917 + 252px);
}
mor-grid.gutter-xl.space-around > .row > .col-8 {
  width: calc((100% - 864px) * 0.3333 + 252px);
}
mor-grid.gutter-xl.space-around > .row > .offset-8 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.3333 + 306px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-8 {
  left: calc((100% - 864px) * 0.3333 + 288px);
}
mor-grid.gutter-xl.space-around > .row > .pull-8 {
  right: calc((100% - 864px) * 0.3333 + 288px);
}
mor-grid.gutter-xl.space-around > .row > .col-9 {
  width: calc((100% - 864px) * 0.375 + 288px);
}
mor-grid.gutter-xl.space-around > .row > .offset-9 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.375 + 342px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-9 {
  left: calc((100% - 864px) * 0.375 + 324px);
}
mor-grid.gutter-xl.space-around > .row > .pull-9 {
  right: calc((100% - 864px) * 0.375 + 324px);
}
mor-grid.gutter-xl.space-around > .row > .col-10 {
  width: calc((100% - 864px) * 0.4167 + 324px);
}
mor-grid.gutter-xl.space-around > .row > .offset-10 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.4167 + 378px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-10 {
  left: calc((100% - 864px) * 0.4167 + 360px);
}
mor-grid.gutter-xl.space-around > .row > .pull-10 {
  right: calc((100% - 864px) * 0.4167 + 360px);
}
mor-grid.gutter-xl.space-around > .row > .col-11 {
  width: calc((100% - 864px) * 0.4583 + 360px);
}
mor-grid.gutter-xl.space-around > .row > .offset-11 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.4583 + 414px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-11 {
  left: calc((100% - 864px) * 0.4583 + 396px);
}
mor-grid.gutter-xl.space-around > .row > .pull-11 {
  right: calc((100% - 864px) * 0.4583 + 396px);
}
mor-grid.gutter-xl.space-around > .row > .col-12 {
  width: calc((100% - 864px) * 0.5 + 396px);
}
mor-grid.gutter-xl.space-around > .row > .offset-12 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.5 + 450px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-12 {
  left: calc((100% - 864px) * 0.5 + 432px);
}
mor-grid.gutter-xl.space-around > .row > .pull-12 {
  right: calc((100% - 864px) * 0.5 + 432px);
}
mor-grid.gutter-xl.space-around > .row > .col-13 {
  width: calc((100% - 864px) * 0.5417 + 432px);
}
mor-grid.gutter-xl.space-around > .row > .offset-13 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.5417 + 486px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-13 {
  left: calc((100% - 864px) * 0.5417 + 468px);
}
mor-grid.gutter-xl.space-around > .row > .pull-13 {
  right: calc((100% - 864px) * 0.5417 + 468px);
}
mor-grid.gutter-xl.space-around > .row > .col-14 {
  width: calc((100% - 864px) * 0.5833 + 468px);
}
mor-grid.gutter-xl.space-around > .row > .offset-14 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.5833 + 522px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-14 {
  left: calc((100% - 864px) * 0.5833 + 504px);
}
mor-grid.gutter-xl.space-around > .row > .pull-14 {
  right: calc((100% - 864px) * 0.5833 + 504px);
}
mor-grid.gutter-xl.space-around > .row > .col-15 {
  width: calc((100% - 864px) * 0.625 + 504px);
}
mor-grid.gutter-xl.space-around > .row > .offset-15 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.625 + 558px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-15 {
  left: calc((100% - 864px) * 0.625 + 540px);
}
mor-grid.gutter-xl.space-around > .row > .pull-15 {
  right: calc((100% - 864px) * 0.625 + 540px);
}
mor-grid.gutter-xl.space-around > .row > .col-16 {
  width: calc((100% - 864px) * 0.6667 + 540px);
}
mor-grid.gutter-xl.space-around > .row > .offset-16 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.6667 + 594px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-16 {
  left: calc((100% - 864px) * 0.6667 + 576px);
}
mor-grid.gutter-xl.space-around > .row > .pull-16 {
  right: calc((100% - 864px) * 0.6667 + 576px);
}
mor-grid.gutter-xl.space-around > .row > .col-17 {
  width: calc((100% - 864px) * 0.7083 + 576px);
}
mor-grid.gutter-xl.space-around > .row > .offset-17 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.7083 + 630px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-17 {
  left: calc((100% - 864px) * 0.7083 + 612px);
}
mor-grid.gutter-xl.space-around > .row > .pull-17 {
  right: calc((100% - 864px) * 0.7083 + 612px);
}
mor-grid.gutter-xl.space-around > .row > .col-18 {
  width: calc((100% - 864px) * 0.75 + 612px);
}
mor-grid.gutter-xl.space-around > .row > .offset-18 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.75 + 666px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-18 {
  left: calc((100% - 864px) * 0.75 + 648px);
}
mor-grid.gutter-xl.space-around > .row > .pull-18 {
  right: calc((100% - 864px) * 0.75 + 648px);
}
mor-grid.gutter-xl.space-around > .row > .col-19 {
  width: calc((100% - 864px) * 0.7917 + 648px);
}
mor-grid.gutter-xl.space-around > .row > .offset-19 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.7917 + 702px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-19 {
  left: calc((100% - 864px) * 0.7917 + 684px);
}
mor-grid.gutter-xl.space-around > .row > .pull-19 {
  right: calc((100% - 864px) * 0.7917 + 684px);
}
mor-grid.gutter-xl.space-around > .row > .col-20 {
  width: calc((100% - 864px) * 0.8333 + 684px);
}
mor-grid.gutter-xl.space-around > .row > .offset-20 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.8333 + 738px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-20 {
  left: calc((100% - 864px) * 0.8333 + 720px);
}
mor-grid.gutter-xl.space-around > .row > .pull-20 {
  right: calc((100% - 864px) * 0.8333 + 720px);
}
mor-grid.gutter-xl.space-around > .row > .col-21 {
  width: calc((100% - 864px) * 0.875 + 720px);
}
mor-grid.gutter-xl.space-around > .row > .offset-21 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.875 + 774px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-21 {
  left: calc((100% - 864px) * 0.875 + 756px);
}
mor-grid.gutter-xl.space-around > .row > .pull-21 {
  right: calc((100% - 864px) * 0.875 + 756px);
}
mor-grid.gutter-xl.space-around > .row > .col-22 {
  width: calc((100% - 864px) * 0.9167 + 756px);
}
mor-grid.gutter-xl.space-around > .row > .offset-22 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.9167 + 810px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-22 {
  left: calc((100% - 864px) * 0.9167 + 792px);
}
mor-grid.gutter-xl.space-around > .row > .pull-22 {
  right: calc((100% - 864px) * 0.9167 + 792px);
}
mor-grid.gutter-xl.space-around > .row > .col-23 {
  width: calc((100% - 864px) * 0.9583 + 792px);
}
mor-grid.gutter-xl.space-around > .row > .offset-23 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 864px) * 0.9583 + 846px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-xl.space-around > .row > .push-23 {
  left: calc((100% - 864px) * 0.9583 + 828px);
}
mor-grid.gutter-xl.space-around > .row > .pull-23 {
  right: calc((100% - 864px) * 0.9583 + 828px);
}
mor-grid.gutter-xl.space-around > .row > .col-24 {
  width: 100%;
}
mor-grid.gutter-none > .row > .col-1 {
  width: calc((100% - 0px) * 0.0417 + 0px);
}
mor-grid.gutter-none > .row > .offset-1 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.0417 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-1 {
  left: calc((100% - 0px) * 0.0417 + 0px);
}
mor-grid.gutter-none > .row > .pull-1 {
  right: calc((100% - 0px) * 0.0417 + 0px);
}
mor-grid.gutter-none > .row > [class*='col-'] {
  margin-right: 0px;
}
mor-grid.gutter-none > .row {
  margin-bottom: 0px;
}
mor-grid.gutter-none > .row > .col {
  margin-right: 0px;
}
mor-grid.gutter-none > .row > .col-2 {
  width: calc((100% - 0px) * 0.0833 + 0px);
}
mor-grid.gutter-none > .row > .offset-2 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.0833 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-2 {
  left: calc((100% - 0px) * 0.0833 + 0px);
}
mor-grid.gutter-none > .row > .pull-2 {
  right: calc((100% - 0px) * 0.0833 + 0px);
}
mor-grid.gutter-none > .row > .col-3 {
  width: calc((100% - 0px) * 0.125 + 0px);
}
mor-grid.gutter-none > .row > .offset-3 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.125 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-3 {
  left: calc((100% - 0px) * 0.125 + 0px);
}
mor-grid.gutter-none > .row > .pull-3 {
  right: calc((100% - 0px) * 0.125 + 0px);
}
mor-grid.gutter-none > .row > .col-4 {
  width: calc((100% - 0px) * 0.1667 + 0px);
}
mor-grid.gutter-none > .row > .offset-4 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.1667 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-4 {
  left: calc((100% - 0px) * 0.1667 + 0px);
}
mor-grid.gutter-none > .row > .pull-4 {
  right: calc((100% - 0px) * 0.1667 + 0px);
}
mor-grid.gutter-none > .row > .col-5 {
  width: calc((100% - 0px) * 0.2083 + 0px);
}
mor-grid.gutter-none > .row > .offset-5 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.2083 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-5 {
  left: calc((100% - 0px) * 0.2083 + 0px);
}
mor-grid.gutter-none > .row > .pull-5 {
  right: calc((100% - 0px) * 0.2083 + 0px);
}
mor-grid.gutter-none > .row > .col-6 {
  width: calc((100% - 0px) * 0.25 + 0px);
}
mor-grid.gutter-none > .row > .offset-6 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.25 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-6 {
  left: calc((100% - 0px) * 0.25 + 0px);
}
mor-grid.gutter-none > .row > .pull-6 {
  right: calc((100% - 0px) * 0.25 + 0px);
}
mor-grid.gutter-none > .row > .col-7 {
  width: calc((100% - 0px) * 0.2917 + 0px);
}
mor-grid.gutter-none > .row > .offset-7 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.2917 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-7 {
  left: calc((100% - 0px) * 0.2917 + 0px);
}
mor-grid.gutter-none > .row > .pull-7 {
  right: calc((100% - 0px) * 0.2917 + 0px);
}
mor-grid.gutter-none > .row > .col-8 {
  width: calc((100% - 0px) * 0.3333 + 0px);
}
mor-grid.gutter-none > .row > .offset-8 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.3333 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-8 {
  left: calc((100% - 0px) * 0.3333 + 0px);
}
mor-grid.gutter-none > .row > .pull-8 {
  right: calc((100% - 0px) * 0.3333 + 0px);
}
mor-grid.gutter-none > .row > .col-9 {
  width: calc((100% - 0px) * 0.375 + 0px);
}
mor-grid.gutter-none > .row > .offset-9 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.375 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-9 {
  left: calc((100% - 0px) * 0.375 + 0px);
}
mor-grid.gutter-none > .row > .pull-9 {
  right: calc((100% - 0px) * 0.375 + 0px);
}
mor-grid.gutter-none > .row > .col-10 {
  width: calc((100% - 0px) * 0.4167 + 0px);
}
mor-grid.gutter-none > .row > .offset-10 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.4167 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-10 {
  left: calc((100% - 0px) * 0.4167 + 0px);
}
mor-grid.gutter-none > .row > .pull-10 {
  right: calc((100% - 0px) * 0.4167 + 0px);
}
mor-grid.gutter-none > .row > .col-11 {
  width: calc((100% - 0px) * 0.4583 + 0px);
}
mor-grid.gutter-none > .row > .offset-11 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.4583 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-11 {
  left: calc((100% - 0px) * 0.4583 + 0px);
}
mor-grid.gutter-none > .row > .pull-11 {
  right: calc((100% - 0px) * 0.4583 + 0px);
}
mor-grid.gutter-none > .row > .col-12 {
  width: calc((100% - 0px) * 0.5 + 0px);
}
mor-grid.gutter-none > .row > .offset-12 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.5 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-12 {
  left: calc((100% - 0px) * 0.5 + 0px);
}
mor-grid.gutter-none > .row > .pull-12 {
  right: calc((100% - 0px) * 0.5 + 0px);
}
mor-grid.gutter-none > .row > .col-13 {
  width: calc((100% - 0px) * 0.5417 + 0px);
}
mor-grid.gutter-none > .row > .offset-13 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.5417 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-13 {
  left: calc((100% - 0px) * 0.5417 + 0px);
}
mor-grid.gutter-none > .row > .pull-13 {
  right: calc((100% - 0px) * 0.5417 + 0px);
}
mor-grid.gutter-none > .row > .col-14 {
  width: calc((100% - 0px) * 0.5833 + 0px);
}
mor-grid.gutter-none > .row > .offset-14 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.5833 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-14 {
  left: calc((100% - 0px) * 0.5833 + 0px);
}
mor-grid.gutter-none > .row > .pull-14 {
  right: calc((100% - 0px) * 0.5833 + 0px);
}
mor-grid.gutter-none > .row > .col-15 {
  width: calc((100% - 0px) * 0.625 + 0px);
}
mor-grid.gutter-none > .row > .offset-15 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.625 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-15 {
  left: calc((100% - 0px) * 0.625 + 0px);
}
mor-grid.gutter-none > .row > .pull-15 {
  right: calc((100% - 0px) * 0.625 + 0px);
}
mor-grid.gutter-none > .row > .col-16 {
  width: calc((100% - 0px) * 0.6667 + 0px);
}
mor-grid.gutter-none > .row > .offset-16 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.6667 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-16 {
  left: calc((100% - 0px) * 0.6667 + 0px);
}
mor-grid.gutter-none > .row > .pull-16 {
  right: calc((100% - 0px) * 0.6667 + 0px);
}
mor-grid.gutter-none > .row > .col-17 {
  width: calc((100% - 0px) * 0.7083 + 0px);
}
mor-grid.gutter-none > .row > .offset-17 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.7083 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-17 {
  left: calc((100% - 0px) * 0.7083 + 0px);
}
mor-grid.gutter-none > .row > .pull-17 {
  right: calc((100% - 0px) * 0.7083 + 0px);
}
mor-grid.gutter-none > .row > .col-18 {
  width: calc((100% - 0px) * 0.75 + 0px);
}
mor-grid.gutter-none > .row > .offset-18 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.75 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-18 {
  left: calc((100% - 0px) * 0.75 + 0px);
}
mor-grid.gutter-none > .row > .pull-18 {
  right: calc((100% - 0px) * 0.75 + 0px);
}
mor-grid.gutter-none > .row > .col-19 {
  width: calc((100% - 0px) * 0.7917 + 0px);
}
mor-grid.gutter-none > .row > .offset-19 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.7917 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-19 {
  left: calc((100% - 0px) * 0.7917 + 0px);
}
mor-grid.gutter-none > .row > .pull-19 {
  right: calc((100% - 0px) * 0.7917 + 0px);
}
mor-grid.gutter-none > .row > .col-20 {
  width: calc((100% - 0px) * 0.8333 + 0px);
}
mor-grid.gutter-none > .row > .offset-20 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.8333 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-20 {
  left: calc((100% - 0px) * 0.8333 + 0px);
}
mor-grid.gutter-none > .row > .pull-20 {
  right: calc((100% - 0px) * 0.8333 + 0px);
}
mor-grid.gutter-none > .row > .col-21 {
  width: calc((100% - 0px) * 0.875 + 0px);
}
mor-grid.gutter-none > .row > .offset-21 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.875 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-21 {
  left: calc((100% - 0px) * 0.875 + 0px);
}
mor-grid.gutter-none > .row > .pull-21 {
  right: calc((100% - 0px) * 0.875 + 0px);
}
mor-grid.gutter-none > .row > .col-22 {
  width: calc((100% - 0px) * 0.9167 + 0px);
}
mor-grid.gutter-none > .row > .offset-22 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.9167 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-22 {
  left: calc((100% - 0px) * 0.9167 + 0px);
}
mor-grid.gutter-none > .row > .pull-22 {
  right: calc((100% - 0px) * 0.9167 + 0px);
}
mor-grid.gutter-none > .row > .col-23 {
  width: calc((100% - 0px) * 0.9583 + 0px);
}
mor-grid.gutter-none > .row > .offset-23 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.9583 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none > .row > .push-23 {
  left: calc((100% - 0px) * 0.9583 + 0px);
}
mor-grid.gutter-none > .row > .pull-23 {
  right: calc((100% - 0px) * 0.9583 + 0px);
}
mor-grid.gutter-none > .row > .col-24 {
  width: 100%;
}
mor-grid.gutter-none.space-around > .row > .col-1 {
  width: calc((100% - 0px) * 0.0417 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-1 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.0417 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-1 {
  left: calc((100% - 0px) * 0.0417 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-1 {
  right: calc((100% - 0px) * 0.0417 + 0px);
}
mor-grid.gutter-none.space-around > .row > [class*='col-'] {
  margin: 0 0px;
}
mor-grid.gutter-none.space-around > .row {
  margin-bottom: 0px;
}
mor-grid.gutter-none.space-around > .row > .col {
  margin-right: 0px;
}
mor-grid.gutter-none.space-around > .row > .col-2 {
  width: calc((100% - 0px) * 0.0833 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-2 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.0833 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-2 {
  left: calc((100% - 0px) * 0.0833 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-2 {
  right: calc((100% - 0px) * 0.0833 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-3 {
  width: calc((100% - 0px) * 0.125 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-3 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.125 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-3 {
  left: calc((100% - 0px) * 0.125 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-3 {
  right: calc((100% - 0px) * 0.125 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-4 {
  width: calc((100% - 0px) * 0.1667 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-4 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.1667 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-4 {
  left: calc((100% - 0px) * 0.1667 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-4 {
  right: calc((100% - 0px) * 0.1667 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-5 {
  width: calc((100% - 0px) * 0.2083 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-5 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.2083 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-5 {
  left: calc((100% - 0px) * 0.2083 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-5 {
  right: calc((100% - 0px) * 0.2083 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-6 {
  width: calc((100% - 0px) * 0.25 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-6 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.25 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-6 {
  left: calc((100% - 0px) * 0.25 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-6 {
  right: calc((100% - 0px) * 0.25 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-7 {
  width: calc((100% - 0px) * 0.2917 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-7 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.2917 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-7 {
  left: calc((100% - 0px) * 0.2917 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-7 {
  right: calc((100% - 0px) * 0.2917 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-8 {
  width: calc((100% - 0px) * 0.3333 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-8 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.3333 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-8 {
  left: calc((100% - 0px) * 0.3333 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-8 {
  right: calc((100% - 0px) * 0.3333 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-9 {
  width: calc((100% - 0px) * 0.375 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-9 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.375 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-9 {
  left: calc((100% - 0px) * 0.375 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-9 {
  right: calc((100% - 0px) * 0.375 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-10 {
  width: calc((100% - 0px) * 0.4167 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-10 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.4167 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-10 {
  left: calc((100% - 0px) * 0.4167 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-10 {
  right: calc((100% - 0px) * 0.4167 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-11 {
  width: calc((100% - 0px) * 0.4583 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-11 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.4583 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-11 {
  left: calc((100% - 0px) * 0.4583 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-11 {
  right: calc((100% - 0px) * 0.4583 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-12 {
  width: calc((100% - 0px) * 0.5 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-12 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.5 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-12 {
  left: calc((100% - 0px) * 0.5 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-12 {
  right: calc((100% - 0px) * 0.5 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-13 {
  width: calc((100% - 0px) * 0.5417 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-13 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.5417 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-13 {
  left: calc((100% - 0px) * 0.5417 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-13 {
  right: calc((100% - 0px) * 0.5417 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-14 {
  width: calc((100% - 0px) * 0.5833 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-14 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.5833 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-14 {
  left: calc((100% - 0px) * 0.5833 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-14 {
  right: calc((100% - 0px) * 0.5833 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-15 {
  width: calc((100% - 0px) * 0.625 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-15 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.625 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-15 {
  left: calc((100% - 0px) * 0.625 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-15 {
  right: calc((100% - 0px) * 0.625 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-16 {
  width: calc((100% - 0px) * 0.6667 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-16 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.6667 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-16 {
  left: calc((100% - 0px) * 0.6667 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-16 {
  right: calc((100% - 0px) * 0.6667 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-17 {
  width: calc((100% - 0px) * 0.7083 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-17 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.7083 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-17 {
  left: calc((100% - 0px) * 0.7083 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-17 {
  right: calc((100% - 0px) * 0.7083 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-18 {
  width: calc((100% - 0px) * 0.75 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-18 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.75 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-18 {
  left: calc((100% - 0px) * 0.75 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-18 {
  right: calc((100% - 0px) * 0.75 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-19 {
  width: calc((100% - 0px) * 0.7917 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-19 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.7917 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-19 {
  left: calc((100% - 0px) * 0.7917 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-19 {
  right: calc((100% - 0px) * 0.7917 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-20 {
  width: calc((100% - 0px) * 0.8333 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-20 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.8333 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-20 {
  left: calc((100% - 0px) * 0.8333 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-20 {
  right: calc((100% - 0px) * 0.8333 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-21 {
  width: calc((100% - 0px) * 0.875 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-21 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.875 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-21 {
  left: calc((100% - 0px) * 0.875 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-21 {
  right: calc((100% - 0px) * 0.875 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-22 {
  width: calc((100% - 0px) * 0.9167 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-22 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.9167 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-22 {
  left: calc((100% - 0px) * 0.9167 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-22 {
  right: calc((100% - 0px) * 0.9167 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-23 {
  width: calc((100% - 0px) * 0.9583 + 0px);
}
mor-grid.gutter-none.space-around > .row > .offset-23 {
  /* stylelint-disable max-line-length */
  margin-left: calc((100% - 0px) * 0.9583 + 0px);
  /* stylelint-enable max-line-length */
}
mor-grid.gutter-none.space-around > .row > .push-23 {
  left: calc((100% - 0px) * 0.9583 + 0px);
}
mor-grid.gutter-none.space-around > .row > .pull-23 {
  right: calc((100% - 0px) * 0.9583 + 0px);
}
mor-grid.gutter-none.space-around > .row > .col-24 {
  width: 100%;
}
mor-grid:not(.space-around) .row > [class*='col-']:last-child,
mor-grid:not(.space-around) .row > .col:last-child {
  margin-right: 0 !important;
}
mor-grid.fill,
mor-grid.fill > .row,
mor-grid.fill > .row > .col,
mor-grid.fill > .row > [class*='col-'] {
  height: 100%;
}
@media only screen and (max-width: 575.98px) {
  mor-grid.gutter-xs > .row > .xs-col-1 {
    width: calc((100% - 92px) * 0.0417 + 0px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.0417 + 4px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-1 {
    left: calc((100% - 92px) * 0.0417 + 4px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-1 {
    right: calc((100% - 92px) * 0.0417 + 4px);
  }
  mor-grid.gutter-xs > .row > .xs-col-2 {
    width: calc((100% - 92px) * 0.0833 + 4px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.0833 + 8px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-2 {
    left: calc((100% - 92px) * 0.0833 + 8px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-2 {
    right: calc((100% - 92px) * 0.0833 + 8px);
  }
  mor-grid.gutter-xs > .row > .xs-col-3 {
    width: calc((100% - 92px) * 0.125 + 8px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.125 + 12px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-3 {
    left: calc((100% - 92px) * 0.125 + 12px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-3 {
    right: calc((100% - 92px) * 0.125 + 12px);
  }
  mor-grid.gutter-xs > .row > .xs-col-4 {
    width: calc((100% - 92px) * 0.1667 + 12px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.1667 + 16px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-4 {
    left: calc((100% - 92px) * 0.1667 + 16px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-4 {
    right: calc((100% - 92px) * 0.1667 + 16px);
  }
  mor-grid.gutter-xs > .row > .xs-col-5 {
    width: calc((100% - 92px) * 0.2083 + 16px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.2083 + 20px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-5 {
    left: calc((100% - 92px) * 0.2083 + 20px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-5 {
    right: calc((100% - 92px) * 0.2083 + 20px);
  }
  mor-grid.gutter-xs > .row > .xs-col-6 {
    width: calc((100% - 92px) * 0.25 + 20px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.25 + 24px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-6 {
    left: calc((100% - 92px) * 0.25 + 24px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-6 {
    right: calc((100% - 92px) * 0.25 + 24px);
  }
  mor-grid.gutter-xs > .row > .xs-col-7 {
    width: calc((100% - 92px) * 0.2917 + 24px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.2917 + 28px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-7 {
    left: calc((100% - 92px) * 0.2917 + 28px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-7 {
    right: calc((100% - 92px) * 0.2917 + 28px);
  }
  mor-grid.gutter-xs > .row > .xs-col-8 {
    width: calc((100% - 92px) * 0.3333 + 28px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.3333 + 32px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-8 {
    left: calc((100% - 92px) * 0.3333 + 32px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-8 {
    right: calc((100% - 92px) * 0.3333 + 32px);
  }
  mor-grid.gutter-xs > .row > .xs-col-9 {
    width: calc((100% - 92px) * 0.375 + 32px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.375 + 36px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-9 {
    left: calc((100% - 92px) * 0.375 + 36px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-9 {
    right: calc((100% - 92px) * 0.375 + 36px);
  }
  mor-grid.gutter-xs > .row > .xs-col-10 {
    width: calc((100% - 92px) * 0.4167 + 36px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.4167 + 40px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-10 {
    left: calc((100% - 92px) * 0.4167 + 40px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-10 {
    right: calc((100% - 92px) * 0.4167 + 40px);
  }
  mor-grid.gutter-xs > .row > .xs-col-11 {
    width: calc((100% - 92px) * 0.4583 + 40px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.4583 + 44px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-11 {
    left: calc((100% - 92px) * 0.4583 + 44px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-11 {
    right: calc((100% - 92px) * 0.4583 + 44px);
  }
  mor-grid.gutter-xs > .row > .xs-col-12 {
    width: calc((100% - 92px) * 0.5 + 44px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.5 + 48px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-12 {
    left: calc((100% - 92px) * 0.5 + 48px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-12 {
    right: calc((100% - 92px) * 0.5 + 48px);
  }
  mor-grid.gutter-xs > .row > .xs-col-13 {
    width: calc((100% - 92px) * 0.5417 + 48px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.5417 + 52px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-13 {
    left: calc((100% - 92px) * 0.5417 + 52px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-13 {
    right: calc((100% - 92px) * 0.5417 + 52px);
  }
  mor-grid.gutter-xs > .row > .xs-col-14 {
    width: calc((100% - 92px) * 0.5833 + 52px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.5833 + 56px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-14 {
    left: calc((100% - 92px) * 0.5833 + 56px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-14 {
    right: calc((100% - 92px) * 0.5833 + 56px);
  }
  mor-grid.gutter-xs > .row > .xs-col-15 {
    width: calc((100% - 92px) * 0.625 + 56px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.625 + 60px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-15 {
    left: calc((100% - 92px) * 0.625 + 60px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-15 {
    right: calc((100% - 92px) * 0.625 + 60px);
  }
  mor-grid.gutter-xs > .row > .xs-col-16 {
    width: calc((100% - 92px) * 0.6667 + 60px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.6667 + 64px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-16 {
    left: calc((100% - 92px) * 0.6667 + 64px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-16 {
    right: calc((100% - 92px) * 0.6667 + 64px);
  }
  mor-grid.gutter-xs > .row > .xs-col-17 {
    width: calc((100% - 92px) * 0.7083 + 64px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.7083 + 68px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-17 {
    left: calc((100% - 92px) * 0.7083 + 68px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-17 {
    right: calc((100% - 92px) * 0.7083 + 68px);
  }
  mor-grid.gutter-xs > .row > .xs-col-18 {
    width: calc((100% - 92px) * 0.75 + 68px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.75 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-18 {
    left: calc((100% - 92px) * 0.75 + 72px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-18 {
    right: calc((100% - 92px) * 0.75 + 72px);
  }
  mor-grid.gutter-xs > .row > .xs-col-19 {
    width: calc((100% - 92px) * 0.7917 + 72px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.7917 + 76px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-19 {
    left: calc((100% - 92px) * 0.7917 + 76px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-19 {
    right: calc((100% - 92px) * 0.7917 + 76px);
  }
  mor-grid.gutter-xs > .row > .xs-col-20 {
    width: calc((100% - 92px) * 0.8333 + 76px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.8333 + 80px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-20 {
    left: calc((100% - 92px) * 0.8333 + 80px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-20 {
    right: calc((100% - 92px) * 0.8333 + 80px);
  }
  mor-grid.gutter-xs > .row > .xs-col-21 {
    width: calc((100% - 92px) * 0.875 + 80px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.875 + 84px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-21 {
    left: calc((100% - 92px) * 0.875 + 84px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-21 {
    right: calc((100% - 92px) * 0.875 + 84px);
  }
  mor-grid.gutter-xs > .row > .xs-col-22 {
    width: calc((100% - 92px) * 0.9167 + 84px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.9167 + 88px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-22 {
    left: calc((100% - 92px) * 0.9167 + 88px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-22 {
    right: calc((100% - 92px) * 0.9167 + 88px);
  }
  mor-grid.gutter-xs > .row > .xs-col-23 {
    width: calc((100% - 92px) * 0.9583 + 88px);
  }
  mor-grid.gutter-xs > .row > .xs-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.9583 + 92px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xs-push-23 {
    left: calc((100% - 92px) * 0.9583 + 92px);
  }
  mor-grid.gutter-xs > .row > .xs-pull-23 {
    right: calc((100% - 92px) * 0.9583 + 92px);
  }
  mor-grid.gutter-xs > .row > .xs-col-24 {
    width: 100%;
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-1 {
    width: calc((100% - 96px) * 0.0417 + 0px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.0417 + 6px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-1 {
    left: calc((100% - 96px) * 0.0417 + 4px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-1 {
    right: calc((100% - 96px) * 0.0417 + 4px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-2 {
    width: calc((100% - 96px) * 0.0833 + 4px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.0833 + 10px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-2 {
    left: calc((100% - 96px) * 0.0833 + 8px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-2 {
    right: calc((100% - 96px) * 0.0833 + 8px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-3 {
    width: calc((100% - 96px) * 0.125 + 8px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.125 + 14px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-3 {
    left: calc((100% - 96px) * 0.125 + 12px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-3 {
    right: calc((100% - 96px) * 0.125 + 12px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-4 {
    width: calc((100% - 96px) * 0.1667 + 12px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.1667 + 18px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-4 {
    left: calc((100% - 96px) * 0.1667 + 16px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-4 {
    right: calc((100% - 96px) * 0.1667 + 16px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-5 {
    width: calc((100% - 96px) * 0.2083 + 16px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.2083 + 22px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-5 {
    left: calc((100% - 96px) * 0.2083 + 20px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-5 {
    right: calc((100% - 96px) * 0.2083 + 20px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-6 {
    width: calc((100% - 96px) * 0.25 + 20px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.25 + 26px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-6 {
    left: calc((100% - 96px) * 0.25 + 24px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-6 {
    right: calc((100% - 96px) * 0.25 + 24px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-7 {
    width: calc((100% - 96px) * 0.2917 + 24px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.2917 + 30px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-7 {
    left: calc((100% - 96px) * 0.2917 + 28px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-7 {
    right: calc((100% - 96px) * 0.2917 + 28px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-8 {
    width: calc((100% - 96px) * 0.3333 + 28px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.3333 + 34px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-8 {
    left: calc((100% - 96px) * 0.3333 + 32px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-8 {
    right: calc((100% - 96px) * 0.3333 + 32px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-9 {
    width: calc((100% - 96px) * 0.375 + 32px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.375 + 38px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-9 {
    left: calc((100% - 96px) * 0.375 + 36px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-9 {
    right: calc((100% - 96px) * 0.375 + 36px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-10 {
    width: calc((100% - 96px) * 0.4167 + 36px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.4167 + 42px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-10 {
    left: calc((100% - 96px) * 0.4167 + 40px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-10 {
    right: calc((100% - 96px) * 0.4167 + 40px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-11 {
    width: calc((100% - 96px) * 0.4583 + 40px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.4583 + 46px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-11 {
    left: calc((100% - 96px) * 0.4583 + 44px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-11 {
    right: calc((100% - 96px) * 0.4583 + 44px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-12 {
    width: calc((100% - 96px) * 0.5 + 44px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.5 + 50px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-12 {
    left: calc((100% - 96px) * 0.5 + 48px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-12 {
    right: calc((100% - 96px) * 0.5 + 48px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-13 {
    width: calc((100% - 96px) * 0.5417 + 48px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.5417 + 54px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-13 {
    left: calc((100% - 96px) * 0.5417 + 52px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-13 {
    right: calc((100% - 96px) * 0.5417 + 52px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-14 {
    width: calc((100% - 96px) * 0.5833 + 52px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.5833 + 58px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-14 {
    left: calc((100% - 96px) * 0.5833 + 56px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-14 {
    right: calc((100% - 96px) * 0.5833 + 56px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-15 {
    width: calc((100% - 96px) * 0.625 + 56px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.625 + 62px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-15 {
    left: calc((100% - 96px) * 0.625 + 60px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-15 {
    right: calc((100% - 96px) * 0.625 + 60px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-16 {
    width: calc((100% - 96px) * 0.6667 + 60px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.6667 + 66px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-16 {
    left: calc((100% - 96px) * 0.6667 + 64px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-16 {
    right: calc((100% - 96px) * 0.6667 + 64px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-17 {
    width: calc((100% - 96px) * 0.7083 + 64px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.7083 + 70px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-17 {
    left: calc((100% - 96px) * 0.7083 + 68px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-17 {
    right: calc((100% - 96px) * 0.7083 + 68px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-18 {
    width: calc((100% - 96px) * 0.75 + 68px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.75 + 74px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-18 {
    left: calc((100% - 96px) * 0.75 + 72px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-18 {
    right: calc((100% - 96px) * 0.75 + 72px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-19 {
    width: calc((100% - 96px) * 0.7917 + 72px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.7917 + 78px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-19 {
    left: calc((100% - 96px) * 0.7917 + 76px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-19 {
    right: calc((100% - 96px) * 0.7917 + 76px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-20 {
    width: calc((100% - 96px) * 0.8333 + 76px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.8333 + 82px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-20 {
    left: calc((100% - 96px) * 0.8333 + 80px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-20 {
    right: calc((100% - 96px) * 0.8333 + 80px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-21 {
    width: calc((100% - 96px) * 0.875 + 80px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.875 + 86px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-21 {
    left: calc((100% - 96px) * 0.875 + 84px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-21 {
    right: calc((100% - 96px) * 0.875 + 84px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-22 {
    width: calc((100% - 96px) * 0.9167 + 84px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.9167 + 90px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-22 {
    left: calc((100% - 96px) * 0.9167 + 88px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-22 {
    right: calc((100% - 96px) * 0.9167 + 88px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-23 {
    width: calc((100% - 96px) * 0.9583 + 88px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.9583 + 94px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xs-push-23 {
    left: calc((100% - 96px) * 0.9583 + 92px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-pull-23 {
    right: calc((100% - 96px) * 0.9583 + 92px);
  }
  mor-grid.gutter-xs.space-around > .row > .xs-col-24 {
    width: 100%;
  }
  mor-grid.gutter-s > .row > .xs-col-1 {
    width: calc((100% - 184px) * 0.0417 + 0px);
  }
  mor-grid.gutter-s > .row > .xs-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.0417 + 8px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-1 {
    left: calc((100% - 184px) * 0.0417 + 8px);
  }
  mor-grid.gutter-s > .row > .xs-pull-1 {
    right: calc((100% - 184px) * 0.0417 + 8px);
  }
  mor-grid.gutter-s > .row > .xs-col-2 {
    width: calc((100% - 184px) * 0.0833 + 8px);
  }
  mor-grid.gutter-s > .row > .xs-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.0833 + 16px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-2 {
    left: calc((100% - 184px) * 0.0833 + 16px);
  }
  mor-grid.gutter-s > .row > .xs-pull-2 {
    right: calc((100% - 184px) * 0.0833 + 16px);
  }
  mor-grid.gutter-s > .row > .xs-col-3 {
    width: calc((100% - 184px) * 0.125 + 16px);
  }
  mor-grid.gutter-s > .row > .xs-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.125 + 24px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-3 {
    left: calc((100% - 184px) * 0.125 + 24px);
  }
  mor-grid.gutter-s > .row > .xs-pull-3 {
    right: calc((100% - 184px) * 0.125 + 24px);
  }
  mor-grid.gutter-s > .row > .xs-col-4 {
    width: calc((100% - 184px) * 0.1667 + 24px);
  }
  mor-grid.gutter-s > .row > .xs-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.1667 + 32px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-4 {
    left: calc((100% - 184px) * 0.1667 + 32px);
  }
  mor-grid.gutter-s > .row > .xs-pull-4 {
    right: calc((100% - 184px) * 0.1667 + 32px);
  }
  mor-grid.gutter-s > .row > .xs-col-5 {
    width: calc((100% - 184px) * 0.2083 + 32px);
  }
  mor-grid.gutter-s > .row > .xs-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.2083 + 40px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-5 {
    left: calc((100% - 184px) * 0.2083 + 40px);
  }
  mor-grid.gutter-s > .row > .xs-pull-5 {
    right: calc((100% - 184px) * 0.2083 + 40px);
  }
  mor-grid.gutter-s > .row > .xs-col-6 {
    width: calc((100% - 184px) * 0.25 + 40px);
  }
  mor-grid.gutter-s > .row > .xs-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.25 + 48px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-6 {
    left: calc((100% - 184px) * 0.25 + 48px);
  }
  mor-grid.gutter-s > .row > .xs-pull-6 {
    right: calc((100% - 184px) * 0.25 + 48px);
  }
  mor-grid.gutter-s > .row > .xs-col-7 {
    width: calc((100% - 184px) * 0.2917 + 48px);
  }
  mor-grid.gutter-s > .row > .xs-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.2917 + 56px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-7 {
    left: calc((100% - 184px) * 0.2917 + 56px);
  }
  mor-grid.gutter-s > .row > .xs-pull-7 {
    right: calc((100% - 184px) * 0.2917 + 56px);
  }
  mor-grid.gutter-s > .row > .xs-col-8 {
    width: calc((100% - 184px) * 0.3333 + 56px);
  }
  mor-grid.gutter-s > .row > .xs-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.3333 + 64px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-8 {
    left: calc((100% - 184px) * 0.3333 + 64px);
  }
  mor-grid.gutter-s > .row > .xs-pull-8 {
    right: calc((100% - 184px) * 0.3333 + 64px);
  }
  mor-grid.gutter-s > .row > .xs-col-9 {
    width: calc((100% - 184px) * 0.375 + 64px);
  }
  mor-grid.gutter-s > .row > .xs-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.375 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-9 {
    left: calc((100% - 184px) * 0.375 + 72px);
  }
  mor-grid.gutter-s > .row > .xs-pull-9 {
    right: calc((100% - 184px) * 0.375 + 72px);
  }
  mor-grid.gutter-s > .row > .xs-col-10 {
    width: calc((100% - 184px) * 0.4167 + 72px);
  }
  mor-grid.gutter-s > .row > .xs-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.4167 + 80px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-10 {
    left: calc((100% - 184px) * 0.4167 + 80px);
  }
  mor-grid.gutter-s > .row > .xs-pull-10 {
    right: calc((100% - 184px) * 0.4167 + 80px);
  }
  mor-grid.gutter-s > .row > .xs-col-11 {
    width: calc((100% - 184px) * 0.4583 + 80px);
  }
  mor-grid.gutter-s > .row > .xs-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.4583 + 88px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-11 {
    left: calc((100% - 184px) * 0.4583 + 88px);
  }
  mor-grid.gutter-s > .row > .xs-pull-11 {
    right: calc((100% - 184px) * 0.4583 + 88px);
  }
  mor-grid.gutter-s > .row > .xs-col-12 {
    width: calc((100% - 184px) * 0.5 + 88px);
  }
  mor-grid.gutter-s > .row > .xs-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.5 + 96px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-12 {
    left: calc((100% - 184px) * 0.5 + 96px);
  }
  mor-grid.gutter-s > .row > .xs-pull-12 {
    right: calc((100% - 184px) * 0.5 + 96px);
  }
  mor-grid.gutter-s > .row > .xs-col-13 {
    width: calc((100% - 184px) * 0.5417 + 96px);
  }
  mor-grid.gutter-s > .row > .xs-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.5417 + 104px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-13 {
    left: calc((100% - 184px) * 0.5417 + 104px);
  }
  mor-grid.gutter-s > .row > .xs-pull-13 {
    right: calc((100% - 184px) * 0.5417 + 104px);
  }
  mor-grid.gutter-s > .row > .xs-col-14 {
    width: calc((100% - 184px) * 0.5833 + 104px);
  }
  mor-grid.gutter-s > .row > .xs-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.5833 + 112px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-14 {
    left: calc((100% - 184px) * 0.5833 + 112px);
  }
  mor-grid.gutter-s > .row > .xs-pull-14 {
    right: calc((100% - 184px) * 0.5833 + 112px);
  }
  mor-grid.gutter-s > .row > .xs-col-15 {
    width: calc((100% - 184px) * 0.625 + 112px);
  }
  mor-grid.gutter-s > .row > .xs-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.625 + 120px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-15 {
    left: calc((100% - 184px) * 0.625 + 120px);
  }
  mor-grid.gutter-s > .row > .xs-pull-15 {
    right: calc((100% - 184px) * 0.625 + 120px);
  }
  mor-grid.gutter-s > .row > .xs-col-16 {
    width: calc((100% - 184px) * 0.6667 + 120px);
  }
  mor-grid.gutter-s > .row > .xs-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.6667 + 128px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-16 {
    left: calc((100% - 184px) * 0.6667 + 128px);
  }
  mor-grid.gutter-s > .row > .xs-pull-16 {
    right: calc((100% - 184px) * 0.6667 + 128px);
  }
  mor-grid.gutter-s > .row > .xs-col-17 {
    width: calc((100% - 184px) * 0.7083 + 128px);
  }
  mor-grid.gutter-s > .row > .xs-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.7083 + 136px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-17 {
    left: calc((100% - 184px) * 0.7083 + 136px);
  }
  mor-grid.gutter-s > .row > .xs-pull-17 {
    right: calc((100% - 184px) * 0.7083 + 136px);
  }
  mor-grid.gutter-s > .row > .xs-col-18 {
    width: calc((100% - 184px) * 0.75 + 136px);
  }
  mor-grid.gutter-s > .row > .xs-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.75 + 144px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-18 {
    left: calc((100% - 184px) * 0.75 + 144px);
  }
  mor-grid.gutter-s > .row > .xs-pull-18 {
    right: calc((100% - 184px) * 0.75 + 144px);
  }
  mor-grid.gutter-s > .row > .xs-col-19 {
    width: calc((100% - 184px) * 0.7917 + 144px);
  }
  mor-grid.gutter-s > .row > .xs-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.7917 + 152px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-19 {
    left: calc((100% - 184px) * 0.7917 + 152px);
  }
  mor-grid.gutter-s > .row > .xs-pull-19 {
    right: calc((100% - 184px) * 0.7917 + 152px);
  }
  mor-grid.gutter-s > .row > .xs-col-20 {
    width: calc((100% - 184px) * 0.8333 + 152px);
  }
  mor-grid.gutter-s > .row > .xs-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.8333 + 160px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-20 {
    left: calc((100% - 184px) * 0.8333 + 160px);
  }
  mor-grid.gutter-s > .row > .xs-pull-20 {
    right: calc((100% - 184px) * 0.8333 + 160px);
  }
  mor-grid.gutter-s > .row > .xs-col-21 {
    width: calc((100% - 184px) * 0.875 + 160px);
  }
  mor-grid.gutter-s > .row > .xs-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.875 + 168px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-21 {
    left: calc((100% - 184px) * 0.875 + 168px);
  }
  mor-grid.gutter-s > .row > .xs-pull-21 {
    right: calc((100% - 184px) * 0.875 + 168px);
  }
  mor-grid.gutter-s > .row > .xs-col-22 {
    width: calc((100% - 184px) * 0.9167 + 168px);
  }
  mor-grid.gutter-s > .row > .xs-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.9167 + 176px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-22 {
    left: calc((100% - 184px) * 0.9167 + 176px);
  }
  mor-grid.gutter-s > .row > .xs-pull-22 {
    right: calc((100% - 184px) * 0.9167 + 176px);
  }
  mor-grid.gutter-s > .row > .xs-col-23 {
    width: calc((100% - 184px) * 0.9583 + 176px);
  }
  mor-grid.gutter-s > .row > .xs-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.9583 + 184px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xs-push-23 {
    left: calc((100% - 184px) * 0.9583 + 184px);
  }
  mor-grid.gutter-s > .row > .xs-pull-23 {
    right: calc((100% - 184px) * 0.9583 + 184px);
  }
  mor-grid.gutter-s > .row > .xs-col-24 {
    width: 100%;
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-1 {
    width: calc((100% - 192px) * 0.0417 + 0px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.0417 + 12px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-1 {
    left: calc((100% - 192px) * 0.0417 + 8px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-1 {
    right: calc((100% - 192px) * 0.0417 + 8px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-2 {
    width: calc((100% - 192px) * 0.0833 + 8px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.0833 + 20px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-2 {
    left: calc((100% - 192px) * 0.0833 + 16px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-2 {
    right: calc((100% - 192px) * 0.0833 + 16px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-3 {
    width: calc((100% - 192px) * 0.125 + 16px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.125 + 28px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-3 {
    left: calc((100% - 192px) * 0.125 + 24px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-3 {
    right: calc((100% - 192px) * 0.125 + 24px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-4 {
    width: calc((100% - 192px) * 0.1667 + 24px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.1667 + 36px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-4 {
    left: calc((100% - 192px) * 0.1667 + 32px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-4 {
    right: calc((100% - 192px) * 0.1667 + 32px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-5 {
    width: calc((100% - 192px) * 0.2083 + 32px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.2083 + 44px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-5 {
    left: calc((100% - 192px) * 0.2083 + 40px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-5 {
    right: calc((100% - 192px) * 0.2083 + 40px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-6 {
    width: calc((100% - 192px) * 0.25 + 40px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.25 + 52px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-6 {
    left: calc((100% - 192px) * 0.25 + 48px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-6 {
    right: calc((100% - 192px) * 0.25 + 48px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-7 {
    width: calc((100% - 192px) * 0.2917 + 48px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.2917 + 60px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-7 {
    left: calc((100% - 192px) * 0.2917 + 56px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-7 {
    right: calc((100% - 192px) * 0.2917 + 56px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-8 {
    width: calc((100% - 192px) * 0.3333 + 56px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.3333 + 68px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-8 {
    left: calc((100% - 192px) * 0.3333 + 64px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-8 {
    right: calc((100% - 192px) * 0.3333 + 64px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-9 {
    width: calc((100% - 192px) * 0.375 + 64px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.375 + 76px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-9 {
    left: calc((100% - 192px) * 0.375 + 72px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-9 {
    right: calc((100% - 192px) * 0.375 + 72px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-10 {
    width: calc((100% - 192px) * 0.4167 + 72px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.4167 + 84px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-10 {
    left: calc((100% - 192px) * 0.4167 + 80px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-10 {
    right: calc((100% - 192px) * 0.4167 + 80px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-11 {
    width: calc((100% - 192px) * 0.4583 + 80px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.4583 + 92px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-11 {
    left: calc((100% - 192px) * 0.4583 + 88px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-11 {
    right: calc((100% - 192px) * 0.4583 + 88px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-12 {
    width: calc((100% - 192px) * 0.5 + 88px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.5 + 100px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-12 {
    left: calc((100% - 192px) * 0.5 + 96px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-12 {
    right: calc((100% - 192px) * 0.5 + 96px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-13 {
    width: calc((100% - 192px) * 0.5417 + 96px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.5417 + 108px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-13 {
    left: calc((100% - 192px) * 0.5417 + 104px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-13 {
    right: calc((100% - 192px) * 0.5417 + 104px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-14 {
    width: calc((100% - 192px) * 0.5833 + 104px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.5833 + 116px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-14 {
    left: calc((100% - 192px) * 0.5833 + 112px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-14 {
    right: calc((100% - 192px) * 0.5833 + 112px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-15 {
    width: calc((100% - 192px) * 0.625 + 112px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.625 + 124px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-15 {
    left: calc((100% - 192px) * 0.625 + 120px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-15 {
    right: calc((100% - 192px) * 0.625 + 120px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-16 {
    width: calc((100% - 192px) * 0.6667 + 120px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.6667 + 132px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-16 {
    left: calc((100% - 192px) * 0.6667 + 128px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-16 {
    right: calc((100% - 192px) * 0.6667 + 128px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-17 {
    width: calc((100% - 192px) * 0.7083 + 128px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.7083 + 140px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-17 {
    left: calc((100% - 192px) * 0.7083 + 136px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-17 {
    right: calc((100% - 192px) * 0.7083 + 136px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-18 {
    width: calc((100% - 192px) * 0.75 + 136px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.75 + 148px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-18 {
    left: calc((100% - 192px) * 0.75 + 144px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-18 {
    right: calc((100% - 192px) * 0.75 + 144px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-19 {
    width: calc((100% - 192px) * 0.7917 + 144px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.7917 + 156px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-19 {
    left: calc((100% - 192px) * 0.7917 + 152px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-19 {
    right: calc((100% - 192px) * 0.7917 + 152px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-20 {
    width: calc((100% - 192px) * 0.8333 + 152px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.8333 + 164px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-20 {
    left: calc((100% - 192px) * 0.8333 + 160px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-20 {
    right: calc((100% - 192px) * 0.8333 + 160px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-21 {
    width: calc((100% - 192px) * 0.875 + 160px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.875 + 172px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-21 {
    left: calc((100% - 192px) * 0.875 + 168px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-21 {
    right: calc((100% - 192px) * 0.875 + 168px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-22 {
    width: calc((100% - 192px) * 0.9167 + 168px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.9167 + 180px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-22 {
    left: calc((100% - 192px) * 0.9167 + 176px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-22 {
    right: calc((100% - 192px) * 0.9167 + 176px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-23 {
    width: calc((100% - 192px) * 0.9583 + 176px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.9583 + 188px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xs-push-23 {
    left: calc((100% - 192px) * 0.9583 + 184px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-pull-23 {
    right: calc((100% - 192px) * 0.9583 + 184px);
  }
  mor-grid.gutter-s.space-around > .row > .xs-col-24 {
    width: 100%;
  }
  mor-grid.gutter-m > .row > .xs-col-1,
  mor-grid > .row > .xs-col-1 {
    width: calc((100% - 368px) * 0.0417 + 0px);
  }
  mor-grid.gutter-m > .row > .xs-offset-1,
  mor-grid > .row > .xs-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.0417 + 16px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-1,
  mor-grid > .row > .xs-push-1 {
    left: calc((100% - 368px) * 0.0417 + 16px);
  }
  mor-grid.gutter-m > .row > .xs-pull-1,
  mor-grid > .row > .xs-pull-1 {
    right: calc((100% - 368px) * 0.0417 + 16px);
  }
  mor-grid.gutter-m > .row > .xs-col-2,
  mor-grid > .row > .xs-col-2 {
    width: calc((100% - 368px) * 0.0833 + 16px);
  }
  mor-grid.gutter-m > .row > .xs-offset-2,
  mor-grid > .row > .xs-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.0833 + 32px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-2,
  mor-grid > .row > .xs-push-2 {
    left: calc((100% - 368px) * 0.0833 + 32px);
  }
  mor-grid.gutter-m > .row > .xs-pull-2,
  mor-grid > .row > .xs-pull-2 {
    right: calc((100% - 368px) * 0.0833 + 32px);
  }
  mor-grid.gutter-m > .row > .xs-col-3,
  mor-grid > .row > .xs-col-3 {
    width: calc((100% - 368px) * 0.125 + 32px);
  }
  mor-grid.gutter-m > .row > .xs-offset-3,
  mor-grid > .row > .xs-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.125 + 48px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-3,
  mor-grid > .row > .xs-push-3 {
    left: calc((100% - 368px) * 0.125 + 48px);
  }
  mor-grid.gutter-m > .row > .xs-pull-3,
  mor-grid > .row > .xs-pull-3 {
    right: calc((100% - 368px) * 0.125 + 48px);
  }
  mor-grid.gutter-m > .row > .xs-col-4,
  mor-grid > .row > .xs-col-4 {
    width: calc((100% - 368px) * 0.1667 + 48px);
  }
  mor-grid.gutter-m > .row > .xs-offset-4,
  mor-grid > .row > .xs-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.1667 + 64px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-4,
  mor-grid > .row > .xs-push-4 {
    left: calc((100% - 368px) * 0.1667 + 64px);
  }
  mor-grid.gutter-m > .row > .xs-pull-4,
  mor-grid > .row > .xs-pull-4 {
    right: calc((100% - 368px) * 0.1667 + 64px);
  }
  mor-grid.gutter-m > .row > .xs-col-5,
  mor-grid > .row > .xs-col-5 {
    width: calc((100% - 368px) * 0.2083 + 64px);
  }
  mor-grid.gutter-m > .row > .xs-offset-5,
  mor-grid > .row > .xs-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.2083 + 80px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-5,
  mor-grid > .row > .xs-push-5 {
    left: calc((100% - 368px) * 0.2083 + 80px);
  }
  mor-grid.gutter-m > .row > .xs-pull-5,
  mor-grid > .row > .xs-pull-5 {
    right: calc((100% - 368px) * 0.2083 + 80px);
  }
  mor-grid.gutter-m > .row > .xs-col-6,
  mor-grid > .row > .xs-col-6 {
    width: calc((100% - 368px) * 0.25 + 80px);
  }
  mor-grid.gutter-m > .row > .xs-offset-6,
  mor-grid > .row > .xs-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.25 + 96px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-6,
  mor-grid > .row > .xs-push-6 {
    left: calc((100% - 368px) * 0.25 + 96px);
  }
  mor-grid.gutter-m > .row > .xs-pull-6,
  mor-grid > .row > .xs-pull-6 {
    right: calc((100% - 368px) * 0.25 + 96px);
  }
  mor-grid.gutter-m > .row > .xs-col-7,
  mor-grid > .row > .xs-col-7 {
    width: calc((100% - 368px) * 0.2917 + 96px);
  }
  mor-grid.gutter-m > .row > .xs-offset-7,
  mor-grid > .row > .xs-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.2917 + 112px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-7,
  mor-grid > .row > .xs-push-7 {
    left: calc((100% - 368px) * 0.2917 + 112px);
  }
  mor-grid.gutter-m > .row > .xs-pull-7,
  mor-grid > .row > .xs-pull-7 {
    right: calc((100% - 368px) * 0.2917 + 112px);
  }
  mor-grid.gutter-m > .row > .xs-col-8,
  mor-grid > .row > .xs-col-8 {
    width: calc((100% - 368px) * 0.3333 + 112px);
  }
  mor-grid.gutter-m > .row > .xs-offset-8,
  mor-grid > .row > .xs-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.3333 + 128px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-8,
  mor-grid > .row > .xs-push-8 {
    left: calc((100% - 368px) * 0.3333 + 128px);
  }
  mor-grid.gutter-m > .row > .xs-pull-8,
  mor-grid > .row > .xs-pull-8 {
    right: calc((100% - 368px) * 0.3333 + 128px);
  }
  mor-grid.gutter-m > .row > .xs-col-9,
  mor-grid > .row > .xs-col-9 {
    width: calc((100% - 368px) * 0.375 + 128px);
  }
  mor-grid.gutter-m > .row > .xs-offset-9,
  mor-grid > .row > .xs-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.375 + 144px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-9,
  mor-grid > .row > .xs-push-9 {
    left: calc((100% - 368px) * 0.375 + 144px);
  }
  mor-grid.gutter-m > .row > .xs-pull-9,
  mor-grid > .row > .xs-pull-9 {
    right: calc((100% - 368px) * 0.375 + 144px);
  }
  mor-grid.gutter-m > .row > .xs-col-10,
  mor-grid > .row > .xs-col-10 {
    width: calc((100% - 368px) * 0.4167 + 144px);
  }
  mor-grid.gutter-m > .row > .xs-offset-10,
  mor-grid > .row > .xs-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.4167 + 160px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-10,
  mor-grid > .row > .xs-push-10 {
    left: calc((100% - 368px) * 0.4167 + 160px);
  }
  mor-grid.gutter-m > .row > .xs-pull-10,
  mor-grid > .row > .xs-pull-10 {
    right: calc((100% - 368px) * 0.4167 + 160px);
  }
  mor-grid.gutter-m > .row > .xs-col-11,
  mor-grid > .row > .xs-col-11 {
    width: calc((100% - 368px) * 0.4583 + 160px);
  }
  mor-grid.gutter-m > .row > .xs-offset-11,
  mor-grid > .row > .xs-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.4583 + 176px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-11,
  mor-grid > .row > .xs-push-11 {
    left: calc((100% - 368px) * 0.4583 + 176px);
  }
  mor-grid.gutter-m > .row > .xs-pull-11,
  mor-grid > .row > .xs-pull-11 {
    right: calc((100% - 368px) * 0.4583 + 176px);
  }
  mor-grid.gutter-m > .row > .xs-col-12,
  mor-grid > .row > .xs-col-12 {
    width: calc((100% - 368px) * 0.5 + 176px);
  }
  mor-grid.gutter-m > .row > .xs-offset-12,
  mor-grid > .row > .xs-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.5 + 192px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-12,
  mor-grid > .row > .xs-push-12 {
    left: calc((100% - 368px) * 0.5 + 192px);
  }
  mor-grid.gutter-m > .row > .xs-pull-12,
  mor-grid > .row > .xs-pull-12 {
    right: calc((100% - 368px) * 0.5 + 192px);
  }
  mor-grid.gutter-m > .row > .xs-col-13,
  mor-grid > .row > .xs-col-13 {
    width: calc((100% - 368px) * 0.5417 + 192px);
  }
  mor-grid.gutter-m > .row > .xs-offset-13,
  mor-grid > .row > .xs-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.5417 + 208px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-13,
  mor-grid > .row > .xs-push-13 {
    left: calc((100% - 368px) * 0.5417 + 208px);
  }
  mor-grid.gutter-m > .row > .xs-pull-13,
  mor-grid > .row > .xs-pull-13 {
    right: calc((100% - 368px) * 0.5417 + 208px);
  }
  mor-grid.gutter-m > .row > .xs-col-14,
  mor-grid > .row > .xs-col-14 {
    width: calc((100% - 368px) * 0.5833 + 208px);
  }
  mor-grid.gutter-m > .row > .xs-offset-14,
  mor-grid > .row > .xs-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.5833 + 224px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-14,
  mor-grid > .row > .xs-push-14 {
    left: calc((100% - 368px) * 0.5833 + 224px);
  }
  mor-grid.gutter-m > .row > .xs-pull-14,
  mor-grid > .row > .xs-pull-14 {
    right: calc((100% - 368px) * 0.5833 + 224px);
  }
  mor-grid.gutter-m > .row > .xs-col-15,
  mor-grid > .row > .xs-col-15 {
    width: calc((100% - 368px) * 0.625 + 224px);
  }
  mor-grid.gutter-m > .row > .xs-offset-15,
  mor-grid > .row > .xs-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.625 + 240px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-15,
  mor-grid > .row > .xs-push-15 {
    left: calc((100% - 368px) * 0.625 + 240px);
  }
  mor-grid.gutter-m > .row > .xs-pull-15,
  mor-grid > .row > .xs-pull-15 {
    right: calc((100% - 368px) * 0.625 + 240px);
  }
  mor-grid.gutter-m > .row > .xs-col-16,
  mor-grid > .row > .xs-col-16 {
    width: calc((100% - 368px) * 0.6667 + 240px);
  }
  mor-grid.gutter-m > .row > .xs-offset-16,
  mor-grid > .row > .xs-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.6667 + 256px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-16,
  mor-grid > .row > .xs-push-16 {
    left: calc((100% - 368px) * 0.6667 + 256px);
  }
  mor-grid.gutter-m > .row > .xs-pull-16,
  mor-grid > .row > .xs-pull-16 {
    right: calc((100% - 368px) * 0.6667 + 256px);
  }
  mor-grid.gutter-m > .row > .xs-col-17,
  mor-grid > .row > .xs-col-17 {
    width: calc((100% - 368px) * 0.7083 + 256px);
  }
  mor-grid.gutter-m > .row > .xs-offset-17,
  mor-grid > .row > .xs-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.7083 + 272px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-17,
  mor-grid > .row > .xs-push-17 {
    left: calc((100% - 368px) * 0.7083 + 272px);
  }
  mor-grid.gutter-m > .row > .xs-pull-17,
  mor-grid > .row > .xs-pull-17 {
    right: calc((100% - 368px) * 0.7083 + 272px);
  }
  mor-grid.gutter-m > .row > .xs-col-18,
  mor-grid > .row > .xs-col-18 {
    width: calc((100% - 368px) * 0.75 + 272px);
  }
  mor-grid.gutter-m > .row > .xs-offset-18,
  mor-grid > .row > .xs-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.75 + 288px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-18,
  mor-grid > .row > .xs-push-18 {
    left: calc((100% - 368px) * 0.75 + 288px);
  }
  mor-grid.gutter-m > .row > .xs-pull-18,
  mor-grid > .row > .xs-pull-18 {
    right: calc((100% - 368px) * 0.75 + 288px);
  }
  mor-grid.gutter-m > .row > .xs-col-19,
  mor-grid > .row > .xs-col-19 {
    width: calc((100% - 368px) * 0.7917 + 288px);
  }
  mor-grid.gutter-m > .row > .xs-offset-19,
  mor-grid > .row > .xs-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.7917 + 304px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-19,
  mor-grid > .row > .xs-push-19 {
    left: calc((100% - 368px) * 0.7917 + 304px);
  }
  mor-grid.gutter-m > .row > .xs-pull-19,
  mor-grid > .row > .xs-pull-19 {
    right: calc((100% - 368px) * 0.7917 + 304px);
  }
  mor-grid.gutter-m > .row > .xs-col-20,
  mor-grid > .row > .xs-col-20 {
    width: calc((100% - 368px) * 0.8333 + 304px);
  }
  mor-grid.gutter-m > .row > .xs-offset-20,
  mor-grid > .row > .xs-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.8333 + 320px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-20,
  mor-grid > .row > .xs-push-20 {
    left: calc((100% - 368px) * 0.8333 + 320px);
  }
  mor-grid.gutter-m > .row > .xs-pull-20,
  mor-grid > .row > .xs-pull-20 {
    right: calc((100% - 368px) * 0.8333 + 320px);
  }
  mor-grid.gutter-m > .row > .xs-col-21,
  mor-grid > .row > .xs-col-21 {
    width: calc((100% - 368px) * 0.875 + 320px);
  }
  mor-grid.gutter-m > .row > .xs-offset-21,
  mor-grid > .row > .xs-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.875 + 336px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-21,
  mor-grid > .row > .xs-push-21 {
    left: calc((100% - 368px) * 0.875 + 336px);
  }
  mor-grid.gutter-m > .row > .xs-pull-21,
  mor-grid > .row > .xs-pull-21 {
    right: calc((100% - 368px) * 0.875 + 336px);
  }
  mor-grid.gutter-m > .row > .xs-col-22,
  mor-grid > .row > .xs-col-22 {
    width: calc((100% - 368px) * 0.9167 + 336px);
  }
  mor-grid.gutter-m > .row > .xs-offset-22,
  mor-grid > .row > .xs-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.9167 + 352px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-22,
  mor-grid > .row > .xs-push-22 {
    left: calc((100% - 368px) * 0.9167 + 352px);
  }
  mor-grid.gutter-m > .row > .xs-pull-22,
  mor-grid > .row > .xs-pull-22 {
    right: calc((100% - 368px) * 0.9167 + 352px);
  }
  mor-grid.gutter-m > .row > .xs-col-23,
  mor-grid > .row > .xs-col-23 {
    width: calc((100% - 368px) * 0.9583 + 352px);
  }
  mor-grid.gutter-m > .row > .xs-offset-23,
  mor-grid > .row > .xs-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.9583 + 368px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xs-push-23,
  mor-grid > .row > .xs-push-23 {
    left: calc((100% - 368px) * 0.9583 + 368px);
  }
  mor-grid.gutter-m > .row > .xs-pull-23,
  mor-grid > .row > .xs-pull-23 {
    right: calc((100% - 368px) * 0.9583 + 368px);
  }
  mor-grid.gutter-m > .row > .xs-col-24,
  mor-grid > .row > .xs-col-24 {
    width: 100%;
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-1,
  mor-grid.space-around > .row > .xs-col-1 {
    width: calc((100% - 384px) * 0.0417 + 0px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-1,
  mor-grid.space-around > .row > .xs-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.0417 + 24px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-1,
  mor-grid.space-around > .row > .xs-push-1 {
    left: calc((100% - 384px) * 0.0417 + 16px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-1,
  mor-grid.space-around > .row > .xs-pull-1 {
    right: calc((100% - 384px) * 0.0417 + 16px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-2,
  mor-grid.space-around > .row > .xs-col-2 {
    width: calc((100% - 384px) * 0.0833 + 16px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-2,
  mor-grid.space-around > .row > .xs-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.0833 + 40px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-2,
  mor-grid.space-around > .row > .xs-push-2 {
    left: calc((100% - 384px) * 0.0833 + 32px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-2,
  mor-grid.space-around > .row > .xs-pull-2 {
    right: calc((100% - 384px) * 0.0833 + 32px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-3,
  mor-grid.space-around > .row > .xs-col-3 {
    width: calc((100% - 384px) * 0.125 + 32px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-3,
  mor-grid.space-around > .row > .xs-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.125 + 56px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-3,
  mor-grid.space-around > .row > .xs-push-3 {
    left: calc((100% - 384px) * 0.125 + 48px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-3,
  mor-grid.space-around > .row > .xs-pull-3 {
    right: calc((100% - 384px) * 0.125 + 48px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-4,
  mor-grid.space-around > .row > .xs-col-4 {
    width: calc((100% - 384px) * 0.1667 + 48px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-4,
  mor-grid.space-around > .row > .xs-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.1667 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-4,
  mor-grid.space-around > .row > .xs-push-4 {
    left: calc((100% - 384px) * 0.1667 + 64px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-4,
  mor-grid.space-around > .row > .xs-pull-4 {
    right: calc((100% - 384px) * 0.1667 + 64px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-5,
  mor-grid.space-around > .row > .xs-col-5 {
    width: calc((100% - 384px) * 0.2083 + 64px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-5,
  mor-grid.space-around > .row > .xs-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.2083 + 88px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-5,
  mor-grid.space-around > .row > .xs-push-5 {
    left: calc((100% - 384px) * 0.2083 + 80px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-5,
  mor-grid.space-around > .row > .xs-pull-5 {
    right: calc((100% - 384px) * 0.2083 + 80px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-6,
  mor-grid.space-around > .row > .xs-col-6 {
    width: calc((100% - 384px) * 0.25 + 80px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-6,
  mor-grid.space-around > .row > .xs-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.25 + 104px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-6,
  mor-grid.space-around > .row > .xs-push-6 {
    left: calc((100% - 384px) * 0.25 + 96px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-6,
  mor-grid.space-around > .row > .xs-pull-6 {
    right: calc((100% - 384px) * 0.25 + 96px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-7,
  mor-grid.space-around > .row > .xs-col-7 {
    width: calc((100% - 384px) * 0.2917 + 96px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-7,
  mor-grid.space-around > .row > .xs-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.2917 + 120px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-7,
  mor-grid.space-around > .row > .xs-push-7 {
    left: calc((100% - 384px) * 0.2917 + 112px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-7,
  mor-grid.space-around > .row > .xs-pull-7 {
    right: calc((100% - 384px) * 0.2917 + 112px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-8,
  mor-grid.space-around > .row > .xs-col-8 {
    width: calc((100% - 384px) * 0.3333 + 112px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-8,
  mor-grid.space-around > .row > .xs-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.3333 + 136px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-8,
  mor-grid.space-around > .row > .xs-push-8 {
    left: calc((100% - 384px) * 0.3333 + 128px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-8,
  mor-grid.space-around > .row > .xs-pull-8 {
    right: calc((100% - 384px) * 0.3333 + 128px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-9,
  mor-grid.space-around > .row > .xs-col-9 {
    width: calc((100% - 384px) * 0.375 + 128px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-9,
  mor-grid.space-around > .row > .xs-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.375 + 152px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-9,
  mor-grid.space-around > .row > .xs-push-9 {
    left: calc((100% - 384px) * 0.375 + 144px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-9,
  mor-grid.space-around > .row > .xs-pull-9 {
    right: calc((100% - 384px) * 0.375 + 144px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-10,
  mor-grid.space-around > .row > .xs-col-10 {
    width: calc((100% - 384px) * 0.4167 + 144px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-10,
  mor-grid.space-around > .row > .xs-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.4167 + 168px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-10,
  mor-grid.space-around > .row > .xs-push-10 {
    left: calc((100% - 384px) * 0.4167 + 160px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-10,
  mor-grid.space-around > .row > .xs-pull-10 {
    right: calc((100% - 384px) * 0.4167 + 160px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-11,
  mor-grid.space-around > .row > .xs-col-11 {
    width: calc((100% - 384px) * 0.4583 + 160px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-11,
  mor-grid.space-around > .row > .xs-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.4583 + 184px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-11,
  mor-grid.space-around > .row > .xs-push-11 {
    left: calc((100% - 384px) * 0.4583 + 176px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-11,
  mor-grid.space-around > .row > .xs-pull-11 {
    right: calc((100% - 384px) * 0.4583 + 176px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-12,
  mor-grid.space-around > .row > .xs-col-12 {
    width: calc((100% - 384px) * 0.5 + 176px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-12,
  mor-grid.space-around > .row > .xs-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.5 + 200px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-12,
  mor-grid.space-around > .row > .xs-push-12 {
    left: calc((100% - 384px) * 0.5 + 192px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-12,
  mor-grid.space-around > .row > .xs-pull-12 {
    right: calc((100% - 384px) * 0.5 + 192px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-13,
  mor-grid.space-around > .row > .xs-col-13 {
    width: calc((100% - 384px) * 0.5417 + 192px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-13,
  mor-grid.space-around > .row > .xs-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.5417 + 216px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-13,
  mor-grid.space-around > .row > .xs-push-13 {
    left: calc((100% - 384px) * 0.5417 + 208px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-13,
  mor-grid.space-around > .row > .xs-pull-13 {
    right: calc((100% - 384px) * 0.5417 + 208px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-14,
  mor-grid.space-around > .row > .xs-col-14 {
    width: calc((100% - 384px) * 0.5833 + 208px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-14,
  mor-grid.space-around > .row > .xs-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.5833 + 232px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-14,
  mor-grid.space-around > .row > .xs-push-14 {
    left: calc((100% - 384px) * 0.5833 + 224px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-14,
  mor-grid.space-around > .row > .xs-pull-14 {
    right: calc((100% - 384px) * 0.5833 + 224px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-15,
  mor-grid.space-around > .row > .xs-col-15 {
    width: calc((100% - 384px) * 0.625 + 224px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-15,
  mor-grid.space-around > .row > .xs-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.625 + 248px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-15,
  mor-grid.space-around > .row > .xs-push-15 {
    left: calc((100% - 384px) * 0.625 + 240px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-15,
  mor-grid.space-around > .row > .xs-pull-15 {
    right: calc((100% - 384px) * 0.625 + 240px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-16,
  mor-grid.space-around > .row > .xs-col-16 {
    width: calc((100% - 384px) * 0.6667 + 240px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-16,
  mor-grid.space-around > .row > .xs-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.6667 + 264px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-16,
  mor-grid.space-around > .row > .xs-push-16 {
    left: calc((100% - 384px) * 0.6667 + 256px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-16,
  mor-grid.space-around > .row > .xs-pull-16 {
    right: calc((100% - 384px) * 0.6667 + 256px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-17,
  mor-grid.space-around > .row > .xs-col-17 {
    width: calc((100% - 384px) * 0.7083 + 256px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-17,
  mor-grid.space-around > .row > .xs-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.7083 + 280px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-17,
  mor-grid.space-around > .row > .xs-push-17 {
    left: calc((100% - 384px) * 0.7083 + 272px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-17,
  mor-grid.space-around > .row > .xs-pull-17 {
    right: calc((100% - 384px) * 0.7083 + 272px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-18,
  mor-grid.space-around > .row > .xs-col-18 {
    width: calc((100% - 384px) * 0.75 + 272px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-18,
  mor-grid.space-around > .row > .xs-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.75 + 296px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-18,
  mor-grid.space-around > .row > .xs-push-18 {
    left: calc((100% - 384px) * 0.75 + 288px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-18,
  mor-grid.space-around > .row > .xs-pull-18 {
    right: calc((100% - 384px) * 0.75 + 288px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-19,
  mor-grid.space-around > .row > .xs-col-19 {
    width: calc((100% - 384px) * 0.7917 + 288px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-19,
  mor-grid.space-around > .row > .xs-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.7917 + 312px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-19,
  mor-grid.space-around > .row > .xs-push-19 {
    left: calc((100% - 384px) * 0.7917 + 304px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-19,
  mor-grid.space-around > .row > .xs-pull-19 {
    right: calc((100% - 384px) * 0.7917 + 304px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-20,
  mor-grid.space-around > .row > .xs-col-20 {
    width: calc((100% - 384px) * 0.8333 + 304px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-20,
  mor-grid.space-around > .row > .xs-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.8333 + 328px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-20,
  mor-grid.space-around > .row > .xs-push-20 {
    left: calc((100% - 384px) * 0.8333 + 320px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-20,
  mor-grid.space-around > .row > .xs-pull-20 {
    right: calc((100% - 384px) * 0.8333 + 320px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-21,
  mor-grid.space-around > .row > .xs-col-21 {
    width: calc((100% - 384px) * 0.875 + 320px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-21,
  mor-grid.space-around > .row > .xs-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.875 + 344px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-21,
  mor-grid.space-around > .row > .xs-push-21 {
    left: calc((100% - 384px) * 0.875 + 336px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-21,
  mor-grid.space-around > .row > .xs-pull-21 {
    right: calc((100% - 384px) * 0.875 + 336px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-22,
  mor-grid.space-around > .row > .xs-col-22 {
    width: calc((100% - 384px) * 0.9167 + 336px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-22,
  mor-grid.space-around > .row > .xs-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.9167 + 360px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-22,
  mor-grid.space-around > .row > .xs-push-22 {
    left: calc((100% - 384px) * 0.9167 + 352px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-22,
  mor-grid.space-around > .row > .xs-pull-22 {
    right: calc((100% - 384px) * 0.9167 + 352px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-23,
  mor-grid.space-around > .row > .xs-col-23 {
    width: calc((100% - 384px) * 0.9583 + 352px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-offset-23,
  mor-grid.space-around > .row > .xs-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.9583 + 376px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xs-push-23,
  mor-grid.space-around > .row > .xs-push-23 {
    left: calc((100% - 384px) * 0.9583 + 368px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-pull-23,
  mor-grid.space-around > .row > .xs-pull-23 {
    right: calc((100% - 384px) * 0.9583 + 368px);
  }
  mor-grid.gutter-m.space-around > .row > .xs-col-24,
  mor-grid.space-around > .row > .xs-col-24 {
    width: 100%;
  }
  mor-grid.gutter-l > .row > .xs-col-1 {
    width: calc((100% - 552px) * 0.0417 + 0px);
  }
  mor-grid.gutter-l > .row > .xs-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.0417 + 24px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-1 {
    left: calc((100% - 552px) * 0.0417 + 24px);
  }
  mor-grid.gutter-l > .row > .xs-pull-1 {
    right: calc((100% - 552px) * 0.0417 + 24px);
  }
  mor-grid.gutter-l > .row > .xs-col-2 {
    width: calc((100% - 552px) * 0.0833 + 24px);
  }
  mor-grid.gutter-l > .row > .xs-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.0833 + 48px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-2 {
    left: calc((100% - 552px) * 0.0833 + 48px);
  }
  mor-grid.gutter-l > .row > .xs-pull-2 {
    right: calc((100% - 552px) * 0.0833 + 48px);
  }
  mor-grid.gutter-l > .row > .xs-col-3 {
    width: calc((100% - 552px) * 0.125 + 48px);
  }
  mor-grid.gutter-l > .row > .xs-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.125 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-3 {
    left: calc((100% - 552px) * 0.125 + 72px);
  }
  mor-grid.gutter-l > .row > .xs-pull-3 {
    right: calc((100% - 552px) * 0.125 + 72px);
  }
  mor-grid.gutter-l > .row > .xs-col-4 {
    width: calc((100% - 552px) * 0.1667 + 72px);
  }
  mor-grid.gutter-l > .row > .xs-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.1667 + 96px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-4 {
    left: calc((100% - 552px) * 0.1667 + 96px);
  }
  mor-grid.gutter-l > .row > .xs-pull-4 {
    right: calc((100% - 552px) * 0.1667 + 96px);
  }
  mor-grid.gutter-l > .row > .xs-col-5 {
    width: calc((100% - 552px) * 0.2083 + 96px);
  }
  mor-grid.gutter-l > .row > .xs-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.2083 + 120px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-5 {
    left: calc((100% - 552px) * 0.2083 + 120px);
  }
  mor-grid.gutter-l > .row > .xs-pull-5 {
    right: calc((100% - 552px) * 0.2083 + 120px);
  }
  mor-grid.gutter-l > .row > .xs-col-6 {
    width: calc((100% - 552px) * 0.25 + 120px);
  }
  mor-grid.gutter-l > .row > .xs-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.25 + 144px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-6 {
    left: calc((100% - 552px) * 0.25 + 144px);
  }
  mor-grid.gutter-l > .row > .xs-pull-6 {
    right: calc((100% - 552px) * 0.25 + 144px);
  }
  mor-grid.gutter-l > .row > .xs-col-7 {
    width: calc((100% - 552px) * 0.2917 + 144px);
  }
  mor-grid.gutter-l > .row > .xs-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.2917 + 168px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-7 {
    left: calc((100% - 552px) * 0.2917 + 168px);
  }
  mor-grid.gutter-l > .row > .xs-pull-7 {
    right: calc((100% - 552px) * 0.2917 + 168px);
  }
  mor-grid.gutter-l > .row > .xs-col-8 {
    width: calc((100% - 552px) * 0.3333 + 168px);
  }
  mor-grid.gutter-l > .row > .xs-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.3333 + 192px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-8 {
    left: calc((100% - 552px) * 0.3333 + 192px);
  }
  mor-grid.gutter-l > .row > .xs-pull-8 {
    right: calc((100% - 552px) * 0.3333 + 192px);
  }
  mor-grid.gutter-l > .row > .xs-col-9 {
    width: calc((100% - 552px) * 0.375 + 192px);
  }
  mor-grid.gutter-l > .row > .xs-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.375 + 216px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-9 {
    left: calc((100% - 552px) * 0.375 + 216px);
  }
  mor-grid.gutter-l > .row > .xs-pull-9 {
    right: calc((100% - 552px) * 0.375 + 216px);
  }
  mor-grid.gutter-l > .row > .xs-col-10 {
    width: calc((100% - 552px) * 0.4167 + 216px);
  }
  mor-grid.gutter-l > .row > .xs-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.4167 + 240px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-10 {
    left: calc((100% - 552px) * 0.4167 + 240px);
  }
  mor-grid.gutter-l > .row > .xs-pull-10 {
    right: calc((100% - 552px) * 0.4167 + 240px);
  }
  mor-grid.gutter-l > .row > .xs-col-11 {
    width: calc((100% - 552px) * 0.4583 + 240px);
  }
  mor-grid.gutter-l > .row > .xs-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.4583 + 264px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-11 {
    left: calc((100% - 552px) * 0.4583 + 264px);
  }
  mor-grid.gutter-l > .row > .xs-pull-11 {
    right: calc((100% - 552px) * 0.4583 + 264px);
  }
  mor-grid.gutter-l > .row > .xs-col-12 {
    width: calc((100% - 552px) * 0.5 + 264px);
  }
  mor-grid.gutter-l > .row > .xs-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.5 + 288px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-12 {
    left: calc((100% - 552px) * 0.5 + 288px);
  }
  mor-grid.gutter-l > .row > .xs-pull-12 {
    right: calc((100% - 552px) * 0.5 + 288px);
  }
  mor-grid.gutter-l > .row > .xs-col-13 {
    width: calc((100% - 552px) * 0.5417 + 288px);
  }
  mor-grid.gutter-l > .row > .xs-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.5417 + 312px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-13 {
    left: calc((100% - 552px) * 0.5417 + 312px);
  }
  mor-grid.gutter-l > .row > .xs-pull-13 {
    right: calc((100% - 552px) * 0.5417 + 312px);
  }
  mor-grid.gutter-l > .row > .xs-col-14 {
    width: calc((100% - 552px) * 0.5833 + 312px);
  }
  mor-grid.gutter-l > .row > .xs-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.5833 + 336px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-14 {
    left: calc((100% - 552px) * 0.5833 + 336px);
  }
  mor-grid.gutter-l > .row > .xs-pull-14 {
    right: calc((100% - 552px) * 0.5833 + 336px);
  }
  mor-grid.gutter-l > .row > .xs-col-15 {
    width: calc((100% - 552px) * 0.625 + 336px);
  }
  mor-grid.gutter-l > .row > .xs-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.625 + 360px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-15 {
    left: calc((100% - 552px) * 0.625 + 360px);
  }
  mor-grid.gutter-l > .row > .xs-pull-15 {
    right: calc((100% - 552px) * 0.625 + 360px);
  }
  mor-grid.gutter-l > .row > .xs-col-16 {
    width: calc((100% - 552px) * 0.6667 + 360px);
  }
  mor-grid.gutter-l > .row > .xs-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.6667 + 384px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-16 {
    left: calc((100% - 552px) * 0.6667 + 384px);
  }
  mor-grid.gutter-l > .row > .xs-pull-16 {
    right: calc((100% - 552px) * 0.6667 + 384px);
  }
  mor-grid.gutter-l > .row > .xs-col-17 {
    width: calc((100% - 552px) * 0.7083 + 384px);
  }
  mor-grid.gutter-l > .row > .xs-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.7083 + 408px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-17 {
    left: calc((100% - 552px) * 0.7083 + 408px);
  }
  mor-grid.gutter-l > .row > .xs-pull-17 {
    right: calc((100% - 552px) * 0.7083 + 408px);
  }
  mor-grid.gutter-l > .row > .xs-col-18 {
    width: calc((100% - 552px) * 0.75 + 408px);
  }
  mor-grid.gutter-l > .row > .xs-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.75 + 432px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-18 {
    left: calc((100% - 552px) * 0.75 + 432px);
  }
  mor-grid.gutter-l > .row > .xs-pull-18 {
    right: calc((100% - 552px) * 0.75 + 432px);
  }
  mor-grid.gutter-l > .row > .xs-col-19 {
    width: calc((100% - 552px) * 0.7917 + 432px);
  }
  mor-grid.gutter-l > .row > .xs-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.7917 + 456px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-19 {
    left: calc((100% - 552px) * 0.7917 + 456px);
  }
  mor-grid.gutter-l > .row > .xs-pull-19 {
    right: calc((100% - 552px) * 0.7917 + 456px);
  }
  mor-grid.gutter-l > .row > .xs-col-20 {
    width: calc((100% - 552px) * 0.8333 + 456px);
  }
  mor-grid.gutter-l > .row > .xs-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.8333 + 480px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-20 {
    left: calc((100% - 552px) * 0.8333 + 480px);
  }
  mor-grid.gutter-l > .row > .xs-pull-20 {
    right: calc((100% - 552px) * 0.8333 + 480px);
  }
  mor-grid.gutter-l > .row > .xs-col-21 {
    width: calc((100% - 552px) * 0.875 + 480px);
  }
  mor-grid.gutter-l > .row > .xs-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.875 + 504px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-21 {
    left: calc((100% - 552px) * 0.875 + 504px);
  }
  mor-grid.gutter-l > .row > .xs-pull-21 {
    right: calc((100% - 552px) * 0.875 + 504px);
  }
  mor-grid.gutter-l > .row > .xs-col-22 {
    width: calc((100% - 552px) * 0.9167 + 504px);
  }
  mor-grid.gutter-l > .row > .xs-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.9167 + 528px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-22 {
    left: calc((100% - 552px) * 0.9167 + 528px);
  }
  mor-grid.gutter-l > .row > .xs-pull-22 {
    right: calc((100% - 552px) * 0.9167 + 528px);
  }
  mor-grid.gutter-l > .row > .xs-col-23 {
    width: calc((100% - 552px) * 0.9583 + 528px);
  }
  mor-grid.gutter-l > .row > .xs-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.9583 + 552px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xs-push-23 {
    left: calc((100% - 552px) * 0.9583 + 552px);
  }
  mor-grid.gutter-l > .row > .xs-pull-23 {
    right: calc((100% - 552px) * 0.9583 + 552px);
  }
  mor-grid.gutter-l > .row > .xs-col-24 {
    width: 100%;
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-1 {
    width: calc((100% - 576px) * 0.0417 + 0px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.0417 + 36px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-1 {
    left: calc((100% - 576px) * 0.0417 + 24px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-1 {
    right: calc((100% - 576px) * 0.0417 + 24px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-2 {
    width: calc((100% - 576px) * 0.0833 + 24px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.0833 + 60px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-2 {
    left: calc((100% - 576px) * 0.0833 + 48px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-2 {
    right: calc((100% - 576px) * 0.0833 + 48px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-3 {
    width: calc((100% - 576px) * 0.125 + 48px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.125 + 84px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-3 {
    left: calc((100% - 576px) * 0.125 + 72px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-3 {
    right: calc((100% - 576px) * 0.125 + 72px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-4 {
    width: calc((100% - 576px) * 0.1667 + 72px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.1667 + 108px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-4 {
    left: calc((100% - 576px) * 0.1667 + 96px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-4 {
    right: calc((100% - 576px) * 0.1667 + 96px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-5 {
    width: calc((100% - 576px) * 0.2083 + 96px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.2083 + 132px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-5 {
    left: calc((100% - 576px) * 0.2083 + 120px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-5 {
    right: calc((100% - 576px) * 0.2083 + 120px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-6 {
    width: calc((100% - 576px) * 0.25 + 120px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.25 + 156px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-6 {
    left: calc((100% - 576px) * 0.25 + 144px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-6 {
    right: calc((100% - 576px) * 0.25 + 144px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-7 {
    width: calc((100% - 576px) * 0.2917 + 144px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.2917 + 180px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-7 {
    left: calc((100% - 576px) * 0.2917 + 168px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-7 {
    right: calc((100% - 576px) * 0.2917 + 168px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-8 {
    width: calc((100% - 576px) * 0.3333 + 168px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.3333 + 204px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-8 {
    left: calc((100% - 576px) * 0.3333 + 192px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-8 {
    right: calc((100% - 576px) * 0.3333 + 192px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-9 {
    width: calc((100% - 576px) * 0.375 + 192px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.375 + 228px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-9 {
    left: calc((100% - 576px) * 0.375 + 216px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-9 {
    right: calc((100% - 576px) * 0.375 + 216px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-10 {
    width: calc((100% - 576px) * 0.4167 + 216px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.4167 + 252px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-10 {
    left: calc((100% - 576px) * 0.4167 + 240px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-10 {
    right: calc((100% - 576px) * 0.4167 + 240px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-11 {
    width: calc((100% - 576px) * 0.4583 + 240px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.4583 + 276px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-11 {
    left: calc((100% - 576px) * 0.4583 + 264px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-11 {
    right: calc((100% - 576px) * 0.4583 + 264px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-12 {
    width: calc((100% - 576px) * 0.5 + 264px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.5 + 300px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-12 {
    left: calc((100% - 576px) * 0.5 + 288px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-12 {
    right: calc((100% - 576px) * 0.5 + 288px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-13 {
    width: calc((100% - 576px) * 0.5417 + 288px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.5417 + 324px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-13 {
    left: calc((100% - 576px) * 0.5417 + 312px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-13 {
    right: calc((100% - 576px) * 0.5417 + 312px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-14 {
    width: calc((100% - 576px) * 0.5833 + 312px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.5833 + 348px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-14 {
    left: calc((100% - 576px) * 0.5833 + 336px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-14 {
    right: calc((100% - 576px) * 0.5833 + 336px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-15 {
    width: calc((100% - 576px) * 0.625 + 336px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.625 + 372px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-15 {
    left: calc((100% - 576px) * 0.625 + 360px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-15 {
    right: calc((100% - 576px) * 0.625 + 360px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-16 {
    width: calc((100% - 576px) * 0.6667 + 360px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.6667 + 396px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-16 {
    left: calc((100% - 576px) * 0.6667 + 384px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-16 {
    right: calc((100% - 576px) * 0.6667 + 384px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-17 {
    width: calc((100% - 576px) * 0.7083 + 384px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.7083 + 420px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-17 {
    left: calc((100% - 576px) * 0.7083 + 408px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-17 {
    right: calc((100% - 576px) * 0.7083 + 408px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-18 {
    width: calc((100% - 576px) * 0.75 + 408px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.75 + 444px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-18 {
    left: calc((100% - 576px) * 0.75 + 432px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-18 {
    right: calc((100% - 576px) * 0.75 + 432px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-19 {
    width: calc((100% - 576px) * 0.7917 + 432px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.7917 + 468px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-19 {
    left: calc((100% - 576px) * 0.7917 + 456px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-19 {
    right: calc((100% - 576px) * 0.7917 + 456px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-20 {
    width: calc((100% - 576px) * 0.8333 + 456px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.8333 + 492px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-20 {
    left: calc((100% - 576px) * 0.8333 + 480px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-20 {
    right: calc((100% - 576px) * 0.8333 + 480px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-21 {
    width: calc((100% - 576px) * 0.875 + 480px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.875 + 516px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-21 {
    left: calc((100% - 576px) * 0.875 + 504px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-21 {
    right: calc((100% - 576px) * 0.875 + 504px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-22 {
    width: calc((100% - 576px) * 0.9167 + 504px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.9167 + 540px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-22 {
    left: calc((100% - 576px) * 0.9167 + 528px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-22 {
    right: calc((100% - 576px) * 0.9167 + 528px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-23 {
    width: calc((100% - 576px) * 0.9583 + 528px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.9583 + 564px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xs-push-23 {
    left: calc((100% - 576px) * 0.9583 + 552px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-pull-23 {
    right: calc((100% - 576px) * 0.9583 + 552px);
  }
  mor-grid.gutter-l.space-around > .row > .xs-col-24 {
    width: 100%;
  }
  mor-grid.gutter-xl > .row > .xs-col-1 {
    width: calc((100% - 828px) * 0.0417 + 0px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.0417 + 36px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-1 {
    left: calc((100% - 828px) * 0.0417 + 36px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-1 {
    right: calc((100% - 828px) * 0.0417 + 36px);
  }
  mor-grid.gutter-xl > .row > .xs-col-2 {
    width: calc((100% - 828px) * 0.0833 + 36px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.0833 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-2 {
    left: calc((100% - 828px) * 0.0833 + 72px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-2 {
    right: calc((100% - 828px) * 0.0833 + 72px);
  }
  mor-grid.gutter-xl > .row > .xs-col-3 {
    width: calc((100% - 828px) * 0.125 + 72px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.125 + 108px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-3 {
    left: calc((100% - 828px) * 0.125 + 108px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-3 {
    right: calc((100% - 828px) * 0.125 + 108px);
  }
  mor-grid.gutter-xl > .row > .xs-col-4 {
    width: calc((100% - 828px) * 0.1667 + 108px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.1667 + 144px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-4 {
    left: calc((100% - 828px) * 0.1667 + 144px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-4 {
    right: calc((100% - 828px) * 0.1667 + 144px);
  }
  mor-grid.gutter-xl > .row > .xs-col-5 {
    width: calc((100% - 828px) * 0.2083 + 144px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.2083 + 180px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-5 {
    left: calc((100% - 828px) * 0.2083 + 180px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-5 {
    right: calc((100% - 828px) * 0.2083 + 180px);
  }
  mor-grid.gutter-xl > .row > .xs-col-6 {
    width: calc((100% - 828px) * 0.25 + 180px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.25 + 216px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-6 {
    left: calc((100% - 828px) * 0.25 + 216px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-6 {
    right: calc((100% - 828px) * 0.25 + 216px);
  }
  mor-grid.gutter-xl > .row > .xs-col-7 {
    width: calc((100% - 828px) * 0.2917 + 216px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.2917 + 252px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-7 {
    left: calc((100% - 828px) * 0.2917 + 252px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-7 {
    right: calc((100% - 828px) * 0.2917 + 252px);
  }
  mor-grid.gutter-xl > .row > .xs-col-8 {
    width: calc((100% - 828px) * 0.3333 + 252px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.3333 + 288px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-8 {
    left: calc((100% - 828px) * 0.3333 + 288px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-8 {
    right: calc((100% - 828px) * 0.3333 + 288px);
  }
  mor-grid.gutter-xl > .row > .xs-col-9 {
    width: calc((100% - 828px) * 0.375 + 288px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.375 + 324px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-9 {
    left: calc((100% - 828px) * 0.375 + 324px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-9 {
    right: calc((100% - 828px) * 0.375 + 324px);
  }
  mor-grid.gutter-xl > .row > .xs-col-10 {
    width: calc((100% - 828px) * 0.4167 + 324px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.4167 + 360px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-10 {
    left: calc((100% - 828px) * 0.4167 + 360px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-10 {
    right: calc((100% - 828px) * 0.4167 + 360px);
  }
  mor-grid.gutter-xl > .row > .xs-col-11 {
    width: calc((100% - 828px) * 0.4583 + 360px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.4583 + 396px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-11 {
    left: calc((100% - 828px) * 0.4583 + 396px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-11 {
    right: calc((100% - 828px) * 0.4583 + 396px);
  }
  mor-grid.gutter-xl > .row > .xs-col-12 {
    width: calc((100% - 828px) * 0.5 + 396px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.5 + 432px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-12 {
    left: calc((100% - 828px) * 0.5 + 432px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-12 {
    right: calc((100% - 828px) * 0.5 + 432px);
  }
  mor-grid.gutter-xl > .row > .xs-col-13 {
    width: calc((100% - 828px) * 0.5417 + 432px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.5417 + 468px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-13 {
    left: calc((100% - 828px) * 0.5417 + 468px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-13 {
    right: calc((100% - 828px) * 0.5417 + 468px);
  }
  mor-grid.gutter-xl > .row > .xs-col-14 {
    width: calc((100% - 828px) * 0.5833 + 468px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.5833 + 504px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-14 {
    left: calc((100% - 828px) * 0.5833 + 504px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-14 {
    right: calc((100% - 828px) * 0.5833 + 504px);
  }
  mor-grid.gutter-xl > .row > .xs-col-15 {
    width: calc((100% - 828px) * 0.625 + 504px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.625 + 540px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-15 {
    left: calc((100% - 828px) * 0.625 + 540px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-15 {
    right: calc((100% - 828px) * 0.625 + 540px);
  }
  mor-grid.gutter-xl > .row > .xs-col-16 {
    width: calc((100% - 828px) * 0.6667 + 540px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.6667 + 576px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-16 {
    left: calc((100% - 828px) * 0.6667 + 576px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-16 {
    right: calc((100% - 828px) * 0.6667 + 576px);
  }
  mor-grid.gutter-xl > .row > .xs-col-17 {
    width: calc((100% - 828px) * 0.7083 + 576px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.7083 + 612px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-17 {
    left: calc((100% - 828px) * 0.7083 + 612px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-17 {
    right: calc((100% - 828px) * 0.7083 + 612px);
  }
  mor-grid.gutter-xl > .row > .xs-col-18 {
    width: calc((100% - 828px) * 0.75 + 612px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.75 + 648px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-18 {
    left: calc((100% - 828px) * 0.75 + 648px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-18 {
    right: calc((100% - 828px) * 0.75 + 648px);
  }
  mor-grid.gutter-xl > .row > .xs-col-19 {
    width: calc((100% - 828px) * 0.7917 + 648px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.7917 + 684px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-19 {
    left: calc((100% - 828px) * 0.7917 + 684px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-19 {
    right: calc((100% - 828px) * 0.7917 + 684px);
  }
  mor-grid.gutter-xl > .row > .xs-col-20 {
    width: calc((100% - 828px) * 0.8333 + 684px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.8333 + 720px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-20 {
    left: calc((100% - 828px) * 0.8333 + 720px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-20 {
    right: calc((100% - 828px) * 0.8333 + 720px);
  }
  mor-grid.gutter-xl > .row > .xs-col-21 {
    width: calc((100% - 828px) * 0.875 + 720px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.875 + 756px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-21 {
    left: calc((100% - 828px) * 0.875 + 756px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-21 {
    right: calc((100% - 828px) * 0.875 + 756px);
  }
  mor-grid.gutter-xl > .row > .xs-col-22 {
    width: calc((100% - 828px) * 0.9167 + 756px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.9167 + 792px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-22 {
    left: calc((100% - 828px) * 0.9167 + 792px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-22 {
    right: calc((100% - 828px) * 0.9167 + 792px);
  }
  mor-grid.gutter-xl > .row > .xs-col-23 {
    width: calc((100% - 828px) * 0.9583 + 792px);
  }
  mor-grid.gutter-xl > .row > .xs-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.9583 + 828px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xs-push-23 {
    left: calc((100% - 828px) * 0.9583 + 828px);
  }
  mor-grid.gutter-xl > .row > .xs-pull-23 {
    right: calc((100% - 828px) * 0.9583 + 828px);
  }
  mor-grid.gutter-xl > .row > .xs-col-24 {
    width: 100%;
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-1 {
    width: calc((100% - 864px) * 0.0417 + 0px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.0417 + 54px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-1 {
    left: calc((100% - 864px) * 0.0417 + 36px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-1 {
    right: calc((100% - 864px) * 0.0417 + 36px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-2 {
    width: calc((100% - 864px) * 0.0833 + 36px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.0833 + 90px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-2 {
    left: calc((100% - 864px) * 0.0833 + 72px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-2 {
    right: calc((100% - 864px) * 0.0833 + 72px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-3 {
    width: calc((100% - 864px) * 0.125 + 72px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.125 + 126px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-3 {
    left: calc((100% - 864px) * 0.125 + 108px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-3 {
    right: calc((100% - 864px) * 0.125 + 108px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-4 {
    width: calc((100% - 864px) * 0.1667 + 108px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.1667 + 162px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-4 {
    left: calc((100% - 864px) * 0.1667 + 144px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-4 {
    right: calc((100% - 864px) * 0.1667 + 144px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-5 {
    width: calc((100% - 864px) * 0.2083 + 144px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.2083 + 198px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-5 {
    left: calc((100% - 864px) * 0.2083 + 180px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-5 {
    right: calc((100% - 864px) * 0.2083 + 180px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-6 {
    width: calc((100% - 864px) * 0.25 + 180px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.25 + 234px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-6 {
    left: calc((100% - 864px) * 0.25 + 216px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-6 {
    right: calc((100% - 864px) * 0.25 + 216px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-7 {
    width: calc((100% - 864px) * 0.2917 + 216px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.2917 + 270px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-7 {
    left: calc((100% - 864px) * 0.2917 + 252px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-7 {
    right: calc((100% - 864px) * 0.2917 + 252px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-8 {
    width: calc((100% - 864px) * 0.3333 + 252px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.3333 + 306px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-8 {
    left: calc((100% - 864px) * 0.3333 + 288px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-8 {
    right: calc((100% - 864px) * 0.3333 + 288px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-9 {
    width: calc((100% - 864px) * 0.375 + 288px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.375 + 342px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-9 {
    left: calc((100% - 864px) * 0.375 + 324px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-9 {
    right: calc((100% - 864px) * 0.375 + 324px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-10 {
    width: calc((100% - 864px) * 0.4167 + 324px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.4167 + 378px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-10 {
    left: calc((100% - 864px) * 0.4167 + 360px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-10 {
    right: calc((100% - 864px) * 0.4167 + 360px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-11 {
    width: calc((100% - 864px) * 0.4583 + 360px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.4583 + 414px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-11 {
    left: calc((100% - 864px) * 0.4583 + 396px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-11 {
    right: calc((100% - 864px) * 0.4583 + 396px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-12 {
    width: calc((100% - 864px) * 0.5 + 396px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.5 + 450px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-12 {
    left: calc((100% - 864px) * 0.5 + 432px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-12 {
    right: calc((100% - 864px) * 0.5 + 432px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-13 {
    width: calc((100% - 864px) * 0.5417 + 432px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.5417 + 486px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-13 {
    left: calc((100% - 864px) * 0.5417 + 468px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-13 {
    right: calc((100% - 864px) * 0.5417 + 468px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-14 {
    width: calc((100% - 864px) * 0.5833 + 468px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.5833 + 522px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-14 {
    left: calc((100% - 864px) * 0.5833 + 504px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-14 {
    right: calc((100% - 864px) * 0.5833 + 504px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-15 {
    width: calc((100% - 864px) * 0.625 + 504px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.625 + 558px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-15 {
    left: calc((100% - 864px) * 0.625 + 540px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-15 {
    right: calc((100% - 864px) * 0.625 + 540px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-16 {
    width: calc((100% - 864px) * 0.6667 + 540px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.6667 + 594px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-16 {
    left: calc((100% - 864px) * 0.6667 + 576px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-16 {
    right: calc((100% - 864px) * 0.6667 + 576px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-17 {
    width: calc((100% - 864px) * 0.7083 + 576px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.7083 + 630px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-17 {
    left: calc((100% - 864px) * 0.7083 + 612px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-17 {
    right: calc((100% - 864px) * 0.7083 + 612px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-18 {
    width: calc((100% - 864px) * 0.75 + 612px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.75 + 666px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-18 {
    left: calc((100% - 864px) * 0.75 + 648px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-18 {
    right: calc((100% - 864px) * 0.75 + 648px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-19 {
    width: calc((100% - 864px) * 0.7917 + 648px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.7917 + 702px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-19 {
    left: calc((100% - 864px) * 0.7917 + 684px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-19 {
    right: calc((100% - 864px) * 0.7917 + 684px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-20 {
    width: calc((100% - 864px) * 0.8333 + 684px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.8333 + 738px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-20 {
    left: calc((100% - 864px) * 0.8333 + 720px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-20 {
    right: calc((100% - 864px) * 0.8333 + 720px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-21 {
    width: calc((100% - 864px) * 0.875 + 720px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.875 + 774px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-21 {
    left: calc((100% - 864px) * 0.875 + 756px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-21 {
    right: calc((100% - 864px) * 0.875 + 756px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-22 {
    width: calc((100% - 864px) * 0.9167 + 756px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.9167 + 810px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-22 {
    left: calc((100% - 864px) * 0.9167 + 792px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-22 {
    right: calc((100% - 864px) * 0.9167 + 792px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-23 {
    width: calc((100% - 864px) * 0.9583 + 792px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.9583 + 846px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xs-push-23 {
    left: calc((100% - 864px) * 0.9583 + 828px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-pull-23 {
    right: calc((100% - 864px) * 0.9583 + 828px);
  }
  mor-grid.gutter-xl.space-around > .row > .xs-col-24 {
    width: 100%;
  }
  mor-grid.gutter-none > .row > .xs-col-1 {
    width: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.0417 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-1 {
    left: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-1 {
    right: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-2 {
    width: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.0833 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-2 {
    left: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-2 {
    right: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-3 {
    width: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.125 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-3 {
    left: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-3 {
    right: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-4 {
    width: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.1667 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-4 {
    left: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-4 {
    right: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-5 {
    width: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.2083 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-5 {
    left: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-5 {
    right: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-6 {
    width: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.25 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-6 {
    left: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-6 {
    right: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-7 {
    width: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.2917 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-7 {
    left: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-7 {
    right: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-8 {
    width: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.3333 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-8 {
    left: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-8 {
    right: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-9 {
    width: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.375 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-9 {
    left: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-9 {
    right: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-10 {
    width: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.4167 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-10 {
    left: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-10 {
    right: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-11 {
    width: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.4583 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-11 {
    left: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-11 {
    right: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-12 {
    width: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-12 {
    left: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-12 {
    right: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-13 {
    width: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5417 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-13 {
    left: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-13 {
    right: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-14 {
    width: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5833 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-14 {
    left: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-14 {
    right: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-15 {
    width: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.625 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-15 {
    left: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-15 {
    right: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-16 {
    width: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.6667 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-16 {
    left: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-16 {
    right: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-17 {
    width: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.7083 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-17 {
    left: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-17 {
    right: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-18 {
    width: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.75 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-18 {
    left: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-18 {
    right: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-19 {
    width: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.7917 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-19 {
    left: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-19 {
    right: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-20 {
    width: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.8333 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-20 {
    left: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-20 {
    right: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-21 {
    width: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.875 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-21 {
    left: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-21 {
    right: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-22 {
    width: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.9167 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-22 {
    left: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-22 {
    right: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-23 {
    width: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.9583 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xs-push-23 {
    left: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-pull-23 {
    right: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none > .row > .xs-col-24 {
    width: 100%;
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-1 {
    width: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.0417 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-1 {
    left: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-1 {
    right: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-2 {
    width: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.0833 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-2 {
    left: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-2 {
    right: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-3 {
    width: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.125 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-3 {
    left: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-3 {
    right: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-4 {
    width: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.1667 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-4 {
    left: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-4 {
    right: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-5 {
    width: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.2083 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-5 {
    left: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-5 {
    right: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-6 {
    width: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.25 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-6 {
    left: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-6 {
    right: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-7 {
    width: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.2917 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-7 {
    left: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-7 {
    right: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-8 {
    width: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.3333 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-8 {
    left: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-8 {
    right: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-9 {
    width: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.375 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-9 {
    left: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-9 {
    right: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-10 {
    width: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.4167 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-10 {
    left: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-10 {
    right: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-11 {
    width: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.4583 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-11 {
    left: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-11 {
    right: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-12 {
    width: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-12 {
    left: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-12 {
    right: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-13 {
    width: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5417 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-13 {
    left: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-13 {
    right: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-14 {
    width: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5833 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-14 {
    left: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-14 {
    right: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-15 {
    width: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.625 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-15 {
    left: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-15 {
    right: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-16 {
    width: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.6667 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-16 {
    left: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-16 {
    right: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-17 {
    width: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.7083 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-17 {
    left: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-17 {
    right: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-18 {
    width: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.75 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-18 {
    left: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-18 {
    right: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-19 {
    width: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.7917 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-19 {
    left: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-19 {
    right: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-20 {
    width: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.8333 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-20 {
    left: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-20 {
    right: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-21 {
    width: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.875 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-21 {
    left: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-21 {
    right: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-22 {
    width: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.9167 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-22 {
    left: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-22 {
    right: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-23 {
    width: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.9583 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xs-push-23 {
    left: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-pull-23 {
    right: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xs-col-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  mor-grid.gutter-xs > .row > .s-col-1 {
    width: calc((100% - 92px) * 0.0417 + 0px);
  }
  mor-grid.gutter-xs > .row > .s-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.0417 + 4px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-1 {
    left: calc((100% - 92px) * 0.0417 + 4px);
  }
  mor-grid.gutter-xs > .row > .s-pull-1 {
    right: calc((100% - 92px) * 0.0417 + 4px);
  }
  mor-grid.gutter-xs > .row > .s-col-2 {
    width: calc((100% - 92px) * 0.0833 + 4px);
  }
  mor-grid.gutter-xs > .row > .s-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.0833 + 8px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-2 {
    left: calc((100% - 92px) * 0.0833 + 8px);
  }
  mor-grid.gutter-xs > .row > .s-pull-2 {
    right: calc((100% - 92px) * 0.0833 + 8px);
  }
  mor-grid.gutter-xs > .row > .s-col-3 {
    width: calc((100% - 92px) * 0.125 + 8px);
  }
  mor-grid.gutter-xs > .row > .s-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.125 + 12px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-3 {
    left: calc((100% - 92px) * 0.125 + 12px);
  }
  mor-grid.gutter-xs > .row > .s-pull-3 {
    right: calc((100% - 92px) * 0.125 + 12px);
  }
  mor-grid.gutter-xs > .row > .s-col-4 {
    width: calc((100% - 92px) * 0.1667 + 12px);
  }
  mor-grid.gutter-xs > .row > .s-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.1667 + 16px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-4 {
    left: calc((100% - 92px) * 0.1667 + 16px);
  }
  mor-grid.gutter-xs > .row > .s-pull-4 {
    right: calc((100% - 92px) * 0.1667 + 16px);
  }
  mor-grid.gutter-xs > .row > .s-col-5 {
    width: calc((100% - 92px) * 0.2083 + 16px);
  }
  mor-grid.gutter-xs > .row > .s-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.2083 + 20px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-5 {
    left: calc((100% - 92px) * 0.2083 + 20px);
  }
  mor-grid.gutter-xs > .row > .s-pull-5 {
    right: calc((100% - 92px) * 0.2083 + 20px);
  }
  mor-grid.gutter-xs > .row > .s-col-6 {
    width: calc((100% - 92px) * 0.25 + 20px);
  }
  mor-grid.gutter-xs > .row > .s-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.25 + 24px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-6 {
    left: calc((100% - 92px) * 0.25 + 24px);
  }
  mor-grid.gutter-xs > .row > .s-pull-6 {
    right: calc((100% - 92px) * 0.25 + 24px);
  }
  mor-grid.gutter-xs > .row > .s-col-7 {
    width: calc((100% - 92px) * 0.2917 + 24px);
  }
  mor-grid.gutter-xs > .row > .s-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.2917 + 28px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-7 {
    left: calc((100% - 92px) * 0.2917 + 28px);
  }
  mor-grid.gutter-xs > .row > .s-pull-7 {
    right: calc((100% - 92px) * 0.2917 + 28px);
  }
  mor-grid.gutter-xs > .row > .s-col-8 {
    width: calc((100% - 92px) * 0.3333 + 28px);
  }
  mor-grid.gutter-xs > .row > .s-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.3333 + 32px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-8 {
    left: calc((100% - 92px) * 0.3333 + 32px);
  }
  mor-grid.gutter-xs > .row > .s-pull-8 {
    right: calc((100% - 92px) * 0.3333 + 32px);
  }
  mor-grid.gutter-xs > .row > .s-col-9 {
    width: calc((100% - 92px) * 0.375 + 32px);
  }
  mor-grid.gutter-xs > .row > .s-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.375 + 36px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-9 {
    left: calc((100% - 92px) * 0.375 + 36px);
  }
  mor-grid.gutter-xs > .row > .s-pull-9 {
    right: calc((100% - 92px) * 0.375 + 36px);
  }
  mor-grid.gutter-xs > .row > .s-col-10 {
    width: calc((100% - 92px) * 0.4167 + 36px);
  }
  mor-grid.gutter-xs > .row > .s-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.4167 + 40px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-10 {
    left: calc((100% - 92px) * 0.4167 + 40px);
  }
  mor-grid.gutter-xs > .row > .s-pull-10 {
    right: calc((100% - 92px) * 0.4167 + 40px);
  }
  mor-grid.gutter-xs > .row > .s-col-11 {
    width: calc((100% - 92px) * 0.4583 + 40px);
  }
  mor-grid.gutter-xs > .row > .s-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.4583 + 44px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-11 {
    left: calc((100% - 92px) * 0.4583 + 44px);
  }
  mor-grid.gutter-xs > .row > .s-pull-11 {
    right: calc((100% - 92px) * 0.4583 + 44px);
  }
  mor-grid.gutter-xs > .row > .s-col-12 {
    width: calc((100% - 92px) * 0.5 + 44px);
  }
  mor-grid.gutter-xs > .row > .s-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.5 + 48px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-12 {
    left: calc((100% - 92px) * 0.5 + 48px);
  }
  mor-grid.gutter-xs > .row > .s-pull-12 {
    right: calc((100% - 92px) * 0.5 + 48px);
  }
  mor-grid.gutter-xs > .row > .s-col-13 {
    width: calc((100% - 92px) * 0.5417 + 48px);
  }
  mor-grid.gutter-xs > .row > .s-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.5417 + 52px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-13 {
    left: calc((100% - 92px) * 0.5417 + 52px);
  }
  mor-grid.gutter-xs > .row > .s-pull-13 {
    right: calc((100% - 92px) * 0.5417 + 52px);
  }
  mor-grid.gutter-xs > .row > .s-col-14 {
    width: calc((100% - 92px) * 0.5833 + 52px);
  }
  mor-grid.gutter-xs > .row > .s-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.5833 + 56px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-14 {
    left: calc((100% - 92px) * 0.5833 + 56px);
  }
  mor-grid.gutter-xs > .row > .s-pull-14 {
    right: calc((100% - 92px) * 0.5833 + 56px);
  }
  mor-grid.gutter-xs > .row > .s-col-15 {
    width: calc((100% - 92px) * 0.625 + 56px);
  }
  mor-grid.gutter-xs > .row > .s-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.625 + 60px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-15 {
    left: calc((100% - 92px) * 0.625 + 60px);
  }
  mor-grid.gutter-xs > .row > .s-pull-15 {
    right: calc((100% - 92px) * 0.625 + 60px);
  }
  mor-grid.gutter-xs > .row > .s-col-16 {
    width: calc((100% - 92px) * 0.6667 + 60px);
  }
  mor-grid.gutter-xs > .row > .s-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.6667 + 64px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-16 {
    left: calc((100% - 92px) * 0.6667 + 64px);
  }
  mor-grid.gutter-xs > .row > .s-pull-16 {
    right: calc((100% - 92px) * 0.6667 + 64px);
  }
  mor-grid.gutter-xs > .row > .s-col-17 {
    width: calc((100% - 92px) * 0.7083 + 64px);
  }
  mor-grid.gutter-xs > .row > .s-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.7083 + 68px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-17 {
    left: calc((100% - 92px) * 0.7083 + 68px);
  }
  mor-grid.gutter-xs > .row > .s-pull-17 {
    right: calc((100% - 92px) * 0.7083 + 68px);
  }
  mor-grid.gutter-xs > .row > .s-col-18 {
    width: calc((100% - 92px) * 0.75 + 68px);
  }
  mor-grid.gutter-xs > .row > .s-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.75 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-18 {
    left: calc((100% - 92px) * 0.75 + 72px);
  }
  mor-grid.gutter-xs > .row > .s-pull-18 {
    right: calc((100% - 92px) * 0.75 + 72px);
  }
  mor-grid.gutter-xs > .row > .s-col-19 {
    width: calc((100% - 92px) * 0.7917 + 72px);
  }
  mor-grid.gutter-xs > .row > .s-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.7917 + 76px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-19 {
    left: calc((100% - 92px) * 0.7917 + 76px);
  }
  mor-grid.gutter-xs > .row > .s-pull-19 {
    right: calc((100% - 92px) * 0.7917 + 76px);
  }
  mor-grid.gutter-xs > .row > .s-col-20 {
    width: calc((100% - 92px) * 0.8333 + 76px);
  }
  mor-grid.gutter-xs > .row > .s-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.8333 + 80px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-20 {
    left: calc((100% - 92px) * 0.8333 + 80px);
  }
  mor-grid.gutter-xs > .row > .s-pull-20 {
    right: calc((100% - 92px) * 0.8333 + 80px);
  }
  mor-grid.gutter-xs > .row > .s-col-21 {
    width: calc((100% - 92px) * 0.875 + 80px);
  }
  mor-grid.gutter-xs > .row > .s-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.875 + 84px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-21 {
    left: calc((100% - 92px) * 0.875 + 84px);
  }
  mor-grid.gutter-xs > .row > .s-pull-21 {
    right: calc((100% - 92px) * 0.875 + 84px);
  }
  mor-grid.gutter-xs > .row > .s-col-22 {
    width: calc((100% - 92px) * 0.9167 + 84px);
  }
  mor-grid.gutter-xs > .row > .s-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.9167 + 88px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-22 {
    left: calc((100% - 92px) * 0.9167 + 88px);
  }
  mor-grid.gutter-xs > .row > .s-pull-22 {
    right: calc((100% - 92px) * 0.9167 + 88px);
  }
  mor-grid.gutter-xs > .row > .s-col-23 {
    width: calc((100% - 92px) * 0.9583 + 88px);
  }
  mor-grid.gutter-xs > .row > .s-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.9583 + 92px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .s-push-23 {
    left: calc((100% - 92px) * 0.9583 + 92px);
  }
  mor-grid.gutter-xs > .row > .s-pull-23 {
    right: calc((100% - 92px) * 0.9583 + 92px);
  }
  mor-grid.gutter-xs > .row > .s-col-24 {
    width: 100%;
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-1 {
    width: calc((100% - 96px) * 0.0417 + 0px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.0417 + 6px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-1 {
    left: calc((100% - 96px) * 0.0417 + 4px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-1 {
    right: calc((100% - 96px) * 0.0417 + 4px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-2 {
    width: calc((100% - 96px) * 0.0833 + 4px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.0833 + 10px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-2 {
    left: calc((100% - 96px) * 0.0833 + 8px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-2 {
    right: calc((100% - 96px) * 0.0833 + 8px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-3 {
    width: calc((100% - 96px) * 0.125 + 8px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.125 + 14px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-3 {
    left: calc((100% - 96px) * 0.125 + 12px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-3 {
    right: calc((100% - 96px) * 0.125 + 12px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-4 {
    width: calc((100% - 96px) * 0.1667 + 12px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.1667 + 18px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-4 {
    left: calc((100% - 96px) * 0.1667 + 16px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-4 {
    right: calc((100% - 96px) * 0.1667 + 16px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-5 {
    width: calc((100% - 96px) * 0.2083 + 16px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.2083 + 22px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-5 {
    left: calc((100% - 96px) * 0.2083 + 20px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-5 {
    right: calc((100% - 96px) * 0.2083 + 20px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-6 {
    width: calc((100% - 96px) * 0.25 + 20px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.25 + 26px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-6 {
    left: calc((100% - 96px) * 0.25 + 24px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-6 {
    right: calc((100% - 96px) * 0.25 + 24px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-7 {
    width: calc((100% - 96px) * 0.2917 + 24px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.2917 + 30px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-7 {
    left: calc((100% - 96px) * 0.2917 + 28px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-7 {
    right: calc((100% - 96px) * 0.2917 + 28px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-8 {
    width: calc((100% - 96px) * 0.3333 + 28px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.3333 + 34px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-8 {
    left: calc((100% - 96px) * 0.3333 + 32px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-8 {
    right: calc((100% - 96px) * 0.3333 + 32px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-9 {
    width: calc((100% - 96px) * 0.375 + 32px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.375 + 38px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-9 {
    left: calc((100% - 96px) * 0.375 + 36px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-9 {
    right: calc((100% - 96px) * 0.375 + 36px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-10 {
    width: calc((100% - 96px) * 0.4167 + 36px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.4167 + 42px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-10 {
    left: calc((100% - 96px) * 0.4167 + 40px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-10 {
    right: calc((100% - 96px) * 0.4167 + 40px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-11 {
    width: calc((100% - 96px) * 0.4583 + 40px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.4583 + 46px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-11 {
    left: calc((100% - 96px) * 0.4583 + 44px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-11 {
    right: calc((100% - 96px) * 0.4583 + 44px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-12 {
    width: calc((100% - 96px) * 0.5 + 44px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.5 + 50px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-12 {
    left: calc((100% - 96px) * 0.5 + 48px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-12 {
    right: calc((100% - 96px) * 0.5 + 48px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-13 {
    width: calc((100% - 96px) * 0.5417 + 48px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.5417 + 54px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-13 {
    left: calc((100% - 96px) * 0.5417 + 52px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-13 {
    right: calc((100% - 96px) * 0.5417 + 52px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-14 {
    width: calc((100% - 96px) * 0.5833 + 52px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.5833 + 58px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-14 {
    left: calc((100% - 96px) * 0.5833 + 56px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-14 {
    right: calc((100% - 96px) * 0.5833 + 56px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-15 {
    width: calc((100% - 96px) * 0.625 + 56px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.625 + 62px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-15 {
    left: calc((100% - 96px) * 0.625 + 60px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-15 {
    right: calc((100% - 96px) * 0.625 + 60px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-16 {
    width: calc((100% - 96px) * 0.6667 + 60px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.6667 + 66px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-16 {
    left: calc((100% - 96px) * 0.6667 + 64px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-16 {
    right: calc((100% - 96px) * 0.6667 + 64px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-17 {
    width: calc((100% - 96px) * 0.7083 + 64px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.7083 + 70px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-17 {
    left: calc((100% - 96px) * 0.7083 + 68px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-17 {
    right: calc((100% - 96px) * 0.7083 + 68px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-18 {
    width: calc((100% - 96px) * 0.75 + 68px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.75 + 74px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-18 {
    left: calc((100% - 96px) * 0.75 + 72px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-18 {
    right: calc((100% - 96px) * 0.75 + 72px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-19 {
    width: calc((100% - 96px) * 0.7917 + 72px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.7917 + 78px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-19 {
    left: calc((100% - 96px) * 0.7917 + 76px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-19 {
    right: calc((100% - 96px) * 0.7917 + 76px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-20 {
    width: calc((100% - 96px) * 0.8333 + 76px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.8333 + 82px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-20 {
    left: calc((100% - 96px) * 0.8333 + 80px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-20 {
    right: calc((100% - 96px) * 0.8333 + 80px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-21 {
    width: calc((100% - 96px) * 0.875 + 80px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.875 + 86px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-21 {
    left: calc((100% - 96px) * 0.875 + 84px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-21 {
    right: calc((100% - 96px) * 0.875 + 84px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-22 {
    width: calc((100% - 96px) * 0.9167 + 84px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.9167 + 90px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-22 {
    left: calc((100% - 96px) * 0.9167 + 88px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-22 {
    right: calc((100% - 96px) * 0.9167 + 88px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-23 {
    width: calc((100% - 96px) * 0.9583 + 88px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.9583 + 94px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .s-push-23 {
    left: calc((100% - 96px) * 0.9583 + 92px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-pull-23 {
    right: calc((100% - 96px) * 0.9583 + 92px);
  }
  mor-grid.gutter-xs.space-around > .row > .s-col-24 {
    width: 100%;
  }
  mor-grid.gutter-s > .row > .s-col-1 {
    width: calc((100% - 184px) * 0.0417 + 0px);
  }
  mor-grid.gutter-s > .row > .s-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.0417 + 8px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-1 {
    left: calc((100% - 184px) * 0.0417 + 8px);
  }
  mor-grid.gutter-s > .row > .s-pull-1 {
    right: calc((100% - 184px) * 0.0417 + 8px);
  }
  mor-grid.gutter-s > .row > .s-col-2 {
    width: calc((100% - 184px) * 0.0833 + 8px);
  }
  mor-grid.gutter-s > .row > .s-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.0833 + 16px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-2 {
    left: calc((100% - 184px) * 0.0833 + 16px);
  }
  mor-grid.gutter-s > .row > .s-pull-2 {
    right: calc((100% - 184px) * 0.0833 + 16px);
  }
  mor-grid.gutter-s > .row > .s-col-3 {
    width: calc((100% - 184px) * 0.125 + 16px);
  }
  mor-grid.gutter-s > .row > .s-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.125 + 24px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-3 {
    left: calc((100% - 184px) * 0.125 + 24px);
  }
  mor-grid.gutter-s > .row > .s-pull-3 {
    right: calc((100% - 184px) * 0.125 + 24px);
  }
  mor-grid.gutter-s > .row > .s-col-4 {
    width: calc((100% - 184px) * 0.1667 + 24px);
  }
  mor-grid.gutter-s > .row > .s-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.1667 + 32px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-4 {
    left: calc((100% - 184px) * 0.1667 + 32px);
  }
  mor-grid.gutter-s > .row > .s-pull-4 {
    right: calc((100% - 184px) * 0.1667 + 32px);
  }
  mor-grid.gutter-s > .row > .s-col-5 {
    width: calc((100% - 184px) * 0.2083 + 32px);
  }
  mor-grid.gutter-s > .row > .s-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.2083 + 40px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-5 {
    left: calc((100% - 184px) * 0.2083 + 40px);
  }
  mor-grid.gutter-s > .row > .s-pull-5 {
    right: calc((100% - 184px) * 0.2083 + 40px);
  }
  mor-grid.gutter-s > .row > .s-col-6 {
    width: calc((100% - 184px) * 0.25 + 40px);
  }
  mor-grid.gutter-s > .row > .s-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.25 + 48px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-6 {
    left: calc((100% - 184px) * 0.25 + 48px);
  }
  mor-grid.gutter-s > .row > .s-pull-6 {
    right: calc((100% - 184px) * 0.25 + 48px);
  }
  mor-grid.gutter-s > .row > .s-col-7 {
    width: calc((100% - 184px) * 0.2917 + 48px);
  }
  mor-grid.gutter-s > .row > .s-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.2917 + 56px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-7 {
    left: calc((100% - 184px) * 0.2917 + 56px);
  }
  mor-grid.gutter-s > .row > .s-pull-7 {
    right: calc((100% - 184px) * 0.2917 + 56px);
  }
  mor-grid.gutter-s > .row > .s-col-8 {
    width: calc((100% - 184px) * 0.3333 + 56px);
  }
  mor-grid.gutter-s > .row > .s-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.3333 + 64px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-8 {
    left: calc((100% - 184px) * 0.3333 + 64px);
  }
  mor-grid.gutter-s > .row > .s-pull-8 {
    right: calc((100% - 184px) * 0.3333 + 64px);
  }
  mor-grid.gutter-s > .row > .s-col-9 {
    width: calc((100% - 184px) * 0.375 + 64px);
  }
  mor-grid.gutter-s > .row > .s-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.375 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-9 {
    left: calc((100% - 184px) * 0.375 + 72px);
  }
  mor-grid.gutter-s > .row > .s-pull-9 {
    right: calc((100% - 184px) * 0.375 + 72px);
  }
  mor-grid.gutter-s > .row > .s-col-10 {
    width: calc((100% - 184px) * 0.4167 + 72px);
  }
  mor-grid.gutter-s > .row > .s-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.4167 + 80px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-10 {
    left: calc((100% - 184px) * 0.4167 + 80px);
  }
  mor-grid.gutter-s > .row > .s-pull-10 {
    right: calc((100% - 184px) * 0.4167 + 80px);
  }
  mor-grid.gutter-s > .row > .s-col-11 {
    width: calc((100% - 184px) * 0.4583 + 80px);
  }
  mor-grid.gutter-s > .row > .s-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.4583 + 88px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-11 {
    left: calc((100% - 184px) * 0.4583 + 88px);
  }
  mor-grid.gutter-s > .row > .s-pull-11 {
    right: calc((100% - 184px) * 0.4583 + 88px);
  }
  mor-grid.gutter-s > .row > .s-col-12 {
    width: calc((100% - 184px) * 0.5 + 88px);
  }
  mor-grid.gutter-s > .row > .s-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.5 + 96px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-12 {
    left: calc((100% - 184px) * 0.5 + 96px);
  }
  mor-grid.gutter-s > .row > .s-pull-12 {
    right: calc((100% - 184px) * 0.5 + 96px);
  }
  mor-grid.gutter-s > .row > .s-col-13 {
    width: calc((100% - 184px) * 0.5417 + 96px);
  }
  mor-grid.gutter-s > .row > .s-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.5417 + 104px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-13 {
    left: calc((100% - 184px) * 0.5417 + 104px);
  }
  mor-grid.gutter-s > .row > .s-pull-13 {
    right: calc((100% - 184px) * 0.5417 + 104px);
  }
  mor-grid.gutter-s > .row > .s-col-14 {
    width: calc((100% - 184px) * 0.5833 + 104px);
  }
  mor-grid.gutter-s > .row > .s-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.5833 + 112px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-14 {
    left: calc((100% - 184px) * 0.5833 + 112px);
  }
  mor-grid.gutter-s > .row > .s-pull-14 {
    right: calc((100% - 184px) * 0.5833 + 112px);
  }
  mor-grid.gutter-s > .row > .s-col-15 {
    width: calc((100% - 184px) * 0.625 + 112px);
  }
  mor-grid.gutter-s > .row > .s-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.625 + 120px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-15 {
    left: calc((100% - 184px) * 0.625 + 120px);
  }
  mor-grid.gutter-s > .row > .s-pull-15 {
    right: calc((100% - 184px) * 0.625 + 120px);
  }
  mor-grid.gutter-s > .row > .s-col-16 {
    width: calc((100% - 184px) * 0.6667 + 120px);
  }
  mor-grid.gutter-s > .row > .s-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.6667 + 128px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-16 {
    left: calc((100% - 184px) * 0.6667 + 128px);
  }
  mor-grid.gutter-s > .row > .s-pull-16 {
    right: calc((100% - 184px) * 0.6667 + 128px);
  }
  mor-grid.gutter-s > .row > .s-col-17 {
    width: calc((100% - 184px) * 0.7083 + 128px);
  }
  mor-grid.gutter-s > .row > .s-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.7083 + 136px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-17 {
    left: calc((100% - 184px) * 0.7083 + 136px);
  }
  mor-grid.gutter-s > .row > .s-pull-17 {
    right: calc((100% - 184px) * 0.7083 + 136px);
  }
  mor-grid.gutter-s > .row > .s-col-18 {
    width: calc((100% - 184px) * 0.75 + 136px);
  }
  mor-grid.gutter-s > .row > .s-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.75 + 144px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-18 {
    left: calc((100% - 184px) * 0.75 + 144px);
  }
  mor-grid.gutter-s > .row > .s-pull-18 {
    right: calc((100% - 184px) * 0.75 + 144px);
  }
  mor-grid.gutter-s > .row > .s-col-19 {
    width: calc((100% - 184px) * 0.7917 + 144px);
  }
  mor-grid.gutter-s > .row > .s-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.7917 + 152px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-19 {
    left: calc((100% - 184px) * 0.7917 + 152px);
  }
  mor-grid.gutter-s > .row > .s-pull-19 {
    right: calc((100% - 184px) * 0.7917 + 152px);
  }
  mor-grid.gutter-s > .row > .s-col-20 {
    width: calc((100% - 184px) * 0.8333 + 152px);
  }
  mor-grid.gutter-s > .row > .s-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.8333 + 160px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-20 {
    left: calc((100% - 184px) * 0.8333 + 160px);
  }
  mor-grid.gutter-s > .row > .s-pull-20 {
    right: calc((100% - 184px) * 0.8333 + 160px);
  }
  mor-grid.gutter-s > .row > .s-col-21 {
    width: calc((100% - 184px) * 0.875 + 160px);
  }
  mor-grid.gutter-s > .row > .s-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.875 + 168px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-21 {
    left: calc((100% - 184px) * 0.875 + 168px);
  }
  mor-grid.gutter-s > .row > .s-pull-21 {
    right: calc((100% - 184px) * 0.875 + 168px);
  }
  mor-grid.gutter-s > .row > .s-col-22 {
    width: calc((100% - 184px) * 0.9167 + 168px);
  }
  mor-grid.gutter-s > .row > .s-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.9167 + 176px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-22 {
    left: calc((100% - 184px) * 0.9167 + 176px);
  }
  mor-grid.gutter-s > .row > .s-pull-22 {
    right: calc((100% - 184px) * 0.9167 + 176px);
  }
  mor-grid.gutter-s > .row > .s-col-23 {
    width: calc((100% - 184px) * 0.9583 + 176px);
  }
  mor-grid.gutter-s > .row > .s-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.9583 + 184px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .s-push-23 {
    left: calc((100% - 184px) * 0.9583 + 184px);
  }
  mor-grid.gutter-s > .row > .s-pull-23 {
    right: calc((100% - 184px) * 0.9583 + 184px);
  }
  mor-grid.gutter-s > .row > .s-col-24 {
    width: 100%;
  }
  mor-grid.gutter-s.space-around > .row > .s-col-1 {
    width: calc((100% - 192px) * 0.0417 + 0px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.0417 + 12px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-1 {
    left: calc((100% - 192px) * 0.0417 + 8px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-1 {
    right: calc((100% - 192px) * 0.0417 + 8px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-2 {
    width: calc((100% - 192px) * 0.0833 + 8px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.0833 + 20px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-2 {
    left: calc((100% - 192px) * 0.0833 + 16px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-2 {
    right: calc((100% - 192px) * 0.0833 + 16px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-3 {
    width: calc((100% - 192px) * 0.125 + 16px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.125 + 28px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-3 {
    left: calc((100% - 192px) * 0.125 + 24px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-3 {
    right: calc((100% - 192px) * 0.125 + 24px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-4 {
    width: calc((100% - 192px) * 0.1667 + 24px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.1667 + 36px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-4 {
    left: calc((100% - 192px) * 0.1667 + 32px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-4 {
    right: calc((100% - 192px) * 0.1667 + 32px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-5 {
    width: calc((100% - 192px) * 0.2083 + 32px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.2083 + 44px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-5 {
    left: calc((100% - 192px) * 0.2083 + 40px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-5 {
    right: calc((100% - 192px) * 0.2083 + 40px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-6 {
    width: calc((100% - 192px) * 0.25 + 40px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.25 + 52px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-6 {
    left: calc((100% - 192px) * 0.25 + 48px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-6 {
    right: calc((100% - 192px) * 0.25 + 48px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-7 {
    width: calc((100% - 192px) * 0.2917 + 48px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.2917 + 60px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-7 {
    left: calc((100% - 192px) * 0.2917 + 56px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-7 {
    right: calc((100% - 192px) * 0.2917 + 56px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-8 {
    width: calc((100% - 192px) * 0.3333 + 56px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.3333 + 68px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-8 {
    left: calc((100% - 192px) * 0.3333 + 64px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-8 {
    right: calc((100% - 192px) * 0.3333 + 64px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-9 {
    width: calc((100% - 192px) * 0.375 + 64px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.375 + 76px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-9 {
    left: calc((100% - 192px) * 0.375 + 72px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-9 {
    right: calc((100% - 192px) * 0.375 + 72px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-10 {
    width: calc((100% - 192px) * 0.4167 + 72px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.4167 + 84px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-10 {
    left: calc((100% - 192px) * 0.4167 + 80px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-10 {
    right: calc((100% - 192px) * 0.4167 + 80px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-11 {
    width: calc((100% - 192px) * 0.4583 + 80px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.4583 + 92px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-11 {
    left: calc((100% - 192px) * 0.4583 + 88px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-11 {
    right: calc((100% - 192px) * 0.4583 + 88px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-12 {
    width: calc((100% - 192px) * 0.5 + 88px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.5 + 100px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-12 {
    left: calc((100% - 192px) * 0.5 + 96px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-12 {
    right: calc((100% - 192px) * 0.5 + 96px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-13 {
    width: calc((100% - 192px) * 0.5417 + 96px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.5417 + 108px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-13 {
    left: calc((100% - 192px) * 0.5417 + 104px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-13 {
    right: calc((100% - 192px) * 0.5417 + 104px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-14 {
    width: calc((100% - 192px) * 0.5833 + 104px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.5833 + 116px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-14 {
    left: calc((100% - 192px) * 0.5833 + 112px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-14 {
    right: calc((100% - 192px) * 0.5833 + 112px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-15 {
    width: calc((100% - 192px) * 0.625 + 112px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.625 + 124px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-15 {
    left: calc((100% - 192px) * 0.625 + 120px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-15 {
    right: calc((100% - 192px) * 0.625 + 120px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-16 {
    width: calc((100% - 192px) * 0.6667 + 120px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.6667 + 132px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-16 {
    left: calc((100% - 192px) * 0.6667 + 128px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-16 {
    right: calc((100% - 192px) * 0.6667 + 128px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-17 {
    width: calc((100% - 192px) * 0.7083 + 128px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.7083 + 140px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-17 {
    left: calc((100% - 192px) * 0.7083 + 136px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-17 {
    right: calc((100% - 192px) * 0.7083 + 136px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-18 {
    width: calc((100% - 192px) * 0.75 + 136px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.75 + 148px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-18 {
    left: calc((100% - 192px) * 0.75 + 144px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-18 {
    right: calc((100% - 192px) * 0.75 + 144px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-19 {
    width: calc((100% - 192px) * 0.7917 + 144px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.7917 + 156px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-19 {
    left: calc((100% - 192px) * 0.7917 + 152px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-19 {
    right: calc((100% - 192px) * 0.7917 + 152px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-20 {
    width: calc((100% - 192px) * 0.8333 + 152px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.8333 + 164px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-20 {
    left: calc((100% - 192px) * 0.8333 + 160px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-20 {
    right: calc((100% - 192px) * 0.8333 + 160px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-21 {
    width: calc((100% - 192px) * 0.875 + 160px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.875 + 172px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-21 {
    left: calc((100% - 192px) * 0.875 + 168px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-21 {
    right: calc((100% - 192px) * 0.875 + 168px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-22 {
    width: calc((100% - 192px) * 0.9167 + 168px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.9167 + 180px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-22 {
    left: calc((100% - 192px) * 0.9167 + 176px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-22 {
    right: calc((100% - 192px) * 0.9167 + 176px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-23 {
    width: calc((100% - 192px) * 0.9583 + 176px);
  }
  mor-grid.gutter-s.space-around > .row > .s-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.9583 + 188px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .s-push-23 {
    left: calc((100% - 192px) * 0.9583 + 184px);
  }
  mor-grid.gutter-s.space-around > .row > .s-pull-23 {
    right: calc((100% - 192px) * 0.9583 + 184px);
  }
  mor-grid.gutter-s.space-around > .row > .s-col-24 {
    width: 100%;
  }
  mor-grid.gutter-m > .row > .s-col-1,
  mor-grid > .row > .s-col-1 {
    width: calc((100% - 368px) * 0.0417 + 0px);
  }
  mor-grid.gutter-m > .row > .s-offset-1,
  mor-grid > .row > .s-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.0417 + 16px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-1,
  mor-grid > .row > .s-push-1 {
    left: calc((100% - 368px) * 0.0417 + 16px);
  }
  mor-grid.gutter-m > .row > .s-pull-1,
  mor-grid > .row > .s-pull-1 {
    right: calc((100% - 368px) * 0.0417 + 16px);
  }
  mor-grid.gutter-m > .row > .s-col-2,
  mor-grid > .row > .s-col-2 {
    width: calc((100% - 368px) * 0.0833 + 16px);
  }
  mor-grid.gutter-m > .row > .s-offset-2,
  mor-grid > .row > .s-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.0833 + 32px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-2,
  mor-grid > .row > .s-push-2 {
    left: calc((100% - 368px) * 0.0833 + 32px);
  }
  mor-grid.gutter-m > .row > .s-pull-2,
  mor-grid > .row > .s-pull-2 {
    right: calc((100% - 368px) * 0.0833 + 32px);
  }
  mor-grid.gutter-m > .row > .s-col-3,
  mor-grid > .row > .s-col-3 {
    width: calc((100% - 368px) * 0.125 + 32px);
  }
  mor-grid.gutter-m > .row > .s-offset-3,
  mor-grid > .row > .s-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.125 + 48px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-3,
  mor-grid > .row > .s-push-3 {
    left: calc((100% - 368px) * 0.125 + 48px);
  }
  mor-grid.gutter-m > .row > .s-pull-3,
  mor-grid > .row > .s-pull-3 {
    right: calc((100% - 368px) * 0.125 + 48px);
  }
  mor-grid.gutter-m > .row > .s-col-4,
  mor-grid > .row > .s-col-4 {
    width: calc((100% - 368px) * 0.1667 + 48px);
  }
  mor-grid.gutter-m > .row > .s-offset-4,
  mor-grid > .row > .s-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.1667 + 64px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-4,
  mor-grid > .row > .s-push-4 {
    left: calc((100% - 368px) * 0.1667 + 64px);
  }
  mor-grid.gutter-m > .row > .s-pull-4,
  mor-grid > .row > .s-pull-4 {
    right: calc((100% - 368px) * 0.1667 + 64px);
  }
  mor-grid.gutter-m > .row > .s-col-5,
  mor-grid > .row > .s-col-5 {
    width: calc((100% - 368px) * 0.2083 + 64px);
  }
  mor-grid.gutter-m > .row > .s-offset-5,
  mor-grid > .row > .s-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.2083 + 80px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-5,
  mor-grid > .row > .s-push-5 {
    left: calc((100% - 368px) * 0.2083 + 80px);
  }
  mor-grid.gutter-m > .row > .s-pull-5,
  mor-grid > .row > .s-pull-5 {
    right: calc((100% - 368px) * 0.2083 + 80px);
  }
  mor-grid.gutter-m > .row > .s-col-6,
  mor-grid > .row > .s-col-6 {
    width: calc((100% - 368px) * 0.25 + 80px);
  }
  mor-grid.gutter-m > .row > .s-offset-6,
  mor-grid > .row > .s-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.25 + 96px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-6,
  mor-grid > .row > .s-push-6 {
    left: calc((100% - 368px) * 0.25 + 96px);
  }
  mor-grid.gutter-m > .row > .s-pull-6,
  mor-grid > .row > .s-pull-6 {
    right: calc((100% - 368px) * 0.25 + 96px);
  }
  mor-grid.gutter-m > .row > .s-col-7,
  mor-grid > .row > .s-col-7 {
    width: calc((100% - 368px) * 0.2917 + 96px);
  }
  mor-grid.gutter-m > .row > .s-offset-7,
  mor-grid > .row > .s-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.2917 + 112px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-7,
  mor-grid > .row > .s-push-7 {
    left: calc((100% - 368px) * 0.2917 + 112px);
  }
  mor-grid.gutter-m > .row > .s-pull-7,
  mor-grid > .row > .s-pull-7 {
    right: calc((100% - 368px) * 0.2917 + 112px);
  }
  mor-grid.gutter-m > .row > .s-col-8,
  mor-grid > .row > .s-col-8 {
    width: calc((100% - 368px) * 0.3333 + 112px);
  }
  mor-grid.gutter-m > .row > .s-offset-8,
  mor-grid > .row > .s-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.3333 + 128px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-8,
  mor-grid > .row > .s-push-8 {
    left: calc((100% - 368px) * 0.3333 + 128px);
  }
  mor-grid.gutter-m > .row > .s-pull-8,
  mor-grid > .row > .s-pull-8 {
    right: calc((100% - 368px) * 0.3333 + 128px);
  }
  mor-grid.gutter-m > .row > .s-col-9,
  mor-grid > .row > .s-col-9 {
    width: calc((100% - 368px) * 0.375 + 128px);
  }
  mor-grid.gutter-m > .row > .s-offset-9,
  mor-grid > .row > .s-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.375 + 144px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-9,
  mor-grid > .row > .s-push-9 {
    left: calc((100% - 368px) * 0.375 + 144px);
  }
  mor-grid.gutter-m > .row > .s-pull-9,
  mor-grid > .row > .s-pull-9 {
    right: calc((100% - 368px) * 0.375 + 144px);
  }
  mor-grid.gutter-m > .row > .s-col-10,
  mor-grid > .row > .s-col-10 {
    width: calc((100% - 368px) * 0.4167 + 144px);
  }
  mor-grid.gutter-m > .row > .s-offset-10,
  mor-grid > .row > .s-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.4167 + 160px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-10,
  mor-grid > .row > .s-push-10 {
    left: calc((100% - 368px) * 0.4167 + 160px);
  }
  mor-grid.gutter-m > .row > .s-pull-10,
  mor-grid > .row > .s-pull-10 {
    right: calc((100% - 368px) * 0.4167 + 160px);
  }
  mor-grid.gutter-m > .row > .s-col-11,
  mor-grid > .row > .s-col-11 {
    width: calc((100% - 368px) * 0.4583 + 160px);
  }
  mor-grid.gutter-m > .row > .s-offset-11,
  mor-grid > .row > .s-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.4583 + 176px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-11,
  mor-grid > .row > .s-push-11 {
    left: calc((100% - 368px) * 0.4583 + 176px);
  }
  mor-grid.gutter-m > .row > .s-pull-11,
  mor-grid > .row > .s-pull-11 {
    right: calc((100% - 368px) * 0.4583 + 176px);
  }
  mor-grid.gutter-m > .row > .s-col-12,
  mor-grid > .row > .s-col-12 {
    width: calc((100% - 368px) * 0.5 + 176px);
  }
  mor-grid.gutter-m > .row > .s-offset-12,
  mor-grid > .row > .s-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.5 + 192px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-12,
  mor-grid > .row > .s-push-12 {
    left: calc((100% - 368px) * 0.5 + 192px);
  }
  mor-grid.gutter-m > .row > .s-pull-12,
  mor-grid > .row > .s-pull-12 {
    right: calc((100% - 368px) * 0.5 + 192px);
  }
  mor-grid.gutter-m > .row > .s-col-13,
  mor-grid > .row > .s-col-13 {
    width: calc((100% - 368px) * 0.5417 + 192px);
  }
  mor-grid.gutter-m > .row > .s-offset-13,
  mor-grid > .row > .s-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.5417 + 208px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-13,
  mor-grid > .row > .s-push-13 {
    left: calc((100% - 368px) * 0.5417 + 208px);
  }
  mor-grid.gutter-m > .row > .s-pull-13,
  mor-grid > .row > .s-pull-13 {
    right: calc((100% - 368px) * 0.5417 + 208px);
  }
  mor-grid.gutter-m > .row > .s-col-14,
  mor-grid > .row > .s-col-14 {
    width: calc((100% - 368px) * 0.5833 + 208px);
  }
  mor-grid.gutter-m > .row > .s-offset-14,
  mor-grid > .row > .s-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.5833 + 224px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-14,
  mor-grid > .row > .s-push-14 {
    left: calc((100% - 368px) * 0.5833 + 224px);
  }
  mor-grid.gutter-m > .row > .s-pull-14,
  mor-grid > .row > .s-pull-14 {
    right: calc((100% - 368px) * 0.5833 + 224px);
  }
  mor-grid.gutter-m > .row > .s-col-15,
  mor-grid > .row > .s-col-15 {
    width: calc((100% - 368px) * 0.625 + 224px);
  }
  mor-grid.gutter-m > .row > .s-offset-15,
  mor-grid > .row > .s-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.625 + 240px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-15,
  mor-grid > .row > .s-push-15 {
    left: calc((100% - 368px) * 0.625 + 240px);
  }
  mor-grid.gutter-m > .row > .s-pull-15,
  mor-grid > .row > .s-pull-15 {
    right: calc((100% - 368px) * 0.625 + 240px);
  }
  mor-grid.gutter-m > .row > .s-col-16,
  mor-grid > .row > .s-col-16 {
    width: calc((100% - 368px) * 0.6667 + 240px);
  }
  mor-grid.gutter-m > .row > .s-offset-16,
  mor-grid > .row > .s-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.6667 + 256px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-16,
  mor-grid > .row > .s-push-16 {
    left: calc((100% - 368px) * 0.6667 + 256px);
  }
  mor-grid.gutter-m > .row > .s-pull-16,
  mor-grid > .row > .s-pull-16 {
    right: calc((100% - 368px) * 0.6667 + 256px);
  }
  mor-grid.gutter-m > .row > .s-col-17,
  mor-grid > .row > .s-col-17 {
    width: calc((100% - 368px) * 0.7083 + 256px);
  }
  mor-grid.gutter-m > .row > .s-offset-17,
  mor-grid > .row > .s-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.7083 + 272px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-17,
  mor-grid > .row > .s-push-17 {
    left: calc((100% - 368px) * 0.7083 + 272px);
  }
  mor-grid.gutter-m > .row > .s-pull-17,
  mor-grid > .row > .s-pull-17 {
    right: calc((100% - 368px) * 0.7083 + 272px);
  }
  mor-grid.gutter-m > .row > .s-col-18,
  mor-grid > .row > .s-col-18 {
    width: calc((100% - 368px) * 0.75 + 272px);
  }
  mor-grid.gutter-m > .row > .s-offset-18,
  mor-grid > .row > .s-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.75 + 288px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-18,
  mor-grid > .row > .s-push-18 {
    left: calc((100% - 368px) * 0.75 + 288px);
  }
  mor-grid.gutter-m > .row > .s-pull-18,
  mor-grid > .row > .s-pull-18 {
    right: calc((100% - 368px) * 0.75 + 288px);
  }
  mor-grid.gutter-m > .row > .s-col-19,
  mor-grid > .row > .s-col-19 {
    width: calc((100% - 368px) * 0.7917 + 288px);
  }
  mor-grid.gutter-m > .row > .s-offset-19,
  mor-grid > .row > .s-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.7917 + 304px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-19,
  mor-grid > .row > .s-push-19 {
    left: calc((100% - 368px) * 0.7917 + 304px);
  }
  mor-grid.gutter-m > .row > .s-pull-19,
  mor-grid > .row > .s-pull-19 {
    right: calc((100% - 368px) * 0.7917 + 304px);
  }
  mor-grid.gutter-m > .row > .s-col-20,
  mor-grid > .row > .s-col-20 {
    width: calc((100% - 368px) * 0.8333 + 304px);
  }
  mor-grid.gutter-m > .row > .s-offset-20,
  mor-grid > .row > .s-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.8333 + 320px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-20,
  mor-grid > .row > .s-push-20 {
    left: calc((100% - 368px) * 0.8333 + 320px);
  }
  mor-grid.gutter-m > .row > .s-pull-20,
  mor-grid > .row > .s-pull-20 {
    right: calc((100% - 368px) * 0.8333 + 320px);
  }
  mor-grid.gutter-m > .row > .s-col-21,
  mor-grid > .row > .s-col-21 {
    width: calc((100% - 368px) * 0.875 + 320px);
  }
  mor-grid.gutter-m > .row > .s-offset-21,
  mor-grid > .row > .s-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.875 + 336px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-21,
  mor-grid > .row > .s-push-21 {
    left: calc((100% - 368px) * 0.875 + 336px);
  }
  mor-grid.gutter-m > .row > .s-pull-21,
  mor-grid > .row > .s-pull-21 {
    right: calc((100% - 368px) * 0.875 + 336px);
  }
  mor-grid.gutter-m > .row > .s-col-22,
  mor-grid > .row > .s-col-22 {
    width: calc((100% - 368px) * 0.9167 + 336px);
  }
  mor-grid.gutter-m > .row > .s-offset-22,
  mor-grid > .row > .s-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.9167 + 352px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-22,
  mor-grid > .row > .s-push-22 {
    left: calc((100% - 368px) * 0.9167 + 352px);
  }
  mor-grid.gutter-m > .row > .s-pull-22,
  mor-grid > .row > .s-pull-22 {
    right: calc((100% - 368px) * 0.9167 + 352px);
  }
  mor-grid.gutter-m > .row > .s-col-23,
  mor-grid > .row > .s-col-23 {
    width: calc((100% - 368px) * 0.9583 + 352px);
  }
  mor-grid.gutter-m > .row > .s-offset-23,
  mor-grid > .row > .s-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.9583 + 368px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .s-push-23,
  mor-grid > .row > .s-push-23 {
    left: calc((100% - 368px) * 0.9583 + 368px);
  }
  mor-grid.gutter-m > .row > .s-pull-23,
  mor-grid > .row > .s-pull-23 {
    right: calc((100% - 368px) * 0.9583 + 368px);
  }
  mor-grid.gutter-m > .row > .s-col-24,
  mor-grid > .row > .s-col-24 {
    width: 100%;
  }
  mor-grid.gutter-m.space-around > .row > .s-col-1,
  mor-grid.space-around > .row > .s-col-1 {
    width: calc((100% - 384px) * 0.0417 + 0px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-1,
  mor-grid.space-around > .row > .s-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.0417 + 24px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-1,
  mor-grid.space-around > .row > .s-push-1 {
    left: calc((100% - 384px) * 0.0417 + 16px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-1,
  mor-grid.space-around > .row > .s-pull-1 {
    right: calc((100% - 384px) * 0.0417 + 16px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-2,
  mor-grid.space-around > .row > .s-col-2 {
    width: calc((100% - 384px) * 0.0833 + 16px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-2,
  mor-grid.space-around > .row > .s-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.0833 + 40px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-2,
  mor-grid.space-around > .row > .s-push-2 {
    left: calc((100% - 384px) * 0.0833 + 32px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-2,
  mor-grid.space-around > .row > .s-pull-2 {
    right: calc((100% - 384px) * 0.0833 + 32px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-3,
  mor-grid.space-around > .row > .s-col-3 {
    width: calc((100% - 384px) * 0.125 + 32px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-3,
  mor-grid.space-around > .row > .s-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.125 + 56px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-3,
  mor-grid.space-around > .row > .s-push-3 {
    left: calc((100% - 384px) * 0.125 + 48px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-3,
  mor-grid.space-around > .row > .s-pull-3 {
    right: calc((100% - 384px) * 0.125 + 48px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-4,
  mor-grid.space-around > .row > .s-col-4 {
    width: calc((100% - 384px) * 0.1667 + 48px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-4,
  mor-grid.space-around > .row > .s-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.1667 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-4,
  mor-grid.space-around > .row > .s-push-4 {
    left: calc((100% - 384px) * 0.1667 + 64px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-4,
  mor-grid.space-around > .row > .s-pull-4 {
    right: calc((100% - 384px) * 0.1667 + 64px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-5,
  mor-grid.space-around > .row > .s-col-5 {
    width: calc((100% - 384px) * 0.2083 + 64px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-5,
  mor-grid.space-around > .row > .s-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.2083 + 88px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-5,
  mor-grid.space-around > .row > .s-push-5 {
    left: calc((100% - 384px) * 0.2083 + 80px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-5,
  mor-grid.space-around > .row > .s-pull-5 {
    right: calc((100% - 384px) * 0.2083 + 80px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-6,
  mor-grid.space-around > .row > .s-col-6 {
    width: calc((100% - 384px) * 0.25 + 80px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-6,
  mor-grid.space-around > .row > .s-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.25 + 104px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-6,
  mor-grid.space-around > .row > .s-push-6 {
    left: calc((100% - 384px) * 0.25 + 96px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-6,
  mor-grid.space-around > .row > .s-pull-6 {
    right: calc((100% - 384px) * 0.25 + 96px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-7,
  mor-grid.space-around > .row > .s-col-7 {
    width: calc((100% - 384px) * 0.2917 + 96px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-7,
  mor-grid.space-around > .row > .s-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.2917 + 120px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-7,
  mor-grid.space-around > .row > .s-push-7 {
    left: calc((100% - 384px) * 0.2917 + 112px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-7,
  mor-grid.space-around > .row > .s-pull-7 {
    right: calc((100% - 384px) * 0.2917 + 112px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-8,
  mor-grid.space-around > .row > .s-col-8 {
    width: calc((100% - 384px) * 0.3333 + 112px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-8,
  mor-grid.space-around > .row > .s-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.3333 + 136px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-8,
  mor-grid.space-around > .row > .s-push-8 {
    left: calc((100% - 384px) * 0.3333 + 128px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-8,
  mor-grid.space-around > .row > .s-pull-8 {
    right: calc((100% - 384px) * 0.3333 + 128px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-9,
  mor-grid.space-around > .row > .s-col-9 {
    width: calc((100% - 384px) * 0.375 + 128px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-9,
  mor-grid.space-around > .row > .s-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.375 + 152px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-9,
  mor-grid.space-around > .row > .s-push-9 {
    left: calc((100% - 384px) * 0.375 + 144px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-9,
  mor-grid.space-around > .row > .s-pull-9 {
    right: calc((100% - 384px) * 0.375 + 144px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-10,
  mor-grid.space-around > .row > .s-col-10 {
    width: calc((100% - 384px) * 0.4167 + 144px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-10,
  mor-grid.space-around > .row > .s-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.4167 + 168px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-10,
  mor-grid.space-around > .row > .s-push-10 {
    left: calc((100% - 384px) * 0.4167 + 160px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-10,
  mor-grid.space-around > .row > .s-pull-10 {
    right: calc((100% - 384px) * 0.4167 + 160px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-11,
  mor-grid.space-around > .row > .s-col-11 {
    width: calc((100% - 384px) * 0.4583 + 160px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-11,
  mor-grid.space-around > .row > .s-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.4583 + 184px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-11,
  mor-grid.space-around > .row > .s-push-11 {
    left: calc((100% - 384px) * 0.4583 + 176px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-11,
  mor-grid.space-around > .row > .s-pull-11 {
    right: calc((100% - 384px) * 0.4583 + 176px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-12,
  mor-grid.space-around > .row > .s-col-12 {
    width: calc((100% - 384px) * 0.5 + 176px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-12,
  mor-grid.space-around > .row > .s-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.5 + 200px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-12,
  mor-grid.space-around > .row > .s-push-12 {
    left: calc((100% - 384px) * 0.5 + 192px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-12,
  mor-grid.space-around > .row > .s-pull-12 {
    right: calc((100% - 384px) * 0.5 + 192px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-13,
  mor-grid.space-around > .row > .s-col-13 {
    width: calc((100% - 384px) * 0.5417 + 192px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-13,
  mor-grid.space-around > .row > .s-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.5417 + 216px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-13,
  mor-grid.space-around > .row > .s-push-13 {
    left: calc((100% - 384px) * 0.5417 + 208px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-13,
  mor-grid.space-around > .row > .s-pull-13 {
    right: calc((100% - 384px) * 0.5417 + 208px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-14,
  mor-grid.space-around > .row > .s-col-14 {
    width: calc((100% - 384px) * 0.5833 + 208px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-14,
  mor-grid.space-around > .row > .s-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.5833 + 232px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-14,
  mor-grid.space-around > .row > .s-push-14 {
    left: calc((100% - 384px) * 0.5833 + 224px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-14,
  mor-grid.space-around > .row > .s-pull-14 {
    right: calc((100% - 384px) * 0.5833 + 224px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-15,
  mor-grid.space-around > .row > .s-col-15 {
    width: calc((100% - 384px) * 0.625 + 224px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-15,
  mor-grid.space-around > .row > .s-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.625 + 248px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-15,
  mor-grid.space-around > .row > .s-push-15 {
    left: calc((100% - 384px) * 0.625 + 240px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-15,
  mor-grid.space-around > .row > .s-pull-15 {
    right: calc((100% - 384px) * 0.625 + 240px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-16,
  mor-grid.space-around > .row > .s-col-16 {
    width: calc((100% - 384px) * 0.6667 + 240px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-16,
  mor-grid.space-around > .row > .s-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.6667 + 264px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-16,
  mor-grid.space-around > .row > .s-push-16 {
    left: calc((100% - 384px) * 0.6667 + 256px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-16,
  mor-grid.space-around > .row > .s-pull-16 {
    right: calc((100% - 384px) * 0.6667 + 256px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-17,
  mor-grid.space-around > .row > .s-col-17 {
    width: calc((100% - 384px) * 0.7083 + 256px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-17,
  mor-grid.space-around > .row > .s-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.7083 + 280px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-17,
  mor-grid.space-around > .row > .s-push-17 {
    left: calc((100% - 384px) * 0.7083 + 272px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-17,
  mor-grid.space-around > .row > .s-pull-17 {
    right: calc((100% - 384px) * 0.7083 + 272px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-18,
  mor-grid.space-around > .row > .s-col-18 {
    width: calc((100% - 384px) * 0.75 + 272px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-18,
  mor-grid.space-around > .row > .s-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.75 + 296px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-18,
  mor-grid.space-around > .row > .s-push-18 {
    left: calc((100% - 384px) * 0.75 + 288px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-18,
  mor-grid.space-around > .row > .s-pull-18 {
    right: calc((100% - 384px) * 0.75 + 288px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-19,
  mor-grid.space-around > .row > .s-col-19 {
    width: calc((100% - 384px) * 0.7917 + 288px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-19,
  mor-grid.space-around > .row > .s-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.7917 + 312px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-19,
  mor-grid.space-around > .row > .s-push-19 {
    left: calc((100% - 384px) * 0.7917 + 304px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-19,
  mor-grid.space-around > .row > .s-pull-19 {
    right: calc((100% - 384px) * 0.7917 + 304px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-20,
  mor-grid.space-around > .row > .s-col-20 {
    width: calc((100% - 384px) * 0.8333 + 304px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-20,
  mor-grid.space-around > .row > .s-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.8333 + 328px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-20,
  mor-grid.space-around > .row > .s-push-20 {
    left: calc((100% - 384px) * 0.8333 + 320px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-20,
  mor-grid.space-around > .row > .s-pull-20 {
    right: calc((100% - 384px) * 0.8333 + 320px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-21,
  mor-grid.space-around > .row > .s-col-21 {
    width: calc((100% - 384px) * 0.875 + 320px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-21,
  mor-grid.space-around > .row > .s-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.875 + 344px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-21,
  mor-grid.space-around > .row > .s-push-21 {
    left: calc((100% - 384px) * 0.875 + 336px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-21,
  mor-grid.space-around > .row > .s-pull-21 {
    right: calc((100% - 384px) * 0.875 + 336px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-22,
  mor-grid.space-around > .row > .s-col-22 {
    width: calc((100% - 384px) * 0.9167 + 336px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-22,
  mor-grid.space-around > .row > .s-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.9167 + 360px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-22,
  mor-grid.space-around > .row > .s-push-22 {
    left: calc((100% - 384px) * 0.9167 + 352px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-22,
  mor-grid.space-around > .row > .s-pull-22 {
    right: calc((100% - 384px) * 0.9167 + 352px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-23,
  mor-grid.space-around > .row > .s-col-23 {
    width: calc((100% - 384px) * 0.9583 + 352px);
  }
  mor-grid.gutter-m.space-around > .row > .s-offset-23,
  mor-grid.space-around > .row > .s-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.9583 + 376px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .s-push-23,
  mor-grid.space-around > .row > .s-push-23 {
    left: calc((100% - 384px) * 0.9583 + 368px);
  }
  mor-grid.gutter-m.space-around > .row > .s-pull-23,
  mor-grid.space-around > .row > .s-pull-23 {
    right: calc((100% - 384px) * 0.9583 + 368px);
  }
  mor-grid.gutter-m.space-around > .row > .s-col-24,
  mor-grid.space-around > .row > .s-col-24 {
    width: 100%;
  }
  mor-grid.gutter-l > .row > .s-col-1 {
    width: calc((100% - 552px) * 0.0417 + 0px);
  }
  mor-grid.gutter-l > .row > .s-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.0417 + 24px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-1 {
    left: calc((100% - 552px) * 0.0417 + 24px);
  }
  mor-grid.gutter-l > .row > .s-pull-1 {
    right: calc((100% - 552px) * 0.0417 + 24px);
  }
  mor-grid.gutter-l > .row > .s-col-2 {
    width: calc((100% - 552px) * 0.0833 + 24px);
  }
  mor-grid.gutter-l > .row > .s-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.0833 + 48px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-2 {
    left: calc((100% - 552px) * 0.0833 + 48px);
  }
  mor-grid.gutter-l > .row > .s-pull-2 {
    right: calc((100% - 552px) * 0.0833 + 48px);
  }
  mor-grid.gutter-l > .row > .s-col-3 {
    width: calc((100% - 552px) * 0.125 + 48px);
  }
  mor-grid.gutter-l > .row > .s-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.125 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-3 {
    left: calc((100% - 552px) * 0.125 + 72px);
  }
  mor-grid.gutter-l > .row > .s-pull-3 {
    right: calc((100% - 552px) * 0.125 + 72px);
  }
  mor-grid.gutter-l > .row > .s-col-4 {
    width: calc((100% - 552px) * 0.1667 + 72px);
  }
  mor-grid.gutter-l > .row > .s-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.1667 + 96px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-4 {
    left: calc((100% - 552px) * 0.1667 + 96px);
  }
  mor-grid.gutter-l > .row > .s-pull-4 {
    right: calc((100% - 552px) * 0.1667 + 96px);
  }
  mor-grid.gutter-l > .row > .s-col-5 {
    width: calc((100% - 552px) * 0.2083 + 96px);
  }
  mor-grid.gutter-l > .row > .s-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.2083 + 120px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-5 {
    left: calc((100% - 552px) * 0.2083 + 120px);
  }
  mor-grid.gutter-l > .row > .s-pull-5 {
    right: calc((100% - 552px) * 0.2083 + 120px);
  }
  mor-grid.gutter-l > .row > .s-col-6 {
    width: calc((100% - 552px) * 0.25 + 120px);
  }
  mor-grid.gutter-l > .row > .s-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.25 + 144px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-6 {
    left: calc((100% - 552px) * 0.25 + 144px);
  }
  mor-grid.gutter-l > .row > .s-pull-6 {
    right: calc((100% - 552px) * 0.25 + 144px);
  }
  mor-grid.gutter-l > .row > .s-col-7 {
    width: calc((100% - 552px) * 0.2917 + 144px);
  }
  mor-grid.gutter-l > .row > .s-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.2917 + 168px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-7 {
    left: calc((100% - 552px) * 0.2917 + 168px);
  }
  mor-grid.gutter-l > .row > .s-pull-7 {
    right: calc((100% - 552px) * 0.2917 + 168px);
  }
  mor-grid.gutter-l > .row > .s-col-8 {
    width: calc((100% - 552px) * 0.3333 + 168px);
  }
  mor-grid.gutter-l > .row > .s-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.3333 + 192px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-8 {
    left: calc((100% - 552px) * 0.3333 + 192px);
  }
  mor-grid.gutter-l > .row > .s-pull-8 {
    right: calc((100% - 552px) * 0.3333 + 192px);
  }
  mor-grid.gutter-l > .row > .s-col-9 {
    width: calc((100% - 552px) * 0.375 + 192px);
  }
  mor-grid.gutter-l > .row > .s-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.375 + 216px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-9 {
    left: calc((100% - 552px) * 0.375 + 216px);
  }
  mor-grid.gutter-l > .row > .s-pull-9 {
    right: calc((100% - 552px) * 0.375 + 216px);
  }
  mor-grid.gutter-l > .row > .s-col-10 {
    width: calc((100% - 552px) * 0.4167 + 216px);
  }
  mor-grid.gutter-l > .row > .s-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.4167 + 240px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-10 {
    left: calc((100% - 552px) * 0.4167 + 240px);
  }
  mor-grid.gutter-l > .row > .s-pull-10 {
    right: calc((100% - 552px) * 0.4167 + 240px);
  }
  mor-grid.gutter-l > .row > .s-col-11 {
    width: calc((100% - 552px) * 0.4583 + 240px);
  }
  mor-grid.gutter-l > .row > .s-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.4583 + 264px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-11 {
    left: calc((100% - 552px) * 0.4583 + 264px);
  }
  mor-grid.gutter-l > .row > .s-pull-11 {
    right: calc((100% - 552px) * 0.4583 + 264px);
  }
  mor-grid.gutter-l > .row > .s-col-12 {
    width: calc((100% - 552px) * 0.5 + 264px);
  }
  mor-grid.gutter-l > .row > .s-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.5 + 288px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-12 {
    left: calc((100% - 552px) * 0.5 + 288px);
  }
  mor-grid.gutter-l > .row > .s-pull-12 {
    right: calc((100% - 552px) * 0.5 + 288px);
  }
  mor-grid.gutter-l > .row > .s-col-13 {
    width: calc((100% - 552px) * 0.5417 + 288px);
  }
  mor-grid.gutter-l > .row > .s-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.5417 + 312px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-13 {
    left: calc((100% - 552px) * 0.5417 + 312px);
  }
  mor-grid.gutter-l > .row > .s-pull-13 {
    right: calc((100% - 552px) * 0.5417 + 312px);
  }
  mor-grid.gutter-l > .row > .s-col-14 {
    width: calc((100% - 552px) * 0.5833 + 312px);
  }
  mor-grid.gutter-l > .row > .s-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.5833 + 336px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-14 {
    left: calc((100% - 552px) * 0.5833 + 336px);
  }
  mor-grid.gutter-l > .row > .s-pull-14 {
    right: calc((100% - 552px) * 0.5833 + 336px);
  }
  mor-grid.gutter-l > .row > .s-col-15 {
    width: calc((100% - 552px) * 0.625 + 336px);
  }
  mor-grid.gutter-l > .row > .s-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.625 + 360px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-15 {
    left: calc((100% - 552px) * 0.625 + 360px);
  }
  mor-grid.gutter-l > .row > .s-pull-15 {
    right: calc((100% - 552px) * 0.625 + 360px);
  }
  mor-grid.gutter-l > .row > .s-col-16 {
    width: calc((100% - 552px) * 0.6667 + 360px);
  }
  mor-grid.gutter-l > .row > .s-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.6667 + 384px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-16 {
    left: calc((100% - 552px) * 0.6667 + 384px);
  }
  mor-grid.gutter-l > .row > .s-pull-16 {
    right: calc((100% - 552px) * 0.6667 + 384px);
  }
  mor-grid.gutter-l > .row > .s-col-17 {
    width: calc((100% - 552px) * 0.7083 + 384px);
  }
  mor-grid.gutter-l > .row > .s-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.7083 + 408px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-17 {
    left: calc((100% - 552px) * 0.7083 + 408px);
  }
  mor-grid.gutter-l > .row > .s-pull-17 {
    right: calc((100% - 552px) * 0.7083 + 408px);
  }
  mor-grid.gutter-l > .row > .s-col-18 {
    width: calc((100% - 552px) * 0.75 + 408px);
  }
  mor-grid.gutter-l > .row > .s-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.75 + 432px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-18 {
    left: calc((100% - 552px) * 0.75 + 432px);
  }
  mor-grid.gutter-l > .row > .s-pull-18 {
    right: calc((100% - 552px) * 0.75 + 432px);
  }
  mor-grid.gutter-l > .row > .s-col-19 {
    width: calc((100% - 552px) * 0.7917 + 432px);
  }
  mor-grid.gutter-l > .row > .s-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.7917 + 456px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-19 {
    left: calc((100% - 552px) * 0.7917 + 456px);
  }
  mor-grid.gutter-l > .row > .s-pull-19 {
    right: calc((100% - 552px) * 0.7917 + 456px);
  }
  mor-grid.gutter-l > .row > .s-col-20 {
    width: calc((100% - 552px) * 0.8333 + 456px);
  }
  mor-grid.gutter-l > .row > .s-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.8333 + 480px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-20 {
    left: calc((100% - 552px) * 0.8333 + 480px);
  }
  mor-grid.gutter-l > .row > .s-pull-20 {
    right: calc((100% - 552px) * 0.8333 + 480px);
  }
  mor-grid.gutter-l > .row > .s-col-21 {
    width: calc((100% - 552px) * 0.875 + 480px);
  }
  mor-grid.gutter-l > .row > .s-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.875 + 504px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-21 {
    left: calc((100% - 552px) * 0.875 + 504px);
  }
  mor-grid.gutter-l > .row > .s-pull-21 {
    right: calc((100% - 552px) * 0.875 + 504px);
  }
  mor-grid.gutter-l > .row > .s-col-22 {
    width: calc((100% - 552px) * 0.9167 + 504px);
  }
  mor-grid.gutter-l > .row > .s-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.9167 + 528px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-22 {
    left: calc((100% - 552px) * 0.9167 + 528px);
  }
  mor-grid.gutter-l > .row > .s-pull-22 {
    right: calc((100% - 552px) * 0.9167 + 528px);
  }
  mor-grid.gutter-l > .row > .s-col-23 {
    width: calc((100% - 552px) * 0.9583 + 528px);
  }
  mor-grid.gutter-l > .row > .s-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.9583 + 552px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .s-push-23 {
    left: calc((100% - 552px) * 0.9583 + 552px);
  }
  mor-grid.gutter-l > .row > .s-pull-23 {
    right: calc((100% - 552px) * 0.9583 + 552px);
  }
  mor-grid.gutter-l > .row > .s-col-24 {
    width: 100%;
  }
  mor-grid.gutter-l.space-around > .row > .s-col-1 {
    width: calc((100% - 576px) * 0.0417 + 0px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.0417 + 36px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-1 {
    left: calc((100% - 576px) * 0.0417 + 24px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-1 {
    right: calc((100% - 576px) * 0.0417 + 24px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-2 {
    width: calc((100% - 576px) * 0.0833 + 24px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.0833 + 60px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-2 {
    left: calc((100% - 576px) * 0.0833 + 48px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-2 {
    right: calc((100% - 576px) * 0.0833 + 48px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-3 {
    width: calc((100% - 576px) * 0.125 + 48px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.125 + 84px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-3 {
    left: calc((100% - 576px) * 0.125 + 72px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-3 {
    right: calc((100% - 576px) * 0.125 + 72px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-4 {
    width: calc((100% - 576px) * 0.1667 + 72px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.1667 + 108px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-4 {
    left: calc((100% - 576px) * 0.1667 + 96px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-4 {
    right: calc((100% - 576px) * 0.1667 + 96px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-5 {
    width: calc((100% - 576px) * 0.2083 + 96px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.2083 + 132px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-5 {
    left: calc((100% - 576px) * 0.2083 + 120px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-5 {
    right: calc((100% - 576px) * 0.2083 + 120px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-6 {
    width: calc((100% - 576px) * 0.25 + 120px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.25 + 156px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-6 {
    left: calc((100% - 576px) * 0.25 + 144px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-6 {
    right: calc((100% - 576px) * 0.25 + 144px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-7 {
    width: calc((100% - 576px) * 0.2917 + 144px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.2917 + 180px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-7 {
    left: calc((100% - 576px) * 0.2917 + 168px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-7 {
    right: calc((100% - 576px) * 0.2917 + 168px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-8 {
    width: calc((100% - 576px) * 0.3333 + 168px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.3333 + 204px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-8 {
    left: calc((100% - 576px) * 0.3333 + 192px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-8 {
    right: calc((100% - 576px) * 0.3333 + 192px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-9 {
    width: calc((100% - 576px) * 0.375 + 192px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.375 + 228px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-9 {
    left: calc((100% - 576px) * 0.375 + 216px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-9 {
    right: calc((100% - 576px) * 0.375 + 216px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-10 {
    width: calc((100% - 576px) * 0.4167 + 216px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.4167 + 252px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-10 {
    left: calc((100% - 576px) * 0.4167 + 240px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-10 {
    right: calc((100% - 576px) * 0.4167 + 240px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-11 {
    width: calc((100% - 576px) * 0.4583 + 240px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.4583 + 276px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-11 {
    left: calc((100% - 576px) * 0.4583 + 264px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-11 {
    right: calc((100% - 576px) * 0.4583 + 264px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-12 {
    width: calc((100% - 576px) * 0.5 + 264px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.5 + 300px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-12 {
    left: calc((100% - 576px) * 0.5 + 288px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-12 {
    right: calc((100% - 576px) * 0.5 + 288px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-13 {
    width: calc((100% - 576px) * 0.5417 + 288px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.5417 + 324px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-13 {
    left: calc((100% - 576px) * 0.5417 + 312px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-13 {
    right: calc((100% - 576px) * 0.5417 + 312px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-14 {
    width: calc((100% - 576px) * 0.5833 + 312px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.5833 + 348px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-14 {
    left: calc((100% - 576px) * 0.5833 + 336px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-14 {
    right: calc((100% - 576px) * 0.5833 + 336px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-15 {
    width: calc((100% - 576px) * 0.625 + 336px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.625 + 372px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-15 {
    left: calc((100% - 576px) * 0.625 + 360px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-15 {
    right: calc((100% - 576px) * 0.625 + 360px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-16 {
    width: calc((100% - 576px) * 0.6667 + 360px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.6667 + 396px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-16 {
    left: calc((100% - 576px) * 0.6667 + 384px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-16 {
    right: calc((100% - 576px) * 0.6667 + 384px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-17 {
    width: calc((100% - 576px) * 0.7083 + 384px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.7083 + 420px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-17 {
    left: calc((100% - 576px) * 0.7083 + 408px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-17 {
    right: calc((100% - 576px) * 0.7083 + 408px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-18 {
    width: calc((100% - 576px) * 0.75 + 408px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.75 + 444px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-18 {
    left: calc((100% - 576px) * 0.75 + 432px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-18 {
    right: calc((100% - 576px) * 0.75 + 432px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-19 {
    width: calc((100% - 576px) * 0.7917 + 432px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.7917 + 468px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-19 {
    left: calc((100% - 576px) * 0.7917 + 456px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-19 {
    right: calc((100% - 576px) * 0.7917 + 456px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-20 {
    width: calc((100% - 576px) * 0.8333 + 456px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.8333 + 492px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-20 {
    left: calc((100% - 576px) * 0.8333 + 480px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-20 {
    right: calc((100% - 576px) * 0.8333 + 480px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-21 {
    width: calc((100% - 576px) * 0.875 + 480px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.875 + 516px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-21 {
    left: calc((100% - 576px) * 0.875 + 504px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-21 {
    right: calc((100% - 576px) * 0.875 + 504px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-22 {
    width: calc((100% - 576px) * 0.9167 + 504px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.9167 + 540px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-22 {
    left: calc((100% - 576px) * 0.9167 + 528px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-22 {
    right: calc((100% - 576px) * 0.9167 + 528px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-23 {
    width: calc((100% - 576px) * 0.9583 + 528px);
  }
  mor-grid.gutter-l.space-around > .row > .s-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.9583 + 564px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .s-push-23 {
    left: calc((100% - 576px) * 0.9583 + 552px);
  }
  mor-grid.gutter-l.space-around > .row > .s-pull-23 {
    right: calc((100% - 576px) * 0.9583 + 552px);
  }
  mor-grid.gutter-l.space-around > .row > .s-col-24 {
    width: 100%;
  }
  mor-grid.gutter-xl > .row > .s-col-1 {
    width: calc((100% - 828px) * 0.0417 + 0px);
  }
  mor-grid.gutter-xl > .row > .s-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.0417 + 36px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-1 {
    left: calc((100% - 828px) * 0.0417 + 36px);
  }
  mor-grid.gutter-xl > .row > .s-pull-1 {
    right: calc((100% - 828px) * 0.0417 + 36px);
  }
  mor-grid.gutter-xl > .row > .s-col-2 {
    width: calc((100% - 828px) * 0.0833 + 36px);
  }
  mor-grid.gutter-xl > .row > .s-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.0833 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-2 {
    left: calc((100% - 828px) * 0.0833 + 72px);
  }
  mor-grid.gutter-xl > .row > .s-pull-2 {
    right: calc((100% - 828px) * 0.0833 + 72px);
  }
  mor-grid.gutter-xl > .row > .s-col-3 {
    width: calc((100% - 828px) * 0.125 + 72px);
  }
  mor-grid.gutter-xl > .row > .s-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.125 + 108px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-3 {
    left: calc((100% - 828px) * 0.125 + 108px);
  }
  mor-grid.gutter-xl > .row > .s-pull-3 {
    right: calc((100% - 828px) * 0.125 + 108px);
  }
  mor-grid.gutter-xl > .row > .s-col-4 {
    width: calc((100% - 828px) * 0.1667 + 108px);
  }
  mor-grid.gutter-xl > .row > .s-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.1667 + 144px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-4 {
    left: calc((100% - 828px) * 0.1667 + 144px);
  }
  mor-grid.gutter-xl > .row > .s-pull-4 {
    right: calc((100% - 828px) * 0.1667 + 144px);
  }
  mor-grid.gutter-xl > .row > .s-col-5 {
    width: calc((100% - 828px) * 0.2083 + 144px);
  }
  mor-grid.gutter-xl > .row > .s-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.2083 + 180px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-5 {
    left: calc((100% - 828px) * 0.2083 + 180px);
  }
  mor-grid.gutter-xl > .row > .s-pull-5 {
    right: calc((100% - 828px) * 0.2083 + 180px);
  }
  mor-grid.gutter-xl > .row > .s-col-6 {
    width: calc((100% - 828px) * 0.25 + 180px);
  }
  mor-grid.gutter-xl > .row > .s-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.25 + 216px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-6 {
    left: calc((100% - 828px) * 0.25 + 216px);
  }
  mor-grid.gutter-xl > .row > .s-pull-6 {
    right: calc((100% - 828px) * 0.25 + 216px);
  }
  mor-grid.gutter-xl > .row > .s-col-7 {
    width: calc((100% - 828px) * 0.2917 + 216px);
  }
  mor-grid.gutter-xl > .row > .s-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.2917 + 252px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-7 {
    left: calc((100% - 828px) * 0.2917 + 252px);
  }
  mor-grid.gutter-xl > .row > .s-pull-7 {
    right: calc((100% - 828px) * 0.2917 + 252px);
  }
  mor-grid.gutter-xl > .row > .s-col-8 {
    width: calc((100% - 828px) * 0.3333 + 252px);
  }
  mor-grid.gutter-xl > .row > .s-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.3333 + 288px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-8 {
    left: calc((100% - 828px) * 0.3333 + 288px);
  }
  mor-grid.gutter-xl > .row > .s-pull-8 {
    right: calc((100% - 828px) * 0.3333 + 288px);
  }
  mor-grid.gutter-xl > .row > .s-col-9 {
    width: calc((100% - 828px) * 0.375 + 288px);
  }
  mor-grid.gutter-xl > .row > .s-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.375 + 324px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-9 {
    left: calc((100% - 828px) * 0.375 + 324px);
  }
  mor-grid.gutter-xl > .row > .s-pull-9 {
    right: calc((100% - 828px) * 0.375 + 324px);
  }
  mor-grid.gutter-xl > .row > .s-col-10 {
    width: calc((100% - 828px) * 0.4167 + 324px);
  }
  mor-grid.gutter-xl > .row > .s-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.4167 + 360px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-10 {
    left: calc((100% - 828px) * 0.4167 + 360px);
  }
  mor-grid.gutter-xl > .row > .s-pull-10 {
    right: calc((100% - 828px) * 0.4167 + 360px);
  }
  mor-grid.gutter-xl > .row > .s-col-11 {
    width: calc((100% - 828px) * 0.4583 + 360px);
  }
  mor-grid.gutter-xl > .row > .s-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.4583 + 396px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-11 {
    left: calc((100% - 828px) * 0.4583 + 396px);
  }
  mor-grid.gutter-xl > .row > .s-pull-11 {
    right: calc((100% - 828px) * 0.4583 + 396px);
  }
  mor-grid.gutter-xl > .row > .s-col-12 {
    width: calc((100% - 828px) * 0.5 + 396px);
  }
  mor-grid.gutter-xl > .row > .s-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.5 + 432px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-12 {
    left: calc((100% - 828px) * 0.5 + 432px);
  }
  mor-grid.gutter-xl > .row > .s-pull-12 {
    right: calc((100% - 828px) * 0.5 + 432px);
  }
  mor-grid.gutter-xl > .row > .s-col-13 {
    width: calc((100% - 828px) * 0.5417 + 432px);
  }
  mor-grid.gutter-xl > .row > .s-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.5417 + 468px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-13 {
    left: calc((100% - 828px) * 0.5417 + 468px);
  }
  mor-grid.gutter-xl > .row > .s-pull-13 {
    right: calc((100% - 828px) * 0.5417 + 468px);
  }
  mor-grid.gutter-xl > .row > .s-col-14 {
    width: calc((100% - 828px) * 0.5833 + 468px);
  }
  mor-grid.gutter-xl > .row > .s-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.5833 + 504px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-14 {
    left: calc((100% - 828px) * 0.5833 + 504px);
  }
  mor-grid.gutter-xl > .row > .s-pull-14 {
    right: calc((100% - 828px) * 0.5833 + 504px);
  }
  mor-grid.gutter-xl > .row > .s-col-15 {
    width: calc((100% - 828px) * 0.625 + 504px);
  }
  mor-grid.gutter-xl > .row > .s-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.625 + 540px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-15 {
    left: calc((100% - 828px) * 0.625 + 540px);
  }
  mor-grid.gutter-xl > .row > .s-pull-15 {
    right: calc((100% - 828px) * 0.625 + 540px);
  }
  mor-grid.gutter-xl > .row > .s-col-16 {
    width: calc((100% - 828px) * 0.6667 + 540px);
  }
  mor-grid.gutter-xl > .row > .s-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.6667 + 576px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-16 {
    left: calc((100% - 828px) * 0.6667 + 576px);
  }
  mor-grid.gutter-xl > .row > .s-pull-16 {
    right: calc((100% - 828px) * 0.6667 + 576px);
  }
  mor-grid.gutter-xl > .row > .s-col-17 {
    width: calc((100% - 828px) * 0.7083 + 576px);
  }
  mor-grid.gutter-xl > .row > .s-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.7083 + 612px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-17 {
    left: calc((100% - 828px) * 0.7083 + 612px);
  }
  mor-grid.gutter-xl > .row > .s-pull-17 {
    right: calc((100% - 828px) * 0.7083 + 612px);
  }
  mor-grid.gutter-xl > .row > .s-col-18 {
    width: calc((100% - 828px) * 0.75 + 612px);
  }
  mor-grid.gutter-xl > .row > .s-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.75 + 648px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-18 {
    left: calc((100% - 828px) * 0.75 + 648px);
  }
  mor-grid.gutter-xl > .row > .s-pull-18 {
    right: calc((100% - 828px) * 0.75 + 648px);
  }
  mor-grid.gutter-xl > .row > .s-col-19 {
    width: calc((100% - 828px) * 0.7917 + 648px);
  }
  mor-grid.gutter-xl > .row > .s-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.7917 + 684px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-19 {
    left: calc((100% - 828px) * 0.7917 + 684px);
  }
  mor-grid.gutter-xl > .row > .s-pull-19 {
    right: calc((100% - 828px) * 0.7917 + 684px);
  }
  mor-grid.gutter-xl > .row > .s-col-20 {
    width: calc((100% - 828px) * 0.8333 + 684px);
  }
  mor-grid.gutter-xl > .row > .s-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.8333 + 720px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-20 {
    left: calc((100% - 828px) * 0.8333 + 720px);
  }
  mor-grid.gutter-xl > .row > .s-pull-20 {
    right: calc((100% - 828px) * 0.8333 + 720px);
  }
  mor-grid.gutter-xl > .row > .s-col-21 {
    width: calc((100% - 828px) * 0.875 + 720px);
  }
  mor-grid.gutter-xl > .row > .s-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.875 + 756px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-21 {
    left: calc((100% - 828px) * 0.875 + 756px);
  }
  mor-grid.gutter-xl > .row > .s-pull-21 {
    right: calc((100% - 828px) * 0.875 + 756px);
  }
  mor-grid.gutter-xl > .row > .s-col-22 {
    width: calc((100% - 828px) * 0.9167 + 756px);
  }
  mor-grid.gutter-xl > .row > .s-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.9167 + 792px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-22 {
    left: calc((100% - 828px) * 0.9167 + 792px);
  }
  mor-grid.gutter-xl > .row > .s-pull-22 {
    right: calc((100% - 828px) * 0.9167 + 792px);
  }
  mor-grid.gutter-xl > .row > .s-col-23 {
    width: calc((100% - 828px) * 0.9583 + 792px);
  }
  mor-grid.gutter-xl > .row > .s-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.9583 + 828px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .s-push-23 {
    left: calc((100% - 828px) * 0.9583 + 828px);
  }
  mor-grid.gutter-xl > .row > .s-pull-23 {
    right: calc((100% - 828px) * 0.9583 + 828px);
  }
  mor-grid.gutter-xl > .row > .s-col-24 {
    width: 100%;
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-1 {
    width: calc((100% - 864px) * 0.0417 + 0px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.0417 + 54px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-1 {
    left: calc((100% - 864px) * 0.0417 + 36px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-1 {
    right: calc((100% - 864px) * 0.0417 + 36px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-2 {
    width: calc((100% - 864px) * 0.0833 + 36px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.0833 + 90px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-2 {
    left: calc((100% - 864px) * 0.0833 + 72px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-2 {
    right: calc((100% - 864px) * 0.0833 + 72px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-3 {
    width: calc((100% - 864px) * 0.125 + 72px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.125 + 126px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-3 {
    left: calc((100% - 864px) * 0.125 + 108px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-3 {
    right: calc((100% - 864px) * 0.125 + 108px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-4 {
    width: calc((100% - 864px) * 0.1667 + 108px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.1667 + 162px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-4 {
    left: calc((100% - 864px) * 0.1667 + 144px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-4 {
    right: calc((100% - 864px) * 0.1667 + 144px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-5 {
    width: calc((100% - 864px) * 0.2083 + 144px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.2083 + 198px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-5 {
    left: calc((100% - 864px) * 0.2083 + 180px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-5 {
    right: calc((100% - 864px) * 0.2083 + 180px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-6 {
    width: calc((100% - 864px) * 0.25 + 180px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.25 + 234px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-6 {
    left: calc((100% - 864px) * 0.25 + 216px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-6 {
    right: calc((100% - 864px) * 0.25 + 216px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-7 {
    width: calc((100% - 864px) * 0.2917 + 216px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.2917 + 270px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-7 {
    left: calc((100% - 864px) * 0.2917 + 252px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-7 {
    right: calc((100% - 864px) * 0.2917 + 252px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-8 {
    width: calc((100% - 864px) * 0.3333 + 252px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.3333 + 306px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-8 {
    left: calc((100% - 864px) * 0.3333 + 288px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-8 {
    right: calc((100% - 864px) * 0.3333 + 288px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-9 {
    width: calc((100% - 864px) * 0.375 + 288px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.375 + 342px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-9 {
    left: calc((100% - 864px) * 0.375 + 324px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-9 {
    right: calc((100% - 864px) * 0.375 + 324px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-10 {
    width: calc((100% - 864px) * 0.4167 + 324px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.4167 + 378px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-10 {
    left: calc((100% - 864px) * 0.4167 + 360px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-10 {
    right: calc((100% - 864px) * 0.4167 + 360px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-11 {
    width: calc((100% - 864px) * 0.4583 + 360px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.4583 + 414px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-11 {
    left: calc((100% - 864px) * 0.4583 + 396px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-11 {
    right: calc((100% - 864px) * 0.4583 + 396px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-12 {
    width: calc((100% - 864px) * 0.5 + 396px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.5 + 450px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-12 {
    left: calc((100% - 864px) * 0.5 + 432px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-12 {
    right: calc((100% - 864px) * 0.5 + 432px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-13 {
    width: calc((100% - 864px) * 0.5417 + 432px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.5417 + 486px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-13 {
    left: calc((100% - 864px) * 0.5417 + 468px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-13 {
    right: calc((100% - 864px) * 0.5417 + 468px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-14 {
    width: calc((100% - 864px) * 0.5833 + 468px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.5833 + 522px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-14 {
    left: calc((100% - 864px) * 0.5833 + 504px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-14 {
    right: calc((100% - 864px) * 0.5833 + 504px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-15 {
    width: calc((100% - 864px) * 0.625 + 504px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.625 + 558px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-15 {
    left: calc((100% - 864px) * 0.625 + 540px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-15 {
    right: calc((100% - 864px) * 0.625 + 540px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-16 {
    width: calc((100% - 864px) * 0.6667 + 540px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.6667 + 594px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-16 {
    left: calc((100% - 864px) * 0.6667 + 576px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-16 {
    right: calc((100% - 864px) * 0.6667 + 576px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-17 {
    width: calc((100% - 864px) * 0.7083 + 576px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.7083 + 630px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-17 {
    left: calc((100% - 864px) * 0.7083 + 612px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-17 {
    right: calc((100% - 864px) * 0.7083 + 612px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-18 {
    width: calc((100% - 864px) * 0.75 + 612px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.75 + 666px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-18 {
    left: calc((100% - 864px) * 0.75 + 648px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-18 {
    right: calc((100% - 864px) * 0.75 + 648px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-19 {
    width: calc((100% - 864px) * 0.7917 + 648px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.7917 + 702px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-19 {
    left: calc((100% - 864px) * 0.7917 + 684px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-19 {
    right: calc((100% - 864px) * 0.7917 + 684px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-20 {
    width: calc((100% - 864px) * 0.8333 + 684px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.8333 + 738px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-20 {
    left: calc((100% - 864px) * 0.8333 + 720px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-20 {
    right: calc((100% - 864px) * 0.8333 + 720px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-21 {
    width: calc((100% - 864px) * 0.875 + 720px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.875 + 774px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-21 {
    left: calc((100% - 864px) * 0.875 + 756px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-21 {
    right: calc((100% - 864px) * 0.875 + 756px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-22 {
    width: calc((100% - 864px) * 0.9167 + 756px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.9167 + 810px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-22 {
    left: calc((100% - 864px) * 0.9167 + 792px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-22 {
    right: calc((100% - 864px) * 0.9167 + 792px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-23 {
    width: calc((100% - 864px) * 0.9583 + 792px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.9583 + 846px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .s-push-23 {
    left: calc((100% - 864px) * 0.9583 + 828px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-pull-23 {
    right: calc((100% - 864px) * 0.9583 + 828px);
  }
  mor-grid.gutter-xl.space-around > .row > .s-col-24 {
    width: 100%;
  }
  mor-grid.gutter-none > .row > .s-col-1 {
    width: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.0417 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-1 {
    left: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-1 {
    right: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-2 {
    width: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.0833 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-2 {
    left: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-2 {
    right: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-3 {
    width: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.125 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-3 {
    left: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-3 {
    right: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-4 {
    width: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.1667 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-4 {
    left: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-4 {
    right: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-5 {
    width: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.2083 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-5 {
    left: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-5 {
    right: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-6 {
    width: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.25 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-6 {
    left: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-6 {
    right: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-7 {
    width: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.2917 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-7 {
    left: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-7 {
    right: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-8 {
    width: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.3333 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-8 {
    left: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-8 {
    right: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-9 {
    width: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.375 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-9 {
    left: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-9 {
    right: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-10 {
    width: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.4167 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-10 {
    left: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-10 {
    right: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-11 {
    width: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.4583 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-11 {
    left: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-11 {
    right: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-12 {
    width: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-12 {
    left: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-12 {
    right: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-13 {
    width: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5417 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-13 {
    left: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-13 {
    right: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-14 {
    width: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5833 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-14 {
    left: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-14 {
    right: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-15 {
    width: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.625 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-15 {
    left: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-15 {
    right: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-16 {
    width: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.6667 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-16 {
    left: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-16 {
    right: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-17 {
    width: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.7083 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-17 {
    left: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-17 {
    right: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-18 {
    width: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.75 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-18 {
    left: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-18 {
    right: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-19 {
    width: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.7917 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-19 {
    left: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-19 {
    right: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-20 {
    width: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.8333 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-20 {
    left: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-20 {
    right: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-21 {
    width: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.875 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-21 {
    left: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-21 {
    right: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-22 {
    width: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.9167 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-22 {
    left: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-22 {
    right: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-23 {
    width: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none > .row > .s-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.9583 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .s-push-23 {
    left: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none > .row > .s-pull-23 {
    right: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none > .row > .s-col-24 {
    width: 100%;
  }
  mor-grid.gutter-none.space-around > .row > .s-col-1 {
    width: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.0417 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-1 {
    left: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-1 {
    right: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-2 {
    width: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.0833 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-2 {
    left: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-2 {
    right: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-3 {
    width: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.125 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-3 {
    left: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-3 {
    right: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-4 {
    width: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.1667 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-4 {
    left: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-4 {
    right: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-5 {
    width: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.2083 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-5 {
    left: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-5 {
    right: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-6 {
    width: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.25 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-6 {
    left: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-6 {
    right: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-7 {
    width: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.2917 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-7 {
    left: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-7 {
    right: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-8 {
    width: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.3333 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-8 {
    left: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-8 {
    right: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-9 {
    width: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.375 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-9 {
    left: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-9 {
    right: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-10 {
    width: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.4167 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-10 {
    left: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-10 {
    right: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-11 {
    width: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.4583 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-11 {
    left: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-11 {
    right: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-12 {
    width: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-12 {
    left: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-12 {
    right: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-13 {
    width: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5417 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-13 {
    left: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-13 {
    right: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-14 {
    width: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5833 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-14 {
    left: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-14 {
    right: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-15 {
    width: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.625 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-15 {
    left: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-15 {
    right: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-16 {
    width: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.6667 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-16 {
    left: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-16 {
    right: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-17 {
    width: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.7083 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-17 {
    left: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-17 {
    right: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-18 {
    width: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.75 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-18 {
    left: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-18 {
    right: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-19 {
    width: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.7917 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-19 {
    left: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-19 {
    right: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-20 {
    width: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.8333 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-20 {
    left: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-20 {
    right: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-21 {
    width: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.875 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-21 {
    left: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-21 {
    right: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-22 {
    width: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.9167 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-22 {
    left: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-22 {
    right: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-23 {
    width: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.9583 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .s-push-23 {
    left: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-pull-23 {
    right: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .s-col-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  mor-grid.gutter-xs > .row > .m-col-1 {
    width: calc((100% - 92px) * 0.0417 + 0px);
  }
  mor-grid.gutter-xs > .row > .m-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.0417 + 4px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-1 {
    left: calc((100% - 92px) * 0.0417 + 4px);
  }
  mor-grid.gutter-xs > .row > .m-pull-1 {
    right: calc((100% - 92px) * 0.0417 + 4px);
  }
  mor-grid.gutter-xs > .row > .m-col-2 {
    width: calc((100% - 92px) * 0.0833 + 4px);
  }
  mor-grid.gutter-xs > .row > .m-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.0833 + 8px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-2 {
    left: calc((100% - 92px) * 0.0833 + 8px);
  }
  mor-grid.gutter-xs > .row > .m-pull-2 {
    right: calc((100% - 92px) * 0.0833 + 8px);
  }
  mor-grid.gutter-xs > .row > .m-col-3 {
    width: calc((100% - 92px) * 0.125 + 8px);
  }
  mor-grid.gutter-xs > .row > .m-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.125 + 12px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-3 {
    left: calc((100% - 92px) * 0.125 + 12px);
  }
  mor-grid.gutter-xs > .row > .m-pull-3 {
    right: calc((100% - 92px) * 0.125 + 12px);
  }
  mor-grid.gutter-xs > .row > .m-col-4 {
    width: calc((100% - 92px) * 0.1667 + 12px);
  }
  mor-grid.gutter-xs > .row > .m-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.1667 + 16px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-4 {
    left: calc((100% - 92px) * 0.1667 + 16px);
  }
  mor-grid.gutter-xs > .row > .m-pull-4 {
    right: calc((100% - 92px) * 0.1667 + 16px);
  }
  mor-grid.gutter-xs > .row > .m-col-5 {
    width: calc((100% - 92px) * 0.2083 + 16px);
  }
  mor-grid.gutter-xs > .row > .m-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.2083 + 20px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-5 {
    left: calc((100% - 92px) * 0.2083 + 20px);
  }
  mor-grid.gutter-xs > .row > .m-pull-5 {
    right: calc((100% - 92px) * 0.2083 + 20px);
  }
  mor-grid.gutter-xs > .row > .m-col-6 {
    width: calc((100% - 92px) * 0.25 + 20px);
  }
  mor-grid.gutter-xs > .row > .m-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.25 + 24px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-6 {
    left: calc((100% - 92px) * 0.25 + 24px);
  }
  mor-grid.gutter-xs > .row > .m-pull-6 {
    right: calc((100% - 92px) * 0.25 + 24px);
  }
  mor-grid.gutter-xs > .row > .m-col-7 {
    width: calc((100% - 92px) * 0.2917 + 24px);
  }
  mor-grid.gutter-xs > .row > .m-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.2917 + 28px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-7 {
    left: calc((100% - 92px) * 0.2917 + 28px);
  }
  mor-grid.gutter-xs > .row > .m-pull-7 {
    right: calc((100% - 92px) * 0.2917 + 28px);
  }
  mor-grid.gutter-xs > .row > .m-col-8 {
    width: calc((100% - 92px) * 0.3333 + 28px);
  }
  mor-grid.gutter-xs > .row > .m-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.3333 + 32px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-8 {
    left: calc((100% - 92px) * 0.3333 + 32px);
  }
  mor-grid.gutter-xs > .row > .m-pull-8 {
    right: calc((100% - 92px) * 0.3333 + 32px);
  }
  mor-grid.gutter-xs > .row > .m-col-9 {
    width: calc((100% - 92px) * 0.375 + 32px);
  }
  mor-grid.gutter-xs > .row > .m-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.375 + 36px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-9 {
    left: calc((100% - 92px) * 0.375 + 36px);
  }
  mor-grid.gutter-xs > .row > .m-pull-9 {
    right: calc((100% - 92px) * 0.375 + 36px);
  }
  mor-grid.gutter-xs > .row > .m-col-10 {
    width: calc((100% - 92px) * 0.4167 + 36px);
  }
  mor-grid.gutter-xs > .row > .m-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.4167 + 40px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-10 {
    left: calc((100% - 92px) * 0.4167 + 40px);
  }
  mor-grid.gutter-xs > .row > .m-pull-10 {
    right: calc((100% - 92px) * 0.4167 + 40px);
  }
  mor-grid.gutter-xs > .row > .m-col-11 {
    width: calc((100% - 92px) * 0.4583 + 40px);
  }
  mor-grid.gutter-xs > .row > .m-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.4583 + 44px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-11 {
    left: calc((100% - 92px) * 0.4583 + 44px);
  }
  mor-grid.gutter-xs > .row > .m-pull-11 {
    right: calc((100% - 92px) * 0.4583 + 44px);
  }
  mor-grid.gutter-xs > .row > .m-col-12 {
    width: calc((100% - 92px) * 0.5 + 44px);
  }
  mor-grid.gutter-xs > .row > .m-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.5 + 48px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-12 {
    left: calc((100% - 92px) * 0.5 + 48px);
  }
  mor-grid.gutter-xs > .row > .m-pull-12 {
    right: calc((100% - 92px) * 0.5 + 48px);
  }
  mor-grid.gutter-xs > .row > .m-col-13 {
    width: calc((100% - 92px) * 0.5417 + 48px);
  }
  mor-grid.gutter-xs > .row > .m-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.5417 + 52px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-13 {
    left: calc((100% - 92px) * 0.5417 + 52px);
  }
  mor-grid.gutter-xs > .row > .m-pull-13 {
    right: calc((100% - 92px) * 0.5417 + 52px);
  }
  mor-grid.gutter-xs > .row > .m-col-14 {
    width: calc((100% - 92px) * 0.5833 + 52px);
  }
  mor-grid.gutter-xs > .row > .m-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.5833 + 56px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-14 {
    left: calc((100% - 92px) * 0.5833 + 56px);
  }
  mor-grid.gutter-xs > .row > .m-pull-14 {
    right: calc((100% - 92px) * 0.5833 + 56px);
  }
  mor-grid.gutter-xs > .row > .m-col-15 {
    width: calc((100% - 92px) * 0.625 + 56px);
  }
  mor-grid.gutter-xs > .row > .m-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.625 + 60px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-15 {
    left: calc((100% - 92px) * 0.625 + 60px);
  }
  mor-grid.gutter-xs > .row > .m-pull-15 {
    right: calc((100% - 92px) * 0.625 + 60px);
  }
  mor-grid.gutter-xs > .row > .m-col-16 {
    width: calc((100% - 92px) * 0.6667 + 60px);
  }
  mor-grid.gutter-xs > .row > .m-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.6667 + 64px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-16 {
    left: calc((100% - 92px) * 0.6667 + 64px);
  }
  mor-grid.gutter-xs > .row > .m-pull-16 {
    right: calc((100% - 92px) * 0.6667 + 64px);
  }
  mor-grid.gutter-xs > .row > .m-col-17 {
    width: calc((100% - 92px) * 0.7083 + 64px);
  }
  mor-grid.gutter-xs > .row > .m-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.7083 + 68px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-17 {
    left: calc((100% - 92px) * 0.7083 + 68px);
  }
  mor-grid.gutter-xs > .row > .m-pull-17 {
    right: calc((100% - 92px) * 0.7083 + 68px);
  }
  mor-grid.gutter-xs > .row > .m-col-18 {
    width: calc((100% - 92px) * 0.75 + 68px);
  }
  mor-grid.gutter-xs > .row > .m-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.75 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-18 {
    left: calc((100% - 92px) * 0.75 + 72px);
  }
  mor-grid.gutter-xs > .row > .m-pull-18 {
    right: calc((100% - 92px) * 0.75 + 72px);
  }
  mor-grid.gutter-xs > .row > .m-col-19 {
    width: calc((100% - 92px) * 0.7917 + 72px);
  }
  mor-grid.gutter-xs > .row > .m-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.7917 + 76px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-19 {
    left: calc((100% - 92px) * 0.7917 + 76px);
  }
  mor-grid.gutter-xs > .row > .m-pull-19 {
    right: calc((100% - 92px) * 0.7917 + 76px);
  }
  mor-grid.gutter-xs > .row > .m-col-20 {
    width: calc((100% - 92px) * 0.8333 + 76px);
  }
  mor-grid.gutter-xs > .row > .m-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.8333 + 80px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-20 {
    left: calc((100% - 92px) * 0.8333 + 80px);
  }
  mor-grid.gutter-xs > .row > .m-pull-20 {
    right: calc((100% - 92px) * 0.8333 + 80px);
  }
  mor-grid.gutter-xs > .row > .m-col-21 {
    width: calc((100% - 92px) * 0.875 + 80px);
  }
  mor-grid.gutter-xs > .row > .m-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.875 + 84px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-21 {
    left: calc((100% - 92px) * 0.875 + 84px);
  }
  mor-grid.gutter-xs > .row > .m-pull-21 {
    right: calc((100% - 92px) * 0.875 + 84px);
  }
  mor-grid.gutter-xs > .row > .m-col-22 {
    width: calc((100% - 92px) * 0.9167 + 84px);
  }
  mor-grid.gutter-xs > .row > .m-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.9167 + 88px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-22 {
    left: calc((100% - 92px) * 0.9167 + 88px);
  }
  mor-grid.gutter-xs > .row > .m-pull-22 {
    right: calc((100% - 92px) * 0.9167 + 88px);
  }
  mor-grid.gutter-xs > .row > .m-col-23 {
    width: calc((100% - 92px) * 0.9583 + 88px);
  }
  mor-grid.gutter-xs > .row > .m-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.9583 + 92px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .m-push-23 {
    left: calc((100% - 92px) * 0.9583 + 92px);
  }
  mor-grid.gutter-xs > .row > .m-pull-23 {
    right: calc((100% - 92px) * 0.9583 + 92px);
  }
  mor-grid.gutter-xs > .row > .m-col-24 {
    width: 100%;
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-1 {
    width: calc((100% - 96px) * 0.0417 + 0px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.0417 + 6px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-1 {
    left: calc((100% - 96px) * 0.0417 + 4px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-1 {
    right: calc((100% - 96px) * 0.0417 + 4px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-2 {
    width: calc((100% - 96px) * 0.0833 + 4px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.0833 + 10px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-2 {
    left: calc((100% - 96px) * 0.0833 + 8px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-2 {
    right: calc((100% - 96px) * 0.0833 + 8px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-3 {
    width: calc((100% - 96px) * 0.125 + 8px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.125 + 14px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-3 {
    left: calc((100% - 96px) * 0.125 + 12px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-3 {
    right: calc((100% - 96px) * 0.125 + 12px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-4 {
    width: calc((100% - 96px) * 0.1667 + 12px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.1667 + 18px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-4 {
    left: calc((100% - 96px) * 0.1667 + 16px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-4 {
    right: calc((100% - 96px) * 0.1667 + 16px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-5 {
    width: calc((100% - 96px) * 0.2083 + 16px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.2083 + 22px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-5 {
    left: calc((100% - 96px) * 0.2083 + 20px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-5 {
    right: calc((100% - 96px) * 0.2083 + 20px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-6 {
    width: calc((100% - 96px) * 0.25 + 20px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.25 + 26px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-6 {
    left: calc((100% - 96px) * 0.25 + 24px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-6 {
    right: calc((100% - 96px) * 0.25 + 24px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-7 {
    width: calc((100% - 96px) * 0.2917 + 24px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.2917 + 30px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-7 {
    left: calc((100% - 96px) * 0.2917 + 28px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-7 {
    right: calc((100% - 96px) * 0.2917 + 28px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-8 {
    width: calc((100% - 96px) * 0.3333 + 28px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.3333 + 34px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-8 {
    left: calc((100% - 96px) * 0.3333 + 32px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-8 {
    right: calc((100% - 96px) * 0.3333 + 32px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-9 {
    width: calc((100% - 96px) * 0.375 + 32px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.375 + 38px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-9 {
    left: calc((100% - 96px) * 0.375 + 36px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-9 {
    right: calc((100% - 96px) * 0.375 + 36px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-10 {
    width: calc((100% - 96px) * 0.4167 + 36px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.4167 + 42px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-10 {
    left: calc((100% - 96px) * 0.4167 + 40px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-10 {
    right: calc((100% - 96px) * 0.4167 + 40px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-11 {
    width: calc((100% - 96px) * 0.4583 + 40px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.4583 + 46px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-11 {
    left: calc((100% - 96px) * 0.4583 + 44px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-11 {
    right: calc((100% - 96px) * 0.4583 + 44px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-12 {
    width: calc((100% - 96px) * 0.5 + 44px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.5 + 50px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-12 {
    left: calc((100% - 96px) * 0.5 + 48px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-12 {
    right: calc((100% - 96px) * 0.5 + 48px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-13 {
    width: calc((100% - 96px) * 0.5417 + 48px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.5417 + 54px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-13 {
    left: calc((100% - 96px) * 0.5417 + 52px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-13 {
    right: calc((100% - 96px) * 0.5417 + 52px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-14 {
    width: calc((100% - 96px) * 0.5833 + 52px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.5833 + 58px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-14 {
    left: calc((100% - 96px) * 0.5833 + 56px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-14 {
    right: calc((100% - 96px) * 0.5833 + 56px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-15 {
    width: calc((100% - 96px) * 0.625 + 56px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.625 + 62px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-15 {
    left: calc((100% - 96px) * 0.625 + 60px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-15 {
    right: calc((100% - 96px) * 0.625 + 60px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-16 {
    width: calc((100% - 96px) * 0.6667 + 60px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.6667 + 66px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-16 {
    left: calc((100% - 96px) * 0.6667 + 64px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-16 {
    right: calc((100% - 96px) * 0.6667 + 64px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-17 {
    width: calc((100% - 96px) * 0.7083 + 64px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.7083 + 70px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-17 {
    left: calc((100% - 96px) * 0.7083 + 68px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-17 {
    right: calc((100% - 96px) * 0.7083 + 68px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-18 {
    width: calc((100% - 96px) * 0.75 + 68px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.75 + 74px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-18 {
    left: calc((100% - 96px) * 0.75 + 72px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-18 {
    right: calc((100% - 96px) * 0.75 + 72px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-19 {
    width: calc((100% - 96px) * 0.7917 + 72px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.7917 + 78px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-19 {
    left: calc((100% - 96px) * 0.7917 + 76px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-19 {
    right: calc((100% - 96px) * 0.7917 + 76px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-20 {
    width: calc((100% - 96px) * 0.8333 + 76px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.8333 + 82px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-20 {
    left: calc((100% - 96px) * 0.8333 + 80px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-20 {
    right: calc((100% - 96px) * 0.8333 + 80px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-21 {
    width: calc((100% - 96px) * 0.875 + 80px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.875 + 86px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-21 {
    left: calc((100% - 96px) * 0.875 + 84px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-21 {
    right: calc((100% - 96px) * 0.875 + 84px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-22 {
    width: calc((100% - 96px) * 0.9167 + 84px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.9167 + 90px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-22 {
    left: calc((100% - 96px) * 0.9167 + 88px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-22 {
    right: calc((100% - 96px) * 0.9167 + 88px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-23 {
    width: calc((100% - 96px) * 0.9583 + 88px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.9583 + 94px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .m-push-23 {
    left: calc((100% - 96px) * 0.9583 + 92px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-pull-23 {
    right: calc((100% - 96px) * 0.9583 + 92px);
  }
  mor-grid.gutter-xs.space-around > .row > .m-col-24 {
    width: 100%;
  }
  mor-grid.gutter-s > .row > .m-col-1 {
    width: calc((100% - 184px) * 0.0417 + 0px);
  }
  mor-grid.gutter-s > .row > .m-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.0417 + 8px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-1 {
    left: calc((100% - 184px) * 0.0417 + 8px);
  }
  mor-grid.gutter-s > .row > .m-pull-1 {
    right: calc((100% - 184px) * 0.0417 + 8px);
  }
  mor-grid.gutter-s > .row > .m-col-2 {
    width: calc((100% - 184px) * 0.0833 + 8px);
  }
  mor-grid.gutter-s > .row > .m-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.0833 + 16px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-2 {
    left: calc((100% - 184px) * 0.0833 + 16px);
  }
  mor-grid.gutter-s > .row > .m-pull-2 {
    right: calc((100% - 184px) * 0.0833 + 16px);
  }
  mor-grid.gutter-s > .row > .m-col-3 {
    width: calc((100% - 184px) * 0.125 + 16px);
  }
  mor-grid.gutter-s > .row > .m-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.125 + 24px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-3 {
    left: calc((100% - 184px) * 0.125 + 24px);
  }
  mor-grid.gutter-s > .row > .m-pull-3 {
    right: calc((100% - 184px) * 0.125 + 24px);
  }
  mor-grid.gutter-s > .row > .m-col-4 {
    width: calc((100% - 184px) * 0.1667 + 24px);
  }
  mor-grid.gutter-s > .row > .m-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.1667 + 32px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-4 {
    left: calc((100% - 184px) * 0.1667 + 32px);
  }
  mor-grid.gutter-s > .row > .m-pull-4 {
    right: calc((100% - 184px) * 0.1667 + 32px);
  }
  mor-grid.gutter-s > .row > .m-col-5 {
    width: calc((100% - 184px) * 0.2083 + 32px);
  }
  mor-grid.gutter-s > .row > .m-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.2083 + 40px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-5 {
    left: calc((100% - 184px) * 0.2083 + 40px);
  }
  mor-grid.gutter-s > .row > .m-pull-5 {
    right: calc((100% - 184px) * 0.2083 + 40px);
  }
  mor-grid.gutter-s > .row > .m-col-6 {
    width: calc((100% - 184px) * 0.25 + 40px);
  }
  mor-grid.gutter-s > .row > .m-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.25 + 48px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-6 {
    left: calc((100% - 184px) * 0.25 + 48px);
  }
  mor-grid.gutter-s > .row > .m-pull-6 {
    right: calc((100% - 184px) * 0.25 + 48px);
  }
  mor-grid.gutter-s > .row > .m-col-7 {
    width: calc((100% - 184px) * 0.2917 + 48px);
  }
  mor-grid.gutter-s > .row > .m-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.2917 + 56px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-7 {
    left: calc((100% - 184px) * 0.2917 + 56px);
  }
  mor-grid.gutter-s > .row > .m-pull-7 {
    right: calc((100% - 184px) * 0.2917 + 56px);
  }
  mor-grid.gutter-s > .row > .m-col-8 {
    width: calc((100% - 184px) * 0.3333 + 56px);
  }
  mor-grid.gutter-s > .row > .m-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.3333 + 64px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-8 {
    left: calc((100% - 184px) * 0.3333 + 64px);
  }
  mor-grid.gutter-s > .row > .m-pull-8 {
    right: calc((100% - 184px) * 0.3333 + 64px);
  }
  mor-grid.gutter-s > .row > .m-col-9 {
    width: calc((100% - 184px) * 0.375 + 64px);
  }
  mor-grid.gutter-s > .row > .m-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.375 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-9 {
    left: calc((100% - 184px) * 0.375 + 72px);
  }
  mor-grid.gutter-s > .row > .m-pull-9 {
    right: calc((100% - 184px) * 0.375 + 72px);
  }
  mor-grid.gutter-s > .row > .m-col-10 {
    width: calc((100% - 184px) * 0.4167 + 72px);
  }
  mor-grid.gutter-s > .row > .m-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.4167 + 80px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-10 {
    left: calc((100% - 184px) * 0.4167 + 80px);
  }
  mor-grid.gutter-s > .row > .m-pull-10 {
    right: calc((100% - 184px) * 0.4167 + 80px);
  }
  mor-grid.gutter-s > .row > .m-col-11 {
    width: calc((100% - 184px) * 0.4583 + 80px);
  }
  mor-grid.gutter-s > .row > .m-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.4583 + 88px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-11 {
    left: calc((100% - 184px) * 0.4583 + 88px);
  }
  mor-grid.gutter-s > .row > .m-pull-11 {
    right: calc((100% - 184px) * 0.4583 + 88px);
  }
  mor-grid.gutter-s > .row > .m-col-12 {
    width: calc((100% - 184px) * 0.5 + 88px);
  }
  mor-grid.gutter-s > .row > .m-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.5 + 96px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-12 {
    left: calc((100% - 184px) * 0.5 + 96px);
  }
  mor-grid.gutter-s > .row > .m-pull-12 {
    right: calc((100% - 184px) * 0.5 + 96px);
  }
  mor-grid.gutter-s > .row > .m-col-13 {
    width: calc((100% - 184px) * 0.5417 + 96px);
  }
  mor-grid.gutter-s > .row > .m-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.5417 + 104px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-13 {
    left: calc((100% - 184px) * 0.5417 + 104px);
  }
  mor-grid.gutter-s > .row > .m-pull-13 {
    right: calc((100% - 184px) * 0.5417 + 104px);
  }
  mor-grid.gutter-s > .row > .m-col-14 {
    width: calc((100% - 184px) * 0.5833 + 104px);
  }
  mor-grid.gutter-s > .row > .m-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.5833 + 112px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-14 {
    left: calc((100% - 184px) * 0.5833 + 112px);
  }
  mor-grid.gutter-s > .row > .m-pull-14 {
    right: calc((100% - 184px) * 0.5833 + 112px);
  }
  mor-grid.gutter-s > .row > .m-col-15 {
    width: calc((100% - 184px) * 0.625 + 112px);
  }
  mor-grid.gutter-s > .row > .m-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.625 + 120px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-15 {
    left: calc((100% - 184px) * 0.625 + 120px);
  }
  mor-grid.gutter-s > .row > .m-pull-15 {
    right: calc((100% - 184px) * 0.625 + 120px);
  }
  mor-grid.gutter-s > .row > .m-col-16 {
    width: calc((100% - 184px) * 0.6667 + 120px);
  }
  mor-grid.gutter-s > .row > .m-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.6667 + 128px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-16 {
    left: calc((100% - 184px) * 0.6667 + 128px);
  }
  mor-grid.gutter-s > .row > .m-pull-16 {
    right: calc((100% - 184px) * 0.6667 + 128px);
  }
  mor-grid.gutter-s > .row > .m-col-17 {
    width: calc((100% - 184px) * 0.7083 + 128px);
  }
  mor-grid.gutter-s > .row > .m-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.7083 + 136px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-17 {
    left: calc((100% - 184px) * 0.7083 + 136px);
  }
  mor-grid.gutter-s > .row > .m-pull-17 {
    right: calc((100% - 184px) * 0.7083 + 136px);
  }
  mor-grid.gutter-s > .row > .m-col-18 {
    width: calc((100% - 184px) * 0.75 + 136px);
  }
  mor-grid.gutter-s > .row > .m-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.75 + 144px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-18 {
    left: calc((100% - 184px) * 0.75 + 144px);
  }
  mor-grid.gutter-s > .row > .m-pull-18 {
    right: calc((100% - 184px) * 0.75 + 144px);
  }
  mor-grid.gutter-s > .row > .m-col-19 {
    width: calc((100% - 184px) * 0.7917 + 144px);
  }
  mor-grid.gutter-s > .row > .m-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.7917 + 152px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-19 {
    left: calc((100% - 184px) * 0.7917 + 152px);
  }
  mor-grid.gutter-s > .row > .m-pull-19 {
    right: calc((100% - 184px) * 0.7917 + 152px);
  }
  mor-grid.gutter-s > .row > .m-col-20 {
    width: calc((100% - 184px) * 0.8333 + 152px);
  }
  mor-grid.gutter-s > .row > .m-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.8333 + 160px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-20 {
    left: calc((100% - 184px) * 0.8333 + 160px);
  }
  mor-grid.gutter-s > .row > .m-pull-20 {
    right: calc((100% - 184px) * 0.8333 + 160px);
  }
  mor-grid.gutter-s > .row > .m-col-21 {
    width: calc((100% - 184px) * 0.875 + 160px);
  }
  mor-grid.gutter-s > .row > .m-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.875 + 168px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-21 {
    left: calc((100% - 184px) * 0.875 + 168px);
  }
  mor-grid.gutter-s > .row > .m-pull-21 {
    right: calc((100% - 184px) * 0.875 + 168px);
  }
  mor-grid.gutter-s > .row > .m-col-22 {
    width: calc((100% - 184px) * 0.9167 + 168px);
  }
  mor-grid.gutter-s > .row > .m-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.9167 + 176px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-22 {
    left: calc((100% - 184px) * 0.9167 + 176px);
  }
  mor-grid.gutter-s > .row > .m-pull-22 {
    right: calc((100% - 184px) * 0.9167 + 176px);
  }
  mor-grid.gutter-s > .row > .m-col-23 {
    width: calc((100% - 184px) * 0.9583 + 176px);
  }
  mor-grid.gutter-s > .row > .m-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.9583 + 184px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .m-push-23 {
    left: calc((100% - 184px) * 0.9583 + 184px);
  }
  mor-grid.gutter-s > .row > .m-pull-23 {
    right: calc((100% - 184px) * 0.9583 + 184px);
  }
  mor-grid.gutter-s > .row > .m-col-24 {
    width: 100%;
  }
  mor-grid.gutter-s.space-around > .row > .m-col-1 {
    width: calc((100% - 192px) * 0.0417 + 0px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.0417 + 12px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-1 {
    left: calc((100% - 192px) * 0.0417 + 8px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-1 {
    right: calc((100% - 192px) * 0.0417 + 8px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-2 {
    width: calc((100% - 192px) * 0.0833 + 8px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.0833 + 20px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-2 {
    left: calc((100% - 192px) * 0.0833 + 16px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-2 {
    right: calc((100% - 192px) * 0.0833 + 16px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-3 {
    width: calc((100% - 192px) * 0.125 + 16px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.125 + 28px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-3 {
    left: calc((100% - 192px) * 0.125 + 24px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-3 {
    right: calc((100% - 192px) * 0.125 + 24px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-4 {
    width: calc((100% - 192px) * 0.1667 + 24px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.1667 + 36px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-4 {
    left: calc((100% - 192px) * 0.1667 + 32px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-4 {
    right: calc((100% - 192px) * 0.1667 + 32px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-5 {
    width: calc((100% - 192px) * 0.2083 + 32px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.2083 + 44px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-5 {
    left: calc((100% - 192px) * 0.2083 + 40px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-5 {
    right: calc((100% - 192px) * 0.2083 + 40px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-6 {
    width: calc((100% - 192px) * 0.25 + 40px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.25 + 52px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-6 {
    left: calc((100% - 192px) * 0.25 + 48px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-6 {
    right: calc((100% - 192px) * 0.25 + 48px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-7 {
    width: calc((100% - 192px) * 0.2917 + 48px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.2917 + 60px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-7 {
    left: calc((100% - 192px) * 0.2917 + 56px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-7 {
    right: calc((100% - 192px) * 0.2917 + 56px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-8 {
    width: calc((100% - 192px) * 0.3333 + 56px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.3333 + 68px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-8 {
    left: calc((100% - 192px) * 0.3333 + 64px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-8 {
    right: calc((100% - 192px) * 0.3333 + 64px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-9 {
    width: calc((100% - 192px) * 0.375 + 64px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.375 + 76px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-9 {
    left: calc((100% - 192px) * 0.375 + 72px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-9 {
    right: calc((100% - 192px) * 0.375 + 72px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-10 {
    width: calc((100% - 192px) * 0.4167 + 72px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.4167 + 84px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-10 {
    left: calc((100% - 192px) * 0.4167 + 80px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-10 {
    right: calc((100% - 192px) * 0.4167 + 80px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-11 {
    width: calc((100% - 192px) * 0.4583 + 80px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.4583 + 92px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-11 {
    left: calc((100% - 192px) * 0.4583 + 88px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-11 {
    right: calc((100% - 192px) * 0.4583 + 88px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-12 {
    width: calc((100% - 192px) * 0.5 + 88px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.5 + 100px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-12 {
    left: calc((100% - 192px) * 0.5 + 96px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-12 {
    right: calc((100% - 192px) * 0.5 + 96px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-13 {
    width: calc((100% - 192px) * 0.5417 + 96px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.5417 + 108px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-13 {
    left: calc((100% - 192px) * 0.5417 + 104px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-13 {
    right: calc((100% - 192px) * 0.5417 + 104px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-14 {
    width: calc((100% - 192px) * 0.5833 + 104px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.5833 + 116px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-14 {
    left: calc((100% - 192px) * 0.5833 + 112px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-14 {
    right: calc((100% - 192px) * 0.5833 + 112px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-15 {
    width: calc((100% - 192px) * 0.625 + 112px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.625 + 124px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-15 {
    left: calc((100% - 192px) * 0.625 + 120px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-15 {
    right: calc((100% - 192px) * 0.625 + 120px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-16 {
    width: calc((100% - 192px) * 0.6667 + 120px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.6667 + 132px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-16 {
    left: calc((100% - 192px) * 0.6667 + 128px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-16 {
    right: calc((100% - 192px) * 0.6667 + 128px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-17 {
    width: calc((100% - 192px) * 0.7083 + 128px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.7083 + 140px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-17 {
    left: calc((100% - 192px) * 0.7083 + 136px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-17 {
    right: calc((100% - 192px) * 0.7083 + 136px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-18 {
    width: calc((100% - 192px) * 0.75 + 136px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.75 + 148px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-18 {
    left: calc((100% - 192px) * 0.75 + 144px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-18 {
    right: calc((100% - 192px) * 0.75 + 144px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-19 {
    width: calc((100% - 192px) * 0.7917 + 144px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.7917 + 156px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-19 {
    left: calc((100% - 192px) * 0.7917 + 152px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-19 {
    right: calc((100% - 192px) * 0.7917 + 152px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-20 {
    width: calc((100% - 192px) * 0.8333 + 152px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.8333 + 164px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-20 {
    left: calc((100% - 192px) * 0.8333 + 160px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-20 {
    right: calc((100% - 192px) * 0.8333 + 160px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-21 {
    width: calc((100% - 192px) * 0.875 + 160px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.875 + 172px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-21 {
    left: calc((100% - 192px) * 0.875 + 168px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-21 {
    right: calc((100% - 192px) * 0.875 + 168px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-22 {
    width: calc((100% - 192px) * 0.9167 + 168px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.9167 + 180px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-22 {
    left: calc((100% - 192px) * 0.9167 + 176px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-22 {
    right: calc((100% - 192px) * 0.9167 + 176px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-23 {
    width: calc((100% - 192px) * 0.9583 + 176px);
  }
  mor-grid.gutter-s.space-around > .row > .m-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.9583 + 188px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .m-push-23 {
    left: calc((100% - 192px) * 0.9583 + 184px);
  }
  mor-grid.gutter-s.space-around > .row > .m-pull-23 {
    right: calc((100% - 192px) * 0.9583 + 184px);
  }
  mor-grid.gutter-s.space-around > .row > .m-col-24 {
    width: 100%;
  }
  mor-grid.gutter-m > .row > .m-col-1,
  mor-grid > .row > .m-col-1 {
    width: calc((100% - 368px) * 0.0417 + 0px);
  }
  mor-grid.gutter-m > .row > .m-offset-1,
  mor-grid > .row > .m-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.0417 + 16px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-1,
  mor-grid > .row > .m-push-1 {
    left: calc((100% - 368px) * 0.0417 + 16px);
  }
  mor-grid.gutter-m > .row > .m-pull-1,
  mor-grid > .row > .m-pull-1 {
    right: calc((100% - 368px) * 0.0417 + 16px);
  }
  mor-grid.gutter-m > .row > .m-col-2,
  mor-grid > .row > .m-col-2 {
    width: calc((100% - 368px) * 0.0833 + 16px);
  }
  mor-grid.gutter-m > .row > .m-offset-2,
  mor-grid > .row > .m-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.0833 + 32px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-2,
  mor-grid > .row > .m-push-2 {
    left: calc((100% - 368px) * 0.0833 + 32px);
  }
  mor-grid.gutter-m > .row > .m-pull-2,
  mor-grid > .row > .m-pull-2 {
    right: calc((100% - 368px) * 0.0833 + 32px);
  }
  mor-grid.gutter-m > .row > .m-col-3,
  mor-grid > .row > .m-col-3 {
    width: calc((100% - 368px) * 0.125 + 32px);
  }
  mor-grid.gutter-m > .row > .m-offset-3,
  mor-grid > .row > .m-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.125 + 48px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-3,
  mor-grid > .row > .m-push-3 {
    left: calc((100% - 368px) * 0.125 + 48px);
  }
  mor-grid.gutter-m > .row > .m-pull-3,
  mor-grid > .row > .m-pull-3 {
    right: calc((100% - 368px) * 0.125 + 48px);
  }
  mor-grid.gutter-m > .row > .m-col-4,
  mor-grid > .row > .m-col-4 {
    width: calc((100% - 368px) * 0.1667 + 48px);
  }
  mor-grid.gutter-m > .row > .m-offset-4,
  mor-grid > .row > .m-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.1667 + 64px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-4,
  mor-grid > .row > .m-push-4 {
    left: calc((100% - 368px) * 0.1667 + 64px);
  }
  mor-grid.gutter-m > .row > .m-pull-4,
  mor-grid > .row > .m-pull-4 {
    right: calc((100% - 368px) * 0.1667 + 64px);
  }
  mor-grid.gutter-m > .row > .m-col-5,
  mor-grid > .row > .m-col-5 {
    width: calc((100% - 368px) * 0.2083 + 64px);
  }
  mor-grid.gutter-m > .row > .m-offset-5,
  mor-grid > .row > .m-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.2083 + 80px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-5,
  mor-grid > .row > .m-push-5 {
    left: calc((100% - 368px) * 0.2083 + 80px);
  }
  mor-grid.gutter-m > .row > .m-pull-5,
  mor-grid > .row > .m-pull-5 {
    right: calc((100% - 368px) * 0.2083 + 80px);
  }
  mor-grid.gutter-m > .row > .m-col-6,
  mor-grid > .row > .m-col-6 {
    width: calc((100% - 368px) * 0.25 + 80px);
  }
  mor-grid.gutter-m > .row > .m-offset-6,
  mor-grid > .row > .m-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.25 + 96px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-6,
  mor-grid > .row > .m-push-6 {
    left: calc((100% - 368px) * 0.25 + 96px);
  }
  mor-grid.gutter-m > .row > .m-pull-6,
  mor-grid > .row > .m-pull-6 {
    right: calc((100% - 368px) * 0.25 + 96px);
  }
  mor-grid.gutter-m > .row > .m-col-7,
  mor-grid > .row > .m-col-7 {
    width: calc((100% - 368px) * 0.2917 + 96px);
  }
  mor-grid.gutter-m > .row > .m-offset-7,
  mor-grid > .row > .m-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.2917 + 112px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-7,
  mor-grid > .row > .m-push-7 {
    left: calc((100% - 368px) * 0.2917 + 112px);
  }
  mor-grid.gutter-m > .row > .m-pull-7,
  mor-grid > .row > .m-pull-7 {
    right: calc((100% - 368px) * 0.2917 + 112px);
  }
  mor-grid.gutter-m > .row > .m-col-8,
  mor-grid > .row > .m-col-8 {
    width: calc((100% - 368px) * 0.3333 + 112px);
  }
  mor-grid.gutter-m > .row > .m-offset-8,
  mor-grid > .row > .m-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.3333 + 128px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-8,
  mor-grid > .row > .m-push-8 {
    left: calc((100% - 368px) * 0.3333 + 128px);
  }
  mor-grid.gutter-m > .row > .m-pull-8,
  mor-grid > .row > .m-pull-8 {
    right: calc((100% - 368px) * 0.3333 + 128px);
  }
  mor-grid.gutter-m > .row > .m-col-9,
  mor-grid > .row > .m-col-9 {
    width: calc((100% - 368px) * 0.375 + 128px);
  }
  mor-grid.gutter-m > .row > .m-offset-9,
  mor-grid > .row > .m-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.375 + 144px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-9,
  mor-grid > .row > .m-push-9 {
    left: calc((100% - 368px) * 0.375 + 144px);
  }
  mor-grid.gutter-m > .row > .m-pull-9,
  mor-grid > .row > .m-pull-9 {
    right: calc((100% - 368px) * 0.375 + 144px);
  }
  mor-grid.gutter-m > .row > .m-col-10,
  mor-grid > .row > .m-col-10 {
    width: calc((100% - 368px) * 0.4167 + 144px);
  }
  mor-grid.gutter-m > .row > .m-offset-10,
  mor-grid > .row > .m-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.4167 + 160px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-10,
  mor-grid > .row > .m-push-10 {
    left: calc((100% - 368px) * 0.4167 + 160px);
  }
  mor-grid.gutter-m > .row > .m-pull-10,
  mor-grid > .row > .m-pull-10 {
    right: calc((100% - 368px) * 0.4167 + 160px);
  }
  mor-grid.gutter-m > .row > .m-col-11,
  mor-grid > .row > .m-col-11 {
    width: calc((100% - 368px) * 0.4583 + 160px);
  }
  mor-grid.gutter-m > .row > .m-offset-11,
  mor-grid > .row > .m-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.4583 + 176px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-11,
  mor-grid > .row > .m-push-11 {
    left: calc((100% - 368px) * 0.4583 + 176px);
  }
  mor-grid.gutter-m > .row > .m-pull-11,
  mor-grid > .row > .m-pull-11 {
    right: calc((100% - 368px) * 0.4583 + 176px);
  }
  mor-grid.gutter-m > .row > .m-col-12,
  mor-grid > .row > .m-col-12 {
    width: calc((100% - 368px) * 0.5 + 176px);
  }
  mor-grid.gutter-m > .row > .m-offset-12,
  mor-grid > .row > .m-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.5 + 192px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-12,
  mor-grid > .row > .m-push-12 {
    left: calc((100% - 368px) * 0.5 + 192px);
  }
  mor-grid.gutter-m > .row > .m-pull-12,
  mor-grid > .row > .m-pull-12 {
    right: calc((100% - 368px) * 0.5 + 192px);
  }
  mor-grid.gutter-m > .row > .m-col-13,
  mor-grid > .row > .m-col-13 {
    width: calc((100% - 368px) * 0.5417 + 192px);
  }
  mor-grid.gutter-m > .row > .m-offset-13,
  mor-grid > .row > .m-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.5417 + 208px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-13,
  mor-grid > .row > .m-push-13 {
    left: calc((100% - 368px) * 0.5417 + 208px);
  }
  mor-grid.gutter-m > .row > .m-pull-13,
  mor-grid > .row > .m-pull-13 {
    right: calc((100% - 368px) * 0.5417 + 208px);
  }
  mor-grid.gutter-m > .row > .m-col-14,
  mor-grid > .row > .m-col-14 {
    width: calc((100% - 368px) * 0.5833 + 208px);
  }
  mor-grid.gutter-m > .row > .m-offset-14,
  mor-grid > .row > .m-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.5833 + 224px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-14,
  mor-grid > .row > .m-push-14 {
    left: calc((100% - 368px) * 0.5833 + 224px);
  }
  mor-grid.gutter-m > .row > .m-pull-14,
  mor-grid > .row > .m-pull-14 {
    right: calc((100% - 368px) * 0.5833 + 224px);
  }
  mor-grid.gutter-m > .row > .m-col-15,
  mor-grid > .row > .m-col-15 {
    width: calc((100% - 368px) * 0.625 + 224px);
  }
  mor-grid.gutter-m > .row > .m-offset-15,
  mor-grid > .row > .m-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.625 + 240px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-15,
  mor-grid > .row > .m-push-15 {
    left: calc((100% - 368px) * 0.625 + 240px);
  }
  mor-grid.gutter-m > .row > .m-pull-15,
  mor-grid > .row > .m-pull-15 {
    right: calc((100% - 368px) * 0.625 + 240px);
  }
  mor-grid.gutter-m > .row > .m-col-16,
  mor-grid > .row > .m-col-16 {
    width: calc((100% - 368px) * 0.6667 + 240px);
  }
  mor-grid.gutter-m > .row > .m-offset-16,
  mor-grid > .row > .m-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.6667 + 256px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-16,
  mor-grid > .row > .m-push-16 {
    left: calc((100% - 368px) * 0.6667 + 256px);
  }
  mor-grid.gutter-m > .row > .m-pull-16,
  mor-grid > .row > .m-pull-16 {
    right: calc((100% - 368px) * 0.6667 + 256px);
  }
  mor-grid.gutter-m > .row > .m-col-17,
  mor-grid > .row > .m-col-17 {
    width: calc((100% - 368px) * 0.7083 + 256px);
  }
  mor-grid.gutter-m > .row > .m-offset-17,
  mor-grid > .row > .m-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.7083 + 272px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-17,
  mor-grid > .row > .m-push-17 {
    left: calc((100% - 368px) * 0.7083 + 272px);
  }
  mor-grid.gutter-m > .row > .m-pull-17,
  mor-grid > .row > .m-pull-17 {
    right: calc((100% - 368px) * 0.7083 + 272px);
  }
  mor-grid.gutter-m > .row > .m-col-18,
  mor-grid > .row > .m-col-18 {
    width: calc((100% - 368px) * 0.75 + 272px);
  }
  mor-grid.gutter-m > .row > .m-offset-18,
  mor-grid > .row > .m-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.75 + 288px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-18,
  mor-grid > .row > .m-push-18 {
    left: calc((100% - 368px) * 0.75 + 288px);
  }
  mor-grid.gutter-m > .row > .m-pull-18,
  mor-grid > .row > .m-pull-18 {
    right: calc((100% - 368px) * 0.75 + 288px);
  }
  mor-grid.gutter-m > .row > .m-col-19,
  mor-grid > .row > .m-col-19 {
    width: calc((100% - 368px) * 0.7917 + 288px);
  }
  mor-grid.gutter-m > .row > .m-offset-19,
  mor-grid > .row > .m-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.7917 + 304px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-19,
  mor-grid > .row > .m-push-19 {
    left: calc((100% - 368px) * 0.7917 + 304px);
  }
  mor-grid.gutter-m > .row > .m-pull-19,
  mor-grid > .row > .m-pull-19 {
    right: calc((100% - 368px) * 0.7917 + 304px);
  }
  mor-grid.gutter-m > .row > .m-col-20,
  mor-grid > .row > .m-col-20 {
    width: calc((100% - 368px) * 0.8333 + 304px);
  }
  mor-grid.gutter-m > .row > .m-offset-20,
  mor-grid > .row > .m-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.8333 + 320px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-20,
  mor-grid > .row > .m-push-20 {
    left: calc((100% - 368px) * 0.8333 + 320px);
  }
  mor-grid.gutter-m > .row > .m-pull-20,
  mor-grid > .row > .m-pull-20 {
    right: calc((100% - 368px) * 0.8333 + 320px);
  }
  mor-grid.gutter-m > .row > .m-col-21,
  mor-grid > .row > .m-col-21 {
    width: calc((100% - 368px) * 0.875 + 320px);
  }
  mor-grid.gutter-m > .row > .m-offset-21,
  mor-grid > .row > .m-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.875 + 336px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-21,
  mor-grid > .row > .m-push-21 {
    left: calc((100% - 368px) * 0.875 + 336px);
  }
  mor-grid.gutter-m > .row > .m-pull-21,
  mor-grid > .row > .m-pull-21 {
    right: calc((100% - 368px) * 0.875 + 336px);
  }
  mor-grid.gutter-m > .row > .m-col-22,
  mor-grid > .row > .m-col-22 {
    width: calc((100% - 368px) * 0.9167 + 336px);
  }
  mor-grid.gutter-m > .row > .m-offset-22,
  mor-grid > .row > .m-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.9167 + 352px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-22,
  mor-grid > .row > .m-push-22 {
    left: calc((100% - 368px) * 0.9167 + 352px);
  }
  mor-grid.gutter-m > .row > .m-pull-22,
  mor-grid > .row > .m-pull-22 {
    right: calc((100% - 368px) * 0.9167 + 352px);
  }
  mor-grid.gutter-m > .row > .m-col-23,
  mor-grid > .row > .m-col-23 {
    width: calc((100% - 368px) * 0.9583 + 352px);
  }
  mor-grid.gutter-m > .row > .m-offset-23,
  mor-grid > .row > .m-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.9583 + 368px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .m-push-23,
  mor-grid > .row > .m-push-23 {
    left: calc((100% - 368px) * 0.9583 + 368px);
  }
  mor-grid.gutter-m > .row > .m-pull-23,
  mor-grid > .row > .m-pull-23 {
    right: calc((100% - 368px) * 0.9583 + 368px);
  }
  mor-grid.gutter-m > .row > .m-col-24,
  mor-grid > .row > .m-col-24 {
    width: 100%;
  }
  mor-grid.gutter-m.space-around > .row > .m-col-1,
  mor-grid.space-around > .row > .m-col-1 {
    width: calc((100% - 384px) * 0.0417 + 0px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-1,
  mor-grid.space-around > .row > .m-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.0417 + 24px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-1,
  mor-grid.space-around > .row > .m-push-1 {
    left: calc((100% - 384px) * 0.0417 + 16px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-1,
  mor-grid.space-around > .row > .m-pull-1 {
    right: calc((100% - 384px) * 0.0417 + 16px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-2,
  mor-grid.space-around > .row > .m-col-2 {
    width: calc((100% - 384px) * 0.0833 + 16px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-2,
  mor-grid.space-around > .row > .m-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.0833 + 40px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-2,
  mor-grid.space-around > .row > .m-push-2 {
    left: calc((100% - 384px) * 0.0833 + 32px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-2,
  mor-grid.space-around > .row > .m-pull-2 {
    right: calc((100% - 384px) * 0.0833 + 32px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-3,
  mor-grid.space-around > .row > .m-col-3 {
    width: calc((100% - 384px) * 0.125 + 32px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-3,
  mor-grid.space-around > .row > .m-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.125 + 56px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-3,
  mor-grid.space-around > .row > .m-push-3 {
    left: calc((100% - 384px) * 0.125 + 48px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-3,
  mor-grid.space-around > .row > .m-pull-3 {
    right: calc((100% - 384px) * 0.125 + 48px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-4,
  mor-grid.space-around > .row > .m-col-4 {
    width: calc((100% - 384px) * 0.1667 + 48px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-4,
  mor-grid.space-around > .row > .m-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.1667 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-4,
  mor-grid.space-around > .row > .m-push-4 {
    left: calc((100% - 384px) * 0.1667 + 64px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-4,
  mor-grid.space-around > .row > .m-pull-4 {
    right: calc((100% - 384px) * 0.1667 + 64px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-5,
  mor-grid.space-around > .row > .m-col-5 {
    width: calc((100% - 384px) * 0.2083 + 64px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-5,
  mor-grid.space-around > .row > .m-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.2083 + 88px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-5,
  mor-grid.space-around > .row > .m-push-5 {
    left: calc((100% - 384px) * 0.2083 + 80px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-5,
  mor-grid.space-around > .row > .m-pull-5 {
    right: calc((100% - 384px) * 0.2083 + 80px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-6,
  mor-grid.space-around > .row > .m-col-6 {
    width: calc((100% - 384px) * 0.25 + 80px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-6,
  mor-grid.space-around > .row > .m-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.25 + 104px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-6,
  mor-grid.space-around > .row > .m-push-6 {
    left: calc((100% - 384px) * 0.25 + 96px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-6,
  mor-grid.space-around > .row > .m-pull-6 {
    right: calc((100% - 384px) * 0.25 + 96px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-7,
  mor-grid.space-around > .row > .m-col-7 {
    width: calc((100% - 384px) * 0.2917 + 96px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-7,
  mor-grid.space-around > .row > .m-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.2917 + 120px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-7,
  mor-grid.space-around > .row > .m-push-7 {
    left: calc((100% - 384px) * 0.2917 + 112px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-7,
  mor-grid.space-around > .row > .m-pull-7 {
    right: calc((100% - 384px) * 0.2917 + 112px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-8,
  mor-grid.space-around > .row > .m-col-8 {
    width: calc((100% - 384px) * 0.3333 + 112px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-8,
  mor-grid.space-around > .row > .m-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.3333 + 136px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-8,
  mor-grid.space-around > .row > .m-push-8 {
    left: calc((100% - 384px) * 0.3333 + 128px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-8,
  mor-grid.space-around > .row > .m-pull-8 {
    right: calc((100% - 384px) * 0.3333 + 128px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-9,
  mor-grid.space-around > .row > .m-col-9 {
    width: calc((100% - 384px) * 0.375 + 128px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-9,
  mor-grid.space-around > .row > .m-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.375 + 152px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-9,
  mor-grid.space-around > .row > .m-push-9 {
    left: calc((100% - 384px) * 0.375 + 144px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-9,
  mor-grid.space-around > .row > .m-pull-9 {
    right: calc((100% - 384px) * 0.375 + 144px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-10,
  mor-grid.space-around > .row > .m-col-10 {
    width: calc((100% - 384px) * 0.4167 + 144px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-10,
  mor-grid.space-around > .row > .m-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.4167 + 168px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-10,
  mor-grid.space-around > .row > .m-push-10 {
    left: calc((100% - 384px) * 0.4167 + 160px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-10,
  mor-grid.space-around > .row > .m-pull-10 {
    right: calc((100% - 384px) * 0.4167 + 160px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-11,
  mor-grid.space-around > .row > .m-col-11 {
    width: calc((100% - 384px) * 0.4583 + 160px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-11,
  mor-grid.space-around > .row > .m-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.4583 + 184px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-11,
  mor-grid.space-around > .row > .m-push-11 {
    left: calc((100% - 384px) * 0.4583 + 176px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-11,
  mor-grid.space-around > .row > .m-pull-11 {
    right: calc((100% - 384px) * 0.4583 + 176px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-12,
  mor-grid.space-around > .row > .m-col-12 {
    width: calc((100% - 384px) * 0.5 + 176px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-12,
  mor-grid.space-around > .row > .m-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.5 + 200px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-12,
  mor-grid.space-around > .row > .m-push-12 {
    left: calc((100% - 384px) * 0.5 + 192px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-12,
  mor-grid.space-around > .row > .m-pull-12 {
    right: calc((100% - 384px) * 0.5 + 192px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-13,
  mor-grid.space-around > .row > .m-col-13 {
    width: calc((100% - 384px) * 0.5417 + 192px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-13,
  mor-grid.space-around > .row > .m-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.5417 + 216px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-13,
  mor-grid.space-around > .row > .m-push-13 {
    left: calc((100% - 384px) * 0.5417 + 208px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-13,
  mor-grid.space-around > .row > .m-pull-13 {
    right: calc((100% - 384px) * 0.5417 + 208px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-14,
  mor-grid.space-around > .row > .m-col-14 {
    width: calc((100% - 384px) * 0.5833 + 208px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-14,
  mor-grid.space-around > .row > .m-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.5833 + 232px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-14,
  mor-grid.space-around > .row > .m-push-14 {
    left: calc((100% - 384px) * 0.5833 + 224px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-14,
  mor-grid.space-around > .row > .m-pull-14 {
    right: calc((100% - 384px) * 0.5833 + 224px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-15,
  mor-grid.space-around > .row > .m-col-15 {
    width: calc((100% - 384px) * 0.625 + 224px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-15,
  mor-grid.space-around > .row > .m-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.625 + 248px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-15,
  mor-grid.space-around > .row > .m-push-15 {
    left: calc((100% - 384px) * 0.625 + 240px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-15,
  mor-grid.space-around > .row > .m-pull-15 {
    right: calc((100% - 384px) * 0.625 + 240px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-16,
  mor-grid.space-around > .row > .m-col-16 {
    width: calc((100% - 384px) * 0.6667 + 240px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-16,
  mor-grid.space-around > .row > .m-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.6667 + 264px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-16,
  mor-grid.space-around > .row > .m-push-16 {
    left: calc((100% - 384px) * 0.6667 + 256px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-16,
  mor-grid.space-around > .row > .m-pull-16 {
    right: calc((100% - 384px) * 0.6667 + 256px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-17,
  mor-grid.space-around > .row > .m-col-17 {
    width: calc((100% - 384px) * 0.7083 + 256px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-17,
  mor-grid.space-around > .row > .m-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.7083 + 280px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-17,
  mor-grid.space-around > .row > .m-push-17 {
    left: calc((100% - 384px) * 0.7083 + 272px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-17,
  mor-grid.space-around > .row > .m-pull-17 {
    right: calc((100% - 384px) * 0.7083 + 272px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-18,
  mor-grid.space-around > .row > .m-col-18 {
    width: calc((100% - 384px) * 0.75 + 272px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-18,
  mor-grid.space-around > .row > .m-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.75 + 296px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-18,
  mor-grid.space-around > .row > .m-push-18 {
    left: calc((100% - 384px) * 0.75 + 288px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-18,
  mor-grid.space-around > .row > .m-pull-18 {
    right: calc((100% - 384px) * 0.75 + 288px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-19,
  mor-grid.space-around > .row > .m-col-19 {
    width: calc((100% - 384px) * 0.7917 + 288px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-19,
  mor-grid.space-around > .row > .m-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.7917 + 312px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-19,
  mor-grid.space-around > .row > .m-push-19 {
    left: calc((100% - 384px) * 0.7917 + 304px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-19,
  mor-grid.space-around > .row > .m-pull-19 {
    right: calc((100% - 384px) * 0.7917 + 304px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-20,
  mor-grid.space-around > .row > .m-col-20 {
    width: calc((100% - 384px) * 0.8333 + 304px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-20,
  mor-grid.space-around > .row > .m-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.8333 + 328px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-20,
  mor-grid.space-around > .row > .m-push-20 {
    left: calc((100% - 384px) * 0.8333 + 320px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-20,
  mor-grid.space-around > .row > .m-pull-20 {
    right: calc((100% - 384px) * 0.8333 + 320px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-21,
  mor-grid.space-around > .row > .m-col-21 {
    width: calc((100% - 384px) * 0.875 + 320px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-21,
  mor-grid.space-around > .row > .m-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.875 + 344px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-21,
  mor-grid.space-around > .row > .m-push-21 {
    left: calc((100% - 384px) * 0.875 + 336px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-21,
  mor-grid.space-around > .row > .m-pull-21 {
    right: calc((100% - 384px) * 0.875 + 336px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-22,
  mor-grid.space-around > .row > .m-col-22 {
    width: calc((100% - 384px) * 0.9167 + 336px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-22,
  mor-grid.space-around > .row > .m-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.9167 + 360px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-22,
  mor-grid.space-around > .row > .m-push-22 {
    left: calc((100% - 384px) * 0.9167 + 352px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-22,
  mor-grid.space-around > .row > .m-pull-22 {
    right: calc((100% - 384px) * 0.9167 + 352px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-23,
  mor-grid.space-around > .row > .m-col-23 {
    width: calc((100% - 384px) * 0.9583 + 352px);
  }
  mor-grid.gutter-m.space-around > .row > .m-offset-23,
  mor-grid.space-around > .row > .m-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.9583 + 376px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .m-push-23,
  mor-grid.space-around > .row > .m-push-23 {
    left: calc((100% - 384px) * 0.9583 + 368px);
  }
  mor-grid.gutter-m.space-around > .row > .m-pull-23,
  mor-grid.space-around > .row > .m-pull-23 {
    right: calc((100% - 384px) * 0.9583 + 368px);
  }
  mor-grid.gutter-m.space-around > .row > .m-col-24,
  mor-grid.space-around > .row > .m-col-24 {
    width: 100%;
  }
  mor-grid.gutter-l > .row > .m-col-1 {
    width: calc((100% - 552px) * 0.0417 + 0px);
  }
  mor-grid.gutter-l > .row > .m-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.0417 + 24px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-1 {
    left: calc((100% - 552px) * 0.0417 + 24px);
  }
  mor-grid.gutter-l > .row > .m-pull-1 {
    right: calc((100% - 552px) * 0.0417 + 24px);
  }
  mor-grid.gutter-l > .row > .m-col-2 {
    width: calc((100% - 552px) * 0.0833 + 24px);
  }
  mor-grid.gutter-l > .row > .m-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.0833 + 48px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-2 {
    left: calc((100% - 552px) * 0.0833 + 48px);
  }
  mor-grid.gutter-l > .row > .m-pull-2 {
    right: calc((100% - 552px) * 0.0833 + 48px);
  }
  mor-grid.gutter-l > .row > .m-col-3 {
    width: calc((100% - 552px) * 0.125 + 48px);
  }
  mor-grid.gutter-l > .row > .m-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.125 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-3 {
    left: calc((100% - 552px) * 0.125 + 72px);
  }
  mor-grid.gutter-l > .row > .m-pull-3 {
    right: calc((100% - 552px) * 0.125 + 72px);
  }
  mor-grid.gutter-l > .row > .m-col-4 {
    width: calc((100% - 552px) * 0.1667 + 72px);
  }
  mor-grid.gutter-l > .row > .m-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.1667 + 96px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-4 {
    left: calc((100% - 552px) * 0.1667 + 96px);
  }
  mor-grid.gutter-l > .row > .m-pull-4 {
    right: calc((100% - 552px) * 0.1667 + 96px);
  }
  mor-grid.gutter-l > .row > .m-col-5 {
    width: calc((100% - 552px) * 0.2083 + 96px);
  }
  mor-grid.gutter-l > .row > .m-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.2083 + 120px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-5 {
    left: calc((100% - 552px) * 0.2083 + 120px);
  }
  mor-grid.gutter-l > .row > .m-pull-5 {
    right: calc((100% - 552px) * 0.2083 + 120px);
  }
  mor-grid.gutter-l > .row > .m-col-6 {
    width: calc((100% - 552px) * 0.25 + 120px);
  }
  mor-grid.gutter-l > .row > .m-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.25 + 144px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-6 {
    left: calc((100% - 552px) * 0.25 + 144px);
  }
  mor-grid.gutter-l > .row > .m-pull-6 {
    right: calc((100% - 552px) * 0.25 + 144px);
  }
  mor-grid.gutter-l > .row > .m-col-7 {
    width: calc((100% - 552px) * 0.2917 + 144px);
  }
  mor-grid.gutter-l > .row > .m-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.2917 + 168px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-7 {
    left: calc((100% - 552px) * 0.2917 + 168px);
  }
  mor-grid.gutter-l > .row > .m-pull-7 {
    right: calc((100% - 552px) * 0.2917 + 168px);
  }
  mor-grid.gutter-l > .row > .m-col-8 {
    width: calc((100% - 552px) * 0.3333 + 168px);
  }
  mor-grid.gutter-l > .row > .m-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.3333 + 192px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-8 {
    left: calc((100% - 552px) * 0.3333 + 192px);
  }
  mor-grid.gutter-l > .row > .m-pull-8 {
    right: calc((100% - 552px) * 0.3333 + 192px);
  }
  mor-grid.gutter-l > .row > .m-col-9 {
    width: calc((100% - 552px) * 0.375 + 192px);
  }
  mor-grid.gutter-l > .row > .m-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.375 + 216px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-9 {
    left: calc((100% - 552px) * 0.375 + 216px);
  }
  mor-grid.gutter-l > .row > .m-pull-9 {
    right: calc((100% - 552px) * 0.375 + 216px);
  }
  mor-grid.gutter-l > .row > .m-col-10 {
    width: calc((100% - 552px) * 0.4167 + 216px);
  }
  mor-grid.gutter-l > .row > .m-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.4167 + 240px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-10 {
    left: calc((100% - 552px) * 0.4167 + 240px);
  }
  mor-grid.gutter-l > .row > .m-pull-10 {
    right: calc((100% - 552px) * 0.4167 + 240px);
  }
  mor-grid.gutter-l > .row > .m-col-11 {
    width: calc((100% - 552px) * 0.4583 + 240px);
  }
  mor-grid.gutter-l > .row > .m-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.4583 + 264px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-11 {
    left: calc((100% - 552px) * 0.4583 + 264px);
  }
  mor-grid.gutter-l > .row > .m-pull-11 {
    right: calc((100% - 552px) * 0.4583 + 264px);
  }
  mor-grid.gutter-l > .row > .m-col-12 {
    width: calc((100% - 552px) * 0.5 + 264px);
  }
  mor-grid.gutter-l > .row > .m-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.5 + 288px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-12 {
    left: calc((100% - 552px) * 0.5 + 288px);
  }
  mor-grid.gutter-l > .row > .m-pull-12 {
    right: calc((100% - 552px) * 0.5 + 288px);
  }
  mor-grid.gutter-l > .row > .m-col-13 {
    width: calc((100% - 552px) * 0.5417 + 288px);
  }
  mor-grid.gutter-l > .row > .m-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.5417 + 312px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-13 {
    left: calc((100% - 552px) * 0.5417 + 312px);
  }
  mor-grid.gutter-l > .row > .m-pull-13 {
    right: calc((100% - 552px) * 0.5417 + 312px);
  }
  mor-grid.gutter-l > .row > .m-col-14 {
    width: calc((100% - 552px) * 0.5833 + 312px);
  }
  mor-grid.gutter-l > .row > .m-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.5833 + 336px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-14 {
    left: calc((100% - 552px) * 0.5833 + 336px);
  }
  mor-grid.gutter-l > .row > .m-pull-14 {
    right: calc((100% - 552px) * 0.5833 + 336px);
  }
  mor-grid.gutter-l > .row > .m-col-15 {
    width: calc((100% - 552px) * 0.625 + 336px);
  }
  mor-grid.gutter-l > .row > .m-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.625 + 360px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-15 {
    left: calc((100% - 552px) * 0.625 + 360px);
  }
  mor-grid.gutter-l > .row > .m-pull-15 {
    right: calc((100% - 552px) * 0.625 + 360px);
  }
  mor-grid.gutter-l > .row > .m-col-16 {
    width: calc((100% - 552px) * 0.6667 + 360px);
  }
  mor-grid.gutter-l > .row > .m-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.6667 + 384px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-16 {
    left: calc((100% - 552px) * 0.6667 + 384px);
  }
  mor-grid.gutter-l > .row > .m-pull-16 {
    right: calc((100% - 552px) * 0.6667 + 384px);
  }
  mor-grid.gutter-l > .row > .m-col-17 {
    width: calc((100% - 552px) * 0.7083 + 384px);
  }
  mor-grid.gutter-l > .row > .m-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.7083 + 408px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-17 {
    left: calc((100% - 552px) * 0.7083 + 408px);
  }
  mor-grid.gutter-l > .row > .m-pull-17 {
    right: calc((100% - 552px) * 0.7083 + 408px);
  }
  mor-grid.gutter-l > .row > .m-col-18 {
    width: calc((100% - 552px) * 0.75 + 408px);
  }
  mor-grid.gutter-l > .row > .m-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.75 + 432px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-18 {
    left: calc((100% - 552px) * 0.75 + 432px);
  }
  mor-grid.gutter-l > .row > .m-pull-18 {
    right: calc((100% - 552px) * 0.75 + 432px);
  }
  mor-grid.gutter-l > .row > .m-col-19 {
    width: calc((100% - 552px) * 0.7917 + 432px);
  }
  mor-grid.gutter-l > .row > .m-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.7917 + 456px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-19 {
    left: calc((100% - 552px) * 0.7917 + 456px);
  }
  mor-grid.gutter-l > .row > .m-pull-19 {
    right: calc((100% - 552px) * 0.7917 + 456px);
  }
  mor-grid.gutter-l > .row > .m-col-20 {
    width: calc((100% - 552px) * 0.8333 + 456px);
  }
  mor-grid.gutter-l > .row > .m-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.8333 + 480px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-20 {
    left: calc((100% - 552px) * 0.8333 + 480px);
  }
  mor-grid.gutter-l > .row > .m-pull-20 {
    right: calc((100% - 552px) * 0.8333 + 480px);
  }
  mor-grid.gutter-l > .row > .m-col-21 {
    width: calc((100% - 552px) * 0.875 + 480px);
  }
  mor-grid.gutter-l > .row > .m-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.875 + 504px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-21 {
    left: calc((100% - 552px) * 0.875 + 504px);
  }
  mor-grid.gutter-l > .row > .m-pull-21 {
    right: calc((100% - 552px) * 0.875 + 504px);
  }
  mor-grid.gutter-l > .row > .m-col-22 {
    width: calc((100% - 552px) * 0.9167 + 504px);
  }
  mor-grid.gutter-l > .row > .m-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.9167 + 528px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-22 {
    left: calc((100% - 552px) * 0.9167 + 528px);
  }
  mor-grid.gutter-l > .row > .m-pull-22 {
    right: calc((100% - 552px) * 0.9167 + 528px);
  }
  mor-grid.gutter-l > .row > .m-col-23 {
    width: calc((100% - 552px) * 0.9583 + 528px);
  }
  mor-grid.gutter-l > .row > .m-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.9583 + 552px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .m-push-23 {
    left: calc((100% - 552px) * 0.9583 + 552px);
  }
  mor-grid.gutter-l > .row > .m-pull-23 {
    right: calc((100% - 552px) * 0.9583 + 552px);
  }
  mor-grid.gutter-l > .row > .m-col-24 {
    width: 100%;
  }
  mor-grid.gutter-l.space-around > .row > .m-col-1 {
    width: calc((100% - 576px) * 0.0417 + 0px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.0417 + 36px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-1 {
    left: calc((100% - 576px) * 0.0417 + 24px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-1 {
    right: calc((100% - 576px) * 0.0417 + 24px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-2 {
    width: calc((100% - 576px) * 0.0833 + 24px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.0833 + 60px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-2 {
    left: calc((100% - 576px) * 0.0833 + 48px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-2 {
    right: calc((100% - 576px) * 0.0833 + 48px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-3 {
    width: calc((100% - 576px) * 0.125 + 48px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.125 + 84px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-3 {
    left: calc((100% - 576px) * 0.125 + 72px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-3 {
    right: calc((100% - 576px) * 0.125 + 72px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-4 {
    width: calc((100% - 576px) * 0.1667 + 72px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.1667 + 108px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-4 {
    left: calc((100% - 576px) * 0.1667 + 96px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-4 {
    right: calc((100% - 576px) * 0.1667 + 96px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-5 {
    width: calc((100% - 576px) * 0.2083 + 96px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.2083 + 132px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-5 {
    left: calc((100% - 576px) * 0.2083 + 120px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-5 {
    right: calc((100% - 576px) * 0.2083 + 120px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-6 {
    width: calc((100% - 576px) * 0.25 + 120px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.25 + 156px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-6 {
    left: calc((100% - 576px) * 0.25 + 144px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-6 {
    right: calc((100% - 576px) * 0.25 + 144px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-7 {
    width: calc((100% - 576px) * 0.2917 + 144px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.2917 + 180px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-7 {
    left: calc((100% - 576px) * 0.2917 + 168px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-7 {
    right: calc((100% - 576px) * 0.2917 + 168px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-8 {
    width: calc((100% - 576px) * 0.3333 + 168px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.3333 + 204px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-8 {
    left: calc((100% - 576px) * 0.3333 + 192px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-8 {
    right: calc((100% - 576px) * 0.3333 + 192px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-9 {
    width: calc((100% - 576px) * 0.375 + 192px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.375 + 228px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-9 {
    left: calc((100% - 576px) * 0.375 + 216px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-9 {
    right: calc((100% - 576px) * 0.375 + 216px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-10 {
    width: calc((100% - 576px) * 0.4167 + 216px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.4167 + 252px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-10 {
    left: calc((100% - 576px) * 0.4167 + 240px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-10 {
    right: calc((100% - 576px) * 0.4167 + 240px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-11 {
    width: calc((100% - 576px) * 0.4583 + 240px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.4583 + 276px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-11 {
    left: calc((100% - 576px) * 0.4583 + 264px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-11 {
    right: calc((100% - 576px) * 0.4583 + 264px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-12 {
    width: calc((100% - 576px) * 0.5 + 264px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.5 + 300px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-12 {
    left: calc((100% - 576px) * 0.5 + 288px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-12 {
    right: calc((100% - 576px) * 0.5 + 288px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-13 {
    width: calc((100% - 576px) * 0.5417 + 288px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.5417 + 324px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-13 {
    left: calc((100% - 576px) * 0.5417 + 312px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-13 {
    right: calc((100% - 576px) * 0.5417 + 312px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-14 {
    width: calc((100% - 576px) * 0.5833 + 312px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.5833 + 348px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-14 {
    left: calc((100% - 576px) * 0.5833 + 336px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-14 {
    right: calc((100% - 576px) * 0.5833 + 336px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-15 {
    width: calc((100% - 576px) * 0.625 + 336px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.625 + 372px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-15 {
    left: calc((100% - 576px) * 0.625 + 360px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-15 {
    right: calc((100% - 576px) * 0.625 + 360px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-16 {
    width: calc((100% - 576px) * 0.6667 + 360px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.6667 + 396px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-16 {
    left: calc((100% - 576px) * 0.6667 + 384px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-16 {
    right: calc((100% - 576px) * 0.6667 + 384px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-17 {
    width: calc((100% - 576px) * 0.7083 + 384px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.7083 + 420px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-17 {
    left: calc((100% - 576px) * 0.7083 + 408px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-17 {
    right: calc((100% - 576px) * 0.7083 + 408px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-18 {
    width: calc((100% - 576px) * 0.75 + 408px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.75 + 444px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-18 {
    left: calc((100% - 576px) * 0.75 + 432px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-18 {
    right: calc((100% - 576px) * 0.75 + 432px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-19 {
    width: calc((100% - 576px) * 0.7917 + 432px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.7917 + 468px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-19 {
    left: calc((100% - 576px) * 0.7917 + 456px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-19 {
    right: calc((100% - 576px) * 0.7917 + 456px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-20 {
    width: calc((100% - 576px) * 0.8333 + 456px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.8333 + 492px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-20 {
    left: calc((100% - 576px) * 0.8333 + 480px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-20 {
    right: calc((100% - 576px) * 0.8333 + 480px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-21 {
    width: calc((100% - 576px) * 0.875 + 480px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.875 + 516px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-21 {
    left: calc((100% - 576px) * 0.875 + 504px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-21 {
    right: calc((100% - 576px) * 0.875 + 504px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-22 {
    width: calc((100% - 576px) * 0.9167 + 504px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.9167 + 540px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-22 {
    left: calc((100% - 576px) * 0.9167 + 528px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-22 {
    right: calc((100% - 576px) * 0.9167 + 528px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-23 {
    width: calc((100% - 576px) * 0.9583 + 528px);
  }
  mor-grid.gutter-l.space-around > .row > .m-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.9583 + 564px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .m-push-23 {
    left: calc((100% - 576px) * 0.9583 + 552px);
  }
  mor-grid.gutter-l.space-around > .row > .m-pull-23 {
    right: calc((100% - 576px) * 0.9583 + 552px);
  }
  mor-grid.gutter-l.space-around > .row > .m-col-24 {
    width: 100%;
  }
  mor-grid.gutter-xl > .row > .m-col-1 {
    width: calc((100% - 828px) * 0.0417 + 0px);
  }
  mor-grid.gutter-xl > .row > .m-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.0417 + 36px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-1 {
    left: calc((100% - 828px) * 0.0417 + 36px);
  }
  mor-grid.gutter-xl > .row > .m-pull-1 {
    right: calc((100% - 828px) * 0.0417 + 36px);
  }
  mor-grid.gutter-xl > .row > .m-col-2 {
    width: calc((100% - 828px) * 0.0833 + 36px);
  }
  mor-grid.gutter-xl > .row > .m-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.0833 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-2 {
    left: calc((100% - 828px) * 0.0833 + 72px);
  }
  mor-grid.gutter-xl > .row > .m-pull-2 {
    right: calc((100% - 828px) * 0.0833 + 72px);
  }
  mor-grid.gutter-xl > .row > .m-col-3 {
    width: calc((100% - 828px) * 0.125 + 72px);
  }
  mor-grid.gutter-xl > .row > .m-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.125 + 108px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-3 {
    left: calc((100% - 828px) * 0.125 + 108px);
  }
  mor-grid.gutter-xl > .row > .m-pull-3 {
    right: calc((100% - 828px) * 0.125 + 108px);
  }
  mor-grid.gutter-xl > .row > .m-col-4 {
    width: calc((100% - 828px) * 0.1667 + 108px);
  }
  mor-grid.gutter-xl > .row > .m-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.1667 + 144px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-4 {
    left: calc((100% - 828px) * 0.1667 + 144px);
  }
  mor-grid.gutter-xl > .row > .m-pull-4 {
    right: calc((100% - 828px) * 0.1667 + 144px);
  }
  mor-grid.gutter-xl > .row > .m-col-5 {
    width: calc((100% - 828px) * 0.2083 + 144px);
  }
  mor-grid.gutter-xl > .row > .m-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.2083 + 180px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-5 {
    left: calc((100% - 828px) * 0.2083 + 180px);
  }
  mor-grid.gutter-xl > .row > .m-pull-5 {
    right: calc((100% - 828px) * 0.2083 + 180px);
  }
  mor-grid.gutter-xl > .row > .m-col-6 {
    width: calc((100% - 828px) * 0.25 + 180px);
  }
  mor-grid.gutter-xl > .row > .m-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.25 + 216px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-6 {
    left: calc((100% - 828px) * 0.25 + 216px);
  }
  mor-grid.gutter-xl > .row > .m-pull-6 {
    right: calc((100% - 828px) * 0.25 + 216px);
  }
  mor-grid.gutter-xl > .row > .m-col-7 {
    width: calc((100% - 828px) * 0.2917 + 216px);
  }
  mor-grid.gutter-xl > .row > .m-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.2917 + 252px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-7 {
    left: calc((100% - 828px) * 0.2917 + 252px);
  }
  mor-grid.gutter-xl > .row > .m-pull-7 {
    right: calc((100% - 828px) * 0.2917 + 252px);
  }
  mor-grid.gutter-xl > .row > .m-col-8 {
    width: calc((100% - 828px) * 0.3333 + 252px);
  }
  mor-grid.gutter-xl > .row > .m-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.3333 + 288px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-8 {
    left: calc((100% - 828px) * 0.3333 + 288px);
  }
  mor-grid.gutter-xl > .row > .m-pull-8 {
    right: calc((100% - 828px) * 0.3333 + 288px);
  }
  mor-grid.gutter-xl > .row > .m-col-9 {
    width: calc((100% - 828px) * 0.375 + 288px);
  }
  mor-grid.gutter-xl > .row > .m-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.375 + 324px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-9 {
    left: calc((100% - 828px) * 0.375 + 324px);
  }
  mor-grid.gutter-xl > .row > .m-pull-9 {
    right: calc((100% - 828px) * 0.375 + 324px);
  }
  mor-grid.gutter-xl > .row > .m-col-10 {
    width: calc((100% - 828px) * 0.4167 + 324px);
  }
  mor-grid.gutter-xl > .row > .m-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.4167 + 360px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-10 {
    left: calc((100% - 828px) * 0.4167 + 360px);
  }
  mor-grid.gutter-xl > .row > .m-pull-10 {
    right: calc((100% - 828px) * 0.4167 + 360px);
  }
  mor-grid.gutter-xl > .row > .m-col-11 {
    width: calc((100% - 828px) * 0.4583 + 360px);
  }
  mor-grid.gutter-xl > .row > .m-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.4583 + 396px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-11 {
    left: calc((100% - 828px) * 0.4583 + 396px);
  }
  mor-grid.gutter-xl > .row > .m-pull-11 {
    right: calc((100% - 828px) * 0.4583 + 396px);
  }
  mor-grid.gutter-xl > .row > .m-col-12 {
    width: calc((100% - 828px) * 0.5 + 396px);
  }
  mor-grid.gutter-xl > .row > .m-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.5 + 432px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-12 {
    left: calc((100% - 828px) * 0.5 + 432px);
  }
  mor-grid.gutter-xl > .row > .m-pull-12 {
    right: calc((100% - 828px) * 0.5 + 432px);
  }
  mor-grid.gutter-xl > .row > .m-col-13 {
    width: calc((100% - 828px) * 0.5417 + 432px);
  }
  mor-grid.gutter-xl > .row > .m-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.5417 + 468px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-13 {
    left: calc((100% - 828px) * 0.5417 + 468px);
  }
  mor-grid.gutter-xl > .row > .m-pull-13 {
    right: calc((100% - 828px) * 0.5417 + 468px);
  }
  mor-grid.gutter-xl > .row > .m-col-14 {
    width: calc((100% - 828px) * 0.5833 + 468px);
  }
  mor-grid.gutter-xl > .row > .m-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.5833 + 504px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-14 {
    left: calc((100% - 828px) * 0.5833 + 504px);
  }
  mor-grid.gutter-xl > .row > .m-pull-14 {
    right: calc((100% - 828px) * 0.5833 + 504px);
  }
  mor-grid.gutter-xl > .row > .m-col-15 {
    width: calc((100% - 828px) * 0.625 + 504px);
  }
  mor-grid.gutter-xl > .row > .m-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.625 + 540px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-15 {
    left: calc((100% - 828px) * 0.625 + 540px);
  }
  mor-grid.gutter-xl > .row > .m-pull-15 {
    right: calc((100% - 828px) * 0.625 + 540px);
  }
  mor-grid.gutter-xl > .row > .m-col-16 {
    width: calc((100% - 828px) * 0.6667 + 540px);
  }
  mor-grid.gutter-xl > .row > .m-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.6667 + 576px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-16 {
    left: calc((100% - 828px) * 0.6667 + 576px);
  }
  mor-grid.gutter-xl > .row > .m-pull-16 {
    right: calc((100% - 828px) * 0.6667 + 576px);
  }
  mor-grid.gutter-xl > .row > .m-col-17 {
    width: calc((100% - 828px) * 0.7083 + 576px);
  }
  mor-grid.gutter-xl > .row > .m-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.7083 + 612px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-17 {
    left: calc((100% - 828px) * 0.7083 + 612px);
  }
  mor-grid.gutter-xl > .row > .m-pull-17 {
    right: calc((100% - 828px) * 0.7083 + 612px);
  }
  mor-grid.gutter-xl > .row > .m-col-18 {
    width: calc((100% - 828px) * 0.75 + 612px);
  }
  mor-grid.gutter-xl > .row > .m-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.75 + 648px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-18 {
    left: calc((100% - 828px) * 0.75 + 648px);
  }
  mor-grid.gutter-xl > .row > .m-pull-18 {
    right: calc((100% - 828px) * 0.75 + 648px);
  }
  mor-grid.gutter-xl > .row > .m-col-19 {
    width: calc((100% - 828px) * 0.7917 + 648px);
  }
  mor-grid.gutter-xl > .row > .m-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.7917 + 684px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-19 {
    left: calc((100% - 828px) * 0.7917 + 684px);
  }
  mor-grid.gutter-xl > .row > .m-pull-19 {
    right: calc((100% - 828px) * 0.7917 + 684px);
  }
  mor-grid.gutter-xl > .row > .m-col-20 {
    width: calc((100% - 828px) * 0.8333 + 684px);
  }
  mor-grid.gutter-xl > .row > .m-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.8333 + 720px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-20 {
    left: calc((100% - 828px) * 0.8333 + 720px);
  }
  mor-grid.gutter-xl > .row > .m-pull-20 {
    right: calc((100% - 828px) * 0.8333 + 720px);
  }
  mor-grid.gutter-xl > .row > .m-col-21 {
    width: calc((100% - 828px) * 0.875 + 720px);
  }
  mor-grid.gutter-xl > .row > .m-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.875 + 756px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-21 {
    left: calc((100% - 828px) * 0.875 + 756px);
  }
  mor-grid.gutter-xl > .row > .m-pull-21 {
    right: calc((100% - 828px) * 0.875 + 756px);
  }
  mor-grid.gutter-xl > .row > .m-col-22 {
    width: calc((100% - 828px) * 0.9167 + 756px);
  }
  mor-grid.gutter-xl > .row > .m-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.9167 + 792px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-22 {
    left: calc((100% - 828px) * 0.9167 + 792px);
  }
  mor-grid.gutter-xl > .row > .m-pull-22 {
    right: calc((100% - 828px) * 0.9167 + 792px);
  }
  mor-grid.gutter-xl > .row > .m-col-23 {
    width: calc((100% - 828px) * 0.9583 + 792px);
  }
  mor-grid.gutter-xl > .row > .m-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.9583 + 828px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .m-push-23 {
    left: calc((100% - 828px) * 0.9583 + 828px);
  }
  mor-grid.gutter-xl > .row > .m-pull-23 {
    right: calc((100% - 828px) * 0.9583 + 828px);
  }
  mor-grid.gutter-xl > .row > .m-col-24 {
    width: 100%;
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-1 {
    width: calc((100% - 864px) * 0.0417 + 0px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.0417 + 54px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-1 {
    left: calc((100% - 864px) * 0.0417 + 36px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-1 {
    right: calc((100% - 864px) * 0.0417 + 36px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-2 {
    width: calc((100% - 864px) * 0.0833 + 36px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.0833 + 90px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-2 {
    left: calc((100% - 864px) * 0.0833 + 72px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-2 {
    right: calc((100% - 864px) * 0.0833 + 72px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-3 {
    width: calc((100% - 864px) * 0.125 + 72px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.125 + 126px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-3 {
    left: calc((100% - 864px) * 0.125 + 108px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-3 {
    right: calc((100% - 864px) * 0.125 + 108px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-4 {
    width: calc((100% - 864px) * 0.1667 + 108px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.1667 + 162px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-4 {
    left: calc((100% - 864px) * 0.1667 + 144px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-4 {
    right: calc((100% - 864px) * 0.1667 + 144px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-5 {
    width: calc((100% - 864px) * 0.2083 + 144px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.2083 + 198px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-5 {
    left: calc((100% - 864px) * 0.2083 + 180px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-5 {
    right: calc((100% - 864px) * 0.2083 + 180px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-6 {
    width: calc((100% - 864px) * 0.25 + 180px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.25 + 234px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-6 {
    left: calc((100% - 864px) * 0.25 + 216px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-6 {
    right: calc((100% - 864px) * 0.25 + 216px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-7 {
    width: calc((100% - 864px) * 0.2917 + 216px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.2917 + 270px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-7 {
    left: calc((100% - 864px) * 0.2917 + 252px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-7 {
    right: calc((100% - 864px) * 0.2917 + 252px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-8 {
    width: calc((100% - 864px) * 0.3333 + 252px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.3333 + 306px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-8 {
    left: calc((100% - 864px) * 0.3333 + 288px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-8 {
    right: calc((100% - 864px) * 0.3333 + 288px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-9 {
    width: calc((100% - 864px) * 0.375 + 288px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.375 + 342px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-9 {
    left: calc((100% - 864px) * 0.375 + 324px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-9 {
    right: calc((100% - 864px) * 0.375 + 324px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-10 {
    width: calc((100% - 864px) * 0.4167 + 324px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.4167 + 378px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-10 {
    left: calc((100% - 864px) * 0.4167 + 360px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-10 {
    right: calc((100% - 864px) * 0.4167 + 360px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-11 {
    width: calc((100% - 864px) * 0.4583 + 360px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.4583 + 414px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-11 {
    left: calc((100% - 864px) * 0.4583 + 396px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-11 {
    right: calc((100% - 864px) * 0.4583 + 396px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-12 {
    width: calc((100% - 864px) * 0.5 + 396px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.5 + 450px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-12 {
    left: calc((100% - 864px) * 0.5 + 432px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-12 {
    right: calc((100% - 864px) * 0.5 + 432px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-13 {
    width: calc((100% - 864px) * 0.5417 + 432px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.5417 + 486px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-13 {
    left: calc((100% - 864px) * 0.5417 + 468px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-13 {
    right: calc((100% - 864px) * 0.5417 + 468px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-14 {
    width: calc((100% - 864px) * 0.5833 + 468px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.5833 + 522px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-14 {
    left: calc((100% - 864px) * 0.5833 + 504px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-14 {
    right: calc((100% - 864px) * 0.5833 + 504px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-15 {
    width: calc((100% - 864px) * 0.625 + 504px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.625 + 558px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-15 {
    left: calc((100% - 864px) * 0.625 + 540px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-15 {
    right: calc((100% - 864px) * 0.625 + 540px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-16 {
    width: calc((100% - 864px) * 0.6667 + 540px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.6667 + 594px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-16 {
    left: calc((100% - 864px) * 0.6667 + 576px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-16 {
    right: calc((100% - 864px) * 0.6667 + 576px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-17 {
    width: calc((100% - 864px) * 0.7083 + 576px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.7083 + 630px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-17 {
    left: calc((100% - 864px) * 0.7083 + 612px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-17 {
    right: calc((100% - 864px) * 0.7083 + 612px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-18 {
    width: calc((100% - 864px) * 0.75 + 612px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.75 + 666px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-18 {
    left: calc((100% - 864px) * 0.75 + 648px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-18 {
    right: calc((100% - 864px) * 0.75 + 648px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-19 {
    width: calc((100% - 864px) * 0.7917 + 648px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.7917 + 702px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-19 {
    left: calc((100% - 864px) * 0.7917 + 684px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-19 {
    right: calc((100% - 864px) * 0.7917 + 684px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-20 {
    width: calc((100% - 864px) * 0.8333 + 684px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.8333 + 738px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-20 {
    left: calc((100% - 864px) * 0.8333 + 720px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-20 {
    right: calc((100% - 864px) * 0.8333 + 720px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-21 {
    width: calc((100% - 864px) * 0.875 + 720px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.875 + 774px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-21 {
    left: calc((100% - 864px) * 0.875 + 756px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-21 {
    right: calc((100% - 864px) * 0.875 + 756px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-22 {
    width: calc((100% - 864px) * 0.9167 + 756px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.9167 + 810px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-22 {
    left: calc((100% - 864px) * 0.9167 + 792px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-22 {
    right: calc((100% - 864px) * 0.9167 + 792px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-23 {
    width: calc((100% - 864px) * 0.9583 + 792px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.9583 + 846px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .m-push-23 {
    left: calc((100% - 864px) * 0.9583 + 828px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-pull-23 {
    right: calc((100% - 864px) * 0.9583 + 828px);
  }
  mor-grid.gutter-xl.space-around > .row > .m-col-24 {
    width: 100%;
  }
  mor-grid.gutter-none > .row > .m-col-1 {
    width: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.0417 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-1 {
    left: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-1 {
    right: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-2 {
    width: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.0833 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-2 {
    left: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-2 {
    right: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-3 {
    width: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.125 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-3 {
    left: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-3 {
    right: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-4 {
    width: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.1667 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-4 {
    left: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-4 {
    right: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-5 {
    width: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.2083 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-5 {
    left: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-5 {
    right: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-6 {
    width: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.25 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-6 {
    left: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-6 {
    right: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-7 {
    width: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.2917 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-7 {
    left: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-7 {
    right: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-8 {
    width: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.3333 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-8 {
    left: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-8 {
    right: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-9 {
    width: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.375 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-9 {
    left: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-9 {
    right: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-10 {
    width: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.4167 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-10 {
    left: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-10 {
    right: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-11 {
    width: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.4583 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-11 {
    left: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-11 {
    right: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-12 {
    width: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-12 {
    left: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-12 {
    right: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-13 {
    width: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5417 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-13 {
    left: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-13 {
    right: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-14 {
    width: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5833 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-14 {
    left: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-14 {
    right: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-15 {
    width: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.625 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-15 {
    left: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-15 {
    right: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-16 {
    width: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.6667 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-16 {
    left: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-16 {
    right: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-17 {
    width: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.7083 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-17 {
    left: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-17 {
    right: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-18 {
    width: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.75 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-18 {
    left: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-18 {
    right: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-19 {
    width: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.7917 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-19 {
    left: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-19 {
    right: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-20 {
    width: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.8333 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-20 {
    left: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-20 {
    right: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-21 {
    width: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.875 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-21 {
    left: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-21 {
    right: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-22 {
    width: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.9167 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-22 {
    left: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-22 {
    right: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-23 {
    width: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none > .row > .m-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.9583 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .m-push-23 {
    left: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none > .row > .m-pull-23 {
    right: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none > .row > .m-col-24 {
    width: 100%;
  }
  mor-grid.gutter-none.space-around > .row > .m-col-1 {
    width: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.0417 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-1 {
    left: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-1 {
    right: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-2 {
    width: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.0833 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-2 {
    left: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-2 {
    right: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-3 {
    width: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.125 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-3 {
    left: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-3 {
    right: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-4 {
    width: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.1667 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-4 {
    left: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-4 {
    right: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-5 {
    width: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.2083 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-5 {
    left: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-5 {
    right: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-6 {
    width: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.25 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-6 {
    left: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-6 {
    right: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-7 {
    width: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.2917 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-7 {
    left: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-7 {
    right: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-8 {
    width: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.3333 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-8 {
    left: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-8 {
    right: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-9 {
    width: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.375 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-9 {
    left: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-9 {
    right: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-10 {
    width: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.4167 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-10 {
    left: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-10 {
    right: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-11 {
    width: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.4583 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-11 {
    left: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-11 {
    right: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-12 {
    width: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-12 {
    left: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-12 {
    right: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-13 {
    width: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5417 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-13 {
    left: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-13 {
    right: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-14 {
    width: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5833 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-14 {
    left: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-14 {
    right: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-15 {
    width: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.625 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-15 {
    left: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-15 {
    right: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-16 {
    width: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.6667 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-16 {
    left: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-16 {
    right: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-17 {
    width: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.7083 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-17 {
    left: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-17 {
    right: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-18 {
    width: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.75 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-18 {
    left: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-18 {
    right: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-19 {
    width: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.7917 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-19 {
    left: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-19 {
    right: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-20 {
    width: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.8333 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-20 {
    left: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-20 {
    right: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-21 {
    width: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.875 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-21 {
    left: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-21 {
    right: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-22 {
    width: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.9167 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-22 {
    left: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-22 {
    right: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-23 {
    width: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.9583 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .m-push-23 {
    left: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-pull-23 {
    right: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .m-col-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  mor-grid.gutter-xs > .row > .l-col-1 {
    width: calc((100% - 92px) * 0.0417 + 0px);
  }
  mor-grid.gutter-xs > .row > .l-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.0417 + 4px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-1 {
    left: calc((100% - 92px) * 0.0417 + 4px);
  }
  mor-grid.gutter-xs > .row > .l-pull-1 {
    right: calc((100% - 92px) * 0.0417 + 4px);
  }
  mor-grid.gutter-xs > .row > .l-col-2 {
    width: calc((100% - 92px) * 0.0833 + 4px);
  }
  mor-grid.gutter-xs > .row > .l-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.0833 + 8px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-2 {
    left: calc((100% - 92px) * 0.0833 + 8px);
  }
  mor-grid.gutter-xs > .row > .l-pull-2 {
    right: calc((100% - 92px) * 0.0833 + 8px);
  }
  mor-grid.gutter-xs > .row > .l-col-3 {
    width: calc((100% - 92px) * 0.125 + 8px);
  }
  mor-grid.gutter-xs > .row > .l-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.125 + 12px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-3 {
    left: calc((100% - 92px) * 0.125 + 12px);
  }
  mor-grid.gutter-xs > .row > .l-pull-3 {
    right: calc((100% - 92px) * 0.125 + 12px);
  }
  mor-grid.gutter-xs > .row > .l-col-4 {
    width: calc((100% - 92px) * 0.1667 + 12px);
  }
  mor-grid.gutter-xs > .row > .l-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.1667 + 16px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-4 {
    left: calc((100% - 92px) * 0.1667 + 16px);
  }
  mor-grid.gutter-xs > .row > .l-pull-4 {
    right: calc((100% - 92px) * 0.1667 + 16px);
  }
  mor-grid.gutter-xs > .row > .l-col-5 {
    width: calc((100% - 92px) * 0.2083 + 16px);
  }
  mor-grid.gutter-xs > .row > .l-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.2083 + 20px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-5 {
    left: calc((100% - 92px) * 0.2083 + 20px);
  }
  mor-grid.gutter-xs > .row > .l-pull-5 {
    right: calc((100% - 92px) * 0.2083 + 20px);
  }
  mor-grid.gutter-xs > .row > .l-col-6 {
    width: calc((100% - 92px) * 0.25 + 20px);
  }
  mor-grid.gutter-xs > .row > .l-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.25 + 24px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-6 {
    left: calc((100% - 92px) * 0.25 + 24px);
  }
  mor-grid.gutter-xs > .row > .l-pull-6 {
    right: calc((100% - 92px) * 0.25 + 24px);
  }
  mor-grid.gutter-xs > .row > .l-col-7 {
    width: calc((100% - 92px) * 0.2917 + 24px);
  }
  mor-grid.gutter-xs > .row > .l-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.2917 + 28px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-7 {
    left: calc((100% - 92px) * 0.2917 + 28px);
  }
  mor-grid.gutter-xs > .row > .l-pull-7 {
    right: calc((100% - 92px) * 0.2917 + 28px);
  }
  mor-grid.gutter-xs > .row > .l-col-8 {
    width: calc((100% - 92px) * 0.3333 + 28px);
  }
  mor-grid.gutter-xs > .row > .l-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.3333 + 32px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-8 {
    left: calc((100% - 92px) * 0.3333 + 32px);
  }
  mor-grid.gutter-xs > .row > .l-pull-8 {
    right: calc((100% - 92px) * 0.3333 + 32px);
  }
  mor-grid.gutter-xs > .row > .l-col-9 {
    width: calc((100% - 92px) * 0.375 + 32px);
  }
  mor-grid.gutter-xs > .row > .l-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.375 + 36px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-9 {
    left: calc((100% - 92px) * 0.375 + 36px);
  }
  mor-grid.gutter-xs > .row > .l-pull-9 {
    right: calc((100% - 92px) * 0.375 + 36px);
  }
  mor-grid.gutter-xs > .row > .l-col-10 {
    width: calc((100% - 92px) * 0.4167 + 36px);
  }
  mor-grid.gutter-xs > .row > .l-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.4167 + 40px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-10 {
    left: calc((100% - 92px) * 0.4167 + 40px);
  }
  mor-grid.gutter-xs > .row > .l-pull-10 {
    right: calc((100% - 92px) * 0.4167 + 40px);
  }
  mor-grid.gutter-xs > .row > .l-col-11 {
    width: calc((100% - 92px) * 0.4583 + 40px);
  }
  mor-grid.gutter-xs > .row > .l-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.4583 + 44px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-11 {
    left: calc((100% - 92px) * 0.4583 + 44px);
  }
  mor-grid.gutter-xs > .row > .l-pull-11 {
    right: calc((100% - 92px) * 0.4583 + 44px);
  }
  mor-grid.gutter-xs > .row > .l-col-12 {
    width: calc((100% - 92px) * 0.5 + 44px);
  }
  mor-grid.gutter-xs > .row > .l-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.5 + 48px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-12 {
    left: calc((100% - 92px) * 0.5 + 48px);
  }
  mor-grid.gutter-xs > .row > .l-pull-12 {
    right: calc((100% - 92px) * 0.5 + 48px);
  }
  mor-grid.gutter-xs > .row > .l-col-13 {
    width: calc((100% - 92px) * 0.5417 + 48px);
  }
  mor-grid.gutter-xs > .row > .l-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.5417 + 52px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-13 {
    left: calc((100% - 92px) * 0.5417 + 52px);
  }
  mor-grid.gutter-xs > .row > .l-pull-13 {
    right: calc((100% - 92px) * 0.5417 + 52px);
  }
  mor-grid.gutter-xs > .row > .l-col-14 {
    width: calc((100% - 92px) * 0.5833 + 52px);
  }
  mor-grid.gutter-xs > .row > .l-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.5833 + 56px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-14 {
    left: calc((100% - 92px) * 0.5833 + 56px);
  }
  mor-grid.gutter-xs > .row > .l-pull-14 {
    right: calc((100% - 92px) * 0.5833 + 56px);
  }
  mor-grid.gutter-xs > .row > .l-col-15 {
    width: calc((100% - 92px) * 0.625 + 56px);
  }
  mor-grid.gutter-xs > .row > .l-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.625 + 60px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-15 {
    left: calc((100% - 92px) * 0.625 + 60px);
  }
  mor-grid.gutter-xs > .row > .l-pull-15 {
    right: calc((100% - 92px) * 0.625 + 60px);
  }
  mor-grid.gutter-xs > .row > .l-col-16 {
    width: calc((100% - 92px) * 0.6667 + 60px);
  }
  mor-grid.gutter-xs > .row > .l-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.6667 + 64px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-16 {
    left: calc((100% - 92px) * 0.6667 + 64px);
  }
  mor-grid.gutter-xs > .row > .l-pull-16 {
    right: calc((100% - 92px) * 0.6667 + 64px);
  }
  mor-grid.gutter-xs > .row > .l-col-17 {
    width: calc((100% - 92px) * 0.7083 + 64px);
  }
  mor-grid.gutter-xs > .row > .l-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.7083 + 68px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-17 {
    left: calc((100% - 92px) * 0.7083 + 68px);
  }
  mor-grid.gutter-xs > .row > .l-pull-17 {
    right: calc((100% - 92px) * 0.7083 + 68px);
  }
  mor-grid.gutter-xs > .row > .l-col-18 {
    width: calc((100% - 92px) * 0.75 + 68px);
  }
  mor-grid.gutter-xs > .row > .l-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.75 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-18 {
    left: calc((100% - 92px) * 0.75 + 72px);
  }
  mor-grid.gutter-xs > .row > .l-pull-18 {
    right: calc((100% - 92px) * 0.75 + 72px);
  }
  mor-grid.gutter-xs > .row > .l-col-19 {
    width: calc((100% - 92px) * 0.7917 + 72px);
  }
  mor-grid.gutter-xs > .row > .l-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.7917 + 76px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-19 {
    left: calc((100% - 92px) * 0.7917 + 76px);
  }
  mor-grid.gutter-xs > .row > .l-pull-19 {
    right: calc((100% - 92px) * 0.7917 + 76px);
  }
  mor-grid.gutter-xs > .row > .l-col-20 {
    width: calc((100% - 92px) * 0.8333 + 76px);
  }
  mor-grid.gutter-xs > .row > .l-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.8333 + 80px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-20 {
    left: calc((100% - 92px) * 0.8333 + 80px);
  }
  mor-grid.gutter-xs > .row > .l-pull-20 {
    right: calc((100% - 92px) * 0.8333 + 80px);
  }
  mor-grid.gutter-xs > .row > .l-col-21 {
    width: calc((100% - 92px) * 0.875 + 80px);
  }
  mor-grid.gutter-xs > .row > .l-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.875 + 84px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-21 {
    left: calc((100% - 92px) * 0.875 + 84px);
  }
  mor-grid.gutter-xs > .row > .l-pull-21 {
    right: calc((100% - 92px) * 0.875 + 84px);
  }
  mor-grid.gutter-xs > .row > .l-col-22 {
    width: calc((100% - 92px) * 0.9167 + 84px);
  }
  mor-grid.gutter-xs > .row > .l-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.9167 + 88px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-22 {
    left: calc((100% - 92px) * 0.9167 + 88px);
  }
  mor-grid.gutter-xs > .row > .l-pull-22 {
    right: calc((100% - 92px) * 0.9167 + 88px);
  }
  mor-grid.gutter-xs > .row > .l-col-23 {
    width: calc((100% - 92px) * 0.9583 + 88px);
  }
  mor-grid.gutter-xs > .row > .l-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.9583 + 92px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .l-push-23 {
    left: calc((100% - 92px) * 0.9583 + 92px);
  }
  mor-grid.gutter-xs > .row > .l-pull-23 {
    right: calc((100% - 92px) * 0.9583 + 92px);
  }
  mor-grid.gutter-xs > .row > .l-col-24 {
    width: 100%;
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-1 {
    width: calc((100% - 96px) * 0.0417 + 0px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.0417 + 6px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-1 {
    left: calc((100% - 96px) * 0.0417 + 4px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-1 {
    right: calc((100% - 96px) * 0.0417 + 4px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-2 {
    width: calc((100% - 96px) * 0.0833 + 4px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.0833 + 10px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-2 {
    left: calc((100% - 96px) * 0.0833 + 8px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-2 {
    right: calc((100% - 96px) * 0.0833 + 8px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-3 {
    width: calc((100% - 96px) * 0.125 + 8px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.125 + 14px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-3 {
    left: calc((100% - 96px) * 0.125 + 12px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-3 {
    right: calc((100% - 96px) * 0.125 + 12px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-4 {
    width: calc((100% - 96px) * 0.1667 + 12px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.1667 + 18px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-4 {
    left: calc((100% - 96px) * 0.1667 + 16px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-4 {
    right: calc((100% - 96px) * 0.1667 + 16px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-5 {
    width: calc((100% - 96px) * 0.2083 + 16px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.2083 + 22px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-5 {
    left: calc((100% - 96px) * 0.2083 + 20px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-5 {
    right: calc((100% - 96px) * 0.2083 + 20px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-6 {
    width: calc((100% - 96px) * 0.25 + 20px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.25 + 26px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-6 {
    left: calc((100% - 96px) * 0.25 + 24px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-6 {
    right: calc((100% - 96px) * 0.25 + 24px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-7 {
    width: calc((100% - 96px) * 0.2917 + 24px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.2917 + 30px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-7 {
    left: calc((100% - 96px) * 0.2917 + 28px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-7 {
    right: calc((100% - 96px) * 0.2917 + 28px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-8 {
    width: calc((100% - 96px) * 0.3333 + 28px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.3333 + 34px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-8 {
    left: calc((100% - 96px) * 0.3333 + 32px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-8 {
    right: calc((100% - 96px) * 0.3333 + 32px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-9 {
    width: calc((100% - 96px) * 0.375 + 32px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.375 + 38px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-9 {
    left: calc((100% - 96px) * 0.375 + 36px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-9 {
    right: calc((100% - 96px) * 0.375 + 36px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-10 {
    width: calc((100% - 96px) * 0.4167 + 36px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.4167 + 42px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-10 {
    left: calc((100% - 96px) * 0.4167 + 40px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-10 {
    right: calc((100% - 96px) * 0.4167 + 40px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-11 {
    width: calc((100% - 96px) * 0.4583 + 40px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.4583 + 46px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-11 {
    left: calc((100% - 96px) * 0.4583 + 44px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-11 {
    right: calc((100% - 96px) * 0.4583 + 44px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-12 {
    width: calc((100% - 96px) * 0.5 + 44px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.5 + 50px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-12 {
    left: calc((100% - 96px) * 0.5 + 48px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-12 {
    right: calc((100% - 96px) * 0.5 + 48px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-13 {
    width: calc((100% - 96px) * 0.5417 + 48px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.5417 + 54px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-13 {
    left: calc((100% - 96px) * 0.5417 + 52px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-13 {
    right: calc((100% - 96px) * 0.5417 + 52px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-14 {
    width: calc((100% - 96px) * 0.5833 + 52px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.5833 + 58px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-14 {
    left: calc((100% - 96px) * 0.5833 + 56px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-14 {
    right: calc((100% - 96px) * 0.5833 + 56px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-15 {
    width: calc((100% - 96px) * 0.625 + 56px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.625 + 62px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-15 {
    left: calc((100% - 96px) * 0.625 + 60px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-15 {
    right: calc((100% - 96px) * 0.625 + 60px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-16 {
    width: calc((100% - 96px) * 0.6667 + 60px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.6667 + 66px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-16 {
    left: calc((100% - 96px) * 0.6667 + 64px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-16 {
    right: calc((100% - 96px) * 0.6667 + 64px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-17 {
    width: calc((100% - 96px) * 0.7083 + 64px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.7083 + 70px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-17 {
    left: calc((100% - 96px) * 0.7083 + 68px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-17 {
    right: calc((100% - 96px) * 0.7083 + 68px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-18 {
    width: calc((100% - 96px) * 0.75 + 68px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.75 + 74px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-18 {
    left: calc((100% - 96px) * 0.75 + 72px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-18 {
    right: calc((100% - 96px) * 0.75 + 72px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-19 {
    width: calc((100% - 96px) * 0.7917 + 72px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.7917 + 78px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-19 {
    left: calc((100% - 96px) * 0.7917 + 76px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-19 {
    right: calc((100% - 96px) * 0.7917 + 76px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-20 {
    width: calc((100% - 96px) * 0.8333 + 76px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.8333 + 82px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-20 {
    left: calc((100% - 96px) * 0.8333 + 80px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-20 {
    right: calc((100% - 96px) * 0.8333 + 80px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-21 {
    width: calc((100% - 96px) * 0.875 + 80px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.875 + 86px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-21 {
    left: calc((100% - 96px) * 0.875 + 84px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-21 {
    right: calc((100% - 96px) * 0.875 + 84px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-22 {
    width: calc((100% - 96px) * 0.9167 + 84px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.9167 + 90px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-22 {
    left: calc((100% - 96px) * 0.9167 + 88px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-22 {
    right: calc((100% - 96px) * 0.9167 + 88px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-23 {
    width: calc((100% - 96px) * 0.9583 + 88px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.9583 + 94px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .l-push-23 {
    left: calc((100% - 96px) * 0.9583 + 92px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-pull-23 {
    right: calc((100% - 96px) * 0.9583 + 92px);
  }
  mor-grid.gutter-xs.space-around > .row > .l-col-24 {
    width: 100%;
  }
  mor-grid.gutter-s > .row > .l-col-1 {
    width: calc((100% - 184px) * 0.0417 + 0px);
  }
  mor-grid.gutter-s > .row > .l-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.0417 + 8px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-1 {
    left: calc((100% - 184px) * 0.0417 + 8px);
  }
  mor-grid.gutter-s > .row > .l-pull-1 {
    right: calc((100% - 184px) * 0.0417 + 8px);
  }
  mor-grid.gutter-s > .row > .l-col-2 {
    width: calc((100% - 184px) * 0.0833 + 8px);
  }
  mor-grid.gutter-s > .row > .l-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.0833 + 16px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-2 {
    left: calc((100% - 184px) * 0.0833 + 16px);
  }
  mor-grid.gutter-s > .row > .l-pull-2 {
    right: calc((100% - 184px) * 0.0833 + 16px);
  }
  mor-grid.gutter-s > .row > .l-col-3 {
    width: calc((100% - 184px) * 0.125 + 16px);
  }
  mor-grid.gutter-s > .row > .l-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.125 + 24px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-3 {
    left: calc((100% - 184px) * 0.125 + 24px);
  }
  mor-grid.gutter-s > .row > .l-pull-3 {
    right: calc((100% - 184px) * 0.125 + 24px);
  }
  mor-grid.gutter-s > .row > .l-col-4 {
    width: calc((100% - 184px) * 0.1667 + 24px);
  }
  mor-grid.gutter-s > .row > .l-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.1667 + 32px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-4 {
    left: calc((100% - 184px) * 0.1667 + 32px);
  }
  mor-grid.gutter-s > .row > .l-pull-4 {
    right: calc((100% - 184px) * 0.1667 + 32px);
  }
  mor-grid.gutter-s > .row > .l-col-5 {
    width: calc((100% - 184px) * 0.2083 + 32px);
  }
  mor-grid.gutter-s > .row > .l-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.2083 + 40px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-5 {
    left: calc((100% - 184px) * 0.2083 + 40px);
  }
  mor-grid.gutter-s > .row > .l-pull-5 {
    right: calc((100% - 184px) * 0.2083 + 40px);
  }
  mor-grid.gutter-s > .row > .l-col-6 {
    width: calc((100% - 184px) * 0.25 + 40px);
  }
  mor-grid.gutter-s > .row > .l-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.25 + 48px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-6 {
    left: calc((100% - 184px) * 0.25 + 48px);
  }
  mor-grid.gutter-s > .row > .l-pull-6 {
    right: calc((100% - 184px) * 0.25 + 48px);
  }
  mor-grid.gutter-s > .row > .l-col-7 {
    width: calc((100% - 184px) * 0.2917 + 48px);
  }
  mor-grid.gutter-s > .row > .l-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.2917 + 56px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-7 {
    left: calc((100% - 184px) * 0.2917 + 56px);
  }
  mor-grid.gutter-s > .row > .l-pull-7 {
    right: calc((100% - 184px) * 0.2917 + 56px);
  }
  mor-grid.gutter-s > .row > .l-col-8 {
    width: calc((100% - 184px) * 0.3333 + 56px);
  }
  mor-grid.gutter-s > .row > .l-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.3333 + 64px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-8 {
    left: calc((100% - 184px) * 0.3333 + 64px);
  }
  mor-grid.gutter-s > .row > .l-pull-8 {
    right: calc((100% - 184px) * 0.3333 + 64px);
  }
  mor-grid.gutter-s > .row > .l-col-9 {
    width: calc((100% - 184px) * 0.375 + 64px);
  }
  mor-grid.gutter-s > .row > .l-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.375 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-9 {
    left: calc((100% - 184px) * 0.375 + 72px);
  }
  mor-grid.gutter-s > .row > .l-pull-9 {
    right: calc((100% - 184px) * 0.375 + 72px);
  }
  mor-grid.gutter-s > .row > .l-col-10 {
    width: calc((100% - 184px) * 0.4167 + 72px);
  }
  mor-grid.gutter-s > .row > .l-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.4167 + 80px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-10 {
    left: calc((100% - 184px) * 0.4167 + 80px);
  }
  mor-grid.gutter-s > .row > .l-pull-10 {
    right: calc((100% - 184px) * 0.4167 + 80px);
  }
  mor-grid.gutter-s > .row > .l-col-11 {
    width: calc((100% - 184px) * 0.4583 + 80px);
  }
  mor-grid.gutter-s > .row > .l-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.4583 + 88px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-11 {
    left: calc((100% - 184px) * 0.4583 + 88px);
  }
  mor-grid.gutter-s > .row > .l-pull-11 {
    right: calc((100% - 184px) * 0.4583 + 88px);
  }
  mor-grid.gutter-s > .row > .l-col-12 {
    width: calc((100% - 184px) * 0.5 + 88px);
  }
  mor-grid.gutter-s > .row > .l-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.5 + 96px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-12 {
    left: calc((100% - 184px) * 0.5 + 96px);
  }
  mor-grid.gutter-s > .row > .l-pull-12 {
    right: calc((100% - 184px) * 0.5 + 96px);
  }
  mor-grid.gutter-s > .row > .l-col-13 {
    width: calc((100% - 184px) * 0.5417 + 96px);
  }
  mor-grid.gutter-s > .row > .l-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.5417 + 104px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-13 {
    left: calc((100% - 184px) * 0.5417 + 104px);
  }
  mor-grid.gutter-s > .row > .l-pull-13 {
    right: calc((100% - 184px) * 0.5417 + 104px);
  }
  mor-grid.gutter-s > .row > .l-col-14 {
    width: calc((100% - 184px) * 0.5833 + 104px);
  }
  mor-grid.gutter-s > .row > .l-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.5833 + 112px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-14 {
    left: calc((100% - 184px) * 0.5833 + 112px);
  }
  mor-grid.gutter-s > .row > .l-pull-14 {
    right: calc((100% - 184px) * 0.5833 + 112px);
  }
  mor-grid.gutter-s > .row > .l-col-15 {
    width: calc((100% - 184px) * 0.625 + 112px);
  }
  mor-grid.gutter-s > .row > .l-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.625 + 120px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-15 {
    left: calc((100% - 184px) * 0.625 + 120px);
  }
  mor-grid.gutter-s > .row > .l-pull-15 {
    right: calc((100% - 184px) * 0.625 + 120px);
  }
  mor-grid.gutter-s > .row > .l-col-16 {
    width: calc((100% - 184px) * 0.6667 + 120px);
  }
  mor-grid.gutter-s > .row > .l-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.6667 + 128px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-16 {
    left: calc((100% - 184px) * 0.6667 + 128px);
  }
  mor-grid.gutter-s > .row > .l-pull-16 {
    right: calc((100% - 184px) * 0.6667 + 128px);
  }
  mor-grid.gutter-s > .row > .l-col-17 {
    width: calc((100% - 184px) * 0.7083 + 128px);
  }
  mor-grid.gutter-s > .row > .l-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.7083 + 136px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-17 {
    left: calc((100% - 184px) * 0.7083 + 136px);
  }
  mor-grid.gutter-s > .row > .l-pull-17 {
    right: calc((100% - 184px) * 0.7083 + 136px);
  }
  mor-grid.gutter-s > .row > .l-col-18 {
    width: calc((100% - 184px) * 0.75 + 136px);
  }
  mor-grid.gutter-s > .row > .l-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.75 + 144px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-18 {
    left: calc((100% - 184px) * 0.75 + 144px);
  }
  mor-grid.gutter-s > .row > .l-pull-18 {
    right: calc((100% - 184px) * 0.75 + 144px);
  }
  mor-grid.gutter-s > .row > .l-col-19 {
    width: calc((100% - 184px) * 0.7917 + 144px);
  }
  mor-grid.gutter-s > .row > .l-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.7917 + 152px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-19 {
    left: calc((100% - 184px) * 0.7917 + 152px);
  }
  mor-grid.gutter-s > .row > .l-pull-19 {
    right: calc((100% - 184px) * 0.7917 + 152px);
  }
  mor-grid.gutter-s > .row > .l-col-20 {
    width: calc((100% - 184px) * 0.8333 + 152px);
  }
  mor-grid.gutter-s > .row > .l-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.8333 + 160px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-20 {
    left: calc((100% - 184px) * 0.8333 + 160px);
  }
  mor-grid.gutter-s > .row > .l-pull-20 {
    right: calc((100% - 184px) * 0.8333 + 160px);
  }
  mor-grid.gutter-s > .row > .l-col-21 {
    width: calc((100% - 184px) * 0.875 + 160px);
  }
  mor-grid.gutter-s > .row > .l-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.875 + 168px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-21 {
    left: calc((100% - 184px) * 0.875 + 168px);
  }
  mor-grid.gutter-s > .row > .l-pull-21 {
    right: calc((100% - 184px) * 0.875 + 168px);
  }
  mor-grid.gutter-s > .row > .l-col-22 {
    width: calc((100% - 184px) * 0.9167 + 168px);
  }
  mor-grid.gutter-s > .row > .l-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.9167 + 176px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-22 {
    left: calc((100% - 184px) * 0.9167 + 176px);
  }
  mor-grid.gutter-s > .row > .l-pull-22 {
    right: calc((100% - 184px) * 0.9167 + 176px);
  }
  mor-grid.gutter-s > .row > .l-col-23 {
    width: calc((100% - 184px) * 0.9583 + 176px);
  }
  mor-grid.gutter-s > .row > .l-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.9583 + 184px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .l-push-23 {
    left: calc((100% - 184px) * 0.9583 + 184px);
  }
  mor-grid.gutter-s > .row > .l-pull-23 {
    right: calc((100% - 184px) * 0.9583 + 184px);
  }
  mor-grid.gutter-s > .row > .l-col-24 {
    width: 100%;
  }
  mor-grid.gutter-s.space-around > .row > .l-col-1 {
    width: calc((100% - 192px) * 0.0417 + 0px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.0417 + 12px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-1 {
    left: calc((100% - 192px) * 0.0417 + 8px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-1 {
    right: calc((100% - 192px) * 0.0417 + 8px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-2 {
    width: calc((100% - 192px) * 0.0833 + 8px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.0833 + 20px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-2 {
    left: calc((100% - 192px) * 0.0833 + 16px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-2 {
    right: calc((100% - 192px) * 0.0833 + 16px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-3 {
    width: calc((100% - 192px) * 0.125 + 16px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.125 + 28px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-3 {
    left: calc((100% - 192px) * 0.125 + 24px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-3 {
    right: calc((100% - 192px) * 0.125 + 24px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-4 {
    width: calc((100% - 192px) * 0.1667 + 24px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.1667 + 36px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-4 {
    left: calc((100% - 192px) * 0.1667 + 32px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-4 {
    right: calc((100% - 192px) * 0.1667 + 32px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-5 {
    width: calc((100% - 192px) * 0.2083 + 32px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.2083 + 44px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-5 {
    left: calc((100% - 192px) * 0.2083 + 40px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-5 {
    right: calc((100% - 192px) * 0.2083 + 40px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-6 {
    width: calc((100% - 192px) * 0.25 + 40px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.25 + 52px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-6 {
    left: calc((100% - 192px) * 0.25 + 48px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-6 {
    right: calc((100% - 192px) * 0.25 + 48px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-7 {
    width: calc((100% - 192px) * 0.2917 + 48px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.2917 + 60px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-7 {
    left: calc((100% - 192px) * 0.2917 + 56px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-7 {
    right: calc((100% - 192px) * 0.2917 + 56px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-8 {
    width: calc((100% - 192px) * 0.3333 + 56px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.3333 + 68px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-8 {
    left: calc((100% - 192px) * 0.3333 + 64px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-8 {
    right: calc((100% - 192px) * 0.3333 + 64px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-9 {
    width: calc((100% - 192px) * 0.375 + 64px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.375 + 76px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-9 {
    left: calc((100% - 192px) * 0.375 + 72px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-9 {
    right: calc((100% - 192px) * 0.375 + 72px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-10 {
    width: calc((100% - 192px) * 0.4167 + 72px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.4167 + 84px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-10 {
    left: calc((100% - 192px) * 0.4167 + 80px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-10 {
    right: calc((100% - 192px) * 0.4167 + 80px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-11 {
    width: calc((100% - 192px) * 0.4583 + 80px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.4583 + 92px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-11 {
    left: calc((100% - 192px) * 0.4583 + 88px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-11 {
    right: calc((100% - 192px) * 0.4583 + 88px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-12 {
    width: calc((100% - 192px) * 0.5 + 88px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.5 + 100px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-12 {
    left: calc((100% - 192px) * 0.5 + 96px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-12 {
    right: calc((100% - 192px) * 0.5 + 96px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-13 {
    width: calc((100% - 192px) * 0.5417 + 96px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.5417 + 108px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-13 {
    left: calc((100% - 192px) * 0.5417 + 104px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-13 {
    right: calc((100% - 192px) * 0.5417 + 104px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-14 {
    width: calc((100% - 192px) * 0.5833 + 104px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.5833 + 116px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-14 {
    left: calc((100% - 192px) * 0.5833 + 112px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-14 {
    right: calc((100% - 192px) * 0.5833 + 112px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-15 {
    width: calc((100% - 192px) * 0.625 + 112px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.625 + 124px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-15 {
    left: calc((100% - 192px) * 0.625 + 120px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-15 {
    right: calc((100% - 192px) * 0.625 + 120px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-16 {
    width: calc((100% - 192px) * 0.6667 + 120px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.6667 + 132px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-16 {
    left: calc((100% - 192px) * 0.6667 + 128px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-16 {
    right: calc((100% - 192px) * 0.6667 + 128px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-17 {
    width: calc((100% - 192px) * 0.7083 + 128px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.7083 + 140px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-17 {
    left: calc((100% - 192px) * 0.7083 + 136px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-17 {
    right: calc((100% - 192px) * 0.7083 + 136px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-18 {
    width: calc((100% - 192px) * 0.75 + 136px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.75 + 148px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-18 {
    left: calc((100% - 192px) * 0.75 + 144px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-18 {
    right: calc((100% - 192px) * 0.75 + 144px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-19 {
    width: calc((100% - 192px) * 0.7917 + 144px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.7917 + 156px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-19 {
    left: calc((100% - 192px) * 0.7917 + 152px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-19 {
    right: calc((100% - 192px) * 0.7917 + 152px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-20 {
    width: calc((100% - 192px) * 0.8333 + 152px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.8333 + 164px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-20 {
    left: calc((100% - 192px) * 0.8333 + 160px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-20 {
    right: calc((100% - 192px) * 0.8333 + 160px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-21 {
    width: calc((100% - 192px) * 0.875 + 160px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.875 + 172px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-21 {
    left: calc((100% - 192px) * 0.875 + 168px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-21 {
    right: calc((100% - 192px) * 0.875 + 168px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-22 {
    width: calc((100% - 192px) * 0.9167 + 168px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.9167 + 180px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-22 {
    left: calc((100% - 192px) * 0.9167 + 176px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-22 {
    right: calc((100% - 192px) * 0.9167 + 176px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-23 {
    width: calc((100% - 192px) * 0.9583 + 176px);
  }
  mor-grid.gutter-s.space-around > .row > .l-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.9583 + 188px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .l-push-23 {
    left: calc((100% - 192px) * 0.9583 + 184px);
  }
  mor-grid.gutter-s.space-around > .row > .l-pull-23 {
    right: calc((100% - 192px) * 0.9583 + 184px);
  }
  mor-grid.gutter-s.space-around > .row > .l-col-24 {
    width: 100%;
  }
  mor-grid.gutter-m > .row > .l-col-1,
  mor-grid > .row > .l-col-1 {
    width: calc((100% - 368px) * 0.0417 + 0px);
  }
  mor-grid.gutter-m > .row > .l-offset-1,
  mor-grid > .row > .l-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.0417 + 16px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-1,
  mor-grid > .row > .l-push-1 {
    left: calc((100% - 368px) * 0.0417 + 16px);
  }
  mor-grid.gutter-m > .row > .l-pull-1,
  mor-grid > .row > .l-pull-1 {
    right: calc((100% - 368px) * 0.0417 + 16px);
  }
  mor-grid.gutter-m > .row > .l-col-2,
  mor-grid > .row > .l-col-2 {
    width: calc((100% - 368px) * 0.0833 + 16px);
  }
  mor-grid.gutter-m > .row > .l-offset-2,
  mor-grid > .row > .l-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.0833 + 32px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-2,
  mor-grid > .row > .l-push-2 {
    left: calc((100% - 368px) * 0.0833 + 32px);
  }
  mor-grid.gutter-m > .row > .l-pull-2,
  mor-grid > .row > .l-pull-2 {
    right: calc((100% - 368px) * 0.0833 + 32px);
  }
  mor-grid.gutter-m > .row > .l-col-3,
  mor-grid > .row > .l-col-3 {
    width: calc((100% - 368px) * 0.125 + 32px);
  }
  mor-grid.gutter-m > .row > .l-offset-3,
  mor-grid > .row > .l-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.125 + 48px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-3,
  mor-grid > .row > .l-push-3 {
    left: calc((100% - 368px) * 0.125 + 48px);
  }
  mor-grid.gutter-m > .row > .l-pull-3,
  mor-grid > .row > .l-pull-3 {
    right: calc((100% - 368px) * 0.125 + 48px);
  }
  mor-grid.gutter-m > .row > .l-col-4,
  mor-grid > .row > .l-col-4 {
    width: calc((100% - 368px) * 0.1667 + 48px);
  }
  mor-grid.gutter-m > .row > .l-offset-4,
  mor-grid > .row > .l-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.1667 + 64px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-4,
  mor-grid > .row > .l-push-4 {
    left: calc((100% - 368px) * 0.1667 + 64px);
  }
  mor-grid.gutter-m > .row > .l-pull-4,
  mor-grid > .row > .l-pull-4 {
    right: calc((100% - 368px) * 0.1667 + 64px);
  }
  mor-grid.gutter-m > .row > .l-col-5,
  mor-grid > .row > .l-col-5 {
    width: calc((100% - 368px) * 0.2083 + 64px);
  }
  mor-grid.gutter-m > .row > .l-offset-5,
  mor-grid > .row > .l-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.2083 + 80px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-5,
  mor-grid > .row > .l-push-5 {
    left: calc((100% - 368px) * 0.2083 + 80px);
  }
  mor-grid.gutter-m > .row > .l-pull-5,
  mor-grid > .row > .l-pull-5 {
    right: calc((100% - 368px) * 0.2083 + 80px);
  }
  mor-grid.gutter-m > .row > .l-col-6,
  mor-grid > .row > .l-col-6 {
    width: calc((100% - 368px) * 0.25 + 80px);
  }
  mor-grid.gutter-m > .row > .l-offset-6,
  mor-grid > .row > .l-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.25 + 96px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-6,
  mor-grid > .row > .l-push-6 {
    left: calc((100% - 368px) * 0.25 + 96px);
  }
  mor-grid.gutter-m > .row > .l-pull-6,
  mor-grid > .row > .l-pull-6 {
    right: calc((100% - 368px) * 0.25 + 96px);
  }
  mor-grid.gutter-m > .row > .l-col-7,
  mor-grid > .row > .l-col-7 {
    width: calc((100% - 368px) * 0.2917 + 96px);
  }
  mor-grid.gutter-m > .row > .l-offset-7,
  mor-grid > .row > .l-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.2917 + 112px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-7,
  mor-grid > .row > .l-push-7 {
    left: calc((100% - 368px) * 0.2917 + 112px);
  }
  mor-grid.gutter-m > .row > .l-pull-7,
  mor-grid > .row > .l-pull-7 {
    right: calc((100% - 368px) * 0.2917 + 112px);
  }
  mor-grid.gutter-m > .row > .l-col-8,
  mor-grid > .row > .l-col-8 {
    width: calc((100% - 368px) * 0.3333 + 112px);
  }
  mor-grid.gutter-m > .row > .l-offset-8,
  mor-grid > .row > .l-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.3333 + 128px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-8,
  mor-grid > .row > .l-push-8 {
    left: calc((100% - 368px) * 0.3333 + 128px);
  }
  mor-grid.gutter-m > .row > .l-pull-8,
  mor-grid > .row > .l-pull-8 {
    right: calc((100% - 368px) * 0.3333 + 128px);
  }
  mor-grid.gutter-m > .row > .l-col-9,
  mor-grid > .row > .l-col-9 {
    width: calc((100% - 368px) * 0.375 + 128px);
  }
  mor-grid.gutter-m > .row > .l-offset-9,
  mor-grid > .row > .l-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.375 + 144px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-9,
  mor-grid > .row > .l-push-9 {
    left: calc((100% - 368px) * 0.375 + 144px);
  }
  mor-grid.gutter-m > .row > .l-pull-9,
  mor-grid > .row > .l-pull-9 {
    right: calc((100% - 368px) * 0.375 + 144px);
  }
  mor-grid.gutter-m > .row > .l-col-10,
  mor-grid > .row > .l-col-10 {
    width: calc((100% - 368px) * 0.4167 + 144px);
  }
  mor-grid.gutter-m > .row > .l-offset-10,
  mor-grid > .row > .l-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.4167 + 160px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-10,
  mor-grid > .row > .l-push-10 {
    left: calc((100% - 368px) * 0.4167 + 160px);
  }
  mor-grid.gutter-m > .row > .l-pull-10,
  mor-grid > .row > .l-pull-10 {
    right: calc((100% - 368px) * 0.4167 + 160px);
  }
  mor-grid.gutter-m > .row > .l-col-11,
  mor-grid > .row > .l-col-11 {
    width: calc((100% - 368px) * 0.4583 + 160px);
  }
  mor-grid.gutter-m > .row > .l-offset-11,
  mor-grid > .row > .l-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.4583 + 176px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-11,
  mor-grid > .row > .l-push-11 {
    left: calc((100% - 368px) * 0.4583 + 176px);
  }
  mor-grid.gutter-m > .row > .l-pull-11,
  mor-grid > .row > .l-pull-11 {
    right: calc((100% - 368px) * 0.4583 + 176px);
  }
  mor-grid.gutter-m > .row > .l-col-12,
  mor-grid > .row > .l-col-12 {
    width: calc((100% - 368px) * 0.5 + 176px);
  }
  mor-grid.gutter-m > .row > .l-offset-12,
  mor-grid > .row > .l-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.5 + 192px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-12,
  mor-grid > .row > .l-push-12 {
    left: calc((100% - 368px) * 0.5 + 192px);
  }
  mor-grid.gutter-m > .row > .l-pull-12,
  mor-grid > .row > .l-pull-12 {
    right: calc((100% - 368px) * 0.5 + 192px);
  }
  mor-grid.gutter-m > .row > .l-col-13,
  mor-grid > .row > .l-col-13 {
    width: calc((100% - 368px) * 0.5417 + 192px);
  }
  mor-grid.gutter-m > .row > .l-offset-13,
  mor-grid > .row > .l-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.5417 + 208px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-13,
  mor-grid > .row > .l-push-13 {
    left: calc((100% - 368px) * 0.5417 + 208px);
  }
  mor-grid.gutter-m > .row > .l-pull-13,
  mor-grid > .row > .l-pull-13 {
    right: calc((100% - 368px) * 0.5417 + 208px);
  }
  mor-grid.gutter-m > .row > .l-col-14,
  mor-grid > .row > .l-col-14 {
    width: calc((100% - 368px) * 0.5833 + 208px);
  }
  mor-grid.gutter-m > .row > .l-offset-14,
  mor-grid > .row > .l-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.5833 + 224px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-14,
  mor-grid > .row > .l-push-14 {
    left: calc((100% - 368px) * 0.5833 + 224px);
  }
  mor-grid.gutter-m > .row > .l-pull-14,
  mor-grid > .row > .l-pull-14 {
    right: calc((100% - 368px) * 0.5833 + 224px);
  }
  mor-grid.gutter-m > .row > .l-col-15,
  mor-grid > .row > .l-col-15 {
    width: calc((100% - 368px) * 0.625 + 224px);
  }
  mor-grid.gutter-m > .row > .l-offset-15,
  mor-grid > .row > .l-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.625 + 240px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-15,
  mor-grid > .row > .l-push-15 {
    left: calc((100% - 368px) * 0.625 + 240px);
  }
  mor-grid.gutter-m > .row > .l-pull-15,
  mor-grid > .row > .l-pull-15 {
    right: calc((100% - 368px) * 0.625 + 240px);
  }
  mor-grid.gutter-m > .row > .l-col-16,
  mor-grid > .row > .l-col-16 {
    width: calc((100% - 368px) * 0.6667 + 240px);
  }
  mor-grid.gutter-m > .row > .l-offset-16,
  mor-grid > .row > .l-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.6667 + 256px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-16,
  mor-grid > .row > .l-push-16 {
    left: calc((100% - 368px) * 0.6667 + 256px);
  }
  mor-grid.gutter-m > .row > .l-pull-16,
  mor-grid > .row > .l-pull-16 {
    right: calc((100% - 368px) * 0.6667 + 256px);
  }
  mor-grid.gutter-m > .row > .l-col-17,
  mor-grid > .row > .l-col-17 {
    width: calc((100% - 368px) * 0.7083 + 256px);
  }
  mor-grid.gutter-m > .row > .l-offset-17,
  mor-grid > .row > .l-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.7083 + 272px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-17,
  mor-grid > .row > .l-push-17 {
    left: calc((100% - 368px) * 0.7083 + 272px);
  }
  mor-grid.gutter-m > .row > .l-pull-17,
  mor-grid > .row > .l-pull-17 {
    right: calc((100% - 368px) * 0.7083 + 272px);
  }
  mor-grid.gutter-m > .row > .l-col-18,
  mor-grid > .row > .l-col-18 {
    width: calc((100% - 368px) * 0.75 + 272px);
  }
  mor-grid.gutter-m > .row > .l-offset-18,
  mor-grid > .row > .l-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.75 + 288px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-18,
  mor-grid > .row > .l-push-18 {
    left: calc((100% - 368px) * 0.75 + 288px);
  }
  mor-grid.gutter-m > .row > .l-pull-18,
  mor-grid > .row > .l-pull-18 {
    right: calc((100% - 368px) * 0.75 + 288px);
  }
  mor-grid.gutter-m > .row > .l-col-19,
  mor-grid > .row > .l-col-19 {
    width: calc((100% - 368px) * 0.7917 + 288px);
  }
  mor-grid.gutter-m > .row > .l-offset-19,
  mor-grid > .row > .l-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.7917 + 304px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-19,
  mor-grid > .row > .l-push-19 {
    left: calc((100% - 368px) * 0.7917 + 304px);
  }
  mor-grid.gutter-m > .row > .l-pull-19,
  mor-grid > .row > .l-pull-19 {
    right: calc((100% - 368px) * 0.7917 + 304px);
  }
  mor-grid.gutter-m > .row > .l-col-20,
  mor-grid > .row > .l-col-20 {
    width: calc((100% - 368px) * 0.8333 + 304px);
  }
  mor-grid.gutter-m > .row > .l-offset-20,
  mor-grid > .row > .l-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.8333 + 320px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-20,
  mor-grid > .row > .l-push-20 {
    left: calc((100% - 368px) * 0.8333 + 320px);
  }
  mor-grid.gutter-m > .row > .l-pull-20,
  mor-grid > .row > .l-pull-20 {
    right: calc((100% - 368px) * 0.8333 + 320px);
  }
  mor-grid.gutter-m > .row > .l-col-21,
  mor-grid > .row > .l-col-21 {
    width: calc((100% - 368px) * 0.875 + 320px);
  }
  mor-grid.gutter-m > .row > .l-offset-21,
  mor-grid > .row > .l-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.875 + 336px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-21,
  mor-grid > .row > .l-push-21 {
    left: calc((100% - 368px) * 0.875 + 336px);
  }
  mor-grid.gutter-m > .row > .l-pull-21,
  mor-grid > .row > .l-pull-21 {
    right: calc((100% - 368px) * 0.875 + 336px);
  }
  mor-grid.gutter-m > .row > .l-col-22,
  mor-grid > .row > .l-col-22 {
    width: calc((100% - 368px) * 0.9167 + 336px);
  }
  mor-grid.gutter-m > .row > .l-offset-22,
  mor-grid > .row > .l-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.9167 + 352px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-22,
  mor-grid > .row > .l-push-22 {
    left: calc((100% - 368px) * 0.9167 + 352px);
  }
  mor-grid.gutter-m > .row > .l-pull-22,
  mor-grid > .row > .l-pull-22 {
    right: calc((100% - 368px) * 0.9167 + 352px);
  }
  mor-grid.gutter-m > .row > .l-col-23,
  mor-grid > .row > .l-col-23 {
    width: calc((100% - 368px) * 0.9583 + 352px);
  }
  mor-grid.gutter-m > .row > .l-offset-23,
  mor-grid > .row > .l-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.9583 + 368px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .l-push-23,
  mor-grid > .row > .l-push-23 {
    left: calc((100% - 368px) * 0.9583 + 368px);
  }
  mor-grid.gutter-m > .row > .l-pull-23,
  mor-grid > .row > .l-pull-23 {
    right: calc((100% - 368px) * 0.9583 + 368px);
  }
  mor-grid.gutter-m > .row > .l-col-24,
  mor-grid > .row > .l-col-24 {
    width: 100%;
  }
  mor-grid.gutter-m.space-around > .row > .l-col-1,
  mor-grid.space-around > .row > .l-col-1 {
    width: calc((100% - 384px) * 0.0417 + 0px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-1,
  mor-grid.space-around > .row > .l-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.0417 + 24px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-1,
  mor-grid.space-around > .row > .l-push-1 {
    left: calc((100% - 384px) * 0.0417 + 16px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-1,
  mor-grid.space-around > .row > .l-pull-1 {
    right: calc((100% - 384px) * 0.0417 + 16px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-2,
  mor-grid.space-around > .row > .l-col-2 {
    width: calc((100% - 384px) * 0.0833 + 16px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-2,
  mor-grid.space-around > .row > .l-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.0833 + 40px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-2,
  mor-grid.space-around > .row > .l-push-2 {
    left: calc((100% - 384px) * 0.0833 + 32px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-2,
  mor-grid.space-around > .row > .l-pull-2 {
    right: calc((100% - 384px) * 0.0833 + 32px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-3,
  mor-grid.space-around > .row > .l-col-3 {
    width: calc((100% - 384px) * 0.125 + 32px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-3,
  mor-grid.space-around > .row > .l-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.125 + 56px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-3,
  mor-grid.space-around > .row > .l-push-3 {
    left: calc((100% - 384px) * 0.125 + 48px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-3,
  mor-grid.space-around > .row > .l-pull-3 {
    right: calc((100% - 384px) * 0.125 + 48px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-4,
  mor-grid.space-around > .row > .l-col-4 {
    width: calc((100% - 384px) * 0.1667 + 48px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-4,
  mor-grid.space-around > .row > .l-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.1667 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-4,
  mor-grid.space-around > .row > .l-push-4 {
    left: calc((100% - 384px) * 0.1667 + 64px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-4,
  mor-grid.space-around > .row > .l-pull-4 {
    right: calc((100% - 384px) * 0.1667 + 64px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-5,
  mor-grid.space-around > .row > .l-col-5 {
    width: calc((100% - 384px) * 0.2083 + 64px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-5,
  mor-grid.space-around > .row > .l-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.2083 + 88px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-5,
  mor-grid.space-around > .row > .l-push-5 {
    left: calc((100% - 384px) * 0.2083 + 80px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-5,
  mor-grid.space-around > .row > .l-pull-5 {
    right: calc((100% - 384px) * 0.2083 + 80px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-6,
  mor-grid.space-around > .row > .l-col-6 {
    width: calc((100% - 384px) * 0.25 + 80px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-6,
  mor-grid.space-around > .row > .l-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.25 + 104px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-6,
  mor-grid.space-around > .row > .l-push-6 {
    left: calc((100% - 384px) * 0.25 + 96px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-6,
  mor-grid.space-around > .row > .l-pull-6 {
    right: calc((100% - 384px) * 0.25 + 96px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-7,
  mor-grid.space-around > .row > .l-col-7 {
    width: calc((100% - 384px) * 0.2917 + 96px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-7,
  mor-grid.space-around > .row > .l-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.2917 + 120px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-7,
  mor-grid.space-around > .row > .l-push-7 {
    left: calc((100% - 384px) * 0.2917 + 112px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-7,
  mor-grid.space-around > .row > .l-pull-7 {
    right: calc((100% - 384px) * 0.2917 + 112px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-8,
  mor-grid.space-around > .row > .l-col-8 {
    width: calc((100% - 384px) * 0.3333 + 112px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-8,
  mor-grid.space-around > .row > .l-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.3333 + 136px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-8,
  mor-grid.space-around > .row > .l-push-8 {
    left: calc((100% - 384px) * 0.3333 + 128px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-8,
  mor-grid.space-around > .row > .l-pull-8 {
    right: calc((100% - 384px) * 0.3333 + 128px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-9,
  mor-grid.space-around > .row > .l-col-9 {
    width: calc((100% - 384px) * 0.375 + 128px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-9,
  mor-grid.space-around > .row > .l-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.375 + 152px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-9,
  mor-grid.space-around > .row > .l-push-9 {
    left: calc((100% - 384px) * 0.375 + 144px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-9,
  mor-grid.space-around > .row > .l-pull-9 {
    right: calc((100% - 384px) * 0.375 + 144px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-10,
  mor-grid.space-around > .row > .l-col-10 {
    width: calc((100% - 384px) * 0.4167 + 144px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-10,
  mor-grid.space-around > .row > .l-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.4167 + 168px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-10,
  mor-grid.space-around > .row > .l-push-10 {
    left: calc((100% - 384px) * 0.4167 + 160px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-10,
  mor-grid.space-around > .row > .l-pull-10 {
    right: calc((100% - 384px) * 0.4167 + 160px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-11,
  mor-grid.space-around > .row > .l-col-11 {
    width: calc((100% - 384px) * 0.4583 + 160px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-11,
  mor-grid.space-around > .row > .l-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.4583 + 184px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-11,
  mor-grid.space-around > .row > .l-push-11 {
    left: calc((100% - 384px) * 0.4583 + 176px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-11,
  mor-grid.space-around > .row > .l-pull-11 {
    right: calc((100% - 384px) * 0.4583 + 176px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-12,
  mor-grid.space-around > .row > .l-col-12 {
    width: calc((100% - 384px) * 0.5 + 176px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-12,
  mor-grid.space-around > .row > .l-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.5 + 200px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-12,
  mor-grid.space-around > .row > .l-push-12 {
    left: calc((100% - 384px) * 0.5 + 192px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-12,
  mor-grid.space-around > .row > .l-pull-12 {
    right: calc((100% - 384px) * 0.5 + 192px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-13,
  mor-grid.space-around > .row > .l-col-13 {
    width: calc((100% - 384px) * 0.5417 + 192px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-13,
  mor-grid.space-around > .row > .l-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.5417 + 216px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-13,
  mor-grid.space-around > .row > .l-push-13 {
    left: calc((100% - 384px) * 0.5417 + 208px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-13,
  mor-grid.space-around > .row > .l-pull-13 {
    right: calc((100% - 384px) * 0.5417 + 208px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-14,
  mor-grid.space-around > .row > .l-col-14 {
    width: calc((100% - 384px) * 0.5833 + 208px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-14,
  mor-grid.space-around > .row > .l-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.5833 + 232px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-14,
  mor-grid.space-around > .row > .l-push-14 {
    left: calc((100% - 384px) * 0.5833 + 224px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-14,
  mor-grid.space-around > .row > .l-pull-14 {
    right: calc((100% - 384px) * 0.5833 + 224px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-15,
  mor-grid.space-around > .row > .l-col-15 {
    width: calc((100% - 384px) * 0.625 + 224px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-15,
  mor-grid.space-around > .row > .l-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.625 + 248px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-15,
  mor-grid.space-around > .row > .l-push-15 {
    left: calc((100% - 384px) * 0.625 + 240px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-15,
  mor-grid.space-around > .row > .l-pull-15 {
    right: calc((100% - 384px) * 0.625 + 240px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-16,
  mor-grid.space-around > .row > .l-col-16 {
    width: calc((100% - 384px) * 0.6667 + 240px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-16,
  mor-grid.space-around > .row > .l-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.6667 + 264px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-16,
  mor-grid.space-around > .row > .l-push-16 {
    left: calc((100% - 384px) * 0.6667 + 256px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-16,
  mor-grid.space-around > .row > .l-pull-16 {
    right: calc((100% - 384px) * 0.6667 + 256px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-17,
  mor-grid.space-around > .row > .l-col-17 {
    width: calc((100% - 384px) * 0.7083 + 256px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-17,
  mor-grid.space-around > .row > .l-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.7083 + 280px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-17,
  mor-grid.space-around > .row > .l-push-17 {
    left: calc((100% - 384px) * 0.7083 + 272px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-17,
  mor-grid.space-around > .row > .l-pull-17 {
    right: calc((100% - 384px) * 0.7083 + 272px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-18,
  mor-grid.space-around > .row > .l-col-18 {
    width: calc((100% - 384px) * 0.75 + 272px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-18,
  mor-grid.space-around > .row > .l-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.75 + 296px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-18,
  mor-grid.space-around > .row > .l-push-18 {
    left: calc((100% - 384px) * 0.75 + 288px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-18,
  mor-grid.space-around > .row > .l-pull-18 {
    right: calc((100% - 384px) * 0.75 + 288px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-19,
  mor-grid.space-around > .row > .l-col-19 {
    width: calc((100% - 384px) * 0.7917 + 288px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-19,
  mor-grid.space-around > .row > .l-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.7917 + 312px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-19,
  mor-grid.space-around > .row > .l-push-19 {
    left: calc((100% - 384px) * 0.7917 + 304px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-19,
  mor-grid.space-around > .row > .l-pull-19 {
    right: calc((100% - 384px) * 0.7917 + 304px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-20,
  mor-grid.space-around > .row > .l-col-20 {
    width: calc((100% - 384px) * 0.8333 + 304px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-20,
  mor-grid.space-around > .row > .l-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.8333 + 328px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-20,
  mor-grid.space-around > .row > .l-push-20 {
    left: calc((100% - 384px) * 0.8333 + 320px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-20,
  mor-grid.space-around > .row > .l-pull-20 {
    right: calc((100% - 384px) * 0.8333 + 320px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-21,
  mor-grid.space-around > .row > .l-col-21 {
    width: calc((100% - 384px) * 0.875 + 320px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-21,
  mor-grid.space-around > .row > .l-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.875 + 344px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-21,
  mor-grid.space-around > .row > .l-push-21 {
    left: calc((100% - 384px) * 0.875 + 336px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-21,
  mor-grid.space-around > .row > .l-pull-21 {
    right: calc((100% - 384px) * 0.875 + 336px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-22,
  mor-grid.space-around > .row > .l-col-22 {
    width: calc((100% - 384px) * 0.9167 + 336px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-22,
  mor-grid.space-around > .row > .l-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.9167 + 360px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-22,
  mor-grid.space-around > .row > .l-push-22 {
    left: calc((100% - 384px) * 0.9167 + 352px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-22,
  mor-grid.space-around > .row > .l-pull-22 {
    right: calc((100% - 384px) * 0.9167 + 352px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-23,
  mor-grid.space-around > .row > .l-col-23 {
    width: calc((100% - 384px) * 0.9583 + 352px);
  }
  mor-grid.gutter-m.space-around > .row > .l-offset-23,
  mor-grid.space-around > .row > .l-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.9583 + 376px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .l-push-23,
  mor-grid.space-around > .row > .l-push-23 {
    left: calc((100% - 384px) * 0.9583 + 368px);
  }
  mor-grid.gutter-m.space-around > .row > .l-pull-23,
  mor-grid.space-around > .row > .l-pull-23 {
    right: calc((100% - 384px) * 0.9583 + 368px);
  }
  mor-grid.gutter-m.space-around > .row > .l-col-24,
  mor-grid.space-around > .row > .l-col-24 {
    width: 100%;
  }
  mor-grid.gutter-l > .row > .l-col-1 {
    width: calc((100% - 552px) * 0.0417 + 0px);
  }
  mor-grid.gutter-l > .row > .l-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.0417 + 24px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-1 {
    left: calc((100% - 552px) * 0.0417 + 24px);
  }
  mor-grid.gutter-l > .row > .l-pull-1 {
    right: calc((100% - 552px) * 0.0417 + 24px);
  }
  mor-grid.gutter-l > .row > .l-col-2 {
    width: calc((100% - 552px) * 0.0833 + 24px);
  }
  mor-grid.gutter-l > .row > .l-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.0833 + 48px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-2 {
    left: calc((100% - 552px) * 0.0833 + 48px);
  }
  mor-grid.gutter-l > .row > .l-pull-2 {
    right: calc((100% - 552px) * 0.0833 + 48px);
  }
  mor-grid.gutter-l > .row > .l-col-3 {
    width: calc((100% - 552px) * 0.125 + 48px);
  }
  mor-grid.gutter-l > .row > .l-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.125 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-3 {
    left: calc((100% - 552px) * 0.125 + 72px);
  }
  mor-grid.gutter-l > .row > .l-pull-3 {
    right: calc((100% - 552px) * 0.125 + 72px);
  }
  mor-grid.gutter-l > .row > .l-col-4 {
    width: calc((100% - 552px) * 0.1667 + 72px);
  }
  mor-grid.gutter-l > .row > .l-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.1667 + 96px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-4 {
    left: calc((100% - 552px) * 0.1667 + 96px);
  }
  mor-grid.gutter-l > .row > .l-pull-4 {
    right: calc((100% - 552px) * 0.1667 + 96px);
  }
  mor-grid.gutter-l > .row > .l-col-5 {
    width: calc((100% - 552px) * 0.2083 + 96px);
  }
  mor-grid.gutter-l > .row > .l-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.2083 + 120px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-5 {
    left: calc((100% - 552px) * 0.2083 + 120px);
  }
  mor-grid.gutter-l > .row > .l-pull-5 {
    right: calc((100% - 552px) * 0.2083 + 120px);
  }
  mor-grid.gutter-l > .row > .l-col-6 {
    width: calc((100% - 552px) * 0.25 + 120px);
  }
  mor-grid.gutter-l > .row > .l-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.25 + 144px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-6 {
    left: calc((100% - 552px) * 0.25 + 144px);
  }
  mor-grid.gutter-l > .row > .l-pull-6 {
    right: calc((100% - 552px) * 0.25 + 144px);
  }
  mor-grid.gutter-l > .row > .l-col-7 {
    width: calc((100% - 552px) * 0.2917 + 144px);
  }
  mor-grid.gutter-l > .row > .l-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.2917 + 168px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-7 {
    left: calc((100% - 552px) * 0.2917 + 168px);
  }
  mor-grid.gutter-l > .row > .l-pull-7 {
    right: calc((100% - 552px) * 0.2917 + 168px);
  }
  mor-grid.gutter-l > .row > .l-col-8 {
    width: calc((100% - 552px) * 0.3333 + 168px);
  }
  mor-grid.gutter-l > .row > .l-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.3333 + 192px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-8 {
    left: calc((100% - 552px) * 0.3333 + 192px);
  }
  mor-grid.gutter-l > .row > .l-pull-8 {
    right: calc((100% - 552px) * 0.3333 + 192px);
  }
  mor-grid.gutter-l > .row > .l-col-9 {
    width: calc((100% - 552px) * 0.375 + 192px);
  }
  mor-grid.gutter-l > .row > .l-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.375 + 216px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-9 {
    left: calc((100% - 552px) * 0.375 + 216px);
  }
  mor-grid.gutter-l > .row > .l-pull-9 {
    right: calc((100% - 552px) * 0.375 + 216px);
  }
  mor-grid.gutter-l > .row > .l-col-10 {
    width: calc((100% - 552px) * 0.4167 + 216px);
  }
  mor-grid.gutter-l > .row > .l-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.4167 + 240px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-10 {
    left: calc((100% - 552px) * 0.4167 + 240px);
  }
  mor-grid.gutter-l > .row > .l-pull-10 {
    right: calc((100% - 552px) * 0.4167 + 240px);
  }
  mor-grid.gutter-l > .row > .l-col-11 {
    width: calc((100% - 552px) * 0.4583 + 240px);
  }
  mor-grid.gutter-l > .row > .l-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.4583 + 264px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-11 {
    left: calc((100% - 552px) * 0.4583 + 264px);
  }
  mor-grid.gutter-l > .row > .l-pull-11 {
    right: calc((100% - 552px) * 0.4583 + 264px);
  }
  mor-grid.gutter-l > .row > .l-col-12 {
    width: calc((100% - 552px) * 0.5 + 264px);
  }
  mor-grid.gutter-l > .row > .l-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.5 + 288px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-12 {
    left: calc((100% - 552px) * 0.5 + 288px);
  }
  mor-grid.gutter-l > .row > .l-pull-12 {
    right: calc((100% - 552px) * 0.5 + 288px);
  }
  mor-grid.gutter-l > .row > .l-col-13 {
    width: calc((100% - 552px) * 0.5417 + 288px);
  }
  mor-grid.gutter-l > .row > .l-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.5417 + 312px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-13 {
    left: calc((100% - 552px) * 0.5417 + 312px);
  }
  mor-grid.gutter-l > .row > .l-pull-13 {
    right: calc((100% - 552px) * 0.5417 + 312px);
  }
  mor-grid.gutter-l > .row > .l-col-14 {
    width: calc((100% - 552px) * 0.5833 + 312px);
  }
  mor-grid.gutter-l > .row > .l-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.5833 + 336px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-14 {
    left: calc((100% - 552px) * 0.5833 + 336px);
  }
  mor-grid.gutter-l > .row > .l-pull-14 {
    right: calc((100% - 552px) * 0.5833 + 336px);
  }
  mor-grid.gutter-l > .row > .l-col-15 {
    width: calc((100% - 552px) * 0.625 + 336px);
  }
  mor-grid.gutter-l > .row > .l-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.625 + 360px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-15 {
    left: calc((100% - 552px) * 0.625 + 360px);
  }
  mor-grid.gutter-l > .row > .l-pull-15 {
    right: calc((100% - 552px) * 0.625 + 360px);
  }
  mor-grid.gutter-l > .row > .l-col-16 {
    width: calc((100% - 552px) * 0.6667 + 360px);
  }
  mor-grid.gutter-l > .row > .l-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.6667 + 384px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-16 {
    left: calc((100% - 552px) * 0.6667 + 384px);
  }
  mor-grid.gutter-l > .row > .l-pull-16 {
    right: calc((100% - 552px) * 0.6667 + 384px);
  }
  mor-grid.gutter-l > .row > .l-col-17 {
    width: calc((100% - 552px) * 0.7083 + 384px);
  }
  mor-grid.gutter-l > .row > .l-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.7083 + 408px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-17 {
    left: calc((100% - 552px) * 0.7083 + 408px);
  }
  mor-grid.gutter-l > .row > .l-pull-17 {
    right: calc((100% - 552px) * 0.7083 + 408px);
  }
  mor-grid.gutter-l > .row > .l-col-18 {
    width: calc((100% - 552px) * 0.75 + 408px);
  }
  mor-grid.gutter-l > .row > .l-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.75 + 432px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-18 {
    left: calc((100% - 552px) * 0.75 + 432px);
  }
  mor-grid.gutter-l > .row > .l-pull-18 {
    right: calc((100% - 552px) * 0.75 + 432px);
  }
  mor-grid.gutter-l > .row > .l-col-19 {
    width: calc((100% - 552px) * 0.7917 + 432px);
  }
  mor-grid.gutter-l > .row > .l-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.7917 + 456px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-19 {
    left: calc((100% - 552px) * 0.7917 + 456px);
  }
  mor-grid.gutter-l > .row > .l-pull-19 {
    right: calc((100% - 552px) * 0.7917 + 456px);
  }
  mor-grid.gutter-l > .row > .l-col-20 {
    width: calc((100% - 552px) * 0.8333 + 456px);
  }
  mor-grid.gutter-l > .row > .l-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.8333 + 480px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-20 {
    left: calc((100% - 552px) * 0.8333 + 480px);
  }
  mor-grid.gutter-l > .row > .l-pull-20 {
    right: calc((100% - 552px) * 0.8333 + 480px);
  }
  mor-grid.gutter-l > .row > .l-col-21 {
    width: calc((100% - 552px) * 0.875 + 480px);
  }
  mor-grid.gutter-l > .row > .l-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.875 + 504px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-21 {
    left: calc((100% - 552px) * 0.875 + 504px);
  }
  mor-grid.gutter-l > .row > .l-pull-21 {
    right: calc((100% - 552px) * 0.875 + 504px);
  }
  mor-grid.gutter-l > .row > .l-col-22 {
    width: calc((100% - 552px) * 0.9167 + 504px);
  }
  mor-grid.gutter-l > .row > .l-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.9167 + 528px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-22 {
    left: calc((100% - 552px) * 0.9167 + 528px);
  }
  mor-grid.gutter-l > .row > .l-pull-22 {
    right: calc((100% - 552px) * 0.9167 + 528px);
  }
  mor-grid.gutter-l > .row > .l-col-23 {
    width: calc((100% - 552px) * 0.9583 + 528px);
  }
  mor-grid.gutter-l > .row > .l-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.9583 + 552px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .l-push-23 {
    left: calc((100% - 552px) * 0.9583 + 552px);
  }
  mor-grid.gutter-l > .row > .l-pull-23 {
    right: calc((100% - 552px) * 0.9583 + 552px);
  }
  mor-grid.gutter-l > .row > .l-col-24 {
    width: 100%;
  }
  mor-grid.gutter-l.space-around > .row > .l-col-1 {
    width: calc((100% - 576px) * 0.0417 + 0px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.0417 + 36px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-1 {
    left: calc((100% - 576px) * 0.0417 + 24px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-1 {
    right: calc((100% - 576px) * 0.0417 + 24px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-2 {
    width: calc((100% - 576px) * 0.0833 + 24px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.0833 + 60px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-2 {
    left: calc((100% - 576px) * 0.0833 + 48px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-2 {
    right: calc((100% - 576px) * 0.0833 + 48px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-3 {
    width: calc((100% - 576px) * 0.125 + 48px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.125 + 84px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-3 {
    left: calc((100% - 576px) * 0.125 + 72px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-3 {
    right: calc((100% - 576px) * 0.125 + 72px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-4 {
    width: calc((100% - 576px) * 0.1667 + 72px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.1667 + 108px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-4 {
    left: calc((100% - 576px) * 0.1667 + 96px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-4 {
    right: calc((100% - 576px) * 0.1667 + 96px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-5 {
    width: calc((100% - 576px) * 0.2083 + 96px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.2083 + 132px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-5 {
    left: calc((100% - 576px) * 0.2083 + 120px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-5 {
    right: calc((100% - 576px) * 0.2083 + 120px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-6 {
    width: calc((100% - 576px) * 0.25 + 120px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.25 + 156px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-6 {
    left: calc((100% - 576px) * 0.25 + 144px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-6 {
    right: calc((100% - 576px) * 0.25 + 144px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-7 {
    width: calc((100% - 576px) * 0.2917 + 144px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.2917 + 180px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-7 {
    left: calc((100% - 576px) * 0.2917 + 168px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-7 {
    right: calc((100% - 576px) * 0.2917 + 168px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-8 {
    width: calc((100% - 576px) * 0.3333 + 168px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.3333 + 204px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-8 {
    left: calc((100% - 576px) * 0.3333 + 192px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-8 {
    right: calc((100% - 576px) * 0.3333 + 192px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-9 {
    width: calc((100% - 576px) * 0.375 + 192px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.375 + 228px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-9 {
    left: calc((100% - 576px) * 0.375 + 216px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-9 {
    right: calc((100% - 576px) * 0.375 + 216px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-10 {
    width: calc((100% - 576px) * 0.4167 + 216px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.4167 + 252px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-10 {
    left: calc((100% - 576px) * 0.4167 + 240px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-10 {
    right: calc((100% - 576px) * 0.4167 + 240px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-11 {
    width: calc((100% - 576px) * 0.4583 + 240px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.4583 + 276px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-11 {
    left: calc((100% - 576px) * 0.4583 + 264px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-11 {
    right: calc((100% - 576px) * 0.4583 + 264px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-12 {
    width: calc((100% - 576px) * 0.5 + 264px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.5 + 300px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-12 {
    left: calc((100% - 576px) * 0.5 + 288px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-12 {
    right: calc((100% - 576px) * 0.5 + 288px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-13 {
    width: calc((100% - 576px) * 0.5417 + 288px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.5417 + 324px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-13 {
    left: calc((100% - 576px) * 0.5417 + 312px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-13 {
    right: calc((100% - 576px) * 0.5417 + 312px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-14 {
    width: calc((100% - 576px) * 0.5833 + 312px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.5833 + 348px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-14 {
    left: calc((100% - 576px) * 0.5833 + 336px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-14 {
    right: calc((100% - 576px) * 0.5833 + 336px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-15 {
    width: calc((100% - 576px) * 0.625 + 336px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.625 + 372px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-15 {
    left: calc((100% - 576px) * 0.625 + 360px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-15 {
    right: calc((100% - 576px) * 0.625 + 360px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-16 {
    width: calc((100% - 576px) * 0.6667 + 360px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.6667 + 396px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-16 {
    left: calc((100% - 576px) * 0.6667 + 384px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-16 {
    right: calc((100% - 576px) * 0.6667 + 384px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-17 {
    width: calc((100% - 576px) * 0.7083 + 384px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.7083 + 420px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-17 {
    left: calc((100% - 576px) * 0.7083 + 408px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-17 {
    right: calc((100% - 576px) * 0.7083 + 408px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-18 {
    width: calc((100% - 576px) * 0.75 + 408px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.75 + 444px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-18 {
    left: calc((100% - 576px) * 0.75 + 432px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-18 {
    right: calc((100% - 576px) * 0.75 + 432px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-19 {
    width: calc((100% - 576px) * 0.7917 + 432px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.7917 + 468px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-19 {
    left: calc((100% - 576px) * 0.7917 + 456px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-19 {
    right: calc((100% - 576px) * 0.7917 + 456px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-20 {
    width: calc((100% - 576px) * 0.8333 + 456px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.8333 + 492px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-20 {
    left: calc((100% - 576px) * 0.8333 + 480px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-20 {
    right: calc((100% - 576px) * 0.8333 + 480px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-21 {
    width: calc((100% - 576px) * 0.875 + 480px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.875 + 516px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-21 {
    left: calc((100% - 576px) * 0.875 + 504px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-21 {
    right: calc((100% - 576px) * 0.875 + 504px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-22 {
    width: calc((100% - 576px) * 0.9167 + 504px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.9167 + 540px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-22 {
    left: calc((100% - 576px) * 0.9167 + 528px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-22 {
    right: calc((100% - 576px) * 0.9167 + 528px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-23 {
    width: calc((100% - 576px) * 0.9583 + 528px);
  }
  mor-grid.gutter-l.space-around > .row > .l-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.9583 + 564px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .l-push-23 {
    left: calc((100% - 576px) * 0.9583 + 552px);
  }
  mor-grid.gutter-l.space-around > .row > .l-pull-23 {
    right: calc((100% - 576px) * 0.9583 + 552px);
  }
  mor-grid.gutter-l.space-around > .row > .l-col-24 {
    width: 100%;
  }
  mor-grid.gutter-xl > .row > .l-col-1 {
    width: calc((100% - 828px) * 0.0417 + 0px);
  }
  mor-grid.gutter-xl > .row > .l-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.0417 + 36px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-1 {
    left: calc((100% - 828px) * 0.0417 + 36px);
  }
  mor-grid.gutter-xl > .row > .l-pull-1 {
    right: calc((100% - 828px) * 0.0417 + 36px);
  }
  mor-grid.gutter-xl > .row > .l-col-2 {
    width: calc((100% - 828px) * 0.0833 + 36px);
  }
  mor-grid.gutter-xl > .row > .l-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.0833 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-2 {
    left: calc((100% - 828px) * 0.0833 + 72px);
  }
  mor-grid.gutter-xl > .row > .l-pull-2 {
    right: calc((100% - 828px) * 0.0833 + 72px);
  }
  mor-grid.gutter-xl > .row > .l-col-3 {
    width: calc((100% - 828px) * 0.125 + 72px);
  }
  mor-grid.gutter-xl > .row > .l-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.125 + 108px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-3 {
    left: calc((100% - 828px) * 0.125 + 108px);
  }
  mor-grid.gutter-xl > .row > .l-pull-3 {
    right: calc((100% - 828px) * 0.125 + 108px);
  }
  mor-grid.gutter-xl > .row > .l-col-4 {
    width: calc((100% - 828px) * 0.1667 + 108px);
  }
  mor-grid.gutter-xl > .row > .l-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.1667 + 144px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-4 {
    left: calc((100% - 828px) * 0.1667 + 144px);
  }
  mor-grid.gutter-xl > .row > .l-pull-4 {
    right: calc((100% - 828px) * 0.1667 + 144px);
  }
  mor-grid.gutter-xl > .row > .l-col-5 {
    width: calc((100% - 828px) * 0.2083 + 144px);
  }
  mor-grid.gutter-xl > .row > .l-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.2083 + 180px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-5 {
    left: calc((100% - 828px) * 0.2083 + 180px);
  }
  mor-grid.gutter-xl > .row > .l-pull-5 {
    right: calc((100% - 828px) * 0.2083 + 180px);
  }
  mor-grid.gutter-xl > .row > .l-col-6 {
    width: calc((100% - 828px) * 0.25 + 180px);
  }
  mor-grid.gutter-xl > .row > .l-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.25 + 216px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-6 {
    left: calc((100% - 828px) * 0.25 + 216px);
  }
  mor-grid.gutter-xl > .row > .l-pull-6 {
    right: calc((100% - 828px) * 0.25 + 216px);
  }
  mor-grid.gutter-xl > .row > .l-col-7 {
    width: calc((100% - 828px) * 0.2917 + 216px);
  }
  mor-grid.gutter-xl > .row > .l-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.2917 + 252px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-7 {
    left: calc((100% - 828px) * 0.2917 + 252px);
  }
  mor-grid.gutter-xl > .row > .l-pull-7 {
    right: calc((100% - 828px) * 0.2917 + 252px);
  }
  mor-grid.gutter-xl > .row > .l-col-8 {
    width: calc((100% - 828px) * 0.3333 + 252px);
  }
  mor-grid.gutter-xl > .row > .l-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.3333 + 288px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-8 {
    left: calc((100% - 828px) * 0.3333 + 288px);
  }
  mor-grid.gutter-xl > .row > .l-pull-8 {
    right: calc((100% - 828px) * 0.3333 + 288px);
  }
  mor-grid.gutter-xl > .row > .l-col-9 {
    width: calc((100% - 828px) * 0.375 + 288px);
  }
  mor-grid.gutter-xl > .row > .l-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.375 + 324px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-9 {
    left: calc((100% - 828px) * 0.375 + 324px);
  }
  mor-grid.gutter-xl > .row > .l-pull-9 {
    right: calc((100% - 828px) * 0.375 + 324px);
  }
  mor-grid.gutter-xl > .row > .l-col-10 {
    width: calc((100% - 828px) * 0.4167 + 324px);
  }
  mor-grid.gutter-xl > .row > .l-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.4167 + 360px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-10 {
    left: calc((100% - 828px) * 0.4167 + 360px);
  }
  mor-grid.gutter-xl > .row > .l-pull-10 {
    right: calc((100% - 828px) * 0.4167 + 360px);
  }
  mor-grid.gutter-xl > .row > .l-col-11 {
    width: calc((100% - 828px) * 0.4583 + 360px);
  }
  mor-grid.gutter-xl > .row > .l-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.4583 + 396px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-11 {
    left: calc((100% - 828px) * 0.4583 + 396px);
  }
  mor-grid.gutter-xl > .row > .l-pull-11 {
    right: calc((100% - 828px) * 0.4583 + 396px);
  }
  mor-grid.gutter-xl > .row > .l-col-12 {
    width: calc((100% - 828px) * 0.5 + 396px);
  }
  mor-grid.gutter-xl > .row > .l-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.5 + 432px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-12 {
    left: calc((100% - 828px) * 0.5 + 432px);
  }
  mor-grid.gutter-xl > .row > .l-pull-12 {
    right: calc((100% - 828px) * 0.5 + 432px);
  }
  mor-grid.gutter-xl > .row > .l-col-13 {
    width: calc((100% - 828px) * 0.5417 + 432px);
  }
  mor-grid.gutter-xl > .row > .l-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.5417 + 468px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-13 {
    left: calc((100% - 828px) * 0.5417 + 468px);
  }
  mor-grid.gutter-xl > .row > .l-pull-13 {
    right: calc((100% - 828px) * 0.5417 + 468px);
  }
  mor-grid.gutter-xl > .row > .l-col-14 {
    width: calc((100% - 828px) * 0.5833 + 468px);
  }
  mor-grid.gutter-xl > .row > .l-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.5833 + 504px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-14 {
    left: calc((100% - 828px) * 0.5833 + 504px);
  }
  mor-grid.gutter-xl > .row > .l-pull-14 {
    right: calc((100% - 828px) * 0.5833 + 504px);
  }
  mor-grid.gutter-xl > .row > .l-col-15 {
    width: calc((100% - 828px) * 0.625 + 504px);
  }
  mor-grid.gutter-xl > .row > .l-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.625 + 540px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-15 {
    left: calc((100% - 828px) * 0.625 + 540px);
  }
  mor-grid.gutter-xl > .row > .l-pull-15 {
    right: calc((100% - 828px) * 0.625 + 540px);
  }
  mor-grid.gutter-xl > .row > .l-col-16 {
    width: calc((100% - 828px) * 0.6667 + 540px);
  }
  mor-grid.gutter-xl > .row > .l-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.6667 + 576px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-16 {
    left: calc((100% - 828px) * 0.6667 + 576px);
  }
  mor-grid.gutter-xl > .row > .l-pull-16 {
    right: calc((100% - 828px) * 0.6667 + 576px);
  }
  mor-grid.gutter-xl > .row > .l-col-17 {
    width: calc((100% - 828px) * 0.7083 + 576px);
  }
  mor-grid.gutter-xl > .row > .l-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.7083 + 612px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-17 {
    left: calc((100% - 828px) * 0.7083 + 612px);
  }
  mor-grid.gutter-xl > .row > .l-pull-17 {
    right: calc((100% - 828px) * 0.7083 + 612px);
  }
  mor-grid.gutter-xl > .row > .l-col-18 {
    width: calc((100% - 828px) * 0.75 + 612px);
  }
  mor-grid.gutter-xl > .row > .l-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.75 + 648px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-18 {
    left: calc((100% - 828px) * 0.75 + 648px);
  }
  mor-grid.gutter-xl > .row > .l-pull-18 {
    right: calc((100% - 828px) * 0.75 + 648px);
  }
  mor-grid.gutter-xl > .row > .l-col-19 {
    width: calc((100% - 828px) * 0.7917 + 648px);
  }
  mor-grid.gutter-xl > .row > .l-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.7917 + 684px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-19 {
    left: calc((100% - 828px) * 0.7917 + 684px);
  }
  mor-grid.gutter-xl > .row > .l-pull-19 {
    right: calc((100% - 828px) * 0.7917 + 684px);
  }
  mor-grid.gutter-xl > .row > .l-col-20 {
    width: calc((100% - 828px) * 0.8333 + 684px);
  }
  mor-grid.gutter-xl > .row > .l-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.8333 + 720px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-20 {
    left: calc((100% - 828px) * 0.8333 + 720px);
  }
  mor-grid.gutter-xl > .row > .l-pull-20 {
    right: calc((100% - 828px) * 0.8333 + 720px);
  }
  mor-grid.gutter-xl > .row > .l-col-21 {
    width: calc((100% - 828px) * 0.875 + 720px);
  }
  mor-grid.gutter-xl > .row > .l-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.875 + 756px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-21 {
    left: calc((100% - 828px) * 0.875 + 756px);
  }
  mor-grid.gutter-xl > .row > .l-pull-21 {
    right: calc((100% - 828px) * 0.875 + 756px);
  }
  mor-grid.gutter-xl > .row > .l-col-22 {
    width: calc((100% - 828px) * 0.9167 + 756px);
  }
  mor-grid.gutter-xl > .row > .l-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.9167 + 792px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-22 {
    left: calc((100% - 828px) * 0.9167 + 792px);
  }
  mor-grid.gutter-xl > .row > .l-pull-22 {
    right: calc((100% - 828px) * 0.9167 + 792px);
  }
  mor-grid.gutter-xl > .row > .l-col-23 {
    width: calc((100% - 828px) * 0.9583 + 792px);
  }
  mor-grid.gutter-xl > .row > .l-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.9583 + 828px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .l-push-23 {
    left: calc((100% - 828px) * 0.9583 + 828px);
  }
  mor-grid.gutter-xl > .row > .l-pull-23 {
    right: calc((100% - 828px) * 0.9583 + 828px);
  }
  mor-grid.gutter-xl > .row > .l-col-24 {
    width: 100%;
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-1 {
    width: calc((100% - 864px) * 0.0417 + 0px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.0417 + 54px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-1 {
    left: calc((100% - 864px) * 0.0417 + 36px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-1 {
    right: calc((100% - 864px) * 0.0417 + 36px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-2 {
    width: calc((100% - 864px) * 0.0833 + 36px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.0833 + 90px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-2 {
    left: calc((100% - 864px) * 0.0833 + 72px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-2 {
    right: calc((100% - 864px) * 0.0833 + 72px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-3 {
    width: calc((100% - 864px) * 0.125 + 72px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.125 + 126px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-3 {
    left: calc((100% - 864px) * 0.125 + 108px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-3 {
    right: calc((100% - 864px) * 0.125 + 108px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-4 {
    width: calc((100% - 864px) * 0.1667 + 108px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.1667 + 162px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-4 {
    left: calc((100% - 864px) * 0.1667 + 144px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-4 {
    right: calc((100% - 864px) * 0.1667 + 144px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-5 {
    width: calc((100% - 864px) * 0.2083 + 144px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.2083 + 198px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-5 {
    left: calc((100% - 864px) * 0.2083 + 180px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-5 {
    right: calc((100% - 864px) * 0.2083 + 180px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-6 {
    width: calc((100% - 864px) * 0.25 + 180px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.25 + 234px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-6 {
    left: calc((100% - 864px) * 0.25 + 216px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-6 {
    right: calc((100% - 864px) * 0.25 + 216px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-7 {
    width: calc((100% - 864px) * 0.2917 + 216px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.2917 + 270px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-7 {
    left: calc((100% - 864px) * 0.2917 + 252px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-7 {
    right: calc((100% - 864px) * 0.2917 + 252px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-8 {
    width: calc((100% - 864px) * 0.3333 + 252px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.3333 + 306px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-8 {
    left: calc((100% - 864px) * 0.3333 + 288px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-8 {
    right: calc((100% - 864px) * 0.3333 + 288px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-9 {
    width: calc((100% - 864px) * 0.375 + 288px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.375 + 342px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-9 {
    left: calc((100% - 864px) * 0.375 + 324px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-9 {
    right: calc((100% - 864px) * 0.375 + 324px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-10 {
    width: calc((100% - 864px) * 0.4167 + 324px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.4167 + 378px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-10 {
    left: calc((100% - 864px) * 0.4167 + 360px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-10 {
    right: calc((100% - 864px) * 0.4167 + 360px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-11 {
    width: calc((100% - 864px) * 0.4583 + 360px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.4583 + 414px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-11 {
    left: calc((100% - 864px) * 0.4583 + 396px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-11 {
    right: calc((100% - 864px) * 0.4583 + 396px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-12 {
    width: calc((100% - 864px) * 0.5 + 396px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.5 + 450px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-12 {
    left: calc((100% - 864px) * 0.5 + 432px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-12 {
    right: calc((100% - 864px) * 0.5 + 432px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-13 {
    width: calc((100% - 864px) * 0.5417 + 432px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.5417 + 486px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-13 {
    left: calc((100% - 864px) * 0.5417 + 468px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-13 {
    right: calc((100% - 864px) * 0.5417 + 468px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-14 {
    width: calc((100% - 864px) * 0.5833 + 468px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.5833 + 522px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-14 {
    left: calc((100% - 864px) * 0.5833 + 504px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-14 {
    right: calc((100% - 864px) * 0.5833 + 504px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-15 {
    width: calc((100% - 864px) * 0.625 + 504px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.625 + 558px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-15 {
    left: calc((100% - 864px) * 0.625 + 540px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-15 {
    right: calc((100% - 864px) * 0.625 + 540px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-16 {
    width: calc((100% - 864px) * 0.6667 + 540px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.6667 + 594px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-16 {
    left: calc((100% - 864px) * 0.6667 + 576px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-16 {
    right: calc((100% - 864px) * 0.6667 + 576px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-17 {
    width: calc((100% - 864px) * 0.7083 + 576px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.7083 + 630px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-17 {
    left: calc((100% - 864px) * 0.7083 + 612px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-17 {
    right: calc((100% - 864px) * 0.7083 + 612px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-18 {
    width: calc((100% - 864px) * 0.75 + 612px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.75 + 666px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-18 {
    left: calc((100% - 864px) * 0.75 + 648px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-18 {
    right: calc((100% - 864px) * 0.75 + 648px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-19 {
    width: calc((100% - 864px) * 0.7917 + 648px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.7917 + 702px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-19 {
    left: calc((100% - 864px) * 0.7917 + 684px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-19 {
    right: calc((100% - 864px) * 0.7917 + 684px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-20 {
    width: calc((100% - 864px) * 0.8333 + 684px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.8333 + 738px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-20 {
    left: calc((100% - 864px) * 0.8333 + 720px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-20 {
    right: calc((100% - 864px) * 0.8333 + 720px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-21 {
    width: calc((100% - 864px) * 0.875 + 720px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.875 + 774px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-21 {
    left: calc((100% - 864px) * 0.875 + 756px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-21 {
    right: calc((100% - 864px) * 0.875 + 756px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-22 {
    width: calc((100% - 864px) * 0.9167 + 756px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.9167 + 810px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-22 {
    left: calc((100% - 864px) * 0.9167 + 792px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-22 {
    right: calc((100% - 864px) * 0.9167 + 792px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-23 {
    width: calc((100% - 864px) * 0.9583 + 792px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.9583 + 846px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .l-push-23 {
    left: calc((100% - 864px) * 0.9583 + 828px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-pull-23 {
    right: calc((100% - 864px) * 0.9583 + 828px);
  }
  mor-grid.gutter-xl.space-around > .row > .l-col-24 {
    width: 100%;
  }
  mor-grid.gutter-none > .row > .l-col-1 {
    width: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.0417 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-1 {
    left: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-1 {
    right: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-2 {
    width: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.0833 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-2 {
    left: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-2 {
    right: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-3 {
    width: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.125 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-3 {
    left: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-3 {
    right: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-4 {
    width: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.1667 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-4 {
    left: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-4 {
    right: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-5 {
    width: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.2083 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-5 {
    left: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-5 {
    right: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-6 {
    width: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.25 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-6 {
    left: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-6 {
    right: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-7 {
    width: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.2917 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-7 {
    left: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-7 {
    right: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-8 {
    width: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.3333 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-8 {
    left: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-8 {
    right: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-9 {
    width: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.375 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-9 {
    left: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-9 {
    right: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-10 {
    width: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.4167 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-10 {
    left: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-10 {
    right: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-11 {
    width: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.4583 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-11 {
    left: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-11 {
    right: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-12 {
    width: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-12 {
    left: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-12 {
    right: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-13 {
    width: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5417 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-13 {
    left: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-13 {
    right: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-14 {
    width: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5833 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-14 {
    left: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-14 {
    right: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-15 {
    width: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.625 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-15 {
    left: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-15 {
    right: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-16 {
    width: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.6667 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-16 {
    left: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-16 {
    right: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-17 {
    width: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.7083 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-17 {
    left: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-17 {
    right: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-18 {
    width: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.75 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-18 {
    left: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-18 {
    right: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-19 {
    width: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.7917 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-19 {
    left: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-19 {
    right: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-20 {
    width: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.8333 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-20 {
    left: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-20 {
    right: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-21 {
    width: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.875 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-21 {
    left: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-21 {
    right: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-22 {
    width: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.9167 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-22 {
    left: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-22 {
    right: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-23 {
    width: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none > .row > .l-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.9583 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .l-push-23 {
    left: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none > .row > .l-pull-23 {
    right: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none > .row > .l-col-24 {
    width: 100%;
  }
  mor-grid.gutter-none.space-around > .row > .l-col-1 {
    width: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.0417 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-1 {
    left: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-1 {
    right: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-2 {
    width: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.0833 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-2 {
    left: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-2 {
    right: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-3 {
    width: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.125 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-3 {
    left: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-3 {
    right: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-4 {
    width: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.1667 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-4 {
    left: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-4 {
    right: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-5 {
    width: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.2083 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-5 {
    left: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-5 {
    right: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-6 {
    width: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.25 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-6 {
    left: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-6 {
    right: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-7 {
    width: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.2917 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-7 {
    left: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-7 {
    right: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-8 {
    width: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.3333 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-8 {
    left: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-8 {
    right: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-9 {
    width: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.375 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-9 {
    left: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-9 {
    right: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-10 {
    width: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.4167 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-10 {
    left: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-10 {
    right: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-11 {
    width: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.4583 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-11 {
    left: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-11 {
    right: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-12 {
    width: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-12 {
    left: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-12 {
    right: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-13 {
    width: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5417 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-13 {
    left: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-13 {
    right: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-14 {
    width: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5833 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-14 {
    left: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-14 {
    right: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-15 {
    width: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.625 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-15 {
    left: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-15 {
    right: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-16 {
    width: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.6667 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-16 {
    left: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-16 {
    right: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-17 {
    width: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.7083 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-17 {
    left: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-17 {
    right: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-18 {
    width: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.75 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-18 {
    left: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-18 {
    right: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-19 {
    width: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.7917 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-19 {
    left: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-19 {
    right: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-20 {
    width: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.8333 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-20 {
    left: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-20 {
    right: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-21 {
    width: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.875 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-21 {
    left: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-21 {
    right: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-22 {
    width: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.9167 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-22 {
    left: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-22 {
    right: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-23 {
    width: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.9583 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .l-push-23 {
    left: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-pull-23 {
    right: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .l-col-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  mor-grid.gutter-xs > .row > .xl-col-1 {
    width: calc((100% - 92px) * 0.0417 + 0px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.0417 + 4px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-1 {
    left: calc((100% - 92px) * 0.0417 + 4px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-1 {
    right: calc((100% - 92px) * 0.0417 + 4px);
  }
  mor-grid.gutter-xs > .row > .xl-col-2 {
    width: calc((100% - 92px) * 0.0833 + 4px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.0833 + 8px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-2 {
    left: calc((100% - 92px) * 0.0833 + 8px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-2 {
    right: calc((100% - 92px) * 0.0833 + 8px);
  }
  mor-grid.gutter-xs > .row > .xl-col-3 {
    width: calc((100% - 92px) * 0.125 + 8px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.125 + 12px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-3 {
    left: calc((100% - 92px) * 0.125 + 12px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-3 {
    right: calc((100% - 92px) * 0.125 + 12px);
  }
  mor-grid.gutter-xs > .row > .xl-col-4 {
    width: calc((100% - 92px) * 0.1667 + 12px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.1667 + 16px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-4 {
    left: calc((100% - 92px) * 0.1667 + 16px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-4 {
    right: calc((100% - 92px) * 0.1667 + 16px);
  }
  mor-grid.gutter-xs > .row > .xl-col-5 {
    width: calc((100% - 92px) * 0.2083 + 16px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.2083 + 20px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-5 {
    left: calc((100% - 92px) * 0.2083 + 20px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-5 {
    right: calc((100% - 92px) * 0.2083 + 20px);
  }
  mor-grid.gutter-xs > .row > .xl-col-6 {
    width: calc((100% - 92px) * 0.25 + 20px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.25 + 24px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-6 {
    left: calc((100% - 92px) * 0.25 + 24px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-6 {
    right: calc((100% - 92px) * 0.25 + 24px);
  }
  mor-grid.gutter-xs > .row > .xl-col-7 {
    width: calc((100% - 92px) * 0.2917 + 24px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.2917 + 28px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-7 {
    left: calc((100% - 92px) * 0.2917 + 28px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-7 {
    right: calc((100% - 92px) * 0.2917 + 28px);
  }
  mor-grid.gutter-xs > .row > .xl-col-8 {
    width: calc((100% - 92px) * 0.3333 + 28px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.3333 + 32px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-8 {
    left: calc((100% - 92px) * 0.3333 + 32px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-8 {
    right: calc((100% - 92px) * 0.3333 + 32px);
  }
  mor-grid.gutter-xs > .row > .xl-col-9 {
    width: calc((100% - 92px) * 0.375 + 32px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.375 + 36px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-9 {
    left: calc((100% - 92px) * 0.375 + 36px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-9 {
    right: calc((100% - 92px) * 0.375 + 36px);
  }
  mor-grid.gutter-xs > .row > .xl-col-10 {
    width: calc((100% - 92px) * 0.4167 + 36px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.4167 + 40px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-10 {
    left: calc((100% - 92px) * 0.4167 + 40px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-10 {
    right: calc((100% - 92px) * 0.4167 + 40px);
  }
  mor-grid.gutter-xs > .row > .xl-col-11 {
    width: calc((100% - 92px) * 0.4583 + 40px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.4583 + 44px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-11 {
    left: calc((100% - 92px) * 0.4583 + 44px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-11 {
    right: calc((100% - 92px) * 0.4583 + 44px);
  }
  mor-grid.gutter-xs > .row > .xl-col-12 {
    width: calc((100% - 92px) * 0.5 + 44px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.5 + 48px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-12 {
    left: calc((100% - 92px) * 0.5 + 48px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-12 {
    right: calc((100% - 92px) * 0.5 + 48px);
  }
  mor-grid.gutter-xs > .row > .xl-col-13 {
    width: calc((100% - 92px) * 0.5417 + 48px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.5417 + 52px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-13 {
    left: calc((100% - 92px) * 0.5417 + 52px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-13 {
    right: calc((100% - 92px) * 0.5417 + 52px);
  }
  mor-grid.gutter-xs > .row > .xl-col-14 {
    width: calc((100% - 92px) * 0.5833 + 52px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.5833 + 56px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-14 {
    left: calc((100% - 92px) * 0.5833 + 56px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-14 {
    right: calc((100% - 92px) * 0.5833 + 56px);
  }
  mor-grid.gutter-xs > .row > .xl-col-15 {
    width: calc((100% - 92px) * 0.625 + 56px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.625 + 60px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-15 {
    left: calc((100% - 92px) * 0.625 + 60px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-15 {
    right: calc((100% - 92px) * 0.625 + 60px);
  }
  mor-grid.gutter-xs > .row > .xl-col-16 {
    width: calc((100% - 92px) * 0.6667 + 60px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.6667 + 64px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-16 {
    left: calc((100% - 92px) * 0.6667 + 64px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-16 {
    right: calc((100% - 92px) * 0.6667 + 64px);
  }
  mor-grid.gutter-xs > .row > .xl-col-17 {
    width: calc((100% - 92px) * 0.7083 + 64px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.7083 + 68px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-17 {
    left: calc((100% - 92px) * 0.7083 + 68px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-17 {
    right: calc((100% - 92px) * 0.7083 + 68px);
  }
  mor-grid.gutter-xs > .row > .xl-col-18 {
    width: calc((100% - 92px) * 0.75 + 68px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.75 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-18 {
    left: calc((100% - 92px) * 0.75 + 72px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-18 {
    right: calc((100% - 92px) * 0.75 + 72px);
  }
  mor-grid.gutter-xs > .row > .xl-col-19 {
    width: calc((100% - 92px) * 0.7917 + 72px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.7917 + 76px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-19 {
    left: calc((100% - 92px) * 0.7917 + 76px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-19 {
    right: calc((100% - 92px) * 0.7917 + 76px);
  }
  mor-grid.gutter-xs > .row > .xl-col-20 {
    width: calc((100% - 92px) * 0.8333 + 76px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.8333 + 80px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-20 {
    left: calc((100% - 92px) * 0.8333 + 80px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-20 {
    right: calc((100% - 92px) * 0.8333 + 80px);
  }
  mor-grid.gutter-xs > .row > .xl-col-21 {
    width: calc((100% - 92px) * 0.875 + 80px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.875 + 84px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-21 {
    left: calc((100% - 92px) * 0.875 + 84px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-21 {
    right: calc((100% - 92px) * 0.875 + 84px);
  }
  mor-grid.gutter-xs > .row > .xl-col-22 {
    width: calc((100% - 92px) * 0.9167 + 84px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.9167 + 88px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-22 {
    left: calc((100% - 92px) * 0.9167 + 88px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-22 {
    right: calc((100% - 92px) * 0.9167 + 88px);
  }
  mor-grid.gutter-xs > .row > .xl-col-23 {
    width: calc((100% - 92px) * 0.9583 + 88px);
  }
  mor-grid.gutter-xs > .row > .xl-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 92px) * 0.9583 + 92px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs > .row > .xl-push-23 {
    left: calc((100% - 92px) * 0.9583 + 92px);
  }
  mor-grid.gutter-xs > .row > .xl-pull-23 {
    right: calc((100% - 92px) * 0.9583 + 92px);
  }
  mor-grid.gutter-xs > .row > .xl-col-24 {
    width: 100%;
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-1 {
    width: calc((100% - 96px) * 0.0417 + 0px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.0417 + 6px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-1 {
    left: calc((100% - 96px) * 0.0417 + 4px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-1 {
    right: calc((100% - 96px) * 0.0417 + 4px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-2 {
    width: calc((100% - 96px) * 0.0833 + 4px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.0833 + 10px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-2 {
    left: calc((100% - 96px) * 0.0833 + 8px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-2 {
    right: calc((100% - 96px) * 0.0833 + 8px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-3 {
    width: calc((100% - 96px) * 0.125 + 8px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.125 + 14px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-3 {
    left: calc((100% - 96px) * 0.125 + 12px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-3 {
    right: calc((100% - 96px) * 0.125 + 12px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-4 {
    width: calc((100% - 96px) * 0.1667 + 12px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.1667 + 18px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-4 {
    left: calc((100% - 96px) * 0.1667 + 16px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-4 {
    right: calc((100% - 96px) * 0.1667 + 16px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-5 {
    width: calc((100% - 96px) * 0.2083 + 16px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.2083 + 22px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-5 {
    left: calc((100% - 96px) * 0.2083 + 20px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-5 {
    right: calc((100% - 96px) * 0.2083 + 20px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-6 {
    width: calc((100% - 96px) * 0.25 + 20px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.25 + 26px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-6 {
    left: calc((100% - 96px) * 0.25 + 24px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-6 {
    right: calc((100% - 96px) * 0.25 + 24px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-7 {
    width: calc((100% - 96px) * 0.2917 + 24px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.2917 + 30px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-7 {
    left: calc((100% - 96px) * 0.2917 + 28px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-7 {
    right: calc((100% - 96px) * 0.2917 + 28px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-8 {
    width: calc((100% - 96px) * 0.3333 + 28px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.3333 + 34px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-8 {
    left: calc((100% - 96px) * 0.3333 + 32px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-8 {
    right: calc((100% - 96px) * 0.3333 + 32px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-9 {
    width: calc((100% - 96px) * 0.375 + 32px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.375 + 38px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-9 {
    left: calc((100% - 96px) * 0.375 + 36px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-9 {
    right: calc((100% - 96px) * 0.375 + 36px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-10 {
    width: calc((100% - 96px) * 0.4167 + 36px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.4167 + 42px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-10 {
    left: calc((100% - 96px) * 0.4167 + 40px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-10 {
    right: calc((100% - 96px) * 0.4167 + 40px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-11 {
    width: calc((100% - 96px) * 0.4583 + 40px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.4583 + 46px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-11 {
    left: calc((100% - 96px) * 0.4583 + 44px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-11 {
    right: calc((100% - 96px) * 0.4583 + 44px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-12 {
    width: calc((100% - 96px) * 0.5 + 44px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.5 + 50px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-12 {
    left: calc((100% - 96px) * 0.5 + 48px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-12 {
    right: calc((100% - 96px) * 0.5 + 48px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-13 {
    width: calc((100% - 96px) * 0.5417 + 48px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.5417 + 54px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-13 {
    left: calc((100% - 96px) * 0.5417 + 52px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-13 {
    right: calc((100% - 96px) * 0.5417 + 52px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-14 {
    width: calc((100% - 96px) * 0.5833 + 52px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.5833 + 58px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-14 {
    left: calc((100% - 96px) * 0.5833 + 56px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-14 {
    right: calc((100% - 96px) * 0.5833 + 56px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-15 {
    width: calc((100% - 96px) * 0.625 + 56px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.625 + 62px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-15 {
    left: calc((100% - 96px) * 0.625 + 60px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-15 {
    right: calc((100% - 96px) * 0.625 + 60px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-16 {
    width: calc((100% - 96px) * 0.6667 + 60px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.6667 + 66px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-16 {
    left: calc((100% - 96px) * 0.6667 + 64px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-16 {
    right: calc((100% - 96px) * 0.6667 + 64px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-17 {
    width: calc((100% - 96px) * 0.7083 + 64px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.7083 + 70px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-17 {
    left: calc((100% - 96px) * 0.7083 + 68px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-17 {
    right: calc((100% - 96px) * 0.7083 + 68px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-18 {
    width: calc((100% - 96px) * 0.75 + 68px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.75 + 74px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-18 {
    left: calc((100% - 96px) * 0.75 + 72px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-18 {
    right: calc((100% - 96px) * 0.75 + 72px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-19 {
    width: calc((100% - 96px) * 0.7917 + 72px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.7917 + 78px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-19 {
    left: calc((100% - 96px) * 0.7917 + 76px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-19 {
    right: calc((100% - 96px) * 0.7917 + 76px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-20 {
    width: calc((100% - 96px) * 0.8333 + 76px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.8333 + 82px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-20 {
    left: calc((100% - 96px) * 0.8333 + 80px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-20 {
    right: calc((100% - 96px) * 0.8333 + 80px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-21 {
    width: calc((100% - 96px) * 0.875 + 80px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.875 + 86px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-21 {
    left: calc((100% - 96px) * 0.875 + 84px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-21 {
    right: calc((100% - 96px) * 0.875 + 84px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-22 {
    width: calc((100% - 96px) * 0.9167 + 84px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.9167 + 90px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-22 {
    left: calc((100% - 96px) * 0.9167 + 88px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-22 {
    right: calc((100% - 96px) * 0.9167 + 88px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-23 {
    width: calc((100% - 96px) * 0.9583 + 88px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 96px) * 0.9583 + 94px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xs.space-around > .row > .xl-push-23 {
    left: calc((100% - 96px) * 0.9583 + 92px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-pull-23 {
    right: calc((100% - 96px) * 0.9583 + 92px);
  }
  mor-grid.gutter-xs.space-around > .row > .xl-col-24 {
    width: 100%;
  }
  mor-grid.gutter-s > .row > .xl-col-1 {
    width: calc((100% - 184px) * 0.0417 + 0px);
  }
  mor-grid.gutter-s > .row > .xl-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.0417 + 8px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-1 {
    left: calc((100% - 184px) * 0.0417 + 8px);
  }
  mor-grid.gutter-s > .row > .xl-pull-1 {
    right: calc((100% - 184px) * 0.0417 + 8px);
  }
  mor-grid.gutter-s > .row > .xl-col-2 {
    width: calc((100% - 184px) * 0.0833 + 8px);
  }
  mor-grid.gutter-s > .row > .xl-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.0833 + 16px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-2 {
    left: calc((100% - 184px) * 0.0833 + 16px);
  }
  mor-grid.gutter-s > .row > .xl-pull-2 {
    right: calc((100% - 184px) * 0.0833 + 16px);
  }
  mor-grid.gutter-s > .row > .xl-col-3 {
    width: calc((100% - 184px) * 0.125 + 16px);
  }
  mor-grid.gutter-s > .row > .xl-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.125 + 24px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-3 {
    left: calc((100% - 184px) * 0.125 + 24px);
  }
  mor-grid.gutter-s > .row > .xl-pull-3 {
    right: calc((100% - 184px) * 0.125 + 24px);
  }
  mor-grid.gutter-s > .row > .xl-col-4 {
    width: calc((100% - 184px) * 0.1667 + 24px);
  }
  mor-grid.gutter-s > .row > .xl-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.1667 + 32px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-4 {
    left: calc((100% - 184px) * 0.1667 + 32px);
  }
  mor-grid.gutter-s > .row > .xl-pull-4 {
    right: calc((100% - 184px) * 0.1667 + 32px);
  }
  mor-grid.gutter-s > .row > .xl-col-5 {
    width: calc((100% - 184px) * 0.2083 + 32px);
  }
  mor-grid.gutter-s > .row > .xl-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.2083 + 40px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-5 {
    left: calc((100% - 184px) * 0.2083 + 40px);
  }
  mor-grid.gutter-s > .row > .xl-pull-5 {
    right: calc((100% - 184px) * 0.2083 + 40px);
  }
  mor-grid.gutter-s > .row > .xl-col-6 {
    width: calc((100% - 184px) * 0.25 + 40px);
  }
  mor-grid.gutter-s > .row > .xl-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.25 + 48px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-6 {
    left: calc((100% - 184px) * 0.25 + 48px);
  }
  mor-grid.gutter-s > .row > .xl-pull-6 {
    right: calc((100% - 184px) * 0.25 + 48px);
  }
  mor-grid.gutter-s > .row > .xl-col-7 {
    width: calc((100% - 184px) * 0.2917 + 48px);
  }
  mor-grid.gutter-s > .row > .xl-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.2917 + 56px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-7 {
    left: calc((100% - 184px) * 0.2917 + 56px);
  }
  mor-grid.gutter-s > .row > .xl-pull-7 {
    right: calc((100% - 184px) * 0.2917 + 56px);
  }
  mor-grid.gutter-s > .row > .xl-col-8 {
    width: calc((100% - 184px) * 0.3333 + 56px);
  }
  mor-grid.gutter-s > .row > .xl-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.3333 + 64px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-8 {
    left: calc((100% - 184px) * 0.3333 + 64px);
  }
  mor-grid.gutter-s > .row > .xl-pull-8 {
    right: calc((100% - 184px) * 0.3333 + 64px);
  }
  mor-grid.gutter-s > .row > .xl-col-9 {
    width: calc((100% - 184px) * 0.375 + 64px);
  }
  mor-grid.gutter-s > .row > .xl-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.375 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-9 {
    left: calc((100% - 184px) * 0.375 + 72px);
  }
  mor-grid.gutter-s > .row > .xl-pull-9 {
    right: calc((100% - 184px) * 0.375 + 72px);
  }
  mor-grid.gutter-s > .row > .xl-col-10 {
    width: calc((100% - 184px) * 0.4167 + 72px);
  }
  mor-grid.gutter-s > .row > .xl-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.4167 + 80px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-10 {
    left: calc((100% - 184px) * 0.4167 + 80px);
  }
  mor-grid.gutter-s > .row > .xl-pull-10 {
    right: calc((100% - 184px) * 0.4167 + 80px);
  }
  mor-grid.gutter-s > .row > .xl-col-11 {
    width: calc((100% - 184px) * 0.4583 + 80px);
  }
  mor-grid.gutter-s > .row > .xl-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.4583 + 88px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-11 {
    left: calc((100% - 184px) * 0.4583 + 88px);
  }
  mor-grid.gutter-s > .row > .xl-pull-11 {
    right: calc((100% - 184px) * 0.4583 + 88px);
  }
  mor-grid.gutter-s > .row > .xl-col-12 {
    width: calc((100% - 184px) * 0.5 + 88px);
  }
  mor-grid.gutter-s > .row > .xl-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.5 + 96px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-12 {
    left: calc((100% - 184px) * 0.5 + 96px);
  }
  mor-grid.gutter-s > .row > .xl-pull-12 {
    right: calc((100% - 184px) * 0.5 + 96px);
  }
  mor-grid.gutter-s > .row > .xl-col-13 {
    width: calc((100% - 184px) * 0.5417 + 96px);
  }
  mor-grid.gutter-s > .row > .xl-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.5417 + 104px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-13 {
    left: calc((100% - 184px) * 0.5417 + 104px);
  }
  mor-grid.gutter-s > .row > .xl-pull-13 {
    right: calc((100% - 184px) * 0.5417 + 104px);
  }
  mor-grid.gutter-s > .row > .xl-col-14 {
    width: calc((100% - 184px) * 0.5833 + 104px);
  }
  mor-grid.gutter-s > .row > .xl-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.5833 + 112px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-14 {
    left: calc((100% - 184px) * 0.5833 + 112px);
  }
  mor-grid.gutter-s > .row > .xl-pull-14 {
    right: calc((100% - 184px) * 0.5833 + 112px);
  }
  mor-grid.gutter-s > .row > .xl-col-15 {
    width: calc((100% - 184px) * 0.625 + 112px);
  }
  mor-grid.gutter-s > .row > .xl-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.625 + 120px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-15 {
    left: calc((100% - 184px) * 0.625 + 120px);
  }
  mor-grid.gutter-s > .row > .xl-pull-15 {
    right: calc((100% - 184px) * 0.625 + 120px);
  }
  mor-grid.gutter-s > .row > .xl-col-16 {
    width: calc((100% - 184px) * 0.6667 + 120px);
  }
  mor-grid.gutter-s > .row > .xl-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.6667 + 128px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-16 {
    left: calc((100% - 184px) * 0.6667 + 128px);
  }
  mor-grid.gutter-s > .row > .xl-pull-16 {
    right: calc((100% - 184px) * 0.6667 + 128px);
  }
  mor-grid.gutter-s > .row > .xl-col-17 {
    width: calc((100% - 184px) * 0.7083 + 128px);
  }
  mor-grid.gutter-s > .row > .xl-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.7083 + 136px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-17 {
    left: calc((100% - 184px) * 0.7083 + 136px);
  }
  mor-grid.gutter-s > .row > .xl-pull-17 {
    right: calc((100% - 184px) * 0.7083 + 136px);
  }
  mor-grid.gutter-s > .row > .xl-col-18 {
    width: calc((100% - 184px) * 0.75 + 136px);
  }
  mor-grid.gutter-s > .row > .xl-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.75 + 144px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-18 {
    left: calc((100% - 184px) * 0.75 + 144px);
  }
  mor-grid.gutter-s > .row > .xl-pull-18 {
    right: calc((100% - 184px) * 0.75 + 144px);
  }
  mor-grid.gutter-s > .row > .xl-col-19 {
    width: calc((100% - 184px) * 0.7917 + 144px);
  }
  mor-grid.gutter-s > .row > .xl-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.7917 + 152px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-19 {
    left: calc((100% - 184px) * 0.7917 + 152px);
  }
  mor-grid.gutter-s > .row > .xl-pull-19 {
    right: calc((100% - 184px) * 0.7917 + 152px);
  }
  mor-grid.gutter-s > .row > .xl-col-20 {
    width: calc((100% - 184px) * 0.8333 + 152px);
  }
  mor-grid.gutter-s > .row > .xl-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.8333 + 160px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-20 {
    left: calc((100% - 184px) * 0.8333 + 160px);
  }
  mor-grid.gutter-s > .row > .xl-pull-20 {
    right: calc((100% - 184px) * 0.8333 + 160px);
  }
  mor-grid.gutter-s > .row > .xl-col-21 {
    width: calc((100% - 184px) * 0.875 + 160px);
  }
  mor-grid.gutter-s > .row > .xl-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.875 + 168px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-21 {
    left: calc((100% - 184px) * 0.875 + 168px);
  }
  mor-grid.gutter-s > .row > .xl-pull-21 {
    right: calc((100% - 184px) * 0.875 + 168px);
  }
  mor-grid.gutter-s > .row > .xl-col-22 {
    width: calc((100% - 184px) * 0.9167 + 168px);
  }
  mor-grid.gutter-s > .row > .xl-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.9167 + 176px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-22 {
    left: calc((100% - 184px) * 0.9167 + 176px);
  }
  mor-grid.gutter-s > .row > .xl-pull-22 {
    right: calc((100% - 184px) * 0.9167 + 176px);
  }
  mor-grid.gutter-s > .row > .xl-col-23 {
    width: calc((100% - 184px) * 0.9583 + 176px);
  }
  mor-grid.gutter-s > .row > .xl-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 184px) * 0.9583 + 184px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s > .row > .xl-push-23 {
    left: calc((100% - 184px) * 0.9583 + 184px);
  }
  mor-grid.gutter-s > .row > .xl-pull-23 {
    right: calc((100% - 184px) * 0.9583 + 184px);
  }
  mor-grid.gutter-s > .row > .xl-col-24 {
    width: 100%;
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-1 {
    width: calc((100% - 192px) * 0.0417 + 0px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.0417 + 12px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-1 {
    left: calc((100% - 192px) * 0.0417 + 8px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-1 {
    right: calc((100% - 192px) * 0.0417 + 8px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-2 {
    width: calc((100% - 192px) * 0.0833 + 8px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.0833 + 20px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-2 {
    left: calc((100% - 192px) * 0.0833 + 16px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-2 {
    right: calc((100% - 192px) * 0.0833 + 16px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-3 {
    width: calc((100% - 192px) * 0.125 + 16px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.125 + 28px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-3 {
    left: calc((100% - 192px) * 0.125 + 24px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-3 {
    right: calc((100% - 192px) * 0.125 + 24px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-4 {
    width: calc((100% - 192px) * 0.1667 + 24px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.1667 + 36px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-4 {
    left: calc((100% - 192px) * 0.1667 + 32px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-4 {
    right: calc((100% - 192px) * 0.1667 + 32px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-5 {
    width: calc((100% - 192px) * 0.2083 + 32px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.2083 + 44px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-5 {
    left: calc((100% - 192px) * 0.2083 + 40px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-5 {
    right: calc((100% - 192px) * 0.2083 + 40px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-6 {
    width: calc((100% - 192px) * 0.25 + 40px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.25 + 52px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-6 {
    left: calc((100% - 192px) * 0.25 + 48px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-6 {
    right: calc((100% - 192px) * 0.25 + 48px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-7 {
    width: calc((100% - 192px) * 0.2917 + 48px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.2917 + 60px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-7 {
    left: calc((100% - 192px) * 0.2917 + 56px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-7 {
    right: calc((100% - 192px) * 0.2917 + 56px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-8 {
    width: calc((100% - 192px) * 0.3333 + 56px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.3333 + 68px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-8 {
    left: calc((100% - 192px) * 0.3333 + 64px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-8 {
    right: calc((100% - 192px) * 0.3333 + 64px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-9 {
    width: calc((100% - 192px) * 0.375 + 64px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.375 + 76px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-9 {
    left: calc((100% - 192px) * 0.375 + 72px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-9 {
    right: calc((100% - 192px) * 0.375 + 72px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-10 {
    width: calc((100% - 192px) * 0.4167 + 72px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.4167 + 84px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-10 {
    left: calc((100% - 192px) * 0.4167 + 80px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-10 {
    right: calc((100% - 192px) * 0.4167 + 80px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-11 {
    width: calc((100% - 192px) * 0.4583 + 80px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.4583 + 92px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-11 {
    left: calc((100% - 192px) * 0.4583 + 88px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-11 {
    right: calc((100% - 192px) * 0.4583 + 88px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-12 {
    width: calc((100% - 192px) * 0.5 + 88px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.5 + 100px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-12 {
    left: calc((100% - 192px) * 0.5 + 96px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-12 {
    right: calc((100% - 192px) * 0.5 + 96px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-13 {
    width: calc((100% - 192px) * 0.5417 + 96px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.5417 + 108px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-13 {
    left: calc((100% - 192px) * 0.5417 + 104px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-13 {
    right: calc((100% - 192px) * 0.5417 + 104px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-14 {
    width: calc((100% - 192px) * 0.5833 + 104px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.5833 + 116px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-14 {
    left: calc((100% - 192px) * 0.5833 + 112px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-14 {
    right: calc((100% - 192px) * 0.5833 + 112px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-15 {
    width: calc((100% - 192px) * 0.625 + 112px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.625 + 124px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-15 {
    left: calc((100% - 192px) * 0.625 + 120px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-15 {
    right: calc((100% - 192px) * 0.625 + 120px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-16 {
    width: calc((100% - 192px) * 0.6667 + 120px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.6667 + 132px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-16 {
    left: calc((100% - 192px) * 0.6667 + 128px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-16 {
    right: calc((100% - 192px) * 0.6667 + 128px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-17 {
    width: calc((100% - 192px) * 0.7083 + 128px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.7083 + 140px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-17 {
    left: calc((100% - 192px) * 0.7083 + 136px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-17 {
    right: calc((100% - 192px) * 0.7083 + 136px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-18 {
    width: calc((100% - 192px) * 0.75 + 136px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.75 + 148px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-18 {
    left: calc((100% - 192px) * 0.75 + 144px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-18 {
    right: calc((100% - 192px) * 0.75 + 144px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-19 {
    width: calc((100% - 192px) * 0.7917 + 144px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.7917 + 156px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-19 {
    left: calc((100% - 192px) * 0.7917 + 152px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-19 {
    right: calc((100% - 192px) * 0.7917 + 152px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-20 {
    width: calc((100% - 192px) * 0.8333 + 152px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.8333 + 164px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-20 {
    left: calc((100% - 192px) * 0.8333 + 160px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-20 {
    right: calc((100% - 192px) * 0.8333 + 160px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-21 {
    width: calc((100% - 192px) * 0.875 + 160px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.875 + 172px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-21 {
    left: calc((100% - 192px) * 0.875 + 168px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-21 {
    right: calc((100% - 192px) * 0.875 + 168px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-22 {
    width: calc((100% - 192px) * 0.9167 + 168px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.9167 + 180px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-22 {
    left: calc((100% - 192px) * 0.9167 + 176px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-22 {
    right: calc((100% - 192px) * 0.9167 + 176px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-23 {
    width: calc((100% - 192px) * 0.9583 + 176px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 192px) * 0.9583 + 188px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-s.space-around > .row > .xl-push-23 {
    left: calc((100% - 192px) * 0.9583 + 184px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-pull-23 {
    right: calc((100% - 192px) * 0.9583 + 184px);
  }
  mor-grid.gutter-s.space-around > .row > .xl-col-24 {
    width: 100%;
  }
  mor-grid.gutter-m > .row > .xl-col-1,
  mor-grid > .row > .xl-col-1 {
    width: calc((100% - 368px) * 0.0417 + 0px);
  }
  mor-grid.gutter-m > .row > .xl-offset-1,
  mor-grid > .row > .xl-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.0417 + 16px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-1,
  mor-grid > .row > .xl-push-1 {
    left: calc((100% - 368px) * 0.0417 + 16px);
  }
  mor-grid.gutter-m > .row > .xl-pull-1,
  mor-grid > .row > .xl-pull-1 {
    right: calc((100% - 368px) * 0.0417 + 16px);
  }
  mor-grid.gutter-m > .row > .xl-col-2,
  mor-grid > .row > .xl-col-2 {
    width: calc((100% - 368px) * 0.0833 + 16px);
  }
  mor-grid.gutter-m > .row > .xl-offset-2,
  mor-grid > .row > .xl-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.0833 + 32px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-2,
  mor-grid > .row > .xl-push-2 {
    left: calc((100% - 368px) * 0.0833 + 32px);
  }
  mor-grid.gutter-m > .row > .xl-pull-2,
  mor-grid > .row > .xl-pull-2 {
    right: calc((100% - 368px) * 0.0833 + 32px);
  }
  mor-grid.gutter-m > .row > .xl-col-3,
  mor-grid > .row > .xl-col-3 {
    width: calc((100% - 368px) * 0.125 + 32px);
  }
  mor-grid.gutter-m > .row > .xl-offset-3,
  mor-grid > .row > .xl-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.125 + 48px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-3,
  mor-grid > .row > .xl-push-3 {
    left: calc((100% - 368px) * 0.125 + 48px);
  }
  mor-grid.gutter-m > .row > .xl-pull-3,
  mor-grid > .row > .xl-pull-3 {
    right: calc((100% - 368px) * 0.125 + 48px);
  }
  mor-grid.gutter-m > .row > .xl-col-4,
  mor-grid > .row > .xl-col-4 {
    width: calc((100% - 368px) * 0.1667 + 48px);
  }
  mor-grid.gutter-m > .row > .xl-offset-4,
  mor-grid > .row > .xl-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.1667 + 64px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-4,
  mor-grid > .row > .xl-push-4 {
    left: calc((100% - 368px) * 0.1667 + 64px);
  }
  mor-grid.gutter-m > .row > .xl-pull-4,
  mor-grid > .row > .xl-pull-4 {
    right: calc((100% - 368px) * 0.1667 + 64px);
  }
  mor-grid.gutter-m > .row > .xl-col-5,
  mor-grid > .row > .xl-col-5 {
    width: calc((100% - 368px) * 0.2083 + 64px);
  }
  mor-grid.gutter-m > .row > .xl-offset-5,
  mor-grid > .row > .xl-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.2083 + 80px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-5,
  mor-grid > .row > .xl-push-5 {
    left: calc((100% - 368px) * 0.2083 + 80px);
  }
  mor-grid.gutter-m > .row > .xl-pull-5,
  mor-grid > .row > .xl-pull-5 {
    right: calc((100% - 368px) * 0.2083 + 80px);
  }
  mor-grid.gutter-m > .row > .xl-col-6,
  mor-grid > .row > .xl-col-6 {
    width: calc((100% - 368px) * 0.25 + 80px);
  }
  mor-grid.gutter-m > .row > .xl-offset-6,
  mor-grid > .row > .xl-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.25 + 96px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-6,
  mor-grid > .row > .xl-push-6 {
    left: calc((100% - 368px) * 0.25 + 96px);
  }
  mor-grid.gutter-m > .row > .xl-pull-6,
  mor-grid > .row > .xl-pull-6 {
    right: calc((100% - 368px) * 0.25 + 96px);
  }
  mor-grid.gutter-m > .row > .xl-col-7,
  mor-grid > .row > .xl-col-7 {
    width: calc((100% - 368px) * 0.2917 + 96px);
  }
  mor-grid.gutter-m > .row > .xl-offset-7,
  mor-grid > .row > .xl-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.2917 + 112px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-7,
  mor-grid > .row > .xl-push-7 {
    left: calc((100% - 368px) * 0.2917 + 112px);
  }
  mor-grid.gutter-m > .row > .xl-pull-7,
  mor-grid > .row > .xl-pull-7 {
    right: calc((100% - 368px) * 0.2917 + 112px);
  }
  mor-grid.gutter-m > .row > .xl-col-8,
  mor-grid > .row > .xl-col-8 {
    width: calc((100% - 368px) * 0.3333 + 112px);
  }
  mor-grid.gutter-m > .row > .xl-offset-8,
  mor-grid > .row > .xl-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.3333 + 128px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-8,
  mor-grid > .row > .xl-push-8 {
    left: calc((100% - 368px) * 0.3333 + 128px);
  }
  mor-grid.gutter-m > .row > .xl-pull-8,
  mor-grid > .row > .xl-pull-8 {
    right: calc((100% - 368px) * 0.3333 + 128px);
  }
  mor-grid.gutter-m > .row > .xl-col-9,
  mor-grid > .row > .xl-col-9 {
    width: calc((100% - 368px) * 0.375 + 128px);
  }
  mor-grid.gutter-m > .row > .xl-offset-9,
  mor-grid > .row > .xl-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.375 + 144px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-9,
  mor-grid > .row > .xl-push-9 {
    left: calc((100% - 368px) * 0.375 + 144px);
  }
  mor-grid.gutter-m > .row > .xl-pull-9,
  mor-grid > .row > .xl-pull-9 {
    right: calc((100% - 368px) * 0.375 + 144px);
  }
  mor-grid.gutter-m > .row > .xl-col-10,
  mor-grid > .row > .xl-col-10 {
    width: calc((100% - 368px) * 0.4167 + 144px);
  }
  mor-grid.gutter-m > .row > .xl-offset-10,
  mor-grid > .row > .xl-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.4167 + 160px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-10,
  mor-grid > .row > .xl-push-10 {
    left: calc((100% - 368px) * 0.4167 + 160px);
  }
  mor-grid.gutter-m > .row > .xl-pull-10,
  mor-grid > .row > .xl-pull-10 {
    right: calc((100% - 368px) * 0.4167 + 160px);
  }
  mor-grid.gutter-m > .row > .xl-col-11,
  mor-grid > .row > .xl-col-11 {
    width: calc((100% - 368px) * 0.4583 + 160px);
  }
  mor-grid.gutter-m > .row > .xl-offset-11,
  mor-grid > .row > .xl-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.4583 + 176px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-11,
  mor-grid > .row > .xl-push-11 {
    left: calc((100% - 368px) * 0.4583 + 176px);
  }
  mor-grid.gutter-m > .row > .xl-pull-11,
  mor-grid > .row > .xl-pull-11 {
    right: calc((100% - 368px) * 0.4583 + 176px);
  }
  mor-grid.gutter-m > .row > .xl-col-12,
  mor-grid > .row > .xl-col-12 {
    width: calc((100% - 368px) * 0.5 + 176px);
  }
  mor-grid.gutter-m > .row > .xl-offset-12,
  mor-grid > .row > .xl-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.5 + 192px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-12,
  mor-grid > .row > .xl-push-12 {
    left: calc((100% - 368px) * 0.5 + 192px);
  }
  mor-grid.gutter-m > .row > .xl-pull-12,
  mor-grid > .row > .xl-pull-12 {
    right: calc((100% - 368px) * 0.5 + 192px);
  }
  mor-grid.gutter-m > .row > .xl-col-13,
  mor-grid > .row > .xl-col-13 {
    width: calc((100% - 368px) * 0.5417 + 192px);
  }
  mor-grid.gutter-m > .row > .xl-offset-13,
  mor-grid > .row > .xl-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.5417 + 208px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-13,
  mor-grid > .row > .xl-push-13 {
    left: calc((100% - 368px) * 0.5417 + 208px);
  }
  mor-grid.gutter-m > .row > .xl-pull-13,
  mor-grid > .row > .xl-pull-13 {
    right: calc((100% - 368px) * 0.5417 + 208px);
  }
  mor-grid.gutter-m > .row > .xl-col-14,
  mor-grid > .row > .xl-col-14 {
    width: calc((100% - 368px) * 0.5833 + 208px);
  }
  mor-grid.gutter-m > .row > .xl-offset-14,
  mor-grid > .row > .xl-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.5833 + 224px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-14,
  mor-grid > .row > .xl-push-14 {
    left: calc((100% - 368px) * 0.5833 + 224px);
  }
  mor-grid.gutter-m > .row > .xl-pull-14,
  mor-grid > .row > .xl-pull-14 {
    right: calc((100% - 368px) * 0.5833 + 224px);
  }
  mor-grid.gutter-m > .row > .xl-col-15,
  mor-grid > .row > .xl-col-15 {
    width: calc((100% - 368px) * 0.625 + 224px);
  }
  mor-grid.gutter-m > .row > .xl-offset-15,
  mor-grid > .row > .xl-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.625 + 240px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-15,
  mor-grid > .row > .xl-push-15 {
    left: calc((100% - 368px) * 0.625 + 240px);
  }
  mor-grid.gutter-m > .row > .xl-pull-15,
  mor-grid > .row > .xl-pull-15 {
    right: calc((100% - 368px) * 0.625 + 240px);
  }
  mor-grid.gutter-m > .row > .xl-col-16,
  mor-grid > .row > .xl-col-16 {
    width: calc((100% - 368px) * 0.6667 + 240px);
  }
  mor-grid.gutter-m > .row > .xl-offset-16,
  mor-grid > .row > .xl-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.6667 + 256px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-16,
  mor-grid > .row > .xl-push-16 {
    left: calc((100% - 368px) * 0.6667 + 256px);
  }
  mor-grid.gutter-m > .row > .xl-pull-16,
  mor-grid > .row > .xl-pull-16 {
    right: calc((100% - 368px) * 0.6667 + 256px);
  }
  mor-grid.gutter-m > .row > .xl-col-17,
  mor-grid > .row > .xl-col-17 {
    width: calc((100% - 368px) * 0.7083 + 256px);
  }
  mor-grid.gutter-m > .row > .xl-offset-17,
  mor-grid > .row > .xl-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.7083 + 272px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-17,
  mor-grid > .row > .xl-push-17 {
    left: calc((100% - 368px) * 0.7083 + 272px);
  }
  mor-grid.gutter-m > .row > .xl-pull-17,
  mor-grid > .row > .xl-pull-17 {
    right: calc((100% - 368px) * 0.7083 + 272px);
  }
  mor-grid.gutter-m > .row > .xl-col-18,
  mor-grid > .row > .xl-col-18 {
    width: calc((100% - 368px) * 0.75 + 272px);
  }
  mor-grid.gutter-m > .row > .xl-offset-18,
  mor-grid > .row > .xl-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.75 + 288px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-18,
  mor-grid > .row > .xl-push-18 {
    left: calc((100% - 368px) * 0.75 + 288px);
  }
  mor-grid.gutter-m > .row > .xl-pull-18,
  mor-grid > .row > .xl-pull-18 {
    right: calc((100% - 368px) * 0.75 + 288px);
  }
  mor-grid.gutter-m > .row > .xl-col-19,
  mor-grid > .row > .xl-col-19 {
    width: calc((100% - 368px) * 0.7917 + 288px);
  }
  mor-grid.gutter-m > .row > .xl-offset-19,
  mor-grid > .row > .xl-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.7917 + 304px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-19,
  mor-grid > .row > .xl-push-19 {
    left: calc((100% - 368px) * 0.7917 + 304px);
  }
  mor-grid.gutter-m > .row > .xl-pull-19,
  mor-grid > .row > .xl-pull-19 {
    right: calc((100% - 368px) * 0.7917 + 304px);
  }
  mor-grid.gutter-m > .row > .xl-col-20,
  mor-grid > .row > .xl-col-20 {
    width: calc((100% - 368px) * 0.8333 + 304px);
  }
  mor-grid.gutter-m > .row > .xl-offset-20,
  mor-grid > .row > .xl-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.8333 + 320px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-20,
  mor-grid > .row > .xl-push-20 {
    left: calc((100% - 368px) * 0.8333 + 320px);
  }
  mor-grid.gutter-m > .row > .xl-pull-20,
  mor-grid > .row > .xl-pull-20 {
    right: calc((100% - 368px) * 0.8333 + 320px);
  }
  mor-grid.gutter-m > .row > .xl-col-21,
  mor-grid > .row > .xl-col-21 {
    width: calc((100% - 368px) * 0.875 + 320px);
  }
  mor-grid.gutter-m > .row > .xl-offset-21,
  mor-grid > .row > .xl-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.875 + 336px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-21,
  mor-grid > .row > .xl-push-21 {
    left: calc((100% - 368px) * 0.875 + 336px);
  }
  mor-grid.gutter-m > .row > .xl-pull-21,
  mor-grid > .row > .xl-pull-21 {
    right: calc((100% - 368px) * 0.875 + 336px);
  }
  mor-grid.gutter-m > .row > .xl-col-22,
  mor-grid > .row > .xl-col-22 {
    width: calc((100% - 368px) * 0.9167 + 336px);
  }
  mor-grid.gutter-m > .row > .xl-offset-22,
  mor-grid > .row > .xl-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.9167 + 352px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-22,
  mor-grid > .row > .xl-push-22 {
    left: calc((100% - 368px) * 0.9167 + 352px);
  }
  mor-grid.gutter-m > .row > .xl-pull-22,
  mor-grid > .row > .xl-pull-22 {
    right: calc((100% - 368px) * 0.9167 + 352px);
  }
  mor-grid.gutter-m > .row > .xl-col-23,
  mor-grid > .row > .xl-col-23 {
    width: calc((100% - 368px) * 0.9583 + 352px);
  }
  mor-grid.gutter-m > .row > .xl-offset-23,
  mor-grid > .row > .xl-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 368px) * 0.9583 + 368px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m > .row > .xl-push-23,
  mor-grid > .row > .xl-push-23 {
    left: calc((100% - 368px) * 0.9583 + 368px);
  }
  mor-grid.gutter-m > .row > .xl-pull-23,
  mor-grid > .row > .xl-pull-23 {
    right: calc((100% - 368px) * 0.9583 + 368px);
  }
  mor-grid.gutter-m > .row > .xl-col-24,
  mor-grid > .row > .xl-col-24 {
    width: 100%;
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-1,
  mor-grid.space-around > .row > .xl-col-1 {
    width: calc((100% - 384px) * 0.0417 + 0px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-1,
  mor-grid.space-around > .row > .xl-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.0417 + 24px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-1,
  mor-grid.space-around > .row > .xl-push-1 {
    left: calc((100% - 384px) * 0.0417 + 16px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-1,
  mor-grid.space-around > .row > .xl-pull-1 {
    right: calc((100% - 384px) * 0.0417 + 16px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-2,
  mor-grid.space-around > .row > .xl-col-2 {
    width: calc((100% - 384px) * 0.0833 + 16px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-2,
  mor-grid.space-around > .row > .xl-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.0833 + 40px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-2,
  mor-grid.space-around > .row > .xl-push-2 {
    left: calc((100% - 384px) * 0.0833 + 32px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-2,
  mor-grid.space-around > .row > .xl-pull-2 {
    right: calc((100% - 384px) * 0.0833 + 32px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-3,
  mor-grid.space-around > .row > .xl-col-3 {
    width: calc((100% - 384px) * 0.125 + 32px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-3,
  mor-grid.space-around > .row > .xl-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.125 + 56px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-3,
  mor-grid.space-around > .row > .xl-push-3 {
    left: calc((100% - 384px) * 0.125 + 48px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-3,
  mor-grid.space-around > .row > .xl-pull-3 {
    right: calc((100% - 384px) * 0.125 + 48px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-4,
  mor-grid.space-around > .row > .xl-col-4 {
    width: calc((100% - 384px) * 0.1667 + 48px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-4,
  mor-grid.space-around > .row > .xl-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.1667 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-4,
  mor-grid.space-around > .row > .xl-push-4 {
    left: calc((100% - 384px) * 0.1667 + 64px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-4,
  mor-grid.space-around > .row > .xl-pull-4 {
    right: calc((100% - 384px) * 0.1667 + 64px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-5,
  mor-grid.space-around > .row > .xl-col-5 {
    width: calc((100% - 384px) * 0.2083 + 64px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-5,
  mor-grid.space-around > .row > .xl-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.2083 + 88px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-5,
  mor-grid.space-around > .row > .xl-push-5 {
    left: calc((100% - 384px) * 0.2083 + 80px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-5,
  mor-grid.space-around > .row > .xl-pull-5 {
    right: calc((100% - 384px) * 0.2083 + 80px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-6,
  mor-grid.space-around > .row > .xl-col-6 {
    width: calc((100% - 384px) * 0.25 + 80px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-6,
  mor-grid.space-around > .row > .xl-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.25 + 104px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-6,
  mor-grid.space-around > .row > .xl-push-6 {
    left: calc((100% - 384px) * 0.25 + 96px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-6,
  mor-grid.space-around > .row > .xl-pull-6 {
    right: calc((100% - 384px) * 0.25 + 96px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-7,
  mor-grid.space-around > .row > .xl-col-7 {
    width: calc((100% - 384px) * 0.2917 + 96px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-7,
  mor-grid.space-around > .row > .xl-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.2917 + 120px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-7,
  mor-grid.space-around > .row > .xl-push-7 {
    left: calc((100% - 384px) * 0.2917 + 112px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-7,
  mor-grid.space-around > .row > .xl-pull-7 {
    right: calc((100% - 384px) * 0.2917 + 112px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-8,
  mor-grid.space-around > .row > .xl-col-8 {
    width: calc((100% - 384px) * 0.3333 + 112px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-8,
  mor-grid.space-around > .row > .xl-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.3333 + 136px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-8,
  mor-grid.space-around > .row > .xl-push-8 {
    left: calc((100% - 384px) * 0.3333 + 128px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-8,
  mor-grid.space-around > .row > .xl-pull-8 {
    right: calc((100% - 384px) * 0.3333 + 128px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-9,
  mor-grid.space-around > .row > .xl-col-9 {
    width: calc((100% - 384px) * 0.375 + 128px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-9,
  mor-grid.space-around > .row > .xl-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.375 + 152px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-9,
  mor-grid.space-around > .row > .xl-push-9 {
    left: calc((100% - 384px) * 0.375 + 144px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-9,
  mor-grid.space-around > .row > .xl-pull-9 {
    right: calc((100% - 384px) * 0.375 + 144px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-10,
  mor-grid.space-around > .row > .xl-col-10 {
    width: calc((100% - 384px) * 0.4167 + 144px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-10,
  mor-grid.space-around > .row > .xl-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.4167 + 168px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-10,
  mor-grid.space-around > .row > .xl-push-10 {
    left: calc((100% - 384px) * 0.4167 + 160px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-10,
  mor-grid.space-around > .row > .xl-pull-10 {
    right: calc((100% - 384px) * 0.4167 + 160px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-11,
  mor-grid.space-around > .row > .xl-col-11 {
    width: calc((100% - 384px) * 0.4583 + 160px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-11,
  mor-grid.space-around > .row > .xl-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.4583 + 184px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-11,
  mor-grid.space-around > .row > .xl-push-11 {
    left: calc((100% - 384px) * 0.4583 + 176px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-11,
  mor-grid.space-around > .row > .xl-pull-11 {
    right: calc((100% - 384px) * 0.4583 + 176px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-12,
  mor-grid.space-around > .row > .xl-col-12 {
    width: calc((100% - 384px) * 0.5 + 176px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-12,
  mor-grid.space-around > .row > .xl-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.5 + 200px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-12,
  mor-grid.space-around > .row > .xl-push-12 {
    left: calc((100% - 384px) * 0.5 + 192px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-12,
  mor-grid.space-around > .row > .xl-pull-12 {
    right: calc((100% - 384px) * 0.5 + 192px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-13,
  mor-grid.space-around > .row > .xl-col-13 {
    width: calc((100% - 384px) * 0.5417 + 192px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-13,
  mor-grid.space-around > .row > .xl-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.5417 + 216px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-13,
  mor-grid.space-around > .row > .xl-push-13 {
    left: calc((100% - 384px) * 0.5417 + 208px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-13,
  mor-grid.space-around > .row > .xl-pull-13 {
    right: calc((100% - 384px) * 0.5417 + 208px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-14,
  mor-grid.space-around > .row > .xl-col-14 {
    width: calc((100% - 384px) * 0.5833 + 208px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-14,
  mor-grid.space-around > .row > .xl-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.5833 + 232px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-14,
  mor-grid.space-around > .row > .xl-push-14 {
    left: calc((100% - 384px) * 0.5833 + 224px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-14,
  mor-grid.space-around > .row > .xl-pull-14 {
    right: calc((100% - 384px) * 0.5833 + 224px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-15,
  mor-grid.space-around > .row > .xl-col-15 {
    width: calc((100% - 384px) * 0.625 + 224px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-15,
  mor-grid.space-around > .row > .xl-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.625 + 248px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-15,
  mor-grid.space-around > .row > .xl-push-15 {
    left: calc((100% - 384px) * 0.625 + 240px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-15,
  mor-grid.space-around > .row > .xl-pull-15 {
    right: calc((100% - 384px) * 0.625 + 240px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-16,
  mor-grid.space-around > .row > .xl-col-16 {
    width: calc((100% - 384px) * 0.6667 + 240px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-16,
  mor-grid.space-around > .row > .xl-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.6667 + 264px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-16,
  mor-grid.space-around > .row > .xl-push-16 {
    left: calc((100% - 384px) * 0.6667 + 256px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-16,
  mor-grid.space-around > .row > .xl-pull-16 {
    right: calc((100% - 384px) * 0.6667 + 256px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-17,
  mor-grid.space-around > .row > .xl-col-17 {
    width: calc((100% - 384px) * 0.7083 + 256px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-17,
  mor-grid.space-around > .row > .xl-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.7083 + 280px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-17,
  mor-grid.space-around > .row > .xl-push-17 {
    left: calc((100% - 384px) * 0.7083 + 272px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-17,
  mor-grid.space-around > .row > .xl-pull-17 {
    right: calc((100% - 384px) * 0.7083 + 272px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-18,
  mor-grid.space-around > .row > .xl-col-18 {
    width: calc((100% - 384px) * 0.75 + 272px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-18,
  mor-grid.space-around > .row > .xl-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.75 + 296px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-18,
  mor-grid.space-around > .row > .xl-push-18 {
    left: calc((100% - 384px) * 0.75 + 288px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-18,
  mor-grid.space-around > .row > .xl-pull-18 {
    right: calc((100% - 384px) * 0.75 + 288px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-19,
  mor-grid.space-around > .row > .xl-col-19 {
    width: calc((100% - 384px) * 0.7917 + 288px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-19,
  mor-grid.space-around > .row > .xl-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.7917 + 312px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-19,
  mor-grid.space-around > .row > .xl-push-19 {
    left: calc((100% - 384px) * 0.7917 + 304px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-19,
  mor-grid.space-around > .row > .xl-pull-19 {
    right: calc((100% - 384px) * 0.7917 + 304px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-20,
  mor-grid.space-around > .row > .xl-col-20 {
    width: calc((100% - 384px) * 0.8333 + 304px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-20,
  mor-grid.space-around > .row > .xl-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.8333 + 328px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-20,
  mor-grid.space-around > .row > .xl-push-20 {
    left: calc((100% - 384px) * 0.8333 + 320px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-20,
  mor-grid.space-around > .row > .xl-pull-20 {
    right: calc((100% - 384px) * 0.8333 + 320px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-21,
  mor-grid.space-around > .row > .xl-col-21 {
    width: calc((100% - 384px) * 0.875 + 320px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-21,
  mor-grid.space-around > .row > .xl-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.875 + 344px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-21,
  mor-grid.space-around > .row > .xl-push-21 {
    left: calc((100% - 384px) * 0.875 + 336px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-21,
  mor-grid.space-around > .row > .xl-pull-21 {
    right: calc((100% - 384px) * 0.875 + 336px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-22,
  mor-grid.space-around > .row > .xl-col-22 {
    width: calc((100% - 384px) * 0.9167 + 336px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-22,
  mor-grid.space-around > .row > .xl-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.9167 + 360px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-22,
  mor-grid.space-around > .row > .xl-push-22 {
    left: calc((100% - 384px) * 0.9167 + 352px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-22,
  mor-grid.space-around > .row > .xl-pull-22 {
    right: calc((100% - 384px) * 0.9167 + 352px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-23,
  mor-grid.space-around > .row > .xl-col-23 {
    width: calc((100% - 384px) * 0.9583 + 352px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-offset-23,
  mor-grid.space-around > .row > .xl-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 384px) * 0.9583 + 376px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-m.space-around > .row > .xl-push-23,
  mor-grid.space-around > .row > .xl-push-23 {
    left: calc((100% - 384px) * 0.9583 + 368px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-pull-23,
  mor-grid.space-around > .row > .xl-pull-23 {
    right: calc((100% - 384px) * 0.9583 + 368px);
  }
  mor-grid.gutter-m.space-around > .row > .xl-col-24,
  mor-grid.space-around > .row > .xl-col-24 {
    width: 100%;
  }
  mor-grid.gutter-l > .row > .xl-col-1 {
    width: calc((100% - 552px) * 0.0417 + 0px);
  }
  mor-grid.gutter-l > .row > .xl-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.0417 + 24px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-1 {
    left: calc((100% - 552px) * 0.0417 + 24px);
  }
  mor-grid.gutter-l > .row > .xl-pull-1 {
    right: calc((100% - 552px) * 0.0417 + 24px);
  }
  mor-grid.gutter-l > .row > .xl-col-2 {
    width: calc((100% - 552px) * 0.0833 + 24px);
  }
  mor-grid.gutter-l > .row > .xl-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.0833 + 48px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-2 {
    left: calc((100% - 552px) * 0.0833 + 48px);
  }
  mor-grid.gutter-l > .row > .xl-pull-2 {
    right: calc((100% - 552px) * 0.0833 + 48px);
  }
  mor-grid.gutter-l > .row > .xl-col-3 {
    width: calc((100% - 552px) * 0.125 + 48px);
  }
  mor-grid.gutter-l > .row > .xl-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.125 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-3 {
    left: calc((100% - 552px) * 0.125 + 72px);
  }
  mor-grid.gutter-l > .row > .xl-pull-3 {
    right: calc((100% - 552px) * 0.125 + 72px);
  }
  mor-grid.gutter-l > .row > .xl-col-4 {
    width: calc((100% - 552px) * 0.1667 + 72px);
  }
  mor-grid.gutter-l > .row > .xl-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.1667 + 96px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-4 {
    left: calc((100% - 552px) * 0.1667 + 96px);
  }
  mor-grid.gutter-l > .row > .xl-pull-4 {
    right: calc((100% - 552px) * 0.1667 + 96px);
  }
  mor-grid.gutter-l > .row > .xl-col-5 {
    width: calc((100% - 552px) * 0.2083 + 96px);
  }
  mor-grid.gutter-l > .row > .xl-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.2083 + 120px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-5 {
    left: calc((100% - 552px) * 0.2083 + 120px);
  }
  mor-grid.gutter-l > .row > .xl-pull-5 {
    right: calc((100% - 552px) * 0.2083 + 120px);
  }
  mor-grid.gutter-l > .row > .xl-col-6 {
    width: calc((100% - 552px) * 0.25 + 120px);
  }
  mor-grid.gutter-l > .row > .xl-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.25 + 144px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-6 {
    left: calc((100% - 552px) * 0.25 + 144px);
  }
  mor-grid.gutter-l > .row > .xl-pull-6 {
    right: calc((100% - 552px) * 0.25 + 144px);
  }
  mor-grid.gutter-l > .row > .xl-col-7 {
    width: calc((100% - 552px) * 0.2917 + 144px);
  }
  mor-grid.gutter-l > .row > .xl-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.2917 + 168px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-7 {
    left: calc((100% - 552px) * 0.2917 + 168px);
  }
  mor-grid.gutter-l > .row > .xl-pull-7 {
    right: calc((100% - 552px) * 0.2917 + 168px);
  }
  mor-grid.gutter-l > .row > .xl-col-8 {
    width: calc((100% - 552px) * 0.3333 + 168px);
  }
  mor-grid.gutter-l > .row > .xl-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.3333 + 192px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-8 {
    left: calc((100% - 552px) * 0.3333 + 192px);
  }
  mor-grid.gutter-l > .row > .xl-pull-8 {
    right: calc((100% - 552px) * 0.3333 + 192px);
  }
  mor-grid.gutter-l > .row > .xl-col-9 {
    width: calc((100% - 552px) * 0.375 + 192px);
  }
  mor-grid.gutter-l > .row > .xl-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.375 + 216px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-9 {
    left: calc((100% - 552px) * 0.375 + 216px);
  }
  mor-grid.gutter-l > .row > .xl-pull-9 {
    right: calc((100% - 552px) * 0.375 + 216px);
  }
  mor-grid.gutter-l > .row > .xl-col-10 {
    width: calc((100% - 552px) * 0.4167 + 216px);
  }
  mor-grid.gutter-l > .row > .xl-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.4167 + 240px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-10 {
    left: calc((100% - 552px) * 0.4167 + 240px);
  }
  mor-grid.gutter-l > .row > .xl-pull-10 {
    right: calc((100% - 552px) * 0.4167 + 240px);
  }
  mor-grid.gutter-l > .row > .xl-col-11 {
    width: calc((100% - 552px) * 0.4583 + 240px);
  }
  mor-grid.gutter-l > .row > .xl-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.4583 + 264px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-11 {
    left: calc((100% - 552px) * 0.4583 + 264px);
  }
  mor-grid.gutter-l > .row > .xl-pull-11 {
    right: calc((100% - 552px) * 0.4583 + 264px);
  }
  mor-grid.gutter-l > .row > .xl-col-12 {
    width: calc((100% - 552px) * 0.5 + 264px);
  }
  mor-grid.gutter-l > .row > .xl-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.5 + 288px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-12 {
    left: calc((100% - 552px) * 0.5 + 288px);
  }
  mor-grid.gutter-l > .row > .xl-pull-12 {
    right: calc((100% - 552px) * 0.5 + 288px);
  }
  mor-grid.gutter-l > .row > .xl-col-13 {
    width: calc((100% - 552px) * 0.5417 + 288px);
  }
  mor-grid.gutter-l > .row > .xl-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.5417 + 312px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-13 {
    left: calc((100% - 552px) * 0.5417 + 312px);
  }
  mor-grid.gutter-l > .row > .xl-pull-13 {
    right: calc((100% - 552px) * 0.5417 + 312px);
  }
  mor-grid.gutter-l > .row > .xl-col-14 {
    width: calc((100% - 552px) * 0.5833 + 312px);
  }
  mor-grid.gutter-l > .row > .xl-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.5833 + 336px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-14 {
    left: calc((100% - 552px) * 0.5833 + 336px);
  }
  mor-grid.gutter-l > .row > .xl-pull-14 {
    right: calc((100% - 552px) * 0.5833 + 336px);
  }
  mor-grid.gutter-l > .row > .xl-col-15 {
    width: calc((100% - 552px) * 0.625 + 336px);
  }
  mor-grid.gutter-l > .row > .xl-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.625 + 360px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-15 {
    left: calc((100% - 552px) * 0.625 + 360px);
  }
  mor-grid.gutter-l > .row > .xl-pull-15 {
    right: calc((100% - 552px) * 0.625 + 360px);
  }
  mor-grid.gutter-l > .row > .xl-col-16 {
    width: calc((100% - 552px) * 0.6667 + 360px);
  }
  mor-grid.gutter-l > .row > .xl-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.6667 + 384px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-16 {
    left: calc((100% - 552px) * 0.6667 + 384px);
  }
  mor-grid.gutter-l > .row > .xl-pull-16 {
    right: calc((100% - 552px) * 0.6667 + 384px);
  }
  mor-grid.gutter-l > .row > .xl-col-17 {
    width: calc((100% - 552px) * 0.7083 + 384px);
  }
  mor-grid.gutter-l > .row > .xl-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.7083 + 408px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-17 {
    left: calc((100% - 552px) * 0.7083 + 408px);
  }
  mor-grid.gutter-l > .row > .xl-pull-17 {
    right: calc((100% - 552px) * 0.7083 + 408px);
  }
  mor-grid.gutter-l > .row > .xl-col-18 {
    width: calc((100% - 552px) * 0.75 + 408px);
  }
  mor-grid.gutter-l > .row > .xl-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.75 + 432px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-18 {
    left: calc((100% - 552px) * 0.75 + 432px);
  }
  mor-grid.gutter-l > .row > .xl-pull-18 {
    right: calc((100% - 552px) * 0.75 + 432px);
  }
  mor-grid.gutter-l > .row > .xl-col-19 {
    width: calc((100% - 552px) * 0.7917 + 432px);
  }
  mor-grid.gutter-l > .row > .xl-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.7917 + 456px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-19 {
    left: calc((100% - 552px) * 0.7917 + 456px);
  }
  mor-grid.gutter-l > .row > .xl-pull-19 {
    right: calc((100% - 552px) * 0.7917 + 456px);
  }
  mor-grid.gutter-l > .row > .xl-col-20 {
    width: calc((100% - 552px) * 0.8333 + 456px);
  }
  mor-grid.gutter-l > .row > .xl-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.8333 + 480px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-20 {
    left: calc((100% - 552px) * 0.8333 + 480px);
  }
  mor-grid.gutter-l > .row > .xl-pull-20 {
    right: calc((100% - 552px) * 0.8333 + 480px);
  }
  mor-grid.gutter-l > .row > .xl-col-21 {
    width: calc((100% - 552px) * 0.875 + 480px);
  }
  mor-grid.gutter-l > .row > .xl-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.875 + 504px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-21 {
    left: calc((100% - 552px) * 0.875 + 504px);
  }
  mor-grid.gutter-l > .row > .xl-pull-21 {
    right: calc((100% - 552px) * 0.875 + 504px);
  }
  mor-grid.gutter-l > .row > .xl-col-22 {
    width: calc((100% - 552px) * 0.9167 + 504px);
  }
  mor-grid.gutter-l > .row > .xl-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.9167 + 528px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-22 {
    left: calc((100% - 552px) * 0.9167 + 528px);
  }
  mor-grid.gutter-l > .row > .xl-pull-22 {
    right: calc((100% - 552px) * 0.9167 + 528px);
  }
  mor-grid.gutter-l > .row > .xl-col-23 {
    width: calc((100% - 552px) * 0.9583 + 528px);
  }
  mor-grid.gutter-l > .row > .xl-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 552px) * 0.9583 + 552px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l > .row > .xl-push-23 {
    left: calc((100% - 552px) * 0.9583 + 552px);
  }
  mor-grid.gutter-l > .row > .xl-pull-23 {
    right: calc((100% - 552px) * 0.9583 + 552px);
  }
  mor-grid.gutter-l > .row > .xl-col-24 {
    width: 100%;
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-1 {
    width: calc((100% - 576px) * 0.0417 + 0px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.0417 + 36px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-1 {
    left: calc((100% - 576px) * 0.0417 + 24px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-1 {
    right: calc((100% - 576px) * 0.0417 + 24px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-2 {
    width: calc((100% - 576px) * 0.0833 + 24px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.0833 + 60px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-2 {
    left: calc((100% - 576px) * 0.0833 + 48px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-2 {
    right: calc((100% - 576px) * 0.0833 + 48px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-3 {
    width: calc((100% - 576px) * 0.125 + 48px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.125 + 84px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-3 {
    left: calc((100% - 576px) * 0.125 + 72px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-3 {
    right: calc((100% - 576px) * 0.125 + 72px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-4 {
    width: calc((100% - 576px) * 0.1667 + 72px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.1667 + 108px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-4 {
    left: calc((100% - 576px) * 0.1667 + 96px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-4 {
    right: calc((100% - 576px) * 0.1667 + 96px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-5 {
    width: calc((100% - 576px) * 0.2083 + 96px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.2083 + 132px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-5 {
    left: calc((100% - 576px) * 0.2083 + 120px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-5 {
    right: calc((100% - 576px) * 0.2083 + 120px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-6 {
    width: calc((100% - 576px) * 0.25 + 120px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.25 + 156px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-6 {
    left: calc((100% - 576px) * 0.25 + 144px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-6 {
    right: calc((100% - 576px) * 0.25 + 144px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-7 {
    width: calc((100% - 576px) * 0.2917 + 144px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.2917 + 180px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-7 {
    left: calc((100% - 576px) * 0.2917 + 168px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-7 {
    right: calc((100% - 576px) * 0.2917 + 168px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-8 {
    width: calc((100% - 576px) * 0.3333 + 168px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.3333 + 204px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-8 {
    left: calc((100% - 576px) * 0.3333 + 192px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-8 {
    right: calc((100% - 576px) * 0.3333 + 192px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-9 {
    width: calc((100% - 576px) * 0.375 + 192px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.375 + 228px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-9 {
    left: calc((100% - 576px) * 0.375 + 216px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-9 {
    right: calc((100% - 576px) * 0.375 + 216px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-10 {
    width: calc((100% - 576px) * 0.4167 + 216px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.4167 + 252px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-10 {
    left: calc((100% - 576px) * 0.4167 + 240px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-10 {
    right: calc((100% - 576px) * 0.4167 + 240px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-11 {
    width: calc((100% - 576px) * 0.4583 + 240px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.4583 + 276px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-11 {
    left: calc((100% - 576px) * 0.4583 + 264px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-11 {
    right: calc((100% - 576px) * 0.4583 + 264px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-12 {
    width: calc((100% - 576px) * 0.5 + 264px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.5 + 300px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-12 {
    left: calc((100% - 576px) * 0.5 + 288px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-12 {
    right: calc((100% - 576px) * 0.5 + 288px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-13 {
    width: calc((100% - 576px) * 0.5417 + 288px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.5417 + 324px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-13 {
    left: calc((100% - 576px) * 0.5417 + 312px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-13 {
    right: calc((100% - 576px) * 0.5417 + 312px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-14 {
    width: calc((100% - 576px) * 0.5833 + 312px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.5833 + 348px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-14 {
    left: calc((100% - 576px) * 0.5833 + 336px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-14 {
    right: calc((100% - 576px) * 0.5833 + 336px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-15 {
    width: calc((100% - 576px) * 0.625 + 336px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.625 + 372px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-15 {
    left: calc((100% - 576px) * 0.625 + 360px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-15 {
    right: calc((100% - 576px) * 0.625 + 360px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-16 {
    width: calc((100% - 576px) * 0.6667 + 360px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.6667 + 396px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-16 {
    left: calc((100% - 576px) * 0.6667 + 384px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-16 {
    right: calc((100% - 576px) * 0.6667 + 384px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-17 {
    width: calc((100% - 576px) * 0.7083 + 384px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.7083 + 420px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-17 {
    left: calc((100% - 576px) * 0.7083 + 408px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-17 {
    right: calc((100% - 576px) * 0.7083 + 408px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-18 {
    width: calc((100% - 576px) * 0.75 + 408px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.75 + 444px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-18 {
    left: calc((100% - 576px) * 0.75 + 432px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-18 {
    right: calc((100% - 576px) * 0.75 + 432px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-19 {
    width: calc((100% - 576px) * 0.7917 + 432px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.7917 + 468px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-19 {
    left: calc((100% - 576px) * 0.7917 + 456px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-19 {
    right: calc((100% - 576px) * 0.7917 + 456px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-20 {
    width: calc((100% - 576px) * 0.8333 + 456px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.8333 + 492px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-20 {
    left: calc((100% - 576px) * 0.8333 + 480px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-20 {
    right: calc((100% - 576px) * 0.8333 + 480px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-21 {
    width: calc((100% - 576px) * 0.875 + 480px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.875 + 516px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-21 {
    left: calc((100% - 576px) * 0.875 + 504px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-21 {
    right: calc((100% - 576px) * 0.875 + 504px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-22 {
    width: calc((100% - 576px) * 0.9167 + 504px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.9167 + 540px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-22 {
    left: calc((100% - 576px) * 0.9167 + 528px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-22 {
    right: calc((100% - 576px) * 0.9167 + 528px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-23 {
    width: calc((100% - 576px) * 0.9583 + 528px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 576px) * 0.9583 + 564px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-l.space-around > .row > .xl-push-23 {
    left: calc((100% - 576px) * 0.9583 + 552px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-pull-23 {
    right: calc((100% - 576px) * 0.9583 + 552px);
  }
  mor-grid.gutter-l.space-around > .row > .xl-col-24 {
    width: 100%;
  }
  mor-grid.gutter-xl > .row > .xl-col-1 {
    width: calc((100% - 828px) * 0.0417 + 0px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.0417 + 36px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-1 {
    left: calc((100% - 828px) * 0.0417 + 36px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-1 {
    right: calc((100% - 828px) * 0.0417 + 36px);
  }
  mor-grid.gutter-xl > .row > .xl-col-2 {
    width: calc((100% - 828px) * 0.0833 + 36px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.0833 + 72px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-2 {
    left: calc((100% - 828px) * 0.0833 + 72px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-2 {
    right: calc((100% - 828px) * 0.0833 + 72px);
  }
  mor-grid.gutter-xl > .row > .xl-col-3 {
    width: calc((100% - 828px) * 0.125 + 72px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.125 + 108px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-3 {
    left: calc((100% - 828px) * 0.125 + 108px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-3 {
    right: calc((100% - 828px) * 0.125 + 108px);
  }
  mor-grid.gutter-xl > .row > .xl-col-4 {
    width: calc((100% - 828px) * 0.1667 + 108px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.1667 + 144px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-4 {
    left: calc((100% - 828px) * 0.1667 + 144px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-4 {
    right: calc((100% - 828px) * 0.1667 + 144px);
  }
  mor-grid.gutter-xl > .row > .xl-col-5 {
    width: calc((100% - 828px) * 0.2083 + 144px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.2083 + 180px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-5 {
    left: calc((100% - 828px) * 0.2083 + 180px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-5 {
    right: calc((100% - 828px) * 0.2083 + 180px);
  }
  mor-grid.gutter-xl > .row > .xl-col-6 {
    width: calc((100% - 828px) * 0.25 + 180px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.25 + 216px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-6 {
    left: calc((100% - 828px) * 0.25 + 216px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-6 {
    right: calc((100% - 828px) * 0.25 + 216px);
  }
  mor-grid.gutter-xl > .row > .xl-col-7 {
    width: calc((100% - 828px) * 0.2917 + 216px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.2917 + 252px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-7 {
    left: calc((100% - 828px) * 0.2917 + 252px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-7 {
    right: calc((100% - 828px) * 0.2917 + 252px);
  }
  mor-grid.gutter-xl > .row > .xl-col-8 {
    width: calc((100% - 828px) * 0.3333 + 252px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.3333 + 288px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-8 {
    left: calc((100% - 828px) * 0.3333 + 288px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-8 {
    right: calc((100% - 828px) * 0.3333 + 288px);
  }
  mor-grid.gutter-xl > .row > .xl-col-9 {
    width: calc((100% - 828px) * 0.375 + 288px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.375 + 324px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-9 {
    left: calc((100% - 828px) * 0.375 + 324px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-9 {
    right: calc((100% - 828px) * 0.375 + 324px);
  }
  mor-grid.gutter-xl > .row > .xl-col-10 {
    width: calc((100% - 828px) * 0.4167 + 324px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.4167 + 360px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-10 {
    left: calc((100% - 828px) * 0.4167 + 360px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-10 {
    right: calc((100% - 828px) * 0.4167 + 360px);
  }
  mor-grid.gutter-xl > .row > .xl-col-11 {
    width: calc((100% - 828px) * 0.4583 + 360px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.4583 + 396px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-11 {
    left: calc((100% - 828px) * 0.4583 + 396px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-11 {
    right: calc((100% - 828px) * 0.4583 + 396px);
  }
  mor-grid.gutter-xl > .row > .xl-col-12 {
    width: calc((100% - 828px) * 0.5 + 396px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.5 + 432px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-12 {
    left: calc((100% - 828px) * 0.5 + 432px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-12 {
    right: calc((100% - 828px) * 0.5 + 432px);
  }
  mor-grid.gutter-xl > .row > .xl-col-13 {
    width: calc((100% - 828px) * 0.5417 + 432px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.5417 + 468px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-13 {
    left: calc((100% - 828px) * 0.5417 + 468px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-13 {
    right: calc((100% - 828px) * 0.5417 + 468px);
  }
  mor-grid.gutter-xl > .row > .xl-col-14 {
    width: calc((100% - 828px) * 0.5833 + 468px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.5833 + 504px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-14 {
    left: calc((100% - 828px) * 0.5833 + 504px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-14 {
    right: calc((100% - 828px) * 0.5833 + 504px);
  }
  mor-grid.gutter-xl > .row > .xl-col-15 {
    width: calc((100% - 828px) * 0.625 + 504px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.625 + 540px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-15 {
    left: calc((100% - 828px) * 0.625 + 540px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-15 {
    right: calc((100% - 828px) * 0.625 + 540px);
  }
  mor-grid.gutter-xl > .row > .xl-col-16 {
    width: calc((100% - 828px) * 0.6667 + 540px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.6667 + 576px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-16 {
    left: calc((100% - 828px) * 0.6667 + 576px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-16 {
    right: calc((100% - 828px) * 0.6667 + 576px);
  }
  mor-grid.gutter-xl > .row > .xl-col-17 {
    width: calc((100% - 828px) * 0.7083 + 576px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.7083 + 612px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-17 {
    left: calc((100% - 828px) * 0.7083 + 612px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-17 {
    right: calc((100% - 828px) * 0.7083 + 612px);
  }
  mor-grid.gutter-xl > .row > .xl-col-18 {
    width: calc((100% - 828px) * 0.75 + 612px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.75 + 648px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-18 {
    left: calc((100% - 828px) * 0.75 + 648px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-18 {
    right: calc((100% - 828px) * 0.75 + 648px);
  }
  mor-grid.gutter-xl > .row > .xl-col-19 {
    width: calc((100% - 828px) * 0.7917 + 648px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.7917 + 684px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-19 {
    left: calc((100% - 828px) * 0.7917 + 684px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-19 {
    right: calc((100% - 828px) * 0.7917 + 684px);
  }
  mor-grid.gutter-xl > .row > .xl-col-20 {
    width: calc((100% - 828px) * 0.8333 + 684px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.8333 + 720px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-20 {
    left: calc((100% - 828px) * 0.8333 + 720px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-20 {
    right: calc((100% - 828px) * 0.8333 + 720px);
  }
  mor-grid.gutter-xl > .row > .xl-col-21 {
    width: calc((100% - 828px) * 0.875 + 720px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.875 + 756px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-21 {
    left: calc((100% - 828px) * 0.875 + 756px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-21 {
    right: calc((100% - 828px) * 0.875 + 756px);
  }
  mor-grid.gutter-xl > .row > .xl-col-22 {
    width: calc((100% - 828px) * 0.9167 + 756px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.9167 + 792px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-22 {
    left: calc((100% - 828px) * 0.9167 + 792px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-22 {
    right: calc((100% - 828px) * 0.9167 + 792px);
  }
  mor-grid.gutter-xl > .row > .xl-col-23 {
    width: calc((100% - 828px) * 0.9583 + 792px);
  }
  mor-grid.gutter-xl > .row > .xl-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 828px) * 0.9583 + 828px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl > .row > .xl-push-23 {
    left: calc((100% - 828px) * 0.9583 + 828px);
  }
  mor-grid.gutter-xl > .row > .xl-pull-23 {
    right: calc((100% - 828px) * 0.9583 + 828px);
  }
  mor-grid.gutter-xl > .row > .xl-col-24 {
    width: 100%;
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-1 {
    width: calc((100% - 864px) * 0.0417 + 0px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.0417 + 54px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-1 {
    left: calc((100% - 864px) * 0.0417 + 36px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-1 {
    right: calc((100% - 864px) * 0.0417 + 36px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-2 {
    width: calc((100% - 864px) * 0.0833 + 36px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.0833 + 90px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-2 {
    left: calc((100% - 864px) * 0.0833 + 72px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-2 {
    right: calc((100% - 864px) * 0.0833 + 72px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-3 {
    width: calc((100% - 864px) * 0.125 + 72px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.125 + 126px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-3 {
    left: calc((100% - 864px) * 0.125 + 108px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-3 {
    right: calc((100% - 864px) * 0.125 + 108px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-4 {
    width: calc((100% - 864px) * 0.1667 + 108px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.1667 + 162px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-4 {
    left: calc((100% - 864px) * 0.1667 + 144px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-4 {
    right: calc((100% - 864px) * 0.1667 + 144px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-5 {
    width: calc((100% - 864px) * 0.2083 + 144px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.2083 + 198px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-5 {
    left: calc((100% - 864px) * 0.2083 + 180px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-5 {
    right: calc((100% - 864px) * 0.2083 + 180px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-6 {
    width: calc((100% - 864px) * 0.25 + 180px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.25 + 234px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-6 {
    left: calc((100% - 864px) * 0.25 + 216px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-6 {
    right: calc((100% - 864px) * 0.25 + 216px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-7 {
    width: calc((100% - 864px) * 0.2917 + 216px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.2917 + 270px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-7 {
    left: calc((100% - 864px) * 0.2917 + 252px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-7 {
    right: calc((100% - 864px) * 0.2917 + 252px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-8 {
    width: calc((100% - 864px) * 0.3333 + 252px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.3333 + 306px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-8 {
    left: calc((100% - 864px) * 0.3333 + 288px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-8 {
    right: calc((100% - 864px) * 0.3333 + 288px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-9 {
    width: calc((100% - 864px) * 0.375 + 288px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.375 + 342px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-9 {
    left: calc((100% - 864px) * 0.375 + 324px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-9 {
    right: calc((100% - 864px) * 0.375 + 324px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-10 {
    width: calc((100% - 864px) * 0.4167 + 324px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.4167 + 378px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-10 {
    left: calc((100% - 864px) * 0.4167 + 360px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-10 {
    right: calc((100% - 864px) * 0.4167 + 360px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-11 {
    width: calc((100% - 864px) * 0.4583 + 360px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.4583 + 414px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-11 {
    left: calc((100% - 864px) * 0.4583 + 396px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-11 {
    right: calc((100% - 864px) * 0.4583 + 396px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-12 {
    width: calc((100% - 864px) * 0.5 + 396px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.5 + 450px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-12 {
    left: calc((100% - 864px) * 0.5 + 432px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-12 {
    right: calc((100% - 864px) * 0.5 + 432px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-13 {
    width: calc((100% - 864px) * 0.5417 + 432px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.5417 + 486px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-13 {
    left: calc((100% - 864px) * 0.5417 + 468px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-13 {
    right: calc((100% - 864px) * 0.5417 + 468px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-14 {
    width: calc((100% - 864px) * 0.5833 + 468px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.5833 + 522px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-14 {
    left: calc((100% - 864px) * 0.5833 + 504px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-14 {
    right: calc((100% - 864px) * 0.5833 + 504px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-15 {
    width: calc((100% - 864px) * 0.625 + 504px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.625 + 558px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-15 {
    left: calc((100% - 864px) * 0.625 + 540px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-15 {
    right: calc((100% - 864px) * 0.625 + 540px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-16 {
    width: calc((100% - 864px) * 0.6667 + 540px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.6667 + 594px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-16 {
    left: calc((100% - 864px) * 0.6667 + 576px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-16 {
    right: calc((100% - 864px) * 0.6667 + 576px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-17 {
    width: calc((100% - 864px) * 0.7083 + 576px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.7083 + 630px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-17 {
    left: calc((100% - 864px) * 0.7083 + 612px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-17 {
    right: calc((100% - 864px) * 0.7083 + 612px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-18 {
    width: calc((100% - 864px) * 0.75 + 612px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.75 + 666px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-18 {
    left: calc((100% - 864px) * 0.75 + 648px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-18 {
    right: calc((100% - 864px) * 0.75 + 648px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-19 {
    width: calc((100% - 864px) * 0.7917 + 648px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.7917 + 702px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-19 {
    left: calc((100% - 864px) * 0.7917 + 684px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-19 {
    right: calc((100% - 864px) * 0.7917 + 684px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-20 {
    width: calc((100% - 864px) * 0.8333 + 684px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.8333 + 738px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-20 {
    left: calc((100% - 864px) * 0.8333 + 720px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-20 {
    right: calc((100% - 864px) * 0.8333 + 720px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-21 {
    width: calc((100% - 864px) * 0.875 + 720px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.875 + 774px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-21 {
    left: calc((100% - 864px) * 0.875 + 756px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-21 {
    right: calc((100% - 864px) * 0.875 + 756px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-22 {
    width: calc((100% - 864px) * 0.9167 + 756px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.9167 + 810px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-22 {
    left: calc((100% - 864px) * 0.9167 + 792px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-22 {
    right: calc((100% - 864px) * 0.9167 + 792px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-23 {
    width: calc((100% - 864px) * 0.9583 + 792px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 864px) * 0.9583 + 846px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-xl.space-around > .row > .xl-push-23 {
    left: calc((100% - 864px) * 0.9583 + 828px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-pull-23 {
    right: calc((100% - 864px) * 0.9583 + 828px);
  }
  mor-grid.gutter-xl.space-around > .row > .xl-col-24 {
    width: 100%;
  }
  mor-grid.gutter-none > .row > .xl-col-1 {
    width: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.0417 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-1 {
    left: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-1 {
    right: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-2 {
    width: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.0833 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-2 {
    left: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-2 {
    right: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-3 {
    width: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.125 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-3 {
    left: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-3 {
    right: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-4 {
    width: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.1667 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-4 {
    left: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-4 {
    right: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-5 {
    width: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.2083 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-5 {
    left: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-5 {
    right: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-6 {
    width: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.25 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-6 {
    left: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-6 {
    right: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-7 {
    width: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.2917 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-7 {
    left: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-7 {
    right: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-8 {
    width: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.3333 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-8 {
    left: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-8 {
    right: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-9 {
    width: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.375 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-9 {
    left: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-9 {
    right: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-10 {
    width: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.4167 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-10 {
    left: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-10 {
    right: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-11 {
    width: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.4583 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-11 {
    left: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-11 {
    right: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-12 {
    width: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-12 {
    left: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-12 {
    right: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-13 {
    width: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5417 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-13 {
    left: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-13 {
    right: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-14 {
    width: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5833 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-14 {
    left: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-14 {
    right: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-15 {
    width: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.625 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-15 {
    left: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-15 {
    right: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-16 {
    width: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.6667 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-16 {
    left: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-16 {
    right: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-17 {
    width: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.7083 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-17 {
    left: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-17 {
    right: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-18 {
    width: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.75 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-18 {
    left: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-18 {
    right: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-19 {
    width: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.7917 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-19 {
    left: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-19 {
    right: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-20 {
    width: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.8333 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-20 {
    left: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-20 {
    right: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-21 {
    width: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.875 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-21 {
    left: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-21 {
    right: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-22 {
    width: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.9167 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-22 {
    left: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-22 {
    right: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-23 {
    width: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.9583 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none > .row > .xl-push-23 {
    left: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-pull-23 {
    right: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none > .row > .xl-col-24 {
    width: 100%;
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-1 {
    width: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-1 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.0417 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-1 {
    left: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-1 {
    right: calc((100% - 0px) * 0.0417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-2 {
    width: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-2 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.0833 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-2 {
    left: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-2 {
    right: calc((100% - 0px) * 0.0833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-3 {
    width: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-3 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.125 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-3 {
    left: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-3 {
    right: calc((100% - 0px) * 0.125 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-4 {
    width: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-4 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.1667 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-4 {
    left: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-4 {
    right: calc((100% - 0px) * 0.1667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-5 {
    width: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-5 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.2083 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-5 {
    left: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-5 {
    right: calc((100% - 0px) * 0.2083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-6 {
    width: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-6 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.25 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-6 {
    left: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-6 {
    right: calc((100% - 0px) * 0.25 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-7 {
    width: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-7 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.2917 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-7 {
    left: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-7 {
    right: calc((100% - 0px) * 0.2917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-8 {
    width: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-8 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.3333 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-8 {
    left: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-8 {
    right: calc((100% - 0px) * 0.3333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-9 {
    width: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-9 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.375 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-9 {
    left: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-9 {
    right: calc((100% - 0px) * 0.375 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-10 {
    width: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-10 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.4167 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-10 {
    left: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-10 {
    right: calc((100% - 0px) * 0.4167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-11 {
    width: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-11 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.4583 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-11 {
    left: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-11 {
    right: calc((100% - 0px) * 0.4583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-12 {
    width: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-12 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-12 {
    left: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-12 {
    right: calc((100% - 0px) * 0.5 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-13 {
    width: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-13 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5417 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-13 {
    left: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-13 {
    right: calc((100% - 0px) * 0.5417 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-14 {
    width: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-14 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.5833 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-14 {
    left: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-14 {
    right: calc((100% - 0px) * 0.5833 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-15 {
    width: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-15 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.625 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-15 {
    left: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-15 {
    right: calc((100% - 0px) * 0.625 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-16 {
    width: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-16 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.6667 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-16 {
    left: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-16 {
    right: calc((100% - 0px) * 0.6667 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-17 {
    width: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-17 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.7083 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-17 {
    left: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-17 {
    right: calc((100% - 0px) * 0.7083 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-18 {
    width: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-18 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.75 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-18 {
    left: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-18 {
    right: calc((100% - 0px) * 0.75 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-19 {
    width: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-19 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.7917 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-19 {
    left: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-19 {
    right: calc((100% - 0px) * 0.7917 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-20 {
    width: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-20 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.8333 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-20 {
    left: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-20 {
    right: calc((100% - 0px) * 0.8333 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-21 {
    width: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-21 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.875 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-21 {
    left: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-21 {
    right: calc((100% - 0px) * 0.875 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-22 {
    width: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-22 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.9167 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-22 {
    left: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-22 {
    right: calc((100% - 0px) * 0.9167 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-23 {
    width: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-offset-23 {
    /* stylelint-disable max-line-length */
    margin-left: calc((100% - 0px) * 0.9583 + 0px);
    /* stylelint-enable max-line-length */
  }
  mor-grid.gutter-none.space-around > .row > .xl-push-23 {
    left: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-pull-23 {
    right: calc((100% - 0px) * 0.9583 + 0px);
  }
  mor-grid.gutter-none.space-around > .row > .xl-col-24 {
    width: 100%;
  }
}
mor-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  position: relative;
  background: #FFF;
}
mor-card > .card-header,
mor-card > .card-footer {
  line-height: 1.5em;
  height: auto;
  padding: 0.5em 1em;
  border-radius: 3px 3px 0 0;
  font-size: 14px;
  flex-grow: 0;
  flex-shrink: 0;
}
mor-card > .card-footer {
  border-radius: 0 0 3px 3px;
  background: #F0F0F0;
  color: #000000;
  border-top: 1px solid #E5E5E5;
}
mor-card > .card-body {
  padding: 1em;
  box-sizing: border-box;
  width: 100%;
  flex-grow: 1;
  overflow-y: auto;
  word-break: break-all;
}
mor-card > .card-body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0);
}
mor-card > .card-body::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0);
  border-radius: 4px;
}
mor-card > .card-body:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}
mor-card.co-t > .card-header {
  background-color: #F33D5D;
  color: #FFFFFF;
}
mor-card.co-lt > .card-header {
  background-color: #F86F88;
  color: #FFFFFF;
}
mor-card.co-dt > .card-header {
  background-color: #D22343;
  color: #FFFFFF;
}
mor-card.co-s > .card-header {
  background-color: #1EB818;
}
mor-card.co-w > .card-header {
  background-color: #FA9428;
  color: #FFFFFF;
}
mor-card.co-d > .card-header {
  background-color: #FA2833;
  color: #FFFFFF;
}
mor-card.co-p > .card-header {
  background-color: #2879FA;
  color: #FFFFFF;
}
mor-card.co-m > .card-header {
  background-color: #B2B2B2;
  color: #FFFFFF;
}
mor-card.co-i > .card-header {
  background-color: #18B8B6;
  color: #FFFFFF;
}
mor-card.co-bk > .card-header {
  background-color: #000000;
  color: #FFFFFF;
}
mor-card.co-n1 > .card-header {
  background-color: #F0F0F0;
  color: #000000;
}
mor-card.co-n1 > .card-header {
  border-bottom: 1px #E5E5E5 solid;
}
mor-card.co-n2 > .card-header {
  background-color: #E5E5E5;
  color: #000000;
}
mor-card.co-n2 > .card-header {
  border-bottom: 1px #E0E0E0 solid;
}
mor-card.co-n3 > .card-header {
  background-color: #E0E0E0;
  color: #000000;
}
mor-card.co-n4 > .card-header {
  background-color: #D9D9D9;
  color: #000000;
}
mor-card.co-n5 > .card-header {
  background-color: #CCCCCC;
  color: #000000;
}
mor-card.co-n6 > .card-header {
  background-color: #B2B2B2;
  color: #FFFFFF;
}
mor-card.co-n7 > .card-header {
  background-color: #999999;
  color: #FFFFFF;
}
mor-card.co-n8 > .card-header {
  background-color: #7F7F7F;
  color: #FFFFFF;
}
mor-card.co-n9 > .card-header {
  background-color: #666666;
  color: #FFFFFF;
}
mor-card.co-n10 > .card-header {
  background-color: #4C4C4C;
  color: #FFFFFF;
}
mor-card.co-n11 > .card-header {
  background-color: #333333;
  color: #FFFFFF;
}
mor-card.co-wh > .card-header {
  background-color: #FFFFFF;
  color: #000000;
  border-bottom: 1px #E5E5E5 solid;
}
mor-card.full > .card-body {
  padding: 0;
}
mor-card.inside-padding {
  padding: 1em;
}
mor-card.inside-padding > .card-header,
mor-card.inside-padding > .card-footer {
  border-radius: 3px;
  border-top: none;
}
mor-card > .card-header {
  background-color: #F33D5D;
  color: #FFFFFF;
}
mor-box {
  display: block;
}
mor-box.fill {
  height: 100%;
}
mor-box.margin {
  margin: 32px;
}
mor-box.margin.fill {
  height: calc(100% - 16px*2);
}
mor-block {
  display: block;
  padding: 32px 24px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #F33D5D;
  color: #FFFFFF;
}
mor-block.co-t {
  background-color: #F33D5D;
  color: #FFFFFF;
}
mor-block.co-lt {
  background-color: #F86F88;
  color: #FFFFFF;
}
mor-block.co-dt {
  background-color: #D22343;
  color: #FFFFFF;
}
mor-block.co-s {
  background-color: #1EB818;
}
mor-block.co-w {
  background-color: #FA9428;
  color: #FFFFFF;
}
mor-block.co-d {
  background-color: #FA2833;
  color: #FFFFFF;
}
mor-block.co-p {
  background-color: #2879FA;
  color: #FFFFFF;
}
mor-block.co-m {
  background-color: #B2B2B2;
  color: #FFFFFF;
}
mor-block.co-i {
  background-color: #18B8B6;
  color: #FFFFFF;
}
mor-block.co-bk {
  background-color: #000000;
  color: #FFFFFF;
}
mor-block.co-n1 {
  background-color: #F0F0F0;
  color: #000000;
}
mor-block.co-n2 {
  background-color: #E5E5E5;
  color: #000000;
}
mor-block.co-n3 {
  background-color: #E0E0E0;
  color: #000000;
}
mor-block.co-n4 {
  background-color: #D9D9D9;
  color: #000000;
}
mor-block.co-n5 {
  background-color: #CCCCCC;
  color: #000000;
}
mor-block.co-n6 {
  background-color: #B2B2B2;
  color: #FFFFFF;
}
mor-block.co-n7 {
  background-color: #999999;
  color: #FFFFFF;
}
mor-block.co-n8 {
  background-color: #7F7F7F;
  color: #FFFFFF;
}
mor-block.co-n9 {
  background-color: #666666;
  color: #FFFFFF;
}
mor-block.co-n10 {
  background-color: #4C4C4C;
  color: #FFFFFF;
}
mor-block.co-n11 {
  background-color: #333333;
  color: #FFFFFF;
}
mor-block.co-wh {
  background-color: #FFFFFF;
  color: #000000;
}
mor-block.full {
  padding: 0;
}
mor-divider {
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  position: relative;
}
mor-divider::before,
mor-divider::after {
  content: ' ';
  position: absolute;
  background-color: #e5e5e5;
}
mor-divider:not(.vertical)::before,
mor-divider:not(.vertical)::after {
  height: calc(45% - 1em);
  width: 1px;
  left: 50%;
  top: 5%;
}
mor-divider:not(.vertical)::after {
  top: calc(50% + 1em);
}
mor-divider.vertical::before,
mor-divider.vertical::after {
  width: calc(45% - 1.5em);
  height: 1px;
  top: 50%;
  left: 5%;
}
mor-divider.vertical::after {
  left: calc(50% + 1.5em);
}
mor-divider:empty {
  font-size: 0;
}
mor-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
mor-center.fill {
  width: 100%;
  height: 100%;
}
mor-header {
  display: block;
  margin: 0.6em 0;
  vertical-align: middle;
  font-size: 28.8px;
  padding-left: 16px;
  border-left-width: 8px;
  color: #000000;
}
mor-header small {
  vertical-align: baseline !important;
}
mor-header.si-xxl {
  font-size: 51.2px;
  padding-left: 25.6px;
  border-left-width: 11.2px;
}
mor-header.si-xxl small {
  font-size: 28.8px;
  margin-left: 17.6px;
}
mor-header.si-xl {
  font-size: 46.08px;
  padding-left: 22.4px;
  border-left-width: 11.2px;
}
mor-header.si-xl small {
  font-size: 23.04px;
  margin-left: 14.4px;
}
mor-header.si-l {
  font-size: 34.56px;
  padding-left: 19.2px;
  border-left-width: 9.6px;
}
mor-header.si-l small {
  font-size: 17.28px;
  margin-left: 11.2px;
}
mor-header.si-m {
  font-size: 28.8px;
  padding-left: 16px;
  border-left-width: 8px;
}
mor-header.si-m small {
  font-size: 14.4px;
  margin-left: 8px;
}
mor-header.si-s {
  font-size: 23.04px;
  padding-left: 12.8px;
  border-left-width: 4.8px;
}
mor-header.si-s small {
  font-size: 11.52px;
  margin-left: 6.4px;
}
mor-header.si-xs {
  font-size: 20.16px;
  padding-left: 9.6px;
  border-left-width: 3.2px;
}
mor-header.si-xs small {
  font-size: 10.08px;
  margin-left: 4.8px;
}
mor-header.si-xxs {
  font-size: 16px;
  padding-left: 6.4px;
  border-left-width: 2.4px;
}
mor-header.si-xxs small {
  font-size: 8px;
  margin-left: 4px;
}
mor-header.co-t {
  color: #F33D5D;
}
mor-header.co-t.mark {
  border-left-color: #F33D5D;
}
mor-header.co-t.underline {
  border-bottom-color: #F33D5D;
}
mor-header.co-t small {
  color: #f78599;
}
mor-header.co-lt {
  color: #F86F88;
}
mor-header.co-lt.mark {
  border-left-color: #F86F88;
}
mor-header.co-lt.underline {
  border-bottom-color: #F86F88;
}
mor-header.co-lt small {
  color: #fcb8c4;
}
mor-header.co-dt {
  color: #D22343;
}
mor-header.co-dt.mark {
  border-left-color: #D22343;
}
mor-header.co-dt.underline {
  border-bottom-color: #D22343;
}
mor-header.co-dt small {
  color: #e45d76;
}
mor-header.co-s {
  color: #1EB818;
}
mor-header.co-s.mark {
  border-left-color: #1EB818;
}
mor-header.co-s.underline {
  border-bottom-color: #1EB818;
}
mor-header.co-s small {
  color: #1aa115;
}
mor-header.co-w {
  color: #FA9428;
}
mor-header.co-w.mark {
  border-left-color: #FA9428;
}
mor-header.co-w.underline {
  border-bottom-color: #FA9428;
}
mor-header.co-w small {
  color: #f9880f;
}
mor-header.co-d {
  color: #FA2833;
}
mor-header.co-d.mark {
  border-left-color: #FA2833;
}
mor-header.co-d.underline {
  border-bottom-color: #FA2833;
}
mor-header.co-d small {
  color: #f90f1b;
}
mor-header.co-p {
  color: #2879FA;
}
mor-header.co-p.mark {
  border-left-color: #2879FA;
}
mor-header.co-p.underline {
  border-bottom-color: #2879FA;
}
mor-header.co-p small {
  color: #0f69f9;
}
mor-header.co-m {
  color: #B2B2B2;
}
mor-header.co-m.mark {
  border-left-color: #B2B2B2;
}
mor-header.co-m.underline {
  border-bottom-color: #B2B2B2;
}
mor-header.co-m small {
  color: #d8d8d8;
}
mor-header.co-i {
  color: #18B8B6;
}
mor-header.co-i.mark {
  border-left-color: #18B8B6;
}
mor-header.co-i.underline {
  border-bottom-color: #18B8B6;
}
mor-header.co-i small {
  color: #15a1a0;
}
mor-header.co-bk {
  color: #000000;
}
mor-header.co-bk.mark {
  border-left-color: #000000;
}
mor-header.co-bk.underline {
  border-bottom-color: #000000;
}
mor-header.co-bk small {
  color: #595959;
}
mor-header.co-n1 {
  color: #F0F0F0;
}
mor-header.co-n1.mark {
  border-left-color: #F0F0F0;
}
mor-header.co-n1.underline {
  border-bottom-color: #F0F0F0;
}
mor-header.co-n1 small {
  color: #e8e8e8;
}
mor-header.co-n2 {
  color: #E5E5E5;
}
mor-header.co-n2.mark {
  border-left-color: #E5E5E5;
}
mor-header.co-n2.underline {
  border-bottom-color: #E5E5E5;
}
mor-header.co-n2 small {
  color: #d6d6d6;
}
mor-header.co-n3 {
  color: #E0E0E0;
}
mor-header.co-n3.mark {
  border-left-color: #E0E0E0;
}
mor-header.co-n3.underline {
  border-bottom-color: #E0E0E0;
}
mor-header.co-n3 small {
  color: #c9c9c9;
}
mor-header.co-n4 {
  color: #D9D9D9;
}
mor-header.co-n4.mark {
  border-left-color: #D9D9D9;
}
mor-header.co-n4.underline {
  border-bottom-color: #D9D9D9;
}
mor-header.co-n4 small {
  color: #bababa;
}
mor-header.co-n5 {
  color: #CCCCCC;
}
mor-header.co-n5.mark {
  border-left-color: #CCCCCC;
}
mor-header.co-n5.underline {
  border-bottom-color: #CCCCCC;
}
mor-header.co-n5 small {
  color: #a6a6a6;
}
mor-header.co-n6 {
  color: #B2B2B2;
}
mor-header.co-n6.mark {
  border-left-color: #B2B2B2;
}
mor-header.co-n6.underline {
  border-bottom-color: #B2B2B2;
}
mor-header.co-n6 small {
  color: #d8d8d8;
}
mor-header.co-n7 {
  color: #999999;
}
mor-header.co-n7.mark {
  border-left-color: #999999;
}
mor-header.co-n7.underline {
  border-bottom-color: #999999;
}
mor-header.co-n7 small {
  color: #c6c6c6;
}
mor-header.co-n8 {
  color: #7F7F7F;
}
mor-header.co-n8.mark {
  border-left-color: #7F7F7F;
}
mor-header.co-n8.underline {
  border-bottom-color: #7F7F7F;
}
mor-header.co-n8 small {
  color: #b2b2b2;
}
mor-header.co-n9 {
  color: #666666;
}
mor-header.co-n9.mark {
  border-left-color: #666666;
}
mor-header.co-n9.underline {
  border-bottom-color: #666666;
}
mor-header.co-n9 small {
  color: #9f9f9f;
}
mor-header.co-n10 {
  color: #4C4C4C;
}
mor-header.co-n10.mark {
  border-left-color: #4C4C4C;
}
mor-header.co-n10.underline {
  border-bottom-color: #4C4C4C;
}
mor-header.co-n10 small {
  color: #8c8c8c;
}
mor-header.co-n11 {
  color: #333333;
}
mor-header.co-n11.mark {
  border-left-color: #333333;
}
mor-header.co-n11.underline {
  border-bottom-color: #333333;
}
mor-header.co-n11 small {
  color: #797979;
}
mor-header.co-wh {
  color: #FFFFFF;
}
mor-header.co-wh.mark {
  border-left-color: #FFFFFF;
}
mor-header.co-wh.underline {
  border-bottom-color: #FFFFFF;
}
mor-header.co-wh small {
  color: #e6e6e6;
}
mor-header.mark {
  border-left-style: solid;
}
mor-header.underline {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 0.2em;
}
mor-header small {
  font-size: 14.4px;
  margin-left: 8px;
}
mor-header.mark {
  border-left-color: #000000;
}
mor-header.underline {
  border-bottom-color: #000000;
}
mor-header small {
  color: #595959;
}
mor-label {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  height: 1.8em;
  margin: 0 2px;
  overflow: hidden;
  font-size: 0;
  color: #FFFFFF;
  border-radius: 3px;
  background-color: #F33D5D;
}
mor-label.image,
mor-label.icon {
  padding: 0 !important;
}
mor-label,
mor-label > span {
  line-height: 1.8em;
}
mor-label > span {
  display: inline-block;
  line-height: 2em;
  height: 1.8em;
  vertical-align: top !important;
}
mor-label.image img {
  vertical-align: top !important;
  height: 1.8em;
  width: 1.8em;
}
mor-label.icon > .iconfont,
mor-label.icon > .mo-icon {
  display: inline-block;
  vertical-align: top !important;
  line-height: 1.8em;
}
mor-label.si-xxl {
  border-radius: 4.8px;
  margin: 8px;
}
mor-label.si-xxl,
mor-label.si-xxl > span {
  font-size: 20.8px;
  padding: 0 20.8px;
}
mor-label.si-xxl.image > span:last-child {
  padding: 0 22.4px 0 16px;
}
mor-label.si-xxl.image > span:first-child {
  padding: 0 16px 0 22.4px;
}
mor-label.si-xxl.image > img:first-child {
  border-radius: 4.8px 0 0 4.8px;
}
mor-label.si-xxl.image > img:last-child {
  border-radius: 0 4.8px 4.8px 0;
}
mor-label.si-xxl.icon > .iconfont:first-child,
mor-label.si-xxl.icon > .mo-icon:first-child {
  font-size: 22.4px;
  padding-left: 12.8px;
}
mor-label.si-xxl.icon > .iconfont:last-child,
mor-label.si-xxl.icon > .mo-icon:last-child {
  font-size: 22.4px;
  padding-right: 12.8px;
}
mor-label.si-xxl.icon > span:last-child {
  padding: 0 20.8px 0 6.4px;
}
mor-label.si-xxl.icon > span:first-child {
  padding: 0 6.4px 0 20.8px;
}
mor-label.si-xl {
  border-radius: 4.2px;
  margin: 4.8px;
}
mor-label.si-xl,
mor-label.si-xl > span {
  font-size: 19.2px;
  padding: 0 19.2px;
}
mor-label.si-xl.image > span:last-child {
  padding: 0 19.2px 0 12.8px;
}
mor-label.si-xl.image > span:first-child {
  padding: 0 12.8px 0 19.2px;
}
mor-label.si-xl.image > img:first-child {
  border-radius: 4.2px 0 0 4.2px;
}
mor-label.si-xl.image > img:last-child {
  border-radius: 0 4.2px 4.2px 0;
}
mor-label.si-xl.icon > .iconfont:first-child,
mor-label.si-xl.icon > .mo-icon:first-child {
  font-size: 19.2px;
  padding-left: 12px;
}
mor-label.si-xl.icon > .iconfont:last-child,
mor-label.si-xl.icon > .mo-icon:last-child {
  font-size: 19.2px;
  padding-right: 12px;
}
mor-label.si-xl.icon > span:last-child {
  padding: 0 19.2px 0 4.8px;
}
mor-label.si-xl.icon > span:first-child {
  padding: 0 4.8px 0 19.2px;
}
mor-label.si-l {
  border-radius: 3.6px;
  margin: 1.6px;
}
mor-label.si-l,
mor-label.si-l > span {
  font-size: 16px;
  padding: 0 16px;
}
mor-label.si-l.image > span:last-child {
  padding: 0 16px 0 11.2px;
}
mor-label.si-l.image > span:first-child {
  padding: 0 11.2px 0 16px;
}
mor-label.si-l.image > img:first-child {
  border-radius: 3.6px 0 0 3.6px;
}
mor-label.si-l.image > img:last-child {
  border-radius: 0 3.6px 3.6px 0;
}
mor-label.si-l.icon > .iconfont:first-child,
mor-label.si-l.icon > .mo-icon:first-child {
  font-size: 16px;
  padding-left: 9.6px;
}
mor-label.si-l.icon > .iconfont:last-child,
mor-label.si-l.icon > .mo-icon:last-child {
  font-size: 16px;
  padding-right: 9.6px;
}
mor-label.si-l.icon > span:last-child {
  padding: 0 16px 0 3.2px;
}
mor-label.si-l.icon > span:first-child {
  padding: 0 3.2px 0 16px;
}
mor-label.si-m {
  border-radius: 3px;
}
mor-label.si-m,
mor-label.si-m > span {
  font-size: 12.8px;
  padding: 0 12.8px 0;
}
mor-label.si-m.image > span:last-child {
  padding: 0 12.8px 0 8px;
}
mor-label.si-m.image > span:first-child {
  padding: 0 8px 0 12.8px;
}
mor-label.si-m.image > img:first-child {
  border-radius: 3px 0 0 3px;
}
mor-label.si-m.image > img:last-child {
  border-radius: 0 3px 3px 0;
}
mor-label.si-m.icon > .iconfont:first-child,
mor-label.si-m.icon > .mo-icon:first-child {
  font-size: 12.8px;
  padding-left: 8px;
}
mor-label.si-m.icon > .iconfont:last-child,
mor-label.si-m.icon > .mo-icon:last-child {
  font-size: 12.8px;
  padding-right: 8px;
}
mor-label.si-m.icon > span:last-child {
  padding: 0 12.8px 0 1.6px;
}
mor-label.si-m.icon > span:first-child {
  padding: 0 1.6px 0 12.8px;
}
mor-label.si-s {
  border-radius: 2.4px;
}
mor-label.si-s,
mor-label.si-s > span {
  font-size: 12px;
  padding: 0 9.6px 0;
}
mor-label.si-s.image > span:last-child {
  padding: 0 9.6px 0 4.8px;
}
mor-label.si-s.image > span:first-child {
  padding: 0 4.8px 0 9.6px;
}
mor-label.si-s.image > img:first-child {
  border-radius: 2.4px 0 0 2.4px;
}
mor-label.si-s.image > img:last-child {
  border-radius: 0 2.4px 2.4px 0;
}
mor-label.si-s.icon > .iconfont:first-child,
mor-label.si-s.icon > .mo-icon:first-child {
  font-size: 12.8px;
  padding-left: 6.4px;
}
mor-label.si-s.icon > .iconfont:last-child,
mor-label.si-s.icon > .mo-icon:last-child {
  font-size: 12.8px;
  padding-right: 6.4px;
}
mor-label.si-s.icon > span:last-child {
  padding: 0 9.6px 0 1.6px;
}
mor-label.si-s.icon > span:first-child {
  padding: 0 1.6px 0 9.6px;
}
mor-label.si-xs {
  border-radius: 2.25px;
}
mor-label.si-xs,
mor-label.si-xs > span {
  font-size: 12px;
  padding: 0 6.4px 0;
}
mor-label.si-xs.image > span:last-child {
  padding: 0 6.4px 0 3.2px;
}
mor-label.si-xs.image > span:first-child {
  padding: 0 3.2px 0 6.4px;
}
mor-label.si-xs.image > img:first-child {
  border-radius: 2.25px 0 0 2.25px;
}
mor-label.si-xs.image > img:last-child {
  border-radius: 0 2.25px 2.25px 0;
}
mor-label.si-xs.icon > .iconfont:first-child,
mor-label.si-xs.icon > .mo-icon:first-child {
  font-size: 12.8px;
  padding-left: 4px;
}
mor-label.si-xs.icon > .iconfont:last-child,
mor-label.si-xs.icon > .mo-icon:last-child {
  font-size: 12.8px;
  padding-right: 4px;
}
mor-label.si-xs.icon > span:last-child {
  padding: 0 6.4px 0 0px;
}
mor-label.si-xs.icon > span:first-child {
  padding: 0 0px 0 6.4px;
}
mor-label.si-xxs {
  border-radius: 2.25px;
  transform: scale(0.8);
}
mor-label.si-xxs,
mor-label.si-xxs > span {
  font-size: 12px;
  padding: 0 3.2px 0;
}
mor-label.si-xxs.image > span:last-child {
  padding: 0 3.2px 0 0px;
}
mor-label.si-xxs.image > span:first-child {
  padding: 0 0px 0 3.2px;
}
mor-label.si-xxs.image > img:first-child {
  border-radius: 1.875px 0 0 1.875px;
}
mor-label.si-xxs.image > img:last-child {
  border-radius: 0 1.875px 1.875px 0;
}
mor-label.si-xxs.icon > .iconfont:first-child,
mor-label.si-xxs.icon > .mo-icon:first-child {
  font-size: 12.8px;
  padding-left: 3.2px;
}
mor-label.si-xxs.icon > .iconfont:last-child,
mor-label.si-xxs.icon > .mo-icon:last-child {
  font-size: 12.8px;
  padding-right: 3.2px;
}
mor-label.si-xxs.icon > span:last-child {
  padding: 0 3.2px 0 0px;
}
mor-label.si-xxs.icon > span:first-child {
  padding: 0 0px 0 3.2px;
}
mor-label.co-t {
  background-color: #F33D5D;
}
mor-label.co-lt {
  background-color: #F86F88;
}
mor-label.co-dt {
  background-color: #D22343;
}
mor-label.co-s {
  background-color: #1EB818;
}
mor-label.co-w {
  background-color: #FA9428;
}
mor-label.co-d {
  background-color: #FA2833;
}
mor-label.co-p {
  background-color: #2879FA;
}
mor-label.co-m {
  background-color: #B2B2B2;
}
mor-label.co-i {
  background-color: #18B8B6;
}
mor-label.co-bk {
  background-color: #000000;
}
mor-label.co-n1 {
  background-color: #F0F0F0;
  color: #000000;
}
mor-label.co-n2 {
  background-color: #E5E5E5;
  color: #000000;
}
mor-label.co-n3 {
  background-color: #E0E0E0;
  color: #000000;
}
mor-label.co-n4 {
  background-color: #D9D9D9;
  color: #000000;
}
mor-label.co-n5 {
  background-color: #CCCCCC;
  color: #000000;
}
mor-label.co-n6 {
  background-color: #B2B2B2;
  color: #FFFFFF;
}
mor-label.co-n7 {
  background-color: #999999;
  color: #FFFFFF;
}
mor-label.co-n8 {
  background-color: #7F7F7F;
  color: #FFFFFF;
}
mor-label.co-n9 {
  background-color: #666666;
  color: #FFFFFF;
}
mor-label.co-n10 {
  background-color: #4C4C4C;
  color: #FFFFFF;
}
mor-label.co-n11 {
  background-color: #333333;
  color: #FFFFFF;
}
mor-label.co-wh {
  background-color: #FFFFFF;
  color: #000000;
}
mor-label.st-apparent {
  animation-name: apparent;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
mor-label,
mor-label > span {
  font-size: 12.8px;
  padding: 0 12.8px 0;
}
mor-label.image > span:last-child {
  padding: 0 12.8px 0 8px;
}
mor-label.image > span:first-child {
  padding: 0 8px 0 12.8px;
}
mor-label.image > img:first-child {
  border-radius: 3px 0 0 3px;
}
mor-label.image > img:last-child {
  border-radius: 0 3px 3px 0;
}
mor-label.icon > .iconfont:first-child,
mor-label.icon > .mo-icon:first-child {
  font-size: 12.8px;
  padding-left: 8px;
}
mor-label.icon > .iconfont:last-child,
mor-label.icon > .mo-icon:last-child {
  font-size: 12.8px;
  padding-right: 8px;
}
mor-label.icon > span:last-child {
  padding: 0 12.8px 0 1.6px;
}
mor-label.icon > span:first-child {
  padding: 0 1.6px 0 12.8px;
}
mor-statistic {
  display: inline-block;
  padding: 0 0.4em;
  text-align: center;
  vertical-align: middle;
}
mor-statistic .value + .label {
  margin-top: 0.3em;
}
mor-statistic .label + .value {
  margin-top: 0.3em;
}
mor-statistic .value,
mor-statistic .value > span {
  line-height: 1em;
  height: 1em;
}
mor-statistic .value > span {
  display: inline-block;
  vertical-align: top !important;
}
mor-statistic .value i {
  font-size: inherit;
  vertical-align: top !important;
  line-height: 1em;
  height: 1em;
  margin-right: 0.1em;
}
mor-statistic .value img {
  vertical-align: baseline !important;
  margin-right: 0.25em;
}
mor-statistic.horizontal .label,
mor-statistic.horizontal .value {
  display: inline-block;
}
mor-statistic.horizontal .label:last-child {
  margin-top: 0;
  margin-left: 0.2em;
}
mor-statistic.horizontal .value {
  margin-top: 0;
}
mor-statistic.horizontal .label:first-child {
  margin-top: 0.2em;
  margin-left: 0;
}
mor-statistic.horizontal .value {
  margin-top: 0;
}
mor-statistic.si-xxl .value {
  font-size: 48px;
}
mor-statistic.si-xxl .value img {
  height: 48px;
}
mor-statistic.si-xxl .label {
  font-size: 22.4px;
}
mor-statistic.si-xl .value {
  font-size: 38.4px;
}
mor-statistic.si-xl .value img {
  height: 38.4px;
}
mor-statistic.si-xl .label {
  font-size: 20.8px;
}
mor-statistic.si-l .value {
  font-size: 32px;
}
mor-statistic.si-l .value img {
  height: 32px;
}
mor-statistic.si-l .label {
  font-size: 16px;
}
mor-statistic.si-m .value {
  font-size: 28.8px;
}
mor-statistic.si-m .value img {
  height: 28.8px;
}
mor-statistic.si-m .label {
  font-size: 13px;
}
mor-statistic.si-s .value {
  font-size: 25.6px;
}
mor-statistic.si-s .value img {
  height: 25.6px;
}
mor-statistic.si-s .label {
  font-size: 13px;
}
mor-statistic.si-xs .value {
  font-size: 22.4px;
}
mor-statistic.si-xs .value img {
  height: 22.4px;
}
mor-statistic.si-xs .label {
  font-size: 12px;
}
mor-statistic.si-xxs .value {
  font-size: 19.2px;
}
mor-statistic.si-xxs .value img {
  height: 19.2px;
}
mor-statistic.si-xxs .label {
  font-size: 12px;
}
mor-statistic.co-t .value {
  color: #F33D5D;
}
mor-statistic.co-t .label {
  color: #f66d85;
}
mor-statistic.co-lt .value {
  color: #F86F88;
}
mor-statistic.co-lt .label {
  color: #faa0b0;
}
mor-statistic.co-dt .value {
  color: #D22343;
}
mor-statistic.co-dt .label {
  color: #e04864;
}
mor-statistic.co-s .value {
  color: #1EB818;
}
mor-statistic.co-s .label {
  color: #1a9d14;
}
mor-statistic.co-w .value {
  color: #FA9428;
}
mor-statistic.co-w .label {
  color: #f9850a;
}
mor-statistic.co-d .value {
  color: #FA2833;
}
mor-statistic.co-d .label {
  color: #f90a17;
}
mor-statistic.co-p .value {
  color: #2879FA;
}
mor-statistic.co-p .label {
  color: #0a66f9;
}
mor-statistic.co-m .value {
  color: #B2B2B2;
}
mor-statistic.co-m .label {
  color: #a3a3a3;
}
mor-statistic.co-i .value {
  color: #18B8B6;
}
mor-statistic.co-i .label {
  color: #149d9b;
}
mor-statistic.co-bk .value {
  color: #000000;
}
mor-statistic.co-bk .label {
  color: #4d4d4d;
}
mor-statistic.co-n1 .value {
  color: #F0F0F0;
}
mor-statistic.co-n1 .label {
  color: #ececec;
}
mor-statistic.co-n2 .value {
  color: #E5E5E5;
}
mor-statistic.co-n2 .label {
  color: #dddddd;
}
mor-statistic.co-n3 .value {
  color: #E0E0E0;
}
mor-statistic.co-n3 .label {
  color: #d5d5d5;
}
mor-statistic.co-n4 .value {
  color: #D9D9D9;
}
mor-statistic.co-n4 .label {
  color: #cacaca;
}
mor-statistic.co-n5 .value {
  color: #CCCCCC;
}
mor-statistic.co-n5 .label {
  color: #b9b9b9;
}
mor-statistic.co-n6 .value {
  color: #B2B2B2;
}
mor-statistic.co-n6 .label {
  color: #NaNNaNNaN;
}
mor-statistic.co-n7 .value {
  color: #999999;
}
mor-statistic.co-n7 .label {
  color: #NaNNaNNaN;
}
mor-statistic.co-n8 .value {
  color: #7F7F7F;
}
mor-statistic.co-n8 .label {
  color: #NaNNaNNaN;
}
mor-statistic.co-n9 .value {
  color: #666666;
}
mor-statistic.co-n9 .label {
  color: #NaNNaNNaN;
}
mor-statistic.co-n10 .value {
  color: #4C4C4C;
}
mor-statistic.co-n10 .label {
  color: #NaNNaNNaN;
}
mor-statistic.co-n11 .value {
  color: #333333;
}
mor-statistic.co-n11 .label {
  color: #NaNNaNNaN;
}
mor-statistic.co-wh .value {
  color: #FFFFFF;
}
mor-statistic.co-wh .label {
  color: #f2f2f2;
}
mor-statistic.st-apparent {
  animation-name: apparent;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
mor-statistic .value {
  font-size: 28.8px;
}
mor-statistic .value img {
  height: 28.8px;
}
mor-statistic .label {
  font-size: 13px;
}
mor-statistic .value {
  color: #000000;
}
mor-statistic .label {
  color: #4d4d4d;
}
mor-action {
  display: block;
  margin-top: 16px;
  vertical-align: middle;
  font-size: 0;
  margin-top: 14.4px;
}
mor-action:first-child {
  margin-top: 0;
}
mor-action > .title {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
}
mor-action > .title h5 {
  margin: 0;
  font-weight: 400;
}
mor-action > .title .note {
  color: #999999;
  line-height: 1.4em;
  width: 80%;
}
mor-action > .action {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding: 0.35em 0;
}
mor-action > .action > * {
  margin-right: 0.5em;
}
mor-action > .action > *:last-child {
  margin-right: 0;
}
mor-action.vertical {
  display: block;
}
mor-action.vertical > .title {
  width: 100%;
}
mor-action.vertical > .action {
  display: block;
  margin: 0;
  width: 100%;
}
mor-action.si-xxl {
  margin-top: 25.6px;
}
mor-action.si-xxl .title h5 {
  font-size: 25.6px !important;
}
mor-action.si-xxl .title .note {
  font-size: 19.2px;
}
mor-action.si-xl {
  margin-top: 22.4px;
}
mor-action.si-xl .title h5 {
  font-size: 22.4px !important;
}
mor-action.si-xl .title .note {
  font-size: 17.6px;
}
mor-action.si-l {
  margin-top: 16px;
}
mor-action.si-l .title h5 {
  font-size: 19.2px !important;
}
mor-action.si-l .title .note {
  font-size: 16px;
}
mor-action.si-m {
  margin-top: 14.4px;
}
mor-action.si-m .title h5 {
  font-size: 16px !important;
}
mor-action.si-m .title .note {
  font-size: 13px;
}
mor-action.si-s {
  margin-top: 12.8px;
}
mor-action.si-s .title h5 {
  font-size: 13px !important;
}
mor-action.si-s .title .note {
  font-size: 12px;
}
mor-action.si-xs {
  margin-top: 9.6px;
}
mor-action.si-xs .title h5 {
  font-size: 12px !important;
}
mor-action.si-xs .title .note {
  font-size: 12px;
}
mor-action.si-xxs {
  margin-top: 6.4px;
}
mor-action.si-xxs .title h5 {
  font-size: 12px !important;
}
mor-action.si-xxs .title .note {
  font-size: 12px;
}
mor-action.co-t .title h5 {
  color: #F33D5D;
}
mor-action.co-lt .title h5 {
  color: #F86F88;
}
mor-action.co-dt .title h5 {
  color: #D22343;
}
mor-action.co-s .title h5 {
  color: #1EB818;
}
mor-action.co-w .title h5 {
  color: #FA9428;
}
mor-action.co-d .title h5 {
  color: #FA2833;
}
mor-action.co-p .title h5 {
  color: #2879FA;
}
mor-action.co-m .title h5 {
  color: #B2B2B2;
}
mor-action.co-i .title h5 {
  color: #18B8B6;
}
mor-action.co-bk .title h5 {
  color: #000000;
}
mor-action.co-n1 .title h5 {
  color: #F0F0F0;
}
mor-action.co-n2 .title h5 {
  color: #E5E5E5;
}
mor-action.co-n3 .title h5 {
  color: #E0E0E0;
}
mor-action.co-n4 .title h5 {
  color: #D9D9D9;
}
mor-action.co-n5 .title h5 {
  color: #CCCCCC;
}
mor-action.co-n6 .title h5 {
  color: #B2B2B2;
}
mor-action.co-n7 .title h5 {
  color: #999999;
}
mor-action.co-n8 .title h5 {
  color: #7F7F7F;
}
mor-action.co-n9 .title h5 {
  color: #666666;
}
mor-action.co-n10 .title h5 {
  color: #4C4C4C;
}
mor-action.co-n11 .title h5 {
  color: #333333;
}
mor-action.co-wh .title h5 {
  color: #FFFFFF;
}
mor-action .title h5 {
  font-size: 16px !important;
}
mor-action .title .note {
  font-size: 13px;
}
mor-action .title h5 {
  color: #000000;
}
mor-formgroup {
  width: 100%;
  display: block;
}
mor-formgroup > header {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  background: inherit;
  margin-top: 1.875em;
}
mor-formgroup > header h5 {
  color: #666;
  font-weight: 600;
  margin: 0;
  font-size: 14px;
  line-height: 1.6em;
}
mor-formgroup > header p {
  font-size: 12px;
  color: #CCC;
  margin: 0;
}
mor-formgroup > .action {
  width: 100%;
  text-align: center;
  padding: 1.875em 0;
}
mor-formgroup .item {
  width: 90%;
  display: flex;
  flex-flow: row nowrap;
  margin-left: 5%;
  margin-right: 5%;
  padding: 1.875em 0;
}
mor-formgroup .item + .item {
  border-top: 1px #e5e5e5 solid;
}
mor-formgroup .item > .title {
  position: relative;
  width: 30%;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  margin: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  padding-right: 1em;
}
mor-formgroup .item > .title mor-center p {
  color: #BBB;
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
}
mor-formgroup .item > .content {
  width: 70%;
}
mor-formgroup .item > .content .form {
  margin-bottom: 10px;
}
mor-formgroup .item > .content .form > * {
  margin: 0;
}
mor-formgroup .item > .content .form:last-child {
  margin-bottom: 0;
}
mor-formgroup .item > .content > h6 {
  font-size: 13px;
  color: #666;
  font-weight: 400;
  margin-bottom: 0.375em;
  margin-top: 0;
}
mor-formgroup .item > .content > p {
  font-size: 12px;
  color: #AAA;
  margin-top: 0;
  margin-bottom: 0.375em;
  line-height: 1em;
  transform-origin: 0;
}
mor-formgroup .item > .content > h6 + p {
  margin: -0.15em 0 0.375em;
}
mor-formgroup.inline > header {
  margin-bottom: 1.5em;
}
mor-formgroup.inline .row {
  width: 100%;
  font-size: 0;
  display: flex;
}
mor-formgroup.inline .row .item {
  width: inherit;
  font-size: 16px;
  display: block;
  border-top: none;
  padding: 0.5em;
  margin: 0;
}
mor-formgroup.inline .row .item > .title,
mor-formgroup.inline .row .item > .content {
  display: block;
  width: 100%;
}
mor-formgroup.inline .row .item > .title {
  margin-bottom: 8px;
}
mor-formgroup.inline .row .item > .content > h6 {
  font-size: 12px;
}
mor-formgroup.inline .row .item > .content .form {
  margin-bottom: 4px;
}
mor-formgroup.item-title-left .row .item > .title {
  text-align: left;
}
mor-formgroup.item-title-left .item > .title {
  justify-content: flex-start;
}
mor-formgroup.item-title-center .row .item > .title {
  text-align: center;
}
mor-formgroup.item-title-center .item > .title {
  justify-content: center;
}
mor-formgroup.item-title-right .row .item > .title {
  text-align: right;
}
mor-formgroup.item-title-right .item > .title {
  justify-content: flex-end;
}
mor-btngroup {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  position: relative;
}
mor-btngroup mor-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
mor-btngroup.vertical > mor-btn {
  display: block;
  float: none;
  margin-bottom: 1px;
}
mor-btngroup.vertical :first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
mor-btngroup.vertical :last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 0;
}
mor-btngroup:not(.vertical) > mor-btn,
mor-btngroup.horizontal > mor-btn {
  margin-right: 1px;
}
mor-btngroup:not(.vertical) :first-child,
mor-btngroup.horizontal :first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
mor-btngroup:not(.vertical) :last-child,
mor-btngroup.horizontal :last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 0;
}
mor-btngroup > span {
  display: inline-block;
  position: absolute;
  z-index: 3;
  background-color: #FFF;
  border-radius: 100%;
  text-align: center;
  color: #B2B2B2;
}
mor-btngroup mor-btn.si-xxl + span {
  font-size: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-left: -16px;
  margin-top: 10.89072px;
}
mor-btngroup mor-btn.si-xl + span {
  font-size: 18px;
  width: 28.8px;
  height: 28.8px;
  line-height: 28.8px;
  margin-left: -14.4px;
  margin-top: 8.3984px;
}
mor-btngroup mor-btn.si-l + span {
  font-size: 16px;
  width: 25.6px;
  height: 25.6px;
  line-height: 25.6px;
  margin-left: -12.8px;
  margin-top: 7.70304px;
}
mor-btngroup mor-btn + span,
mor-btngroup mor-btn.si-m + span {
  font-size: 12px;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin-left: calc(-1em - 2px);
  margin-top: -1em;
  top: 50%;
}
mor-btngroup mor-btn.si-s + span {
  font-size: 10px;
  width: 19.2px;
  height: 19.2px;
  margin-left: -9.6px;
  line-height: 19.2px;
  margin-top: 4px;
}
mor-btngroup mor-btn.si-xs + span {
  font-size: 10px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-left: -8px;
  margin-top: 3px;
}
mor-btngroup mor-btn.si-xxs + span {
  font-size: 10px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-left: -8px;
  margin-top: 2px;
}
mor-btngroup.split > mor-btn {
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-right: 4px;
}
mor-btngroup.nogap > mor-btn {
  margin-right: 0;
}
mor-btngroup.nogap.vertical > mor-btn {
  margin-bottom: 0;
}
mor-jumbotron {
  display: block;
  padding: 20.8px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #FFF;
}
mor-jumbotron h1 {
  font-size: 57.6px !important;
  margin: 0 0 0.4em !important;
  padding: 0 !important;
  border-bottom: 0 none !important;
}
mor-jumbotron p {
  color: #808080 !important;
  font-size: 16px !important;
  margin: 14.4px 0 20.8px 0;
}
mor-article {
  display: block;
  line-height: 1.8em;
  word-break: break-word;
}
mor-article .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0.3em;
  line-height: 1.2em;
}
mor-article .meta {
  font-size: 12.8px;
  color: #999999;
  margin-bottom: 0.7em;
  line-height: 1.6em;
}
mor-article .lead {
  font-size: 22.4px;
  line-height: 1.4em;
  margin-bottom: 0.4em;
}
mor-article .body {
  font-size: 14px;
  line-height: 1.4em;
  color: #333333;
  width: 100%;
}
mor-article .body p {
  margin: 0.5em 0;
}
mor-article.underline .meta {
  padding-bottom: 0.7em;
  margin-top: -0.2em;
  border-bottom: 1px #e5e5e5 solid;
}
mor-img {
  display: inline-block;
  position: relative;
}
mor-img img {
  border: 0 none;
  vertical-align: middle;
}
mor-img .note {
  margin: 0 !important;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 5px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #DDD;
  box-sizing: border-box;
  line-height: 1.4em;
}
mor-img .note:empty {
  display: none;
}
mor-img .preview-note {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  display: none;
  cursor: pointer;
}
mor-img .preview-note .mo-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 32px;
}
mor-img:hover .preview-note {
  display: block;
}
mor-img.round {
  border-radius: 3px;
  overflow: hidden;
}
mor-img.circle {
  border-radius: 50%;
  overflow: hidden;
}
mor-img.thumbnail {
  border-radius: 3px;
  padding: 6.4px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.ui-dialog-preview > .content > .body {
  position: relative;
  font-size: 0;
  padding: 8px;
}
.ui-dialog-preview > .content > .body > img {
  padding: 0;
  border-radius: 0;
  max-width: calc(100vw - 8px*2);
  max-height: calc(100vh - 8px*2);
}
mor-btn {
  display: inline-block;
  padding: 0 1.1em;
  border-radius: 0.3em;
  position: relative;
  height: 2.8em;
  line-height: calc(2.8em + 2px);
  box-sizing: border-box;
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  background-color: #F33D5D;
  color: #FFFFFF;
}
mor-btn > i,
mor-btn > .mo-icon,
mor-btn > .iconfont {
  vertical-align: middle;
}
mor-btn:hover {
  cursor: pointer;
}
mor-btn.plain,
mor-btn.ghost {
  border: 1px #FFF solid;
}
mor-btn.round {
  border-radius: 100em;
}
mor-btn.circle {
  width: 2.8em;
  overflow: hidden;
  border-radius: 100em;
  padding: 0;
  text-align: center;
  position: relative;
}
mor-btn.circle > i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
mor-btn.circle > mor-img {
  width: 100%;
  height: 100%;
}
mor-btn.circle > mor-img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
mor-btn.circle:not(.st-disabled):not(.st-readonly):hover > mor-img::after,
mor-btn.circle.st-hover > mor-img::after {
  content: ' ';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 0;
}
mor-btn.circle:not(.st-disabled):not(.st-readonly):active > mor-img::after,
mor-btn.circle.st-active > mor-img::after {
  content: ' ';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
}
mor-btn.loading .mo-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
mor-btn.loading .mo-loader .mo-loader-path {
  opacity: 0.85;
}
mor-btn.loading span {
  opacity: 0;
}
mor-btn.loading:hover {
  cursor: default;
}
mor-btn.si-xxl {
  height: 58px;
  line-height: 58px;
  font-size: 20.8px;
}
mor-btn.si-xxl.circle {
  width: 58px;
}
mor-btn.si-xxl > i {
  font-size: 35.2px;
}
mor-btn.si-xxl .mo-loader {
  width: 1.6em;
}
mor-btn.si-xxl.min-width {
  min-width: 160px;
}
mor-btn.si-xl {
  height: 50px;
  line-height: 50px;
  font-size: 17.6px;
}
mor-btn.si-xl.circle {
  width: 50px;
}
mor-btn.si-xl > i {
  font-size: 28.8px;
}
mor-btn.si-xl .mo-loader {
  width: 1.4em;
}
mor-btn.si-xl.min-width {
  min-width: 140px;
}
mor-btn.si-l {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
}
mor-btn.si-l.circle {
  width: 42px;
}
mor-btn.si-l > i {
  font-size: 25.6px;
}
mor-btn.si-l .mo-loader {
  width: 1.3em;
}
mor-btn.si-l.min-width {
  min-width: 120px;
}
mor-btn.circle {
  width: 36px;
}
mor-btn > i {
  font-size: 22.4px;
}
mor-btn .mo-loader {
  width: 1.2em;
}
mor-btn.min-width {
  min-width: 100px;
}
mor-btn.si-m {
  height: 36px;
  line-height: 36px;
  font-size: 15px;
}
mor-btn.si-m.circle {
  width: 36px;
}
mor-btn.si-m > i {
  font-size: 22.4px;
}
mor-btn.si-m .mo-loader {
  width: 1.2em;
}
mor-btn.si-m.min-width {
  min-width: 100px;
}
mor-btn.si-s {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
mor-btn.si-s.circle {
  width: 32px;
}
mor-btn.si-s > i {
  font-size: 19.2px;
}
mor-btn.si-s .mo-loader {
  width: 1.2em;
}
mor-btn.si-s.min-width {
  min-width: 80px;
}
mor-btn.si-xs {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
mor-btn.si-xs.circle {
  width: 24px;
}
mor-btn.si-xs > i {
  font-size: 16px;
}
mor-btn.si-xs .mo-loader {
  width: 1.2em;
}
mor-btn.si-xs.min-width {
  min-width: 60px;
}
mor-btn.si-xxs {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
mor-btn.si-xxs.circle {
  width: 20px;
}
mor-btn.si-xxs > i {
  font-size: 12px;
}
mor-btn.si-xxs .mo-loader {
  width: 1em;
}
mor-btn.si-xxs.min-width {
  min-width: 50px;
}
mor-btn.si-s {
  padding: 0 0.8em;
}
mor-btn.si-xs {
  padding: 0 0.6em;
}
mor-btn.si-xxs {
  padding: 0 0.4em;
}
mor-btn .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.plain,
mor-btn.ghost {
  color: #F33D5D;
  border-color: #F33D5D;
}
mor-btn.plain .mo-loader .mo-loader-path,
mor-btn.ghost .mo-loader .mo-loader-path {
  stroke: #F33D5D;
}
mor-btn:not(.st-disabled):not(.st-readonly):hover,
mor-btn.st-hover {
  background-color: #f55f79;
}
mor-btn:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.st-hover.plain {
  color: #FFFFFF;
  background-color: #F33D5D;
}
mor-btn:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn:not(.st-disabled):not(.st-readonly):active,
mor-btn.st-active {
  background-color: #e74965;
}
mor-btn:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.st-active.plain {
  background-color: #ee0f36;
  border-color: #ee0f36;
}
mor-btn:not(.plain):not(.ghost).st-disabled,
mor-btn:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.st-disabled,
mor-btn.st-readonly {
  opacity: 0.5;
}
mor-btn.co-t {
  background-color: #F33D5D;
  color: #FFFFFF;
}
mor-btn.co-t .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-t.plain,
mor-btn.co-t.ghost {
  color: #F33D5D;
  border-color: #F33D5D;
}
mor-btn.co-t.plain .mo-loader .mo-loader-path,
mor-btn.co-t.ghost .mo-loader .mo-loader-path {
  stroke: #F33D5D;
}
mor-btn.co-t:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-t.st-hover {
  background-color: #f55f79;
}
mor-btn.co-t:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-t.st-hover.plain {
  color: #FFFFFF;
  background-color: #F33D5D;
}
mor-btn.co-t:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-t.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-t:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-t.st-active {
  background-color: #e74965;
}
mor-btn.co-t:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-t.st-active.plain {
  background-color: #ee0f36;
  border-color: #ee0f36;
}
mor-btn.co-t:not(.plain):not(.ghost).st-disabled,
mor-btn.co-t:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-t.st-disabled,
mor-btn.co-t.st-readonly {
  opacity: 0.5;
}
mor-btn.co-lt {
  background-color: #F86F88;
  color: #FFFFFF;
}
mor-btn.co-lt .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-lt.plain,
mor-btn.co-lt.ghost {
  color: #F86F88;
  border-color: #F86F88;
}
mor-btn.co-lt.plain .mo-loader .mo-loader-path,
mor-btn.co-lt.ghost .mo-loader .mo-loader-path {
  stroke: #F86F88;
}
mor-btn.co-lt:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-lt.st-hover {
  background-color: #fa91a4;
}
mor-btn.co-lt:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-lt.st-hover.plain {
  color: #FFFFFF;
  background-color: #F86F88;
}
mor-btn.co-lt:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-lt.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-lt:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-lt.st-active {
  background-color: #ef788e;
}
mor-btn.co-lt:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-lt.st-active.plain {
  background-color: #f63e60;
  border-color: #f63e60;
}
mor-btn.co-lt:not(.plain):not(.ghost).st-disabled,
mor-btn.co-lt:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-lt.st-disabled,
mor-btn.co-lt.st-readonly {
  opacity: 0.5;
}
mor-btn.co-dt {
  background-color: #D22343;
  color: #FFFFFF;
}
mor-btn.co-dt .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-dt.plain,
mor-btn.co-dt.ghost {
  color: #D22343;
  border-color: #D22343;
}
mor-btn.co-dt.plain .mo-loader .mo-loader-path,
mor-btn.co-dt.ghost .mo-loader .mo-loader-path {
  stroke: #D22343;
}
mor-btn.co-dt:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-dt.st-hover {
  background-color: #de3a58;
}
mor-btn.co-dt:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-dt.st-hover.plain {
  color: #FFFFFF;
  background-color: #D22343;
}
mor-btn.co-dt:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-dt.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-dt:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-dt.st-active {
  background-color: #c3324c;
}
mor-btn.co-dt:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-dt.st-active.plain {
  background-color: #a61c35;
  border-color: #a61c35;
}
mor-btn.co-dt:not(.plain):not(.ghost).st-disabled,
mor-btn.co-dt:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-dt.st-disabled,
mor-btn.co-dt.st-readonly {
  opacity: 0.5;
}
mor-btn.co-s {
  background-color: #1EB818;
  color: #FFFFFF;
}
mor-btn.co-s .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-s.plain,
mor-btn.co-s.ghost {
  color: #1EB818;
  border-color: #1EB818;
}
mor-btn.co-s.plain .mo-loader .mo-loader-path,
mor-btn.co-s.ghost .mo-loader .mo-loader-path {
  stroke: #1EB818;
}
mor-btn.co-s:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-s.st-hover {
  background-color: #23d81c;
}
mor-btn.co-s:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-s.st-hover.plain {
  color: #FFFFFF;
  background-color: #1EB818;
}
mor-btn.co-s:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-s.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-s:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-s.st-active {
  background-color: #2aac24;
}
mor-btn.co-s:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-s.st-active.plain {
  background-color: #178b12;
  border-color: #178b12;
}
mor-btn.co-s:not(.plain):not(.ghost).st-disabled,
mor-btn.co-s:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-s.st-disabled,
mor-btn.co-s.st-readonly {
  opacity: 0.5;
}
mor-btn.co-w {
  background-color: #FA9428;
  color: #FFFFFF;
}
mor-btn.co-w .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-w.plain,
mor-btn.co-w.ghost {
  color: #FA9428;
  border-color: #FA9428;
}
mor-btn.co-w.plain .mo-loader .mo-loader-path,
mor-btn.co-w.ghost .mo-loader .mo-loader-path {
  stroke: #FA9428;
}
mor-btn.co-w:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-w.st-hover {
  background-color: #fba54b;
}
mor-btn.co-w:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-w.st-hover.plain {
  color: #FFFFFF;
  background-color: #FA9428;
}
mor-btn.co-w:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-w.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-w:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-w.st-active {
  background-color: #ed9435;
}
mor-btn.co-w:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-w.st-active.plain {
  background-color: #ea7b05;
  border-color: #ea7b05;
}
mor-btn.co-w:not(.plain):not(.ghost).st-disabled,
mor-btn.co-w:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-w.st-disabled,
mor-btn.co-w.st-readonly {
  opacity: 0.5;
}
mor-btn.co-d {
  background-color: #FA2833;
  color: #FFFFFF;
}
mor-btn.co-d .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-d.plain,
mor-btn.co-d.ghost {
  color: #FA2833;
  border-color: #FA2833;
}
mor-btn.co-d.plain .mo-loader .mo-loader-path,
mor-btn.co-d.ghost .mo-loader .mo-loader-path {
  stroke: #FA2833;
}
mor-btn.co-d:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-d.st-hover {
  background-color: #fb4b54;
}
mor-btn.co-d:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-d.st-hover.plain {
  color: #FFFFFF;
  background-color: #FA2833;
}
mor-btn.co-d:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-d.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-d:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-d.st-active {
  background-color: #ed353f;
}
mor-btn.co-d:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-d.st-active.plain {
  background-color: #ea0511;
  border-color: #ea0511;
}
mor-btn.co-d:not(.plain):not(.ghost).st-disabled,
mor-btn.co-d:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-d.st-disabled,
mor-btn.co-d.st-readonly {
  opacity: 0.5;
}
mor-btn.co-p {
  background-color: #2879FA;
  color: #FFFFFF;
}
mor-btn.co-p .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-p.plain,
mor-btn.co-p.ghost {
  color: #2879FA;
  border-color: #2879FA;
}
mor-btn.co-p.plain .mo-loader .mo-loader-path,
mor-btn.co-p.ghost .mo-loader .mo-loader-path {
  stroke: #2879FA;
}
mor-btn.co-p:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-p.st-hover {
  background-color: #4b8ffb;
}
mor-btn.co-p:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-p.st-hover.plain {
  color: #FFFFFF;
  background-color: #2879FA;
}
mor-btn.co-p:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-p.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-p:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-p.st-active {
  background-color: #357ced;
}
mor-btn.co-p:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-p.st-active.plain {
  background-color: #055dea;
  border-color: #055dea;
}
mor-btn.co-p:not(.plain):not(.ghost).st-disabled,
mor-btn.co-p:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-p.st-disabled,
mor-btn.co-p.st-readonly {
  opacity: 0.5;
}
mor-btn.co-m {
  background-color: #B2B2B2;
  color: #FFFFFF;
}
mor-btn.co-m .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-m.plain,
mor-btn.co-m.ghost {
  color: #B2B2B2;
  border-color: #B2B2B2;
}
mor-btn.co-m.plain .mo-loader .mo-loader-path,
mor-btn.co-m.ghost .mo-loader .mo-loader-path {
  stroke: #B2B2B2;
}
mor-btn.co-m:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-m.st-hover {
  background-color: #c4c4c4;
}
mor-btn.co-m:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-m.st-hover.plain {
  color: #FFFFFF;
  background-color: #B2B2B2;
}
mor-btn.co-m:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-m.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-m:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-m.st-active {
  background-color: #b2b2b2;
}
mor-btn.co-m:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-m.st-active.plain {
  background-color: #999999;
  border-color: #999999;
}
mor-btn.co-m:not(.plain):not(.ghost).st-disabled,
mor-btn.co-m:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-m.st-disabled,
mor-btn.co-m.st-readonly {
  opacity: 0.5;
}
mor-btn.co-i {
  background-color: #18B8B6;
  color: #FFFFFF;
}
mor-btn.co-i .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-i.plain,
mor-btn.co-i.ghost {
  color: #18B8B6;
  border-color: #18B8B6;
}
mor-btn.co-i.plain .mo-loader .mo-loader-path,
mor-btn.co-i.ghost .mo-loader .mo-loader-path {
  stroke: #18B8B6;
}
mor-btn.co-i:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-i.st-hover {
  background-color: #1cd8d5;
}
mor-btn.co-i:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-i.st-hover.plain {
  color: #FFFFFF;
  background-color: #18B8B6;
}
mor-btn.co-i:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-i.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-i:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-i.st-active {
  background-color: #24acaa;
}
mor-btn.co-i:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-i.st-active.plain {
  background-color: #128b89;
  border-color: #128b89;
}
mor-btn.co-i:not(.plain):not(.ghost).st-disabled,
mor-btn.co-i:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-i.st-disabled,
mor-btn.co-i.st-readonly {
  opacity: 0.5;
}
mor-btn.co-bk {
  background-color: #000000;
  color: #FFFFFF;
}
mor-btn.co-bk .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-bk.plain,
mor-btn.co-bk.ghost {
  color: #000000;
  border-color: #000000;
}
mor-btn.co-bk.plain .mo-loader .mo-loader-path,
mor-btn.co-bk.ghost .mo-loader .mo-loader-path {
  stroke: #000000;
}
mor-btn.co-bk.plain,
mor-btn.co-bk.ghost {
  color: #000000;
}
mor-btn.co-bk:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-bk.st-hover {
  background-color: #121212;
}
mor-btn.co-bk:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-bk.st-hover.plain {
  color: #FFFFFF;
  background-color: #000000;
}
mor-btn.co-bk:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-bk.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-bk:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-bk.st-active {
  background-color: #000000;
}
mor-btn.co-bk:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-bk.st-active.plain {
  background-color: #000000;
  border-color: #000000;
}
mor-btn.co-bk:not(.plain):not(.ghost).st-disabled,
mor-btn.co-bk:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-bk.st-disabled,
mor-btn.co-bk.st-readonly {
  opacity: 0.5;
}
mor-btn.co-wh {
  background-color: #FFFFFF;
  color: #000000;
}
mor-btn.co-wh .mo-loader .mo-loader-path {
  stroke: #4C4C4C;
}
mor-btn.co-wh.plain,
mor-btn.co-wh.ghost {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
mor-btn.co-wh.plain .mo-loader .mo-loader-path,
mor-btn.co-wh.ghost .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-wh.plain,
mor-btn.co-wh.ghost {
  color: #FFFFFF;
}
mor-btn.co-wh:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-wh.st-hover {
  background-color: #ededed;
}
mor-btn.co-wh:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-wh.st-hover.plain {
  color: #000000;
  background-color: #FFFFFF;
}
mor-btn.co-wh:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-wh.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #000000;
}
mor-btn.co-wh:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-wh.st-active {
  background-color: #e0e0e0;
}
mor-btn.co-wh:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-wh.st-active.plain {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
mor-btn.co-wh:not(.plain):not(.ghost).st-disabled,
mor-btn.co-wh:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-wh.st-disabled,
mor-btn.co-wh.st-readonly {
  opacity: 0.5;
}
mor-btn.co-n1 {
  background-color: #F0F0F0;
  color: #000000;
}
mor-btn.co-n1 .mo-loader .mo-loader-path {
  stroke: #4C4C4C;
}
mor-btn.co-n1.plain,
mor-btn.co-n1.ghost {
  color: #F0F0F0;
  border-color: #F0F0F0;
}
mor-btn.co-n1.plain .mo-loader .mo-loader-path,
mor-btn.co-n1.ghost .mo-loader .mo-loader-path {
  stroke: #F0F0F0;
}
mor-btn.co-n1.plain,
mor-btn.co-n1.ghost {
  color: #FFFFFF;
}
mor-btn.co-n1:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n1.st-hover {
  background-color: #dedede;
}
mor-btn.co-n1:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-n1.st-hover.plain {
  color: #000000;
  background-color: #F0F0F0;
}
mor-btn.co-n1:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-n1.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #000000;
}
mor-btn.co-n1:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n1.st-active {
  background-color: #d1d1d1;
}
mor-btn.co-n1:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-n1.st-active.plain {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
mor-btn.co-n1:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n1:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-n1.st-disabled,
mor-btn.co-n1.st-readonly {
  opacity: 0.5;
}
mor-btn.co-n1.plain,
mor-btn.co-n1.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n1.ghost.st-hover {
  background-color: #979797;
}
mor-btn.co-n1.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n1.ghost.st-active {
  background-color: #a3a3a3;
}
mor-btn.co-n1:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n1:not(.plain):not(.ghost).st-readonly {
  color: #a3a3a3;
}
mor-btn.co-n2 {
  background-color: #E5E5E5;
  color: #000000;
}
mor-btn.co-n2 .mo-loader .mo-loader-path {
  stroke: #4C4C4C;
}
mor-btn.co-n2.plain,
mor-btn.co-n2.ghost {
  color: #E5E5E5;
  border-color: #E5E5E5;
}
mor-btn.co-n2.plain .mo-loader .mo-loader-path,
mor-btn.co-n2.ghost .mo-loader .mo-loader-path {
  stroke: #E5E5E5;
}
mor-btn.co-n2.plain,
mor-btn.co-n2.ghost {
  color: #FFFFFF;
}
mor-btn.co-n2:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n2.st-hover {
  background-color: #d3d3d3;
}
mor-btn.co-n2:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-n2.st-hover.plain {
  color: #000000;
  background-color: #E5E5E5;
}
mor-btn.co-n2:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-n2.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #000000;
}
mor-btn.co-n2:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n2.st-active {
  background-color: #c6c6c6;
}
mor-btn.co-n2:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-n2.st-active.plain {
  background-color: #cccccc;
  border-color: #cccccc;
}
mor-btn.co-n2:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n2:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-n2.st-disabled,
mor-btn.co-n2.st-readonly {
  opacity: 0.5;
}
mor-btn.co-n2.plain,
mor-btn.co-n2.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n2.ghost.st-hover {
  background-color: #8c8c8c;
}
mor-btn.co-n2.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n2.ghost.st-active {
  background-color: #999999;
}
mor-btn.co-n2:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n2:not(.plain):not(.ghost).st-readonly {
  color: #999999;
}
mor-btn.co-n3 {
  background-color: #E0E0E0;
  color: #000000;
}
mor-btn.co-n3 .mo-loader .mo-loader-path {
  stroke: #4C4C4C;
}
mor-btn.co-n3.plain,
mor-btn.co-n3.ghost {
  color: #E0E0E0;
  border-color: #E0E0E0;
}
mor-btn.co-n3.plain .mo-loader .mo-loader-path,
mor-btn.co-n3.ghost .mo-loader .mo-loader-path {
  stroke: #E0E0E0;
}
mor-btn.co-n3.plain,
mor-btn.co-n3.ghost {
  color: #FFFFFF;
}
mor-btn.co-n3:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n3.st-hover {
  background-color: #cecece;
}
mor-btn.co-n3:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-n3.st-hover.plain {
  color: #000000;
  background-color: #E0E0E0;
}
mor-btn.co-n3:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-n3.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #000000;
}
mor-btn.co-n3:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n3.st-active {
  background-color: #c1c1c1;
}
mor-btn.co-n3:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-n3.st-active.plain {
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}
mor-btn.co-n3:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n3:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-n3.st-disabled,
mor-btn.co-n3.st-readonly {
  opacity: 0.5;
}
mor-btn.co-n3.plain,
mor-btn.co-n3.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n3.ghost.st-hover {
  background-color: #878787;
}
mor-btn.co-n3.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n3.ghost.st-active {
  background-color: #939393;
}
mor-btn.co-n3:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n3:not(.plain):not(.ghost).st-readonly {
  color: #939393;
}
mor-btn.co-n4 {
  background-color: #D9D9D9;
  color: #000000;
}
mor-btn.co-n4 .mo-loader .mo-loader-path {
  stroke: #4C4C4C;
}
mor-btn.co-n4.plain,
mor-btn.co-n4.ghost {
  color: #D9D9D9;
  border-color: #D9D9D9;
}
mor-btn.co-n4.plain .mo-loader .mo-loader-path,
mor-btn.co-n4.ghost .mo-loader .mo-loader-path {
  stroke: #D9D9D9;
}
mor-btn.co-n4.plain,
mor-btn.co-n4.ghost {
  color: #FFFFFF;
}
mor-btn.co-n4:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n4.st-hover {
  background-color: #c7c7c7;
}
mor-btn.co-n4:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-n4.st-hover.plain {
  color: #000000;
  background-color: #D9D9D9;
}
mor-btn.co-n4:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-n4.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #000000;
}
mor-btn.co-n4:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n4.st-active {
  background-color: #bababa;
}
mor-btn.co-n4:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-n4.st-active.plain {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}
mor-btn.co-n4:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n4:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-n4.st-disabled,
mor-btn.co-n4.st-readonly {
  opacity: 0.5;
}
mor-btn.co-n4.plain,
mor-btn.co-n4.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n4.ghost.st-hover {
  background-color: #808080;
}
mor-btn.co-n4.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n4.ghost.st-active {
  background-color: #8d8d8d;
}
mor-btn.co-n4:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n4:not(.plain):not(.ghost).st-readonly {
  color: #8d8d8d;
}
mor-btn.co-n5 {
  background-color: #CCCCCC;
  color: #000000;
}
mor-btn.co-n5 .mo-loader .mo-loader-path {
  stroke: #4C4C4C;
}
mor-btn.co-n5.plain,
mor-btn.co-n5.ghost {
  color: #CCCCCC;
  border-color: #CCCCCC;
}
mor-btn.co-n5.plain .mo-loader .mo-loader-path,
mor-btn.co-n5.ghost .mo-loader .mo-loader-path {
  stroke: #CCCCCC;
}
mor-btn.co-n5.plain,
mor-btn.co-n5.ghost {
  color: #FFFFFF;
}
mor-btn.co-n5:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n5.st-hover {
  background-color: #bababa;
}
mor-btn.co-n5:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-n5.st-hover.plain {
  color: #000000;
  background-color: #CCCCCC;
}
mor-btn.co-n5:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-n5.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #000000;
}
mor-btn.co-n5:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n5.st-active {
  background-color: #adadad;
}
mor-btn.co-n5:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-n5.st-active.plain {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
mor-btn.co-n5:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n5:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-n5.st-disabled,
mor-btn.co-n5.st-readonly {
  opacity: 0.5;
}
mor-btn.co-n5.plain,
mor-btn.co-n5.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n5.ghost.st-hover {
  background-color: #737373;
}
mor-btn.co-n5.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n5.ghost.st-active {
  background-color: #808080;
}
mor-btn.co-n5:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n5:not(.plain):not(.ghost).st-readonly {
  color: #808080;
}
mor-btn.co-n6 {
  background-color: #B2B2B2;
  color: #FFFFFF;
}
mor-btn.co-n6 .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-n6.plain,
mor-btn.co-n6.ghost {
  color: #B2B2B2;
  border-color: #B2B2B2;
}
mor-btn.co-n6.plain .mo-loader .mo-loader-path,
mor-btn.co-n6.ghost .mo-loader .mo-loader-path {
  stroke: #B2B2B2;
}
mor-btn.co-n6.plain,
mor-btn.co-n6.ghost {
  color: #000000;
}
mor-btn.co-n6:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n6.st-hover {
  background-color: #c4c4c4;
}
mor-btn.co-n6:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-n6.st-hover.plain {
  color: #FFFFFF;
  background-color: #B2B2B2;
}
mor-btn.co-n6:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-n6.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-n6:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n6.st-active {
  background-color: #b2b2b2;
}
mor-btn.co-n6:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-n6.st-active.plain {
  background-color: #999999;
  border-color: #999999;
}
mor-btn.co-n6:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n6:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-n6.st-disabled,
mor-btn.co-n6.st-readonly {
  opacity: 0.5;
}
mor-btn.co-n6.plain,
mor-btn.co-n6.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n6.ghost.st-hover {
  background-color: #f2f2f2;
}
mor-btn.co-n6.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n6.ghost.st-active {
  background-color: #e5e5e5;
}
mor-btn.co-n6:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n6:not(.plain):not(.ghost).st-readonly {
  color: #ffffff;
}
mor-btn.co-n7 {
  background-color: #999999;
  color: #FFFFFF;
}
mor-btn.co-n7 .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-n7.plain,
mor-btn.co-n7.ghost {
  color: #999999;
  border-color: #999999;
}
mor-btn.co-n7.plain .mo-loader .mo-loader-path,
mor-btn.co-n7.ghost .mo-loader .mo-loader-path {
  stroke: #999999;
}
mor-btn.co-n7.plain,
mor-btn.co-n7.ghost {
  color: #000000;
}
mor-btn.co-n7:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n7.st-hover {
  background-color: #ababab;
}
mor-btn.co-n7:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-n7.st-hover.plain {
  color: #FFFFFF;
  background-color: #999999;
}
mor-btn.co-n7:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-n7.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-n7:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n7.st-active {
  background-color: #999999;
}
mor-btn.co-n7:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-n7.st-active.plain {
  background-color: #808080;
  border-color: #808080;
}
mor-btn.co-n7:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n7:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-n7.st-disabled,
mor-btn.co-n7.st-readonly {
  opacity: 0.5;
}
mor-btn.co-n7.plain,
mor-btn.co-n7.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n7.ghost.st-hover {
  background-color: #d9d9d9;
}
mor-btn.co-n7.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n7.ghost.st-active {
  background-color: #cccccc;
}
mor-btn.co-n7:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n7:not(.plain):not(.ghost).st-readonly {
  color: #ffffff;
}
mor-btn.co-n8 {
  background-color: #7F7F7F;
  color: #FFFFFF;
}
mor-btn.co-n8 .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-n8.plain,
mor-btn.co-n8.ghost {
  color: #7F7F7F;
  border-color: #7F7F7F;
}
mor-btn.co-n8.plain .mo-loader .mo-loader-path,
mor-btn.co-n8.ghost .mo-loader .mo-loader-path {
  stroke: #7F7F7F;
}
mor-btn.co-n8.plain,
mor-btn.co-n8.ghost {
  color: #000000;
}
mor-btn.co-n8:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n8.st-hover {
  background-color: #919191;
}
mor-btn.co-n8:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-n8.st-hover.plain {
  color: #FFFFFF;
  background-color: #7F7F7F;
}
mor-btn.co-n8:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-n8.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-n8:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n8.st-active {
  background-color: #7f7f7f;
}
mor-btn.co-n8:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-n8.st-active.plain {
  background-color: #666666;
  border-color: #666666;
}
mor-btn.co-n8:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n8:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-n8.st-disabled,
mor-btn.co-n8.st-readonly {
  opacity: 0.5;
}
mor-btn.co-n8.plain,
mor-btn.co-n8.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n8.ghost.st-hover {
  background-color: #bfbfbf;
}
mor-btn.co-n8.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n8.ghost.st-active {
  background-color: #b2b2b2;
}
mor-btn.co-n8:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n8:not(.plain):not(.ghost).st-readonly {
  color: #e5e5e5;
}
mor-btn.co-n9 {
  background-color: #666666;
  color: #FFFFFF;
}
mor-btn.co-n9 .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-n9.plain,
mor-btn.co-n9.ghost {
  color: #666666;
  border-color: #666666;
}
mor-btn.co-n9.plain .mo-loader .mo-loader-path,
mor-btn.co-n9.ghost .mo-loader .mo-loader-path {
  stroke: #666666;
}
mor-btn.co-n9.plain,
mor-btn.co-n9.ghost {
  color: #000000;
}
mor-btn.co-n9:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n9.st-hover {
  background-color: #787878;
}
mor-btn.co-n9:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-n9.st-hover.plain {
  color: #FFFFFF;
  background-color: #666666;
}
mor-btn.co-n9:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-n9.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-n9:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n9.st-active {
  background-color: #666666;
}
mor-btn.co-n9:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-n9.st-active.plain {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}
mor-btn.co-n9:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n9:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-n9.st-disabled,
mor-btn.co-n9.st-readonly {
  opacity: 0.5;
}
mor-btn.co-n9.plain,
mor-btn.co-n9.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n9.ghost.st-hover {
  background-color: #a6a6a6;
}
mor-btn.co-n9.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n9.ghost.st-active {
  background-color: #999999;
}
mor-btn.co-n9:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n9:not(.plain):not(.ghost).st-readonly {
  color: #cccccc;
}
mor-btn.co-n10 {
  background-color: #4C4C4C;
  color: #FFFFFF;
}
mor-btn.co-n10 .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-n10.plain,
mor-btn.co-n10.ghost {
  color: #4C4C4C;
  border-color: #4C4C4C;
}
mor-btn.co-n10.plain .mo-loader .mo-loader-path,
mor-btn.co-n10.ghost .mo-loader .mo-loader-path {
  stroke: #4C4C4C;
}
mor-btn.co-n10.plain,
mor-btn.co-n10.ghost {
  color: #000000;
}
mor-btn.co-n10:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n10.st-hover {
  background-color: #5e5e5e;
}
mor-btn.co-n10:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-n10.st-hover.plain {
  color: #FFFFFF;
  background-color: #4C4C4C;
}
mor-btn.co-n10:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-n10.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-n10:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n10.st-active {
  background-color: #4c4c4c;
}
mor-btn.co-n10:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-n10.st-active.plain {
  background-color: #333333;
  border-color: #333333;
}
mor-btn.co-n10:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n10:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-n10.st-disabled,
mor-btn.co-n10.st-readonly {
  opacity: 0.5;
}
mor-btn.co-n10.plain,
mor-btn.co-n10.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n10.ghost.st-hover {
  background-color: #8c8c8c;
}
mor-btn.co-n10.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n10.ghost.st-active {
  background-color: #7f7f7f;
}
mor-btn.co-n10:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n10:not(.plain):not(.ghost).st-readonly {
  color: #b2b2b2;
}
mor-btn.co-n11 {
  background-color: #333333;
  color: #FFFFFF;
}
mor-btn.co-n11 .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-n11.plain,
mor-btn.co-n11.ghost {
  color: #333333;
  border-color: #333333;
}
mor-btn.co-n11.plain .mo-loader .mo-loader-path,
mor-btn.co-n11.ghost .mo-loader .mo-loader-path {
  stroke: #333333;
}
mor-btn.co-n11.plain,
mor-btn.co-n11.ghost {
  color: #000000;
}
mor-btn.co-n11:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n11.st-hover {
  background-color: #454545;
}
mor-btn.co-n11:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-n11.st-hover.plain {
  color: #FFFFFF;
  background-color: #333333;
}
mor-btn.co-n11:not(.st-disabled):not(.st-readonly):hover.plain .mo-loader .mo-loader-path,
mor-btn.co-n11.st-hover.plain .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-btn.co-n11:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n11.st-active {
  background-color: #333333;
}
mor-btn.co-n11:not(.st-disabled):not(.st-readonly):active.plain,
mor-btn.co-n11.st-active.plain {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
mor-btn.co-n11:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n11:not(.plain):not(.ghost).st-readonly {
  border: none;
}
mor-btn.co-n11.st-disabled,
mor-btn.co-n11.st-readonly {
  opacity: 0.5;
}
mor-btn.co-n11.plain,
mor-btn.co-n11.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-n11.ghost.st-hover {
  background-color: #737373;
}
mor-btn.co-n11.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-n11.ghost.st-active {
  background-color: #666666;
}
mor-btn.co-n11:not(.plain):not(.ghost).st-disabled,
mor-btn.co-n11:not(.plain):not(.ghost).st-readonly {
  color: #999999;
}
mor-btn.co-t.plain,
mor-btn.co-t.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-t.ghost.st-hover {
  background-color: #fde5e9;
}
mor-btn.co-t.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-t.ghost.st-active {
  background-color: #fdd7dd;
}
mor-btn.co-t:not(.plain):not(.ghost).st-disabled,
mor-btn.co-t:not(.plain):not(.ghost).st-readonly {
  color: #fab5c1;
}
mor-btn.co-lt.plain,
mor-btn.co-lt.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-lt.ghost.st-hover {
  background-color: #fee9ec;
}
mor-btn.co-lt.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-lt.ghost.st-active {
  background-color: #fdd0d8;
}
mor-btn.co-lt:not(.plain):not(.ghost).st-disabled,
mor-btn.co-lt:not(.plain):not(.ghost).st-readonly {
  color: #fdd0d8;
}
mor-btn.co-dt.plain,
mor-btn.co-dt.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-dt.ghost.st-hover {
  background-color: #f3b5c0;
}
mor-btn.co-dt.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-dt.ghost.st-active {
  background-color: #ef9fae;
}
mor-btn.co-dt:not(.plain):not(.ghost).st-disabled,
mor-btn.co-dt:not(.plain):not(.ghost).st-readonly {
  color: #eb899b;
}
mor-btn.co-s.plain,
mor-btn.co-s.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-s.ghost.st-hover {
  background-color: #f1fdf0;
}
mor-btn.co-s.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-s.ghost.st-active {
  background-color: #d7fad5;
}
mor-btn.co-s:not(.plain):not(.ghost).st-disabled,
mor-btn.co-s:not(.plain):not(.ghost).st-readonly {
  color: #95f192;
}
mor-btn.co-w.plain,
mor-btn.co-w.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-w.ghost.st-hover {
  background-color: #fffaf4;
}
mor-btn.co-w.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-w.ghost.st-active {
  background-color: #feeddb;
}
mor-btn.co-w:not(.plain):not(.ghost).st-disabled,
mor-btn.co-w:not(.plain):not(.ghost).st-readonly {
  color: #feebd6;
}
mor-btn.co-d.plain,
mor-btn.co-d.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-d.ghost.st-hover {
  background-color: #ffeff0;
}
mor-btn.co-d.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-d.ghost.st-active {
  background-color: #fed6d9;
}
mor-btn.co-d:not(.plain):not(.ghost).st-disabled,
mor-btn.co-d:not(.plain):not(.ghost).st-readonly {
  color: #fed6d9;
}
mor-btn.co-p.plain,
mor-btn.co-p.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-p.ghost.st-hover {
  background-color: #e5effe;
}
mor-btn.co-p.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-p.ghost.st-active {
  background-color: #cce0fe;
}
mor-btn.co-p:not(.plain):not(.ghost).st-disabled,
mor-btn.co-p:not(.plain):not(.ghost).st-readonly {
  color: #bed6fd;
}
mor-btn.co-m.ghost,
mor-btn.co-m.plain {
  color: #4C4C4C;
  border-color: #dadada;
}
mor-btn.co-m.plain {
  background-color: #f7f7f7;
}
mor-btn.co-m.plain:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-m.plain.st-hover {
  background-color: #B2B2B2;
  border-color: #B2B2B2;
}
mor-btn.co-m.plain:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-m.plain.st-active {
  background-color: #a5a5a5;
}
mor-btn.co-m.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-m.ghost.st-hover {
  background-color: #f7f7f7;
}
mor-btn.co-m.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-m.ghost.st-active {
  background-color: #f2f2f2;
  color: #4C4C4C;
}
mor-btn.co-m:not(.plain):not(.ghost).st-disabled,
mor-btn.co-m:not(.plain):not(.ghost).st-readonly {
  color: #e5e5e5;
}
mor-btn.co-m.plain.st-disabled,
mor-btn.co-m.plain.st-readonly,
mor-btn.co-m.ghost.st-disabled,
mor-btn.co-m.ghost.st-readonly {
  color: #cbcbcb;
  opacity: 0.9;
}
mor-btn.co-i.plain,
mor-btn.co-i.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-i.ghost.st-hover {
  background-color: #ccf8f8;
}
mor-btn.co-i.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-i.ghost.st-active {
  background-color: #b6f5f5;
}
mor-btn.co-i:not(.plain):not(.ghost).st-disabled,
mor-btn.co-i:not(.plain):not(.ghost).st-readonly {
  color: #7beeec;
}
mor-btn.co-bk.plain,
mor-btn.co-bk.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-bk.ghost.st-hover {
  background-color: #8c8c8c;
  border-color: #000000;
}
mor-btn.co-bk:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-bk.st-hover {
  background-color: #404040;
}
mor-btn.co-bk:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-bk.st-active {
  background-color: #262626;
}
mor-btn.co-bk.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-bk.ghost.st-active {
  background-color: #808080;
}
mor-btn.co-bk:not(.plain):not(.ghost).st-disabled,
mor-btn.co-bk:not(.plain):not(.ghost).st-readonly {
  color: #666666;
}
mor-btn.co-wh.plain,
mor-btn.co-wh.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-wh.ghost.st-hover {
  background-color: #b3b3b3;
  border-color: #f7f7f7;
}
mor-btn.co-wh:not(.st-disabled):not(.st-readonly):hover,
mor-btn.co-wh.st-hover {
  background-color: #f0f0f0;
}
mor-btn.co-wh:not(.st-disabled):not(.st-readonly):hover.plain,
mor-btn.co-wh.st-hover.plain,
mor-btn.co-wh:not(.st-disabled):not(.st-readonly):hover.ghost,
mor-btn.co-wh.st-hover.ghost {
  color: #4C4C4C;
}
mor-btn.co-wh:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-wh.st-active {
  background-color: #d9d9d9;
}
mor-btn.co-wh.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.co-wh.ghost.st-active {
  background-color: #bfbfbf;
}
mor-btn.co-wh:not(.plain):not(.ghost).st-disabled,
mor-btn.co-wh:not(.plain):not(.ghost).st-readonly {
  color: #b3b3b3;
}
mor-btn.ghost {
  background-color: transparent;
}
mor-btn.fade {
  filter: grayscale(1);
}
mor-btn.fade:hover,
mor-btn.fade:active,
mor-btn.fade.st-hover,
mor-btn.fade.st-active {
  filter: grayscale(0);
}
mor-btn.st-disabled,
mor-btn.st-readonly {
  cursor: not-allowed;
}
mor-btn.st-apparent {
  animation-name: apparent;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
mor-btn.st-apparent:hover {
  animation-name: none;
}
mor-btn.plain,
mor-btn.ghost:not(.st-disabled):not(.st-readonly):hover,
mor-btn.ghost.st-hover {
  background-color: #fde5e9;
}
mor-btn.ghost:not(.st-disabled):not(.st-readonly):active,
mor-btn.ghost.st-active {
  background-color: #fdd7dd;
}
mor-btn:not(.plain):not(.ghost).st-disabled,
mor-btn:not(.plain):not(.ghost).st-readonly {
  color: #fab5c1;
}
mor-link {
  display: inline-block;
  position: relative;
  line-height: 1.4em;
  height: 1.4em;
  font-size: 13px;
  color: #F33D5D;
}
mor-link.margin {
  padding: 0 0.6em;
}
mor-link.loading .mo-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
}
mor-link.loading span {
  opacity: 0;
}
mor-link.loading:hover {
  cursor: default;
}
mor-link.si-xxl {
  font-size: 20.8px;
}
mor-link.si-xl {
  font-size: 17.6px;
}
mor-link.si-l {
  font-size: 16px;
}
mor-link.si-m {
  font-size: 13px;
}
mor-link.si-s {
  font-size: 12px;
}
mor-link.si-xs {
  font-size: 12px;
}
mor-link.si-xxs {
  font-size: 12px;
}
mor-link.co-t {
  color: #F33D5D;
}
mor-link.co-t .mo-loader .mo-loader-path {
  stroke: #F33D5D;
}
mor-link.co-t:not(.st-disabled):hover,
mor-link.co-t.st-hover {
  color: #d60d31;
}
mor-link.co-t:not(.st-disabled):active,
mor-link.co-t.st-active {
  color: #a60a26;
}
mor-link.co-t.st-disabled {
  color: #fab5c1;
}
mor-link.co-lt {
  color: #F86F88;
}
mor-link.co-lt .mo-loader .mo-loader-path {
  stroke: #F86F88;
}
mor-link.co-lt:not(.st-disabled):hover,
mor-link.co-lt.st-hover {
  color: #dd0b31;
}
mor-link.co-lt:not(.st-disabled):active,
mor-link.co-lt.st-active {
  color: #ac0826;
}
mor-link.co-lt.st-disabled {
  color: #fdd0d8;
}
mor-link.co-dt {
  color: #D22343;
}
mor-link.co-dt .mo-loader .mo-loader-path {
  stroke: #D22343;
}
mor-link.co-dt:not(.st-disabled):hover,
mor-link.co-dt.st-hover {
  color: #a61c35;
}
mor-link.co-dt:not(.st-disabled):active,
mor-link.co-dt.st-active {
  color: #7b1427;
}
mor-link.co-dt.st-disabled {
  color: #eb899b;
}
mor-link.co-s {
  color: #1EB818;
}
mor-link.co-s .mo-loader .mo-loader-path {
  stroke: #1EB818;
}
mor-link.co-s:not(.st-disabled):hover,
mor-link.co-s.st-hover {
  color: #178b12;
}
mor-link.co-s:not(.st-disabled):active,
mor-link.co-s.st-active {
  color: #13740f;
}
mor-link.co-s.st-disabled {
  color: #0c4709;
}
mor-link.co-w {
  color: #FA9428;
}
mor-link.co-w .mo-loader .mo-loader-path {
  stroke: #FA9428;
}
mor-link.co-w:not(.st-disabled):hover,
mor-link.co-w.st-hover {
  color: #ea7b05;
}
mor-link.co-w:not(.st-disabled):active,
mor-link.co-w.st-active {
  color: #d16e05;
}
mor-link.co-w.st-disabled {
  color: #fcb973;
}
mor-link.co-d {
  color: #FA2833;
}
mor-link.co-d .mo-loader .mo-loader-path {
  stroke: #FA2833;
}
mor-link.co-d:not(.st-disabled):hover,
mor-link.co-d.st-hover {
  color: #f90f1b;
}
mor-link.co-d:not(.st-disabled):active,
mor-link.co-d.st-active {
  color: #ea0511;
}
mor-link.co-d.st-disabled {
  color: #fda5a9;
}
mor-link.co-p {
  color: #2879FA;
}
mor-link.co-p .mo-loader .mo-loader-path {
  stroke: #2879FA;
}
mor-link.co-p:not(.st-disabled):hover,
mor-link.co-p.st-hover {
  color: #055dea;
}
mor-link.co-p:not(.st-disabled):active,
mor-link.co-p.st-active {
  color: #0553d1;
}
mor-link.co-p.st-disabled {
  color: #a5c7fd;
}
mor-link.co-m {
  color: #B2B2B2;
}
mor-link.co-m .mo-loader .mo-loader-path {
  stroke: #B2B2B2;
}
mor-link.co-m:not(.st-disabled):hover,
mor-link.co-m.st-hover {
  color: #999999;
}
mor-link.co-m:not(.st-disabled):active,
mor-link.co-m.st-active {
  color: #8c8c8c;
}
mor-link.co-m.st-disabled {
  color: #d8d8d8;
}
mor-link.co-i {
  color: #18B8B6;
}
mor-link.co-i .mo-loader .mo-loader-path {
  stroke: #18B8B6;
}
mor-link.co-i:not(.st-disabled):hover,
mor-link.co-i.st-hover {
  color: #128b89;
}
mor-link.co-i:not(.st-disabled):active,
mor-link.co-i.st-active {
  color: #0f7473;
}
mor-link.co-i.st-disabled {
  color: #094746;
}
mor-link.co-bk {
  color: #000000;
}
mor-link.co-bk .mo-loader .mo-loader-path {
  stroke: #000000;
}
mor-link.co-bk:not(.st-disabled):hover,
mor-link.co-bk.st-hover {
  color: #262626;
}
mor-link.co-bk:not(.st-disabled):active,
mor-link.co-bk.st-active {
  color: #4d4d4d;
}
mor-link.co-bk.st-disabled {
  color: #666666;
}
mor-link.co-n1 {
  color: #F0F0F0;
}
mor-link.co-n1 .mo-loader .mo-loader-path {
  stroke: #F0F0F0;
}
mor-link.co-n1:not(.st-disabled):hover,
mor-link.co-n1.st-hover {
  color: #cacaca;
}
mor-link.co-n1:not(.st-disabled):active,
mor-link.co-n1.st-active {
  color: #b0b0b0;
}
mor-link.co-n1.st-disabled {
  color: #a3a3a3;
}
mor-link.co-n2 {
  color: #E5E5E5;
}
mor-link.co-n2 .mo-loader .mo-loader-path {
  stroke: #E5E5E5;
}
mor-link.co-n2:not(.st-disabled):hover,
mor-link.co-n2.st-hover {
  color: #bfbfbf;
}
mor-link.co-n2:not(.st-disabled):active,
mor-link.co-n2.st-active {
  color: #a5a5a5;
}
mor-link.co-n2.st-disabled {
  color: #999999;
}
mor-link.co-n3 {
  color: #E0E0E0;
}
mor-link.co-n3 .mo-loader .mo-loader-path {
  stroke: #E0E0E0;
}
mor-link.co-n3:not(.st-disabled):hover,
mor-link.co-n3.st-hover {
  color: #bababa;
}
mor-link.co-n3:not(.st-disabled):active,
mor-link.co-n3.st-active {
  color: #a0a0a0;
}
mor-link.co-n3.st-disabled {
  color: #939393;
}
mor-link.co-n4 {
  color: #D9D9D9;
}
mor-link.co-n4 .mo-loader .mo-loader-path {
  stroke: #D9D9D9;
}
mor-link.co-n4:not(.st-disabled):hover,
mor-link.co-n4.st-hover {
  color: #b3b3b3;
}
mor-link.co-n4:not(.st-disabled):active,
mor-link.co-n4.st-active {
  color: #999999;
}
mor-link.co-n4.st-disabled {
  color: #8d8d8d;
}
mor-link.co-n5 {
  color: #CCCCCC;
}
mor-link.co-n5 .mo-loader .mo-loader-path {
  stroke: #CCCCCC;
}
mor-link.co-n5:not(.st-disabled):hover,
mor-link.co-n5.st-hover {
  color: #a6a6a6;
}
mor-link.co-n5:not(.st-disabled):active,
mor-link.co-n5.st-active {
  color: #8c8c8c;
}
mor-link.co-n5.st-disabled {
  color: #808080;
}
mor-link.co-n6 {
  color: #B2B2B2;
}
mor-link.co-n6 .mo-loader .mo-loader-path {
  stroke: #B2B2B2;
}
mor-link.co-n6:not(.st-disabled):hover,
mor-link.co-n6.st-hover {
  color: #d8d8d8;
}
mor-link.co-n6:not(.st-disabled):active,
mor-link.co-n6.st-active {
  color: #f2f2f2;
}
mor-link.co-n6.st-disabled {
  color: #ffffff;
}
mor-link.co-n7 {
  color: #999999;
}
mor-link.co-n7 .mo-loader .mo-loader-path {
  stroke: #999999;
}
mor-link.co-n7:not(.st-disabled):hover,
mor-link.co-n7.st-hover {
  color: #bfbfbf;
}
mor-link.co-n7:not(.st-disabled):active,
mor-link.co-n7.st-active {
  color: #d9d9d9;
}
mor-link.co-n7.st-disabled {
  color: #ffffff;
}
mor-link.co-n8 {
  color: #7F7F7F;
}
mor-link.co-n8 .mo-loader .mo-loader-path {
  stroke: #7F7F7F;
}
mor-link.co-n8:not(.st-disabled):hover,
mor-link.co-n8.st-hover {
  color: #a5a5a5;
}
mor-link.co-n8:not(.st-disabled):active,
mor-link.co-n8.st-active {
  color: #bfbfbf;
}
mor-link.co-n8.st-disabled {
  color: #e5e5e5;
}
mor-link.co-n9 {
  color: #666666;
}
mor-link.co-n9 .mo-loader .mo-loader-path {
  stroke: #666666;
}
mor-link.co-n9:not(.st-disabled):hover,
mor-link.co-n9.st-hover {
  color: #8c8c8c;
}
mor-link.co-n9:not(.st-disabled):active,
mor-link.co-n9.st-active {
  color: #a6a6a6;
}
mor-link.co-n9.st-disabled {
  color: #cccccc;
}
mor-link.co-n10 {
  color: #4C4C4C;
}
mor-link.co-n10 .mo-loader .mo-loader-path {
  stroke: #4C4C4C;
}
mor-link.co-n10:not(.st-disabled):hover,
mor-link.co-n10.st-hover {
  color: #727272;
}
mor-link.co-n10:not(.st-disabled):active,
mor-link.co-n10.st-active {
  color: #8c8c8c;
}
mor-link.co-n10.st-disabled {
  color: #b2b2b2;
}
mor-link.co-n11 {
  color: #333333;
}
mor-link.co-n11 .mo-loader .mo-loader-path {
  stroke: #333333;
}
mor-link.co-n11:not(.st-disabled):hover,
mor-link.co-n11.st-hover {
  color: #595959;
}
mor-link.co-n11:not(.st-disabled):active,
mor-link.co-n11.st-active {
  color: #737373;
}
mor-link.co-n11.st-disabled {
  color: #999999;
}
mor-link.co-wh {
  color: #FFFFFF;
}
mor-link.co-wh .mo-loader .mo-loader-path {
  stroke: #FFFFFF;
}
mor-link.co-wh:not(.st-disabled):hover,
mor-link.co-wh.st-hover {
  color: #ebebeb;
}
mor-link.co-wh:not(.st-disabled):active,
mor-link.co-wh.st-active {
  color: #e0e0e0;
}
mor-link.co-wh.st-disabled {
  color: #b3b3b3;
}
mor-link.st-hover {
  cursor: pointer;
}
mor-link.st-disabled {
  cursor: not-allowed !important;
}
mor-link.st-apparent {
  animation-name: apparent;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
mor-link.st-apparent:hover {
  animation-name: none;
}
mor-link .mo-loader .mo-loader-path {
  stroke: #F33D5D;
}
mor-link:not(.st-disabled):hover,
mor-link.st-hover {
  color: #d60d31;
}
mor-link:not(.st-disabled):active,
mor-link.st-active {
  color: #a60a26;
}
mor-link.st-disabled {
  color: #fab5c1;
}
mor-link:hover {
  cursor: pointer;
}
@keyframes dropdown_popup_arrow {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(180deg);
  }
}
@keyframes dropdown_popin_arrow {
  from {
    transform: rotateX(180deg);
  }
  to {
    transform: rotateX(0deg);
  }
}
mor-dropdown {
  display: inline-block;
  position: relative;
}
mor-dropdown mor-btn,
mor-dropdown mor-link {
  user-select: none;
}
mor-dropdown mor-btn .mo-icon,
mor-dropdown mor-link .mo-icon {
  font-size: 30px !important;
  width: 10px;
  display: inline-block;
  vertical-align: top;
  transform-origin: center center !important;
}
mor-dropdown.show mor-btn .mo-icon,
mor-dropdown.show mor-link .mo-icon {
  animation-name: dropdown_popup_arrow;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
}
mor-dropdown.hide mor-btn .mo-icon,
mor-dropdown.hide mor-link .mo-icon {
  animation-name: dropdown_popin_arrow;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
}
.mor-dropdown-popover .popover-con .popover-body {
  padding: 0;
}
.mor-dropdown-popover .btnlist {
  width: 100%;
  font-size: 0;
  transform-origin: top center;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.mor-dropdown-popover .btnlist mor-btn {
  white-space: nowrap;
  display: block;
  margin: 0;
  text-align: center;
}
.mor-dropdown-popover .btnlist mor-btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mor-dropdown-popover .btnlist mor-btn:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
mor-tab > ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0;
  position: relative;
}
mor-tab > ul > li {
  display: inline-block;
  font-size: 14px;
  padding: 0.5em 1em;
  margin: 0 0.1em;
  color: #666666;
  position: relative;
  background-color: #f5f5f5;
  cursor: pointer;
  border: 1px #e5e5e5 solid;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
mor-tab > ul > li + li {
  margin-top: 0 !important;
}
mor-tab > ul > li > div > i,
mor-tab > ul > li > div > i.iconfont,
mor-tab > ul > li > div > i.mo-icon {
  font-size: 12px;
}
mor-tab > ul > li:first-child {
  margin-left: 0;
}
mor-tab > ul > li:hover {
  background-color: #F0F0F0;
  color: #4C4C4C;
}
mor-tab > ul > li.current {
  background-color: #FFFFFF;
  color: #F33D5D;
  border-color: #dddddd;
  z-index: 5;
  cursor: default;
}
mor-tab > ul > li.disabled {
  background-color: #E0E0E0;
  color: #666666;
  border-color: #E0E0E0;
  cursor: not-allowed;
}
mor-tab > .contents {
  border: 1px #dddddd solid;
  position: relative;
}
mor-tab > .contents > .tab-item {
  pointer-events: none;
  height: 0;
  overflow: hidden;
}
mor-tab > .contents > .tab-item.current {
  padding: 16px;
  pointer-events: auto;
  height: auto;
  overflow: visible;
}
mor-tab.position-top > ul > li {
  border-radius: 3px 3px 0 0;
  border-bottom-width: 0;
  top: 1px;
}
mor-tab.position-bottom > ul > li {
  border-radius: 0 0 3px 3px;
  border-top-width: 0;
  bottom: 1px;
}
mor-tab.position-left,
mor-tab.position-right {
  font-size: 0;
}
mor-tab.position-left > ul,
mor-tab.position-right > ul {
  width: 20%;
  max-width: 160px;
  display: inline-block;
}
mor-tab.position-left > ul > li,
mor-tab.position-right > ul > li {
  width: 100%;
  border-bottom-width: 1px;
  margin: 0.1em 0;
  top: 0;
}
mor-tab.position-left > ul > li:first-child,
mor-tab.position-right > ul > li:first-child {
  margin-top: 0;
}
mor-tab.position-left > ul > li:last-child,
mor-tab.position-right > ul > li:last-child {
  margin-bottom: 0;
}
mor-tab.position-left > .contents,
mor-tab.position-right > .contents {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
mor-tab.position-left > ul > li {
  border-radius: 3px 0 0 3px;
  border-right-width: 0;
  left: 1px;
}
mor-tab.position-right > ul > li {
  border-radius: 0 3px 3px 0;
  border-left-width: 0;
  left: -1px;
}
mor-tab.position-right > .contents,
mor-tab.position-bottom > .contents {
  z-index: 2;
}
mor-tab.no-padding > .contents > .tab-item.current {
  padding: 0;
}
mor-tab.block > ul {
  display: flex;
}
mor-tab.block > ul > li {
  margin: 0;
  display: block;
  border: 1px #dddddd solid;
  background-color: #f5f5f5;
  padding: 1em 0;
  text-align: center;
  flex: 1;
  border-radius: 0;
}
mor-tab.block > ul > li:hover {
  background-color: #F0F0F0;
  color: #4C4C4C;
}
mor-tab.block > ul > li.current {
  border-color: #dddddd;
  background: #FFFFFF;
  color: #F33D5D;
}
mor-tab.block > ul > li.disabled {
  background-color: #E0E0E0;
  color: #666666;
  border-color: #E0E0E0;
}
mor-tab.block.position-top > ul > li:not(:last-child),
mor-tab.block.position-bottom > ul > li:not(:last-child) {
  border-right-width: 0;
}
mor-tab.block.position-top > ul > li.current {
  border-top: 1px #F33D5D solid;
  border-bottom-width: 0;
  box-shadow: inset 0 3px 0 #F33D5D;
}
mor-tab.block.position-bottom > ul > li.current {
  border-bottom: 1px #F33D5D solid;
  border-top-width: 0;
  box-shadow: inset 0 -3px 0 #F33D5D;
}
mor-tab.block.position-left ul,
mor-tab.block.position-right ul {
  display: inline-block;
}
mor-tab.block.position-left ul > li:not(:last-child),
mor-tab.block.position-right ul > li:not(:last-child) {
  border-bottom-width: 0;
}
mor-tab.block.position-left ul > li.current,
mor-tab.block.position-right ul > li.current {
  border-top: 1px #dddddd solid;
}
mor-tab.block.position-left ul > li.current:last-child,
mor-tab.block.position-right ul > li.current:last-child {
  border-bottom-width: 1px;
}
mor-tab.block.position-left ul > li.current {
  border-left: 1px #F33D5D solid;
  box-shadow: inset 3px 0 0 #F33D5D;
  border-right-width: 0;
}
mor-tab.block.position-right ul > li.current {
  border-right: 1px #F33D5D solid;
  box-shadow: inset -3px 0 0 #F33D5D;
  border-left-width: 0;
}
mor-tab.line > ul::before {
  content: ' ';
  position: absolute;
  background: #e5e5e5;
}
mor-tab.line > ul > li {
  border: none;
  margin: 0;
  padding: 0.5em 1.3em;
  top: 0;
  background: transparent;
}
mor-tab.line > ul > li:hover {
  color: #4C4C4C;
}
mor-tab.line > ul > li.current {
  color: #F33D5D;
}
mor-tab.line > ul > li.disabled {
  color: #666666;
}
mor-tab.line.position-top > ul::before,
mor-tab.line.position-bottom > ul::before {
  width: 100%;
  height: 2px;
  left: 0;
}
mor-tab.line.position-top > ul::before {
  bottom: 0;
}
mor-tab.line.position-top > ul > li {
  border-bottom: 2px #dddddd solid;
}
mor-tab.line.position-top > ul > li:hover {
  border-bottom-color: #d1d1d1;
}
mor-tab.line.position-top > ul > li.current {
  border-bottom-color: #F33D5D;
}
mor-tab.line.position-top > ul > li.disabled {
  border-bottom-color: #adadad;
}
mor-tab.line.position-top > .contents {
  border-top-width: 0;
}
mor-tab.line.position-bottom > ul::before {
  top: 0;
}
mor-tab.line.position-bottom > ul > li {
  border-top: 2px #dddddd solid;
}
mor-tab.line.position-bottom > ul > li:hover {
  border-top-color: #d1d1d1;
}
mor-tab.line.position-bottom > ul > li.current {
  border-top-color: #F33D5D;
}
mor-tab.line.position-bottom > ul > li.disabled {
  border-top-color: #adadad;
}
mor-tab.line.position-bottom > .contents {
  border-bottom-width: 0;
}
mor-tab.line.position-left > ul::before,
mor-tab.line.position-right > ul::before {
  height: 100%;
  width: 2px;
  top: 0;
}
mor-tab.line.position-left > ul > li,
mor-tab.line.position-right > ul > li {
  border-bottom-width: 0;
  left: 0;
}
mor-tab.line.position-left > ul > li:hover,
mor-tab.line.position-right > ul > li:hover {
  border-bottom-color: #e5e5e5;
}
mor-tab.line.position-left > .contents,
mor-tab.line.position-right > .contents {
  border-top-width: 1px;
}
mor-tab.line.position-left > ul::before {
  left: auto;
  right: 0;
}
mor-tab.line.position-left > ul > li {
  border-right: 2px #dddddd solid;
}
mor-tab.line.position-left > ul > li:hover {
  border-right-color: #d1d1d1;
}
mor-tab.line.position-left > ul > li.current {
  border-right-color: #F33D5D;
}
mor-tab.line.position-left > .contents {
  border-left-width: 0;
}
mor-tab.line.position-right > ul::before {
  left: 0;
  right: auto;
}
mor-tab.line.position-right > ul > li {
  border-left: 2px #dddddd solid;
}
mor-tab.line.position-right > ul > li:hover {
  border-left-color: #d1d1d1;
}
mor-tab.line.position-right > ul > li.current {
  border-left-color: #F33D5D;
}
mor-tab.line.position-right > .contents {
  border-right-width: 0;
}
mor-tab.btn > ul > li {
  border: 1px #e5e5e5 solid;
  border-radius: 0;
  margin: 0;
  padding: 0.5em 1.3em;
  top: 0;
  background: #f5f5f5;
}
mor-tab.btn > ul > li:hover {
  border-color: #d1d1d1;
  color: #4C4C4C;
}
mor-tab.btn > ul > li.current {
  color: #F33D5D;
  background-color: #FFFFFF;
  border-color: #F33D5D;
}
mor-tab.btn > ul > li.disabled {
  color: #666666;
  background-color: #E0E0E0;
  border-color: #E0E0E0;
}
mor-tab.btn.position-top > ul > li,
mor-tab.btn.position-bottom > ul > li {
  border-right-width: 0;
}
mor-tab.btn.position-top > ul > li:first-child,
mor-tab.btn.position-bottom > ul > li:first-child {
  border-radius: 3px 0 0 3px;
}
mor-tab.btn.position-top > ul > li:last-child,
mor-tab.btn.position-bottom > ul > li:last-child {
  border-radius: 0 3px 3px 0;
  border-right-width: 1px;
}
mor-tab.btn.position-top > ul > li:hover + li,
mor-tab.btn.position-bottom > ul > li:hover + li {
  border-left: 1px #d1d1d1 solid;
}
mor-tab.btn.position-top > ul > li:hover + li.current,
mor-tab.btn.position-bottom > ul > li:hover + li.current {
  border-left: 1px #F33D5D solid;
}
mor-tab.btn.position-top > ul > li.current,
mor-tab.btn.position-bottom > ul > li.current {
  border-right-width: 1px;
}
mor-tab.btn.position-top > ul > li.current + li,
mor-tab.btn.position-bottom > ul > li.current + li {
  border-left-width: 0;
}
mor-tab.btn.position-top > .contents {
  margin-top: 8px;
}
mor-tab.btn.position-bottom > .contents {
  margin-bottom: 8px;
}
mor-tab.btn.position-left > ul,
mor-tab.btn.position-right > ul {
  width: calc(20% - 16px/2);
}
mor-tab.btn.position-left > ul > li,
mor-tab.btn.position-right > ul > li {
  border-bottom-width: 0;
  padding: 0.5em;
  left: 0;
}
mor-tab.btn.position-left > ul > li:first-child,
mor-tab.btn.position-right > ul > li:first-child {
  border-radius: 3px 3px 0 0;
}
mor-tab.btn.position-left > ul > li:last-child,
mor-tab.btn.position-right > ul > li:last-child {
  border-bottom: 1px #e5e5e5 solid;
  border-radius: 0 0 3px 3px;
}
mor-tab.btn.position-left > ul > li:hover,
mor-tab.btn.position-right > ul > li:hover {
  border-bottom-color: #d1d1d1;
}
mor-tab.btn.position-left > ul > li:hover + li,
mor-tab.btn.position-right > ul > li:hover + li {
  border-top-width: 1px;
  border-top-color: #d1d1d1;
}
mor-tab.btn.position-left > ul > li:hover + li.current,
mor-tab.btn.position-right > ul > li:hover + li.current {
  border-top: 1px #F33D5D solid;
}
mor-tab.btn.position-left > ul > li.current,
mor-tab.btn.position-right > ul > li.current {
  border-bottom: 1px #F33D5D solid;
}
mor-tab.btn.position-left > ul > li.current + li,
mor-tab.btn.position-right > ul > li.current + li {
  border-right-width: 1px;
  border-top-width: 0;
}
mor-tab.btn.position-left > .contents,
mor-tab.btn.position-right > .contents {
  margin-top: 0;
}
mor-tab.btn.position-left > ul > li {
  border-right-width: 1px;
}
mor-tab.btn.position-left > ul > li:hover + li {
  border-left-color: #e5e5e5;
  border-left-width: 1px;
}
mor-tab.btn.position-left > ul > li:hover + li.current {
  border-left-color: #F33D5D;
  border-left-width: 1px;
}
mor-tab.btn.position-left > ul > li.current + li {
  border-left-width: 1px;
}
mor-tab.btn.position-left > .contents {
  margin-left: 8px;
}
mor-tab.btn.position-right > ul > li {
  border-left-width: 1px;
}
mor-tab.btn.position-right > ul > li:hover + li {
  border-right-color: #e5e5e5;
  border-right-width: 1px;
}
mor-tab.btn.position-right > ul > li:hover + li.current {
  border-right-color: #F33D5D;
  border-right-width: 1px;
}
mor-tab.btn.position-right > ul > li.current + li {
  border-right-width: 1px;
}
mor-tab.btn.position-right > .contents {
  margin-right: 8px;
}
mor-tab.noborder > .contents {
  border-left-width: 0;
  border-right-width: 0;
}
mor-tab.noborder.position-top > .contents {
  border-bottom-width: 0;
}
mor-tab.noborder.position-bottom > .contents {
  border-top-width: 0;
}
mor-tab.noborder.position-left > .contents,
mor-tab.noborder.position-right > .contents {
  border-top-width: 0;
  border-bottom-width: 0;
}
mor-tab.noborder.position-left > .contents {
  border-left-width: 1px;
}
mor-tab.noborder.position-right > .contents {
  border-right-width: 1px;
}
mor-collapse {
  display: block;
  width: 100%;
}
mor-collapse > ul.collapse-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
mor-collapse > ul.collapse-ul > li {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
mor-collapse > ul.collapse-ul .menu {
  border: 1px #e5e5e5 solid;
  padding: 0.5em 1.5em;
  border-radius: 0;
  margin: 0;
  background: #f5f5f5;
  border-top-width: 0;
  cursor: pointer;
  position: relative;
  color: #333333;
}
mor-collapse > ul.collapse-ul .menu > i {
  margin-right: 0.2em;
  font-size: 14px;
}
mor-collapse > ul.collapse-ul .menu .mo-collapse-icon {
  position: absolute;
  right: 0.5em;
  font-size: 14px;
  color: #999999;
  transition: transform 0.16s;
}
mor-collapse > ul.collapse-ul .menu:first-child {
  border-radius: 3px 3px 0 0;
  border-top-width: 1px;
}
mor-collapse > ul.collapse-ul .menu:nth-last-child(2) {
  border-radius: 0 0 3px 3px;
}
mor-collapse > ul.collapse-ul .menu.show:nth-last-child(2) {
  border-radius: 0;
}
mor-collapse > ul.collapse-ul .menu.show > .mo-collapse-icon {
  transform: rotateZ(90deg);
}
mor-collapse > ul.collapse-ul .menu.disabled {
  background: #E0E0E0;
  color: #666666;
  cursor: not-allowed;
}
mor-collapse > ul.collapse-ul .menu.disabled .mo-collapse-icon {
  display: none;
}
mor-collapse > ul.collapse-ul .content {
  border-left: 1px #e5e5e5 solid;
  border-right: 1px #e5e5e5 solid;
  background: #FFFFFF;
  margin: 0;
  pointer-events: none;
  overflow: hidden;
  display: none;
}
mor-collapse > ul.collapse-ul .content .content-wrap {
  padding: 0.5em 1.5em;
  width: 100%;
  box-sizing: border-box;
}
mor-collapse > ul.collapse-ul .content.show {
  border-bottom: 1px #e5e5e5 solid;
  display: block;
  pointer-events: auto;
}
mor-collapse > ul.collapse-ul .content.show:last-child {
  border-radius: 0 0 3px 3px;
}
mor-collapse.block > ul.collapse-ul .menu {
  margin-top: 10px;
  border-top-width: 1px;
  border-radius: 3px;
}
mor-collapse.block > ul.collapse-ul .menu:first-child {
  margin-top: 0;
}
mor-collapse.block > ul.collapse-ul .menu.show {
  border-radius: 3px 3px 0 0;
}
mor-collapse.block > ul.collapse-ul .content {
  border-radius: 0 0 3px 3px;
}
mor-collapse.line > ul.collapse-ul {
  border-bottom: 1px #e5e5e5 solid;
}
mor-collapse.line > ul.collapse-ul .menu {
  background: #FFFFFF;
  border-width: 1px 0 0;
  font-weight: 700;
}
mor-collapse.line > ul.collapse-ul .menu.show {
  border-bottom-width: 0;
}
mor-collapse.line > ul.collapse-ul .content {
  border: none;
}
mor-collapse.no-arrow > ul.collapse-ul .menu .mo-collapse-icon {
  display: none;
}
mor-tree {
  display: block;
}
mor-tree > mor-textinput {
  margin-bottom: 16px;
}
mor-tree.block mor-private-tree ul.tree-body .tree-node > span {
  display: flex;
  align-items: center;
  width: 100%;
}
mor-tree.block mor-private-tree ul.tree-body .tree-node > span > .node-name {
  flex-grow: 1;
}
mor-tree.foldable mor-private-tree ul.tree-body .tree-node > mor-private-tree {
  display: none;
}
mor-tree.foldable mor-private-tree ul.tree-body .tree-node.unfold > mor-private-tree {
  display: block;
}
mor-tree.has-cabel mor-private-tree ul.tree-body .tree-node.is-fold::before {
  width: 1px;
  content: '';
  background: #F0F0F0;
  position: absolute;
  left: 8px;
  top: 0.25em;
  bottom: 0.25em;
}
mor-tree.can-click mor-private-tree ul.tree-body .tree-node > span > a {
  line-height: 1.5;
  text-decoration: none;
}
mor-tree.can-click mor-private-tree ul.tree-body .tree-node > span > a:hover {
  cursor: pointer;
  text-decoration: none;
}
mor-tree.can-click mor-private-tree ul.tree-body .tree-node > span .node-name:hover {
  background: #feedf0;
}
mor-table {
  width: 100%;
  overflow: auto;
  display: block;
  border: 0 none;
  font-size: 14px;
  background-color: #FFFFFF;
  border-radius: 3px;
  border-width: 1px !important;
  border-style: solid !important;
  position: relative;
  box-sizing: border-box;
  border-color: #F0F0F0 !important;
}
mor-table::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.05);
}
mor-table::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
mor-table .load-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 19;
}
mor-table table {
  border-spacing: 0;
  border-collapse: collapse;
  min-width: 100%;
  table-layout: auto;
}
mor-table table td {
  padding: initial;
  border: initial;
}
mor-table header {
  position: relative;
}
mor-table header h1 {
  margin: 0 !important;
  font-weight: 400 !important;
  text-align: left;
  max-width: 40%;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
mor-table header .action {
  margin-left: 16px;
}
mor-table header .custom-header {
  max-width: 60%;
  position: absolute;
  right: 10px;
  display: flex;
  align-items: center;
}
mor-table > .wrap {
  overflow: hidden !important;
  border-width: 0 !important;
}
mor-table > .wrap > tbody > tr > td::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.05);
}
mor-table > .wrap > tbody > tr > td::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
mor-table > .wrap > tbody > tr > td:first-child {
  z-index: 2;
}
mor-table > .wrap > tbody > tr > td.title-td {
  position: relative;
  z-index: 3;
}
mor-table > .wrap tr > td.no-data {
  min-width: 50px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
}
mor-table .table {
  display: table;
  min-width: 100%;
  text-align: center;
  color: #666;
  margin: 0;
  box-sizing: content-box !important;
  border-collapse: separate;
}
mor-table .table thead tr {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
mor-table .table tbody {
  width: 100%;
}
mor-table .table tr th {
  font-weight: 400;
  line-height: 1.2em;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  color: #333333;
}
mor-table .table > tbody > tr {
  height: 40px;
}
mor-table .table > tbody > tr.expand-row {
  background: #FFFFFF !important;
  border-top-width: 1px;
  display: none;
}
mor-table .table > tbody > tr.expand-row.open {
  display: table-row;
}
mor-table .table > tbody > tr > td {
  min-width: 50px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  color: #666666;
}
mor-table .table > tbody > tr > td.expand-row-col {
  width: 100%;
  padding: 0 !important;
  border: none !important;
}
mor-table .table > tbody > tr > td.expand-row-col .expand-row-col-wrap {
  background: #FFFFFF !important;
  padding: 16px;
  border-top-width: 1px;
  border-top-style: solid;
}
mor-table .table .th-sort .mo-icon,
mor-table .table .th-filters .mo-icon {
  font-size: 12px;
  opacity: 0.35;
}
mor-table .table .th-sort .mo-icon:hover,
mor-table .table .th-filters .mo-icon:hover {
  cursor: pointer;
  opacity: 0.7;
}
mor-table .table .table-checked {
  min-width: unset;
  width: 1px;
}
mor-table .table .table-checked mor-checkbox {
  min-width: unset;
}
mor-table .table .table-checked mor-checkbox > .il label {
  margin: 0;
}
mor-table .table .table-checked mor-checkbox > .il label .box {
  margin: 0;
}
mor-table .title-table {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
mor-table .normal-table {
  border-radius: 3px;
}
mor-table.title-col-left-fixed,
mor-table.title-col-right-fixed {
  position: relative;
}
mor-table.title-col-right .title-table,
mor-table.title-col-right-fixed .title-table {
  border-left-style: solid;
  border-left-width: 1px;
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.08);
}
mor-table.title-col-left .title-table,
mor-table.title-col-left-fixed .title-table {
  border-right-style: solid;
  border-right-width: 1px;
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.08);
}
mor-table.has-title-col .normal-table {
  border-radius: 0 3px 3px 0;
}
mor-table.has-title-col .title-table {
  display: table;
}
mor-table.align-left .table,
mor-table .cell-align-left {
  text-align: left;
}
mor-table.align-center .table,
mor-table .cell-align-center {
  text-align: center;
}
mor-table.align-right .table,
mor-table .cell-align-right {
  text-align: right;
}
mor-table.vertical-border .table th,
mor-table.vertical-border .table > tbody > tr > td {
  border-left-width: 1px !important;
  border-left-style: solid !important;
}
mor-table.vertical-border .table th:first-child,
mor-table.vertical-border .table > tbody > tr > td:first-child {
  border-left: none !important;
}
mor-table.horizontal-border .table th,
mor-table.horizontal-border .table td {
  border-top-width: 1px !important;
  border-top-style: solid !important;
}
mor-table.horizontal-border .table tr:first-child th,
mor-table.horizontal-border .table tr:first-child td {
  border-top: none !important;
}
mor-table.si-xl > .wrap tr > td.no-data {
  padding: 18px !important;
}
mor-table.si-xl header {
  height: 96px;
}
mor-table.si-xl header h1 {
  font-size: 32px !important;
  padding: 16px 24px !important;
  line-height: 64px;
  height: 96px;
}
mor-table.si-xl header .custom-header {
  height: 96px;
}
mor-table.si-xl .table tr th {
  padding: 18px !important;
}
mor-table.si-xl .table > tbody {
  font-size: 18px;
}
mor-table.si-xl .table > tbody > tr > td {
  padding: 18px !important;
}
mor-table.si-l > .wrap tr > td.no-data {
  padding: 14px !important;
}
mor-table.si-l header {
  height: 72px;
}
mor-table.si-l header h1 {
  font-size: 28px !important;
  padding: 12px 20px !important;
  line-height: 48px;
  height: 72px;
}
mor-table.si-l header .custom-header {
  height: 72px;
}
mor-table.si-l .table tr th {
  padding: 14px !important;
}
mor-table.si-l .table > tbody {
  font-size: 16px;
}
mor-table.si-l .table > tbody > tr > td {
  padding: 14px !important;
}
mor-table.si-m > .wrap tr > td.no-data {
  padding: 10px !important;
}
mor-table.si-m header {
  height: 52px;
}
mor-table.si-m header h1 {
  font-size: 24px !important;
  padding: 8px 16px !important;
  line-height: 36px;
  height: 52px;
}
mor-table.si-m header .custom-header {
  height: 52px;
}
mor-table.si-m .table tr th {
  padding: 10px !important;
}
mor-table.si-m .table > tbody {
  font-size: 14px;
}
mor-table.si-m .table > tbody > tr > td {
  padding: 10px !important;
}
mor-table.si-s > .wrap tr > td.no-data {
  padding: 8px !important;
}
mor-table.si-s header {
  height: 40px;
}
mor-table.si-s header h1 {
  font-size: 18px !important;
  padding: 6px 12px !important;
  line-height: 28px;
  height: 40px;
}
mor-table.si-s header .custom-header {
  height: 40px;
}
mor-table.si-s .table tr th {
  padding: 8px !important;
}
mor-table.si-s .table > tbody {
  font-size: 13px;
}
mor-table.si-s .table > tbody > tr > td {
  padding: 8px !important;
}
mor-table.si-xs > .wrap tr > td.no-data {
  padding: 3px !important;
}
mor-table.si-xs header {
  height: 30px;
}
mor-table.si-xs header h1 {
  font-size: 14px !important;
  padding: 4px 8px !important;
  line-height: 22px;
  height: 30px;
}
mor-table.si-xs header .custom-header {
  height: 30px;
}
mor-table.si-xs .table tr th {
  padding: 3px !important;
}
mor-table.si-xs .table > tbody {
  font-size: 12px;
}
mor-table.si-xs .table > tbody > tr > td {
  padding: 3px !important;
}
mor-table.co-t {
  border-color: #be0c2b !important;
}
mor-table.co-t header {
  background-color: #be0c2b;
  color: #FFFFFF;
}
mor-table.co-t .co-style {
  border-color: #be0c2b !important;
}
mor-table.co-t .co-style th,
mor-table.co-t .co-style td {
  color: #FFFFFF;
}
mor-table.co-t .co-style th,
mor-table.co-t .co-style td,
mor-table.co-t .co-style tr,
mor-table.co-t .co-style .expand-row-col-wrap,
mor-table.co-t .co-style {
  border-color: #be0c2b !important;
}
mor-table.co-t .co-style tr {
  background-color: #d60d31;
}
mor-table.co-t.ts-zp .co-style tr.even-row td {
  background-color: #ee0f36;
}
mor-table.co-t.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-t:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-t.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-t:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-t.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-t:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #be0c2b;
  border-color: #be0c2b !important;
}
mor-table.co-t.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-t:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-t.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-t:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-t.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-t:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #be0c2b !important;
}
mor-table.co-t mor-empty .empty-image i,
mor-table.co-t mor-empty .empty-image i.iconfont,
mor-table.co-t mor-empty .empty-image i.mo-icon {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-t mor-empty .empty-note {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-lt {
  border-color: #dd0b31 !important;
}
mor-table.co-lt header {
  background-color: #dd0b31;
  color: #FFFFFF;
}
mor-table.co-lt .co-style {
  border-color: #dd0b31 !important;
}
mor-table.co-lt .co-style th,
mor-table.co-lt .co-style td {
  color: #FFFFFF;
}
mor-table.co-lt .co-style th,
mor-table.co-lt .co-style td,
mor-table.co-lt .co-style tr,
mor-table.co-lt .co-style .expand-row-col-wrap,
mor-table.co-lt .co-style {
  border-color: #dd0b31 !important;
}
mor-table.co-lt .co-style tr {
  background-color: #f4264c;
}
mor-table.co-lt.ts-zp .co-style tr.even-row td {
  background-color: #f63e60;
}
mor-table.co-lt.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-lt:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-lt.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-lt:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-lt.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-lt:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #dd0b31;
  border-color: #dd0b31 !important;
}
mor-table.co-lt.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-lt:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-lt.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-lt:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-lt.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-lt:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #dd0b31 !important;
}
mor-table.co-lt mor-empty .empty-image i,
mor-table.co-lt mor-empty .empty-image i.iconfont,
mor-table.co-lt mor-empty .empty-image i.mo-icon {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-lt mor-empty .empty-note {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-dt {
  border-color: #7b1427 !important;
}
mor-table.co-dt header {
  background-color: #7b1427;
  color: #FFFFFF;
}
mor-table.co-dt .co-style {
  border-color: #7b1427 !important;
}
mor-table.co-dt .co-style th,
mor-table.co-dt .co-style td {
  color: #FFFFFF;
}
mor-table.co-dt .co-style th,
mor-table.co-dt .co-style td,
mor-table.co-dt .co-style tr,
mor-table.co-dt .co-style .expand-row-col-wrap,
mor-table.co-dt .co-style {
  border-color: #7b1427 !important;
}
mor-table.co-dt .co-style tr {
  background-color: #90182e;
}
mor-table.co-dt.ts-zp .co-style tr.even-row td {
  background-color: #a61c35;
}
mor-table.co-dt.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-dt:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-dt.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-dt:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-dt.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-dt:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #7b1427;
  border-color: #7b1427 !important;
}
mor-table.co-dt.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-dt:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-dt.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-dt:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-dt.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-dt:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #7b1427 !important;
}
mor-table.co-dt mor-empty .empty-image i,
mor-table.co-dt mor-empty .empty-image i.iconfont,
mor-table.co-dt mor-empty .empty-image i.mo-icon {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-dt mor-empty .empty-note {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-s {
  border-color: #0c4709 !important;
}
mor-table.co-s header {
  background-color: #0c4709;
  color: #FFFFFF;
}
mor-table.co-s .co-style {
  border-color: #0c4709 !important;
}
mor-table.co-s .co-style th,
mor-table.co-s .co-style td {
  color: #FFFFFF;
}
mor-table.co-s .co-style th,
mor-table.co-s .co-style td,
mor-table.co-s .co-style tr,
mor-table.co-s .co-style .expand-row-col-wrap,
mor-table.co-s .co-style {
  border-color: #0c4709 !important;
}
mor-table.co-s .co-style tr {
  background-color: #13740f;
}
mor-table.co-s.ts-zp .co-style tr.even-row td {
  background-color: #178b12;
}
mor-table.co-s.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-s:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-s.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-s:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-s.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-s:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #0c4709;
  border-color: #0c4709 !important;
}
mor-table.co-s.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-s:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-s.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-s:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-s.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-s:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #0c4709 !important;
}
mor-table.co-s mor-empty .empty-image i,
mor-table.co-s mor-empty .empty-image i.iconfont,
mor-table.co-s mor-empty .empty-image i.mo-icon {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-s mor-empty .empty-note {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-w {
  border-color: #9f5304 !important;
}
mor-table.co-w header {
  background-color: #9f5304;
  color: #FFFFFF;
}
mor-table.co-w .co-style {
  border-color: #9f5304 !important;
}
mor-table.co-w .co-style th,
mor-table.co-w .co-style td {
  color: #FFFFFF;
}
mor-table.co-w .co-style th,
mor-table.co-w .co-style td,
mor-table.co-w .co-style tr,
mor-table.co-w .co-style .expand-row-col-wrap,
mor-table.co-w .co-style {
  border-color: #9f5304 !important;
}
mor-table.co-w .co-style tr {
  background-color: #d16e05;
}
mor-table.co-w.ts-zp .co-style tr.even-row td {
  background-color: #ea7b05;
}
mor-table.co-w.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-w:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-w.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-w:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-w.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-w:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #9f5304;
  border-color: #9f5304 !important;
}
mor-table.co-w.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-w:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-w.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-w:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-w.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-w:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #9f5304 !important;
}
mor-table.co-w mor-empty .empty-image i,
mor-table.co-w mor-empty .empty-image i.iconfont,
mor-table.co-w mor-empty .empty-image i.mo-icon {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-w mor-empty .empty-note {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-d {
  border-color: #9f040c !important;
}
mor-table.co-d header {
  background-color: #9f040c;
  color: #FFFFFF;
}
mor-table.co-d .co-style {
  border-color: #9f040c !important;
}
mor-table.co-d .co-style th,
mor-table.co-d .co-style td {
  color: #FFFFFF;
}
mor-table.co-d .co-style th,
mor-table.co-d .co-style td,
mor-table.co-d .co-style tr,
mor-table.co-d .co-style .expand-row-col-wrap,
mor-table.co-d .co-style {
  border-color: #9f040c !important;
}
mor-table.co-d .co-style tr {
  background-color: #d10510;
}
mor-table.co-d.ts-zp .co-style tr.even-row td {
  background-color: #ea0511;
}
mor-table.co-d.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-d:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-d.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-d:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-d.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-d:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #9f040c;
  border-color: #9f040c !important;
}
mor-table.co-d.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-d:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-d.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-d:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-d.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-d:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #9f040c !important;
}
mor-table.co-d mor-empty .empty-image i,
mor-table.co-d mor-empty .empty-image i.iconfont,
mor-table.co-d mor-empty .empty-image i.mo-icon {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-d mor-empty .empty-note {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-p {
  border-color: #04409f !important;
}
mor-table.co-p header {
  background-color: #04409f;
  color: #FFFFFF;
}
mor-table.co-p .co-style {
  border-color: #04409f !important;
}
mor-table.co-p .co-style th,
mor-table.co-p .co-style td {
  color: #FFFFFF;
}
mor-table.co-p .co-style th,
mor-table.co-p .co-style td,
mor-table.co-p .co-style tr,
mor-table.co-p .co-style .expand-row-col-wrap,
mor-table.co-p .co-style {
  border-color: #04409f !important;
}
mor-table.co-p .co-style tr {
  background-color: #0553d1;
}
mor-table.co-p.ts-zp .co-style tr.even-row td {
  background-color: #055dea;
}
mor-table.co-p.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-p:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-p.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-p:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-p.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-p:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #04409f;
  border-color: #04409f !important;
}
mor-table.co-p.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-p:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-p.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-p:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-p.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-p:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #04409f !important;
}
mor-table.co-p mor-empty .empty-image i,
mor-table.co-p mor-empty .empty-image i.iconfont,
mor-table.co-p mor-empty .empty-image i.mo-icon {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-p mor-empty .empty-note {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-m {
  border-color: #727272 !important;
}
mor-table.co-m header {
  background-color: #727272;
  color: #FFFFFF;
}
mor-table.co-m .co-style {
  border-color: #727272 !important;
}
mor-table.co-m .co-style th,
mor-table.co-m .co-style td {
  color: #FFFFFF;
}
mor-table.co-m .co-style th,
mor-table.co-m .co-style td,
mor-table.co-m .co-style tr,
mor-table.co-m .co-style .expand-row-col-wrap,
mor-table.co-m .co-style {
  border-color: #727272 !important;
}
mor-table.co-m .co-style tr {
  background-color: #8c8c8c;
}
mor-table.co-m.ts-zp .co-style tr.even-row td {
  background-color: #999999;
}
mor-table.co-m.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-m:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-m.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-m:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-m.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-m:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #727272;
  border-color: #727272 !important;
}
mor-table.co-m.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-m:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-m.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-m:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-m.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-m:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #727272 !important;
}
mor-table.co-m mor-empty .empty-image i,
mor-table.co-m mor-empty .empty-image i.iconfont,
mor-table.co-m mor-empty .empty-image i.mo-icon {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-m mor-empty .empty-note {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-i {
  border-color: #094746 !important;
}
mor-table.co-i header {
  background-color: #094746;
  color: #FFFFFF;
}
mor-table.co-i .co-style {
  border-color: #094746 !important;
}
mor-table.co-i .co-style th,
mor-table.co-i .co-style td {
  color: #FFFFFF;
}
mor-table.co-i .co-style th,
mor-table.co-i .co-style td,
mor-table.co-i .co-style tr,
mor-table.co-i .co-style .expand-row-col-wrap,
mor-table.co-i .co-style {
  border-color: #094746 !important;
}
mor-table.co-i .co-style tr {
  background-color: #0f7473;
}
mor-table.co-i.ts-zp .co-style tr.even-row td {
  background-color: #128b89;
}
mor-table.co-i.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-i:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-i.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-i:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-i.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-i:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #094746;
  border-color: #094746 !important;
}
mor-table.co-i.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-i:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-i.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-i:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-i.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-i:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #094746 !important;
}
mor-table.co-i mor-empty .empty-image i,
mor-table.co-i mor-empty .empty-image i.iconfont,
mor-table.co-i mor-empty .empty-image i.mo-icon {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-i mor-empty .empty-note {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-bk {
  border-color: #000000 !important;
}
mor-table.co-bk header {
  background-color: #000000;
  color: #FFFFFF;
}
mor-table.co-bk .co-style {
  border-color: #000000 !important;
}
mor-table.co-bk .co-style th,
mor-table.co-bk .co-style td {
  color: #FFFFFF;
}
mor-table.co-bk .co-style th,
mor-table.co-bk .co-style td,
mor-table.co-bk .co-style tr,
mor-table.co-bk .co-style .expand-row-col-wrap,
mor-table.co-bk .co-style {
  border-color: #000000 !important;
}
mor-table.co-bk .co-style tr {
  background-color: #000000;
}
mor-table.co-bk.ts-zp .co-style tr.even-row td {
  background-color: #000000;
}
mor-table.co-bk.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-bk:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-bk.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-bk:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-bk.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-bk:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #0d0d0d;
  border-color: #0d0d0d !important;
}
mor-table.co-bk.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-bk:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-bk.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-bk:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-bk.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-bk:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #0d0d0d !important;
}
mor-table.co-bk mor-empty .empty-image i,
mor-table.co-bk mor-empty .empty-image i.iconfont,
mor-table.co-bk mor-empty .empty-image i.mo-icon {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-bk mor-empty .empty-note {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-n1 {
  border-color: #F0F0F0 !important;
}
mor-table.co-n1 header {
  background-color: #F0F0F0;
  color: #000000;
}
mor-table.co-n1 .co-style {
  border-color: #F0F0F0 !important;
}
mor-table.co-n1 .co-style th,
mor-table.co-n1 .co-style td {
  color: #000000;
}
mor-table.co-n1 .co-style th,
mor-table.co-n1 .co-style td,
mor-table.co-n1 .co-style tr,
mor-table.co-n1 .co-style .expand-row-col-wrap,
mor-table.co-n1 .co-style {
  border-color: #F0F0F0 !important;
}
mor-table.co-n1 .co-style tr {
  background-color: #f8f8f8;
}
mor-table.co-n1.ts-zp .co-style tr.even-row td {
  background-color: #ffffff;
}
mor-table.co-n1.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n1:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n1.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n1:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n1.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-n1:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #e3e3e3;
  border-color: #e3e3e3 !important;
}
mor-table.co-n1.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n1:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n1.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n1:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n1.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-n1:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #e3e3e3 !important;
}
mor-table.co-n1 mor-empty .empty-image i,
mor-table.co-n1 mor-empty .empty-image i.iconfont,
mor-table.co-n1 mor-empty .empty-image i.mo-icon {
  color: #CCCCCC;
  opacity: 0.6;
}
mor-table.co-n1 mor-empty .empty-note {
  color: #000000;
  opacity: 0.6;
}
mor-table.co-n2 {
  border-color: #E5E5E5 !important;
}
mor-table.co-n2 header {
  background-color: #E5E5E5;
  color: #000000;
}
mor-table.co-n2 .co-style {
  border-color: #E5E5E5 !important;
}
mor-table.co-n2 .co-style th,
mor-table.co-n2 .co-style td {
  color: #000000;
}
mor-table.co-n2 .co-style th,
mor-table.co-n2 .co-style td,
mor-table.co-n2 .co-style tr,
mor-table.co-n2 .co-style .expand-row-col-wrap,
mor-table.co-n2 .co-style {
  border-color: #E5E5E5 !important;
}
mor-table.co-n2 .co-style tr {
  background-color: #ededed;
}
mor-table.co-n2.ts-zp .co-style tr.even-row td {
  background-color: #f9f9f9;
}
mor-table.co-n2.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n2:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n2.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n2:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n2.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-n2:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #d8d8d8;
  border-color: #d8d8d8 !important;
}
mor-table.co-n2.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n2:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n2.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n2:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n2.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-n2:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #d8d8d8 !important;
}
mor-table.co-n2 mor-empty .empty-image i,
mor-table.co-n2 mor-empty .empty-image i.iconfont,
mor-table.co-n2 mor-empty .empty-image i.mo-icon {
  color: #CCCCCC;
  opacity: 0.6;
}
mor-table.co-n2 mor-empty .empty-note {
  color: #000000;
  opacity: 0.6;
}
mor-table.co-n3 {
  border-color: #E0E0E0 !important;
}
mor-table.co-n3 header {
  background-color: #E0E0E0;
  color: #000000;
}
mor-table.co-n3 .co-style {
  border-color: #E0E0E0 !important;
}
mor-table.co-n3 .co-style th,
mor-table.co-n3 .co-style td {
  color: #000000;
}
mor-table.co-n3 .co-style th,
mor-table.co-n3 .co-style td,
mor-table.co-n3 .co-style tr,
mor-table.co-n3 .co-style .expand-row-col-wrap,
mor-table.co-n3 .co-style {
  border-color: #E0E0E0 !important;
}
mor-table.co-n3 .co-style tr {
  background-color: #e8e8e8;
}
mor-table.co-n3.ts-zp .co-style tr.even-row td {
  background-color: #f4f4f4;
}
mor-table.co-n3.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n3:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n3.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n3:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n3.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-n3:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #d3d3d3;
  border-color: #d3d3d3 !important;
}
mor-table.co-n3.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n3:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n3.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n3:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n3.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-n3:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #d3d3d3 !important;
}
mor-table.co-n3 mor-empty .empty-image i,
mor-table.co-n3 mor-empty .empty-image i.iconfont,
mor-table.co-n3 mor-empty .empty-image i.mo-icon {
  color: #CCCCCC;
  opacity: 0.6;
}
mor-table.co-n3 mor-empty .empty-note {
  color: #000000;
  opacity: 0.6;
}
mor-table.co-n4 {
  border-color: #D9D9D9 !important;
}
mor-table.co-n4 header {
  background-color: #D9D9D9;
  color: #000000;
}
mor-table.co-n4 .co-style {
  border-color: #D9D9D9 !important;
}
mor-table.co-n4 .co-style th,
mor-table.co-n4 .co-style td {
  color: #000000;
}
mor-table.co-n4 .co-style th,
mor-table.co-n4 .co-style td,
mor-table.co-n4 .co-style tr,
mor-table.co-n4 .co-style .expand-row-col-wrap,
mor-table.co-n4 .co-style {
  border-color: #D9D9D9 !important;
}
mor-table.co-n4 .co-style tr {
  background-color: #e1e1e1;
}
mor-table.co-n4.ts-zp .co-style tr.even-row td {
  background-color: #ededed;
}
mor-table.co-n4.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n4:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n4.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n4:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n4.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-n4:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #cccccc;
  border-color: #cccccc !important;
}
mor-table.co-n4.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n4:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n4.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n4:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n4.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-n4:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #cccccc !important;
}
mor-table.co-n4 mor-empty .empty-image i,
mor-table.co-n4 mor-empty .empty-image i.iconfont,
mor-table.co-n4 mor-empty .empty-image i.mo-icon {
  color: #CCCCCC;
  opacity: 0.6;
}
mor-table.co-n4 mor-empty .empty-note {
  color: #000000;
  opacity: 0.6;
}
mor-table.co-n5 {
  border-color: #CCCCCC !important;
}
mor-table.co-n5 header {
  background-color: #CCCCCC;
  color: #000000;
}
mor-table.co-n5 .co-style {
  border-color: #CCCCCC !important;
}
mor-table.co-n5 .co-style th,
mor-table.co-n5 .co-style td {
  color: #000000;
}
mor-table.co-n5 .co-style th,
mor-table.co-n5 .co-style td,
mor-table.co-n5 .co-style tr,
mor-table.co-n5 .co-style .expand-row-col-wrap,
mor-table.co-n5 .co-style {
  border-color: #CCCCCC !important;
}
mor-table.co-n5 .co-style tr {
  background-color: #d4d4d4;
}
mor-table.co-n5.ts-zp .co-style tr.even-row td {
  background-color: #e0e0e0;
}
mor-table.co-n5.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n5:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n5.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n5:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n5.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-n5:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #bfbfbf;
  border-color: #bfbfbf !important;
}
mor-table.co-n5.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n5:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n5.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n5:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n5.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-n5:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #bfbfbf !important;
}
mor-table.co-n5 mor-empty .empty-image i,
mor-table.co-n5 mor-empty .empty-image i.iconfont,
mor-table.co-n5 mor-empty .empty-image i.mo-icon {
  color: #CCCCCC;
  opacity: 0.6;
}
mor-table.co-n5 mor-empty .empty-note {
  color: #000000;
  opacity: 0.6;
}
mor-table.co-n6 {
  border-color: #B2B2B2 !important;
}
mor-table.co-n6 header {
  background-color: #B2B2B2;
  color: #FFFFFF;
}
mor-table.co-n6 .co-style {
  border-color: #B2B2B2 !important;
}
mor-table.co-n6 .co-style th,
mor-table.co-n6 .co-style td {
  color: #FFFFFF;
}
mor-table.co-n6 .co-style th,
mor-table.co-n6 .co-style td,
mor-table.co-n6 .co-style tr,
mor-table.co-n6 .co-style .expand-row-col-wrap,
mor-table.co-n6 .co-style {
  border-color: #B2B2B2 !important;
}
mor-table.co-n6 .co-style tr {
  background-color: #aaaaaa;
}
mor-table.co-n6.ts-zp .co-style tr.even-row td {
  background-color: #a5a5a5;
}
mor-table.co-n6.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n6:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n6.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n6:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n6.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-n6:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #bfbfbf;
  border-color: #bfbfbf !important;
}
mor-table.co-n6.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n6:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n6.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n6:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n6.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-n6:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #bfbfbf !important;
}
mor-table.co-n6 mor-empty .empty-image i,
mor-table.co-n6 mor-empty .empty-image i.iconfont,
mor-table.co-n6 mor-empty .empty-image i.mo-icon {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-n6 mor-empty .empty-note {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-n7 {
  border-color: #999999 !important;
}
mor-table.co-n7 header {
  background-color: #999999;
  color: #FFFFFF;
}
mor-table.co-n7 .co-style {
  border-color: #999999 !important;
}
mor-table.co-n7 .co-style th,
mor-table.co-n7 .co-style td {
  color: #FFFFFF;
}
mor-table.co-n7 .co-style th,
mor-table.co-n7 .co-style td,
mor-table.co-n7 .co-style tr,
mor-table.co-n7 .co-style .expand-row-col-wrap,
mor-table.co-n7 .co-style {
  border-color: #999999 !important;
}
mor-table.co-n7 .co-style tr {
  background-color: #919191;
}
mor-table.co-n7.ts-zp .co-style tr.even-row td {
  background-color: #8c8c8c;
}
mor-table.co-n7.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n7:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n7.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n7:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n7.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-n7:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #a6a6a6;
  border-color: #a6a6a6 !important;
}
mor-table.co-n7.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n7:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n7.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n7:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n7.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-n7:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #a6a6a6 !important;
}
mor-table.co-n7 mor-empty .empty-image i,
mor-table.co-n7 mor-empty .empty-image i.iconfont,
mor-table.co-n7 mor-empty .empty-image i.mo-icon {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-n7 mor-empty .empty-note {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-n8 {
  border-color: #7F7F7F !important;
}
mor-table.co-n8 header {
  background-color: #7F7F7F;
  color: #FFFFFF;
}
mor-table.co-n8 .co-style {
  border-color: #7F7F7F !important;
}
mor-table.co-n8 .co-style th,
mor-table.co-n8 .co-style td {
  color: #FFFFFF;
}
mor-table.co-n8 .co-style th,
mor-table.co-n8 .co-style td,
mor-table.co-n8 .co-style tr,
mor-table.co-n8 .co-style .expand-row-col-wrap,
mor-table.co-n8 .co-style {
  border-color: #7F7F7F !important;
}
mor-table.co-n8 .co-style tr {
  background-color: #777777;
}
mor-table.co-n8.ts-zp .co-style tr.even-row td {
  background-color: #727272;
}
mor-table.co-n8.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n8:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n8.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n8:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n8.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-n8:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #8c8c8c;
  border-color: #8c8c8c !important;
}
mor-table.co-n8.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n8:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n8.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n8:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n8.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-n8:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #8c8c8c !important;
}
mor-table.co-n8 mor-empty .empty-image i,
mor-table.co-n8 mor-empty .empty-image i.iconfont,
mor-table.co-n8 mor-empty .empty-image i.mo-icon {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-n8 mor-empty .empty-note {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-n9 {
  border-color: #666666 !important;
}
mor-table.co-n9 header {
  background-color: #666666;
  color: #FFFFFF;
}
mor-table.co-n9 .co-style {
  border-color: #666666 !important;
}
mor-table.co-n9 .co-style th,
mor-table.co-n9 .co-style td {
  color: #FFFFFF;
}
mor-table.co-n9 .co-style th,
mor-table.co-n9 .co-style td,
mor-table.co-n9 .co-style tr,
mor-table.co-n9 .co-style .expand-row-col-wrap,
mor-table.co-n9 .co-style {
  border-color: #666666 !important;
}
mor-table.co-n9 .co-style tr {
  background-color: #5e5e5e;
}
mor-table.co-n9.ts-zp .co-style tr.even-row td {
  background-color: #595959;
}
mor-table.co-n9.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n9:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n9.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n9:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n9.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-n9:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #737373;
  border-color: #737373 !important;
}
mor-table.co-n9.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n9:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n9.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n9:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n9.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-n9:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #737373 !important;
}
mor-table.co-n9 mor-empty .empty-image i,
mor-table.co-n9 mor-empty .empty-image i.iconfont,
mor-table.co-n9 mor-empty .empty-image i.mo-icon {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-n9 mor-empty .empty-note {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-n10 {
  border-color: #4C4C4C !important;
}
mor-table.co-n10 header {
  background-color: #4C4C4C;
  color: #FFFFFF;
}
mor-table.co-n10 .co-style {
  border-color: #4C4C4C !important;
}
mor-table.co-n10 .co-style th,
mor-table.co-n10 .co-style td {
  color: #FFFFFF;
}
mor-table.co-n10 .co-style th,
mor-table.co-n10 .co-style td,
mor-table.co-n10 .co-style tr,
mor-table.co-n10 .co-style .expand-row-col-wrap,
mor-table.co-n10 .co-style {
  border-color: #4C4C4C !important;
}
mor-table.co-n10 .co-style tr {
  background-color: #444444;
}
mor-table.co-n10.ts-zp .co-style tr.even-row td {
  background-color: #3f3f3f;
}
mor-table.co-n10.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n10:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n10.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n10:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n10.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-n10:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #595959;
  border-color: #595959 !important;
}
mor-table.co-n10.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n10:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n10.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n10:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n10.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-n10:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #595959 !important;
}
mor-table.co-n10 mor-empty .empty-image i,
mor-table.co-n10 mor-empty .empty-image i.iconfont,
mor-table.co-n10 mor-empty .empty-image i.mo-icon {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-n10 mor-empty .empty-note {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-n11 {
  border-color: #333333 !important;
}
mor-table.co-n11 header {
  background-color: #333333;
  color: #FFFFFF;
}
mor-table.co-n11 .co-style {
  border-color: #333333 !important;
}
mor-table.co-n11 .co-style th,
mor-table.co-n11 .co-style td {
  color: #FFFFFF;
}
mor-table.co-n11 .co-style th,
mor-table.co-n11 .co-style td,
mor-table.co-n11 .co-style tr,
mor-table.co-n11 .co-style .expand-row-col-wrap,
mor-table.co-n11 .co-style {
  border-color: #333333 !important;
}
mor-table.co-n11 .co-style tr {
  background-color: #2b2b2b;
}
mor-table.co-n11.ts-zp .co-style tr.even-row td {
  background-color: #262626;
}
mor-table.co-n11.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n11:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.co-n11.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n11:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.co-n11.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table.co-n11:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #404040;
  border-color: #404040 !important;
}
mor-table.co-n11.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n11:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.co-n11.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n11:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.co-n11.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table.co-n11:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #404040 !important;
}
mor-table.co-n11 mor-empty .empty-image i,
mor-table.co-n11 mor-empty .empty-image i.iconfont,
mor-table.co-n11 mor-empty .empty-image i.mo-icon {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-n11 mor-empty .empty-note {
  color: #FFFFFF;
  opacity: 0.6;
}
mor-table.co-wh {
  border-color: #f2f2f2 !important;
}
mor-table.co-wh header {
  background-color: #f2f2f2;
  color: #000000;
}
mor-table.co-wh .co-style {
  border-color: #f2f2f2 !important;
}
mor-table.co-wh .co-style th,
mor-table.co-wh .co-style td {
  color: #000000;
}
mor-table.co-wh .co-style th,
mor-table.co-wh .co-style td,
mor-table.co-wh .co-style tr,
mor-table.co-wh .co-style .expand-row-col-wrap,
mor-table.co-wh .co-style {
  border-color: #f2f2f2 !important;
}
mor-table.co-wh .co-style tr {
  background-color: #FFFFFF;
}
mor-table.co-wh.ts-zp .co-style tr.even-row td {
  background-color: #fafafa;
}
mor-table.co-wh.ts-zp:not(.no-hover-effect) .table tr:not(.expand-row):hover td,
mor-table.co-wh:not(.no-hover-effect) .table tr:not(.expand-row):hover td,
mor-table.co-wh.ts-zp:not(.no-hover-effect) .table tr.hover td,
mor-table.co-wh:not(.no-hover-effect) .table tr.hover td,
mor-table.co-wh.ts-zp:not(.no-hover-effect) .table tr.last-click td,
mor-table.co-wh:not(.no-hover-effect) .table tr.last-click td {
  background-color: #F0F0F0;
  border-color: #F0F0F0 !important;
}
mor-table.co-wh.ts-zp:not(.no-hover-effect) .table tr:not(.expand-row):hover + tr > td,
mor-table.co-wh:not(.no-hover-effect) .table tr:not(.expand-row):hover + tr > td,
mor-table.co-wh.ts-zp:not(.no-hover-effect) .table tr.hover + tr > td,
mor-table.co-wh:not(.no-hover-effect) .table tr.hover + tr > td,
mor-table.co-wh.ts-zp:not(.no-hover-effect) .table tr.last-click + tr > td,
mor-table.co-wh:not(.no-hover-effect) .table tr.last-click + tr > td {
  border-top-color: #F0F0F0 !important;
}
mor-table .table th.cco-t,
mor-table .table td.cco-t {
  background: #f22549 !important;
  color: #FFFFFF !important;
}
mor-table .table th.cco-lt,
mor-table .table td.cco-lt {
  background: #f75774 !important;
  color: #FFFFFF !important;
}
mor-table .table th.cco-dt,
mor-table .table td.cco-dt {
  background: #bc1f3c !important;
  color: #FFFFFF !important;
}
mor-table .table th.cco-s,
mor-table .table td.cco-s {
  background: #1aa115 !important;
  color: #FFFFFF !important;
}
mor-table .table th.cco-w,
mor-table .table td.cco-w {
  background: #f9880f !important;
  color: #FFFFFF !important;
}
mor-table .table th.cco-d,
mor-table .table td.cco-d {
  background: #f90f1b !important;
  color: #FFFFFF !important;
}
mor-table .table th.cco-p,
mor-table .table td.cco-p {
  background: #0f69f9 !important;
  color: #FFFFFF !important;
}
mor-table .table th.cco-m,
mor-table .table td.cco-m {
  background: #a5a5a5 !important;
  color: #FFFFFF !important;
}
mor-table .table th.cco-i,
mor-table .table td.cco-i {
  background: #15a1a0 !important;
  color: #FFFFFF !important;
}
mor-table .table th.cco-bk,
mor-table .table td.cco-bk {
  background: #000000 !important;
  color: #FFFFFF !important;
}
mor-table .table th.cco-n1,
mor-table .table td.cco-n1 {
  background: #F0F0F0 !important;
  color: #000000 !important;
}
mor-table .table th.cco-n2,
mor-table .table td.cco-n2 {
  background: #E5E5E5 !important;
  color: #000000 !important;
}
mor-table .table th.cco-n3,
mor-table .table td.cco-n3 {
  background: #E0E0E0 !important;
  color: #000000 !important;
}
mor-table .table th.cco-n4,
mor-table .table td.cco-n4 {
  background: #D9D9D9 !important;
  color: #000000 !important;
}
mor-table .table th.cco-n5,
mor-table .table td.cco-n5 {
  background: #CCCCCC !important;
  color: #000000 !important;
}
mor-table .table th.cco-n6,
mor-table .table td.cco-n6 {
  background: #B2B2B2 !important;
  color: #FFFFFF !important;
}
mor-table .table th.cco-n7,
mor-table .table td.cco-n7 {
  background: #999999 !important;
  color: #FFFFFF !important;
}
mor-table .table th.cco-n8,
mor-table .table td.cco-n8 {
  background: #7F7F7F !important;
  color: #FFFFFF !important;
}
mor-table .table th.cco-n9,
mor-table .table td.cco-n9 {
  background: #666666 !important;
  color: #FFFFFF !important;
}
mor-table .table th.cco-n10,
mor-table .table td.cco-n10 {
  background: #4C4C4C !important;
  color: #FFFFFF !important;
}
mor-table .table th.cco-n11,
mor-table .table td.cco-n11 {
  background: #333333 !important;
  color: #FFFFFF !important;
}
mor-table .table th.cco-wh,
mor-table .table td.cco-wh {
  background: #FFFFFF !important;
  color: #000000 !important;
}
mor-table .table th.cell-disabled,
mor-table .table td.cell-disabled {
  background: #bababa !important;
  color: #000000 !important;
  cursor: not-allowed;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-t,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-t {
  background: #d60d31 !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-lt,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-lt {
  background: #f4264c !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-dt,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-dt {
  background: #991a31 !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-s,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-s {
  background: #147d10 !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-w,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-w {
  background: #d16e05 !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-d,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-d {
  background: #db0510 !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-p,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-p {
  background: #0553d1 !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-m,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-m {
  background: #8c8c8c !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-i,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-i {
  background: #128b89 !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-bk,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-bk {
  background: #0d0d0d !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-n1,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-n1 {
  background: #dcdcdc !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-n2,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-n2 {
  background: #d1d1d1 !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-n3,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-n3 {
  background: #cccccc !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-n4,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-n4 {
  background: #c5c5c5 !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-n5,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-n5 {
  background: #b8b8b8 !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-n6,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-n6 {
  background: #bfbfbf !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-n7,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-n7 {
  background: #a6a6a6 !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-n8,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-n8 {
  background: #8c8c8c !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-n9,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-n9 {
  background: #737373 !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-n10,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-n10 {
  background: #595959 !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-n11,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-n11 {
  background: #404040 !important;
}
mor-table:not(.no-hover-effect) .table tr.hover th.cco-wh,
mor-table:not(.no-hover-effect) .table tr.hover td.cco-wh {
  background: #ebebeb !important;
}
mor-table .table > tbody > tr > td.table-expand {
  cursor: pointer;
  max-width: 1px;
  min-width: 1px;
}
mor-table .table > tbody > tr > td.table-expand .mo-icon {
  color: #B2B2B2;
  font-size: 13px;
}
mor-table .table > tbody > tr > td.table-expand + td {
  border-left: none !important;
}
mor-table header {
  background-color: #F0F0F0;
  color: #000000;
}
mor-table .co-style {
  border-color: #F0F0F0 !important;
}
mor-table .co-style th,
mor-table .co-style td {
  color: #000000;
}
mor-table .co-style th,
mor-table .co-style td,
mor-table .co-style tr,
mor-table .co-style .expand-row-col-wrap,
mor-table .co-style {
  border-color: #F0F0F0 !important;
}
mor-table .co-style tr {
  background-color: #f8f8f8;
}
mor-table.ts-zp .co-style tr.even-row td {
  background-color: #ffffff;
}
mor-table.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover td,
mor-table.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table:not(.no-hover-effect) .table > tbody > tr.hover td,
mor-table.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click td,
mor-table:not(.no-hover-effect) .table > tbody > tr.last-click td {
  background-color: #e3e3e3;
  border-color: #e3e3e3 !important;
}
mor-table.ts-zp:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table:not(.no-hover-effect) .table > tbody > tr:not(.expand-row):hover + tr > td,
mor-table.ts-zp:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table:not(.no-hover-effect) .table > tbody > tr.hover + tr > td,
mor-table.ts-zp:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td,
mor-table:not(.no-hover-effect) .table > tbody > tr.last-click + tr > td {
  border-top-color: #e3e3e3 !important;
}
mor-table mor-empty .empty-image i,
mor-table mor-empty .empty-image i.iconfont,
mor-table mor-empty .empty-image i.mo-icon {
  color: #CCCCCC;
  opacity: 0.6;
}
mor-table mor-empty .empty-note {
  color: #000000;
  opacity: 0.6;
}
mor-table > .wrap tr > td.no-data {
  padding: 10px !important;
}
mor-table header {
  height: 52px;
}
mor-table header h1 {
  font-size: 24px !important;
  padding: 8px 16px !important;
  line-height: 36px;
  height: 52px;
}
mor-table header .custom-header {
  height: 52px;
}
mor-table .table tr th {
  padding: 10px !important;
}
mor-table .table > tbody {
  font-size: 14px;
}
mor-table .table > tbody > tr > td {
  padding: 10px !important;
}
.mo-table-col-filter mor-checkbox .il {
  flex-direction: column;
  max-height: 240px;
}
.mo-table-col-filter .filter-operate {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px #e5e5e5 solid;
  padding-top: 8px;
}
.mo-table-col-filter .filter-operate mor-btn {
  margin-right: 0.5em;
}
mor-menu {
  display: block;
}
mor-menu.fill {
  height: 100%;
}
mor-menu.fill mor-private-menu {
  height: 100%;
}
mor-menu.fill .pos-top .root-menu {
  height: 100%;
}
mor-menu.fill .pos-top .root-menu > li {
  height: calc(100% + 1px);
}
mor-menu.fill .pos-top .root-menu > li > a {
  height: 100%;
  display: flex;
  align-items: center;
}
mor-menu.fill .pos-top .root-menu > li.current > a {
  border-top: 1px transparent solid;
}
mor-menu.line .pos-top .root-menu {
  border-bottom: 1px #E5E5E5 solid;
}
mor-menu.line .pos-top .root-menu > li > a {
  border-bottom: 1px #E5E5E5 solid;
}
mor-menu.line .pos-top .root-menu > li > a:hover {
  color: #4C4C4C;
  border-bottom-color: #F33D5D;
}
mor-menu.line .pos-top .root-menu > li > a.current {
  color: #000000;
  font-weight: 400;
  border-bottom-color: #F33D5D;
  border-bottom-width: 2px;
}
mor-menu.line .pos-top .root-menu > li.current > a {
  color: #000000;
  font-weight: 400;
  border-bottom-width: 2px;
  border-bottom-color: #F33D5D;
}
mor-menu.line .pos-top .sub-menu > li > a.current {
  color: #000000;
  background-color: #feeff1;
}
mor-menu.line .pos-top .sub-menu > li.current > a {
  color: #000000;
  background-color: #feeff1;
}
mor-menu.line .pos-side .root-menu {
  border-right: 1px #E5E5E5 solid;
}
mor-menu.line .pos-side .root-menu.current > a,
mor-menu.line .pos-side .root-menu.last-current > a {
  padding-right: calc(1.5em - 4px);
}
mor-menu.line .pos-side .sub-menu > li > a.current {
  border-bottom-color: #F33D5D;
  border-bottom-width: 2px;
}
mor-menu.line .pos-side .sub-menu.current > a,
mor-menu.line .pos-side .sub-menu.last-current > a {
  padding-right: calc(1.7em - 4px);
}
mor-menu.line .pos-side .root-menu > li.current > a,
mor-menu.line .pos-side .sub-menu > li.current > a {
  color: #000000;
  font-weight: 400;
  background-color: #feeff1;
  border-right: 4px #f99dad solid;
}
mor-menu.line .pos-side .root-menu > li.last-current > a,
mor-menu.line .pos-side .sub-menu > li.last-current > a {
  color: #000000;
  font-weight: 400;
  background-color: #feeff1;
  border-right: 4px #F33D5D solid;
}
mor-menu.block .pos-top .root-menu > li > a:hover {
  background-color: #E5E5E5;
}
mor-menu.block .pos-top .root-menu > li > a.current {
  color: #FFFFFF;
  font-weight: 400;
  background-color: #F86F88;
}
mor-menu.block .pos-top .root-menu > li.current > a {
  color: #FFFFFF;
  font-weight: 400;
  background-color: #F86F88;
}
mor-menu.block .pos-top .sub-menu > li > a.current {
  color: #FFFFFF;
  background-color: #F86F88;
}
mor-menu.block .pos-top .sub-menu > li.current > a {
  color: #FFFFFF;
  background-color: #F86F88;
}
mor-menu.block .pos-top .sub-menu > li.current > .has-child-menu-icon {
  color: #FFFFFF;
}
mor-menu.block .pos-side .root-menu > li > a.current,
mor-menu.block .pos-side .sub-menu > li > a.current {
  color: #FFFFFF;
  font-weight: 400;
  background-color: #F86F88;
}
mor-menu.block .pos-side .root-menu > li.current > a,
mor-menu.block .pos-side .sub-menu > li.current > a {
  color: #F33D5D;
  font-weight: 400;
}
mor-menu.block .pos-side .root-menu > li.last-current > a,
mor-menu.block .pos-side .sub-menu > li.last-current > a {
  color: #FFFFFF;
  font-weight: 400;
  background-color: #F86F88;
}
mor-menu.block .pos-side .root-menu > li.last-current > .has-child-menu-icon,
mor-menu.block .pos-side .sub-menu > li.last-current > .has-child-menu-icon {
  color: #FFFFFF;
}
mor-menu.si-m .pos-top .sub-menu li.has-group,
mor-menu.si-s .pos-top .sub-menu li.has-group {
  padding-left: 12px;
}
mor-menu.si-m .root-menu > li > a {
  font-size: 15px;
  padding: 0 1.5em;
}
mor-menu.si-m .sub-menu > li > a {
  padding: 0.5em 1em;
  font-size: 14px;
}
mor-menu.si-m .pos-top .root-menu {
  height: 42px;
}
mor-menu.si-m .pos-top .root-menu > li > a {
  height: 42px;
  line-height: 42px;
}
mor-menu.si-m .pos-top .sub-menu-wrap {
  top: 42px;
  padding-top: 6.4px;
}
mor-menu.si-m .pos-top .sub-menu {
  padding: 8px 0;
}
mor-menu.si-m .pos-top .sub-menu > li .has-child-menu-icon {
  margin-top: -1px;
}
mor-menu.si-m .pos-top .sub-menu > li > a {
  min-width: 100px;
}
mor-menu.si-m .pos-side .root-menu > li {
  min-width: 160px;
}
mor-menu.si-m .pos-side .root-menu > li.menu-group-title {
  padding: 0 1.5em;
}
mor-menu.si-m .pos-side .root-menu > li > a {
  height: 50.4px;
  line-height: 50.4px;
}
mor-menu.si-m .pos-side .sub-menu {
  padding-left: 1.5em;
}
mor-menu.si-m .pos-side .sub-menu > li.menu-group-title {
  padding: 0.5em 1.7em 0.5em 0.5em;
}
mor-menu.si-m .pos-side .sub-menu > li > a {
  padding: 0.5em 1.7em 0.5em 1.8em;
  line-height: 23.8px;
}
mor-menu.si-m .pos-side .root-menu > li .has-child-menu-icon {
  top: 20px;
}
mor-menu.si-m .pos-side .sub-menu > li .has-child-menu-icon {
  top: 12px;
}
mor-menu.si-m.collapse,
mor-menu.si-m.collapse .pos-side,
mor-menu.si-m.collapse .pos-side .root-menu,
mor-menu.si-m.collapse .pos-side .root-menu > li > a {
  width: 64px;
}
mor-menu.si-s .root-menu > li > a {
  font-size: 14px;
  padding: 0 1.3em;
}
mor-menu.si-s .sub-menu > li > a {
  padding: 0.5em 0.8em;
  font-size: 13px;
}
mor-menu.si-s .pos-top .root-menu {
  height: 35.7px;
}
mor-menu.si-s .pos-top .root-menu > li > a {
  height: 35.7px;
  line-height: 35.7px;
}
mor-menu.si-s .pos-top .sub-menu-wrap {
  top: 35.7px;
  padding-top: 4.8px;
}
mor-menu.si-s .pos-top .sub-menu {
  padding: 6.4px 0;
}
mor-menu.si-s .pos-top .sub-menu > li .has-child-menu-icon {
  margin-top: 0;
}
mor-menu.si-s .pos-top .sub-menu > li > a {
  min-width: 90px;
}
mor-menu.si-s .pos-side .root-menu > li {
  min-width: 140px;
}
mor-menu.si-s .pos-side .root-menu > li.menu-group-title {
  padding: 0 1.3em;
}
mor-menu.si-s .pos-side .root-menu > li > a {
  height: 42px;
  line-height: 42px;
  padding-right: 1.5em;
}
mor-menu.si-s .pos-side .sub-menu {
  padding-left: 1.3em;
}
mor-menu.si-s .pos-side .sub-menu > li.menu-group-title {
  padding: 0.5em 1.7em 0.5em 0.3em;
}
mor-menu.si-s .pos-side .sub-menu > li > a {
  padding: 0.5em 1.7em 0.5em 1.8em;
  line-height: 17.5px;
}
mor-menu.si-s .pos-side .root-menu > li .has-child-menu-icon {
  top: 15px;
}
mor-menu.si-s .pos-side .sub-menu > li .has-child-menu-icon {
  top: 10px;
}
mor-menu.si-s.collapse,
mor-menu.si-s.collapse .pos-side,
mor-menu.si-s.collapse .pos-side .root-menu,
mor-menu.si-s.collapse .pos-side .root-menu > li > a {
  width: 55px;
}
mor-menu.si-s.collapse .pos-side .root-menu > li > a {
  padding-right: 1.3em;
}
mor-menu.si-xs .root-menu > li > a {
  font-size: 13px;
  padding: 0 1em;
}
mor-menu.si-xs .sub-menu > li > a {
  font-size: 12px;
  padding: 0.3em 1em 0.3em 0.5em;
}
mor-menu.si-xs .pos-top .root-menu {
  height: 29.4px;
}
mor-menu.si-xs .pos-top .root-menu > li > a {
  height: 29.4px;
  line-height: 29.4px;
}
mor-menu.si-xs .pos-top .sub-menu-wrap {
  top: 29.4px;
  padding-top: 3.2px;
}
mor-menu.si-xs .pos-top .deep-submenu {
  padding-left: 2px;
}
mor-menu.si-xs .pos-top .sub-menu {
  padding: 4.8px 0;
}
mor-menu.si-xs .pos-top .sub-menu > li.has-group {
  padding-left: 11.2px;
}
mor-menu.si-xs .pos-top .sub-menu > li .has-child-menu-icon {
  margin-top: -1px;
}
mor-menu.si-xs .pos-top .sub-menu > li > a {
  min-width: 80px;
}
mor-menu.si-xs .pos-side .root-menu > li {
  min-width: 120px;
}
mor-menu.si-xs .pos-side .root-menu > li.menu-group-title {
  padding: 0 1.3em;
}
mor-menu.si-xs .pos-side .root-menu > li > a {
  height: 35.7px;
  line-height: 35.7px;
  padding-right: 2em;
}
mor-menu.si-xs .pos-side .sub-menu {
  padding-left: 1em;
}
mor-menu.si-xs .pos-side .sub-menu > li.menu-group-title {
  padding: 0.5em 1.7em 0.5em 0.2em;
}
mor-menu.si-xs .pos-side .sub-menu > li > a {
  padding: 0.5em 1.7em 0.5em 1.9em;
  line-height: 13.3px;
}
mor-menu.si-xs .pos-side .root-menu > li .has-child-menu-icon {
  top: 12px;
}
mor-menu.si-xs .pos-side .sub-menu > li .has-child-menu-icon {
  top: 7px;
}
mor-menu.si-xs.collapse,
mor-menu.si-xs.collapse .pos-side,
mor-menu.si-xs.collapse .pos-side .root-menu,
mor-menu.si-xs.collapse .pos-side .root-menu > li > a {
  width: 44px;
}
mor-menu.si-xs.collapse .pos-side .root-menu > li > a {
  padding-right: 1em;
}
mor-menu.si-xxs .root-menu > li > a {
  font-size: 12px;
  padding: 0 0.5em;
}
mor-menu.si-xxs .sub-menu > li > a {
  font-size: 12px;
  padding: 0.3em 1.2em 0.3em 0.5em;
}
mor-menu.si-xxs .pos-top .root-menu {
  height: 23.1px;
}
mor-menu.si-xxs .pos-top .root-menu > li > a {
  height: 23.1px;
  line-height: 23.1px;
}
mor-menu.si-xxs .pos-top .sub-menu-wrap {
  top: 23.1px;
  padding-top: 1.6px;
}
mor-menu.si-xxs .pos-top .deep-submenu {
  padding-left: 1px;
}
mor-menu.si-xxs .pos-top .sub-menu {
  padding: 4.8px 0;
}
mor-menu.si-xxs .pos-top .sub-menu > li.has-group {
  padding-left: 8px;
}
mor-menu.si-xxs .pos-top .sub-menu > li .has-child-menu-icon {
  margin-top: 0;
}
mor-menu.si-xxs .pos-top .sub-menu > li > a {
  min-width: 60px;
}
mor-menu.si-xxs .pos-side .root-menu > li {
  min-width: 80px;
}
mor-menu.si-xxs .pos-side .root-menu > li.menu-group-title {
  padding: 0 1.3em;
}
mor-menu.si-xxs .pos-side .root-menu > li > a {
  height: 29.4px;
  line-height: 29.4px;
  padding-right: 2.5em;
}
mor-menu.si-xxs .pos-side .sub-menu {
  padding-left: 0.7em;
}
mor-menu.si-xxs .pos-side .sub-menu > li.menu-group-title {
  padding: 0.5em 1.9em 0.5em 0;
}
mor-menu.si-xxs .pos-side .sub-menu > li > a {
  padding: 0.5em 1.9em 0.5em 1.6em;
  line-height: 9.1px;
}
mor-menu.si-xxs .pos-side .root-menu > li .has-child-menu-icon {
  top: 12px;
}
mor-menu.si-xxs .pos-side .sub-menu > li .has-child-menu-icon {
  top: 4px;
}
mor-menu.si-xxs.collapse,
mor-menu.si-xxs.collapse .pos-side,
mor-menu.si-xxs.collapse .pos-side .root-menu,
mor-menu.si-xxs.collapse .pos-side .root-menu > li > a {
  width: 29px;
}
mor-menu.si-xxs.collapse .pos-side .root-menu > li > a {
  padding-right: 0.5em;
}
mor-menu.co-bk .pos-top .root-menu,
mor-menu.co-bk .pos-side .root-menu,
mor-menu.co-bk .pos-top mor-private-menu .sub-menu,
mor-menu.co-bk .pos-side mor-private-menu .sub-menu {
  background: #000000;
  color: #E0E0E0;
}
mor-menu.co-bk .pos-top .root-menu > li > a,
mor-menu.co-bk .pos-side .root-menu > li > a,
mor-menu.co-bk .pos-top .sub-menu > li > a,
mor-menu.co-bk .pos-side .sub-menu > li > a {
  color: #B2B2B2;
}
mor-menu.co-bk .pos-top .root-menu > li > a:hover,
mor-menu.co-bk .pos-side .root-menu > li > a:hover,
mor-menu.co-bk .pos-top .sub-menu > li > a:hover,
mor-menu.co-bk .pos-side .sub-menu > li > a:hover {
  color: #E5E5E5;
}
mor-menu.co-bk .pos-top .root-menu > li.current > a,
mor-menu.co-bk .pos-side .root-menu > li.current > a,
mor-menu.co-bk .pos-top .sub-menu > li.current > a,
mor-menu.co-bk .pos-side .sub-menu > li.current > a {
  color: #FFFFFF;
}
mor-menu.co-bk .pos-top .root-menu > li.is-disable > a,
mor-menu.co-bk .pos-side .root-menu > li.is-disable > a,
mor-menu.co-bk .pos-top .sub-menu > li.is-disable > a,
mor-menu.co-bk .pos-side .sub-menu > li.is-disable > a {
  background: #000000;
}
mor-menu.co-bk .pos-top .root-menu > li.is-disable > a:hover,
mor-menu.co-bk .pos-side .root-menu > li.is-disable > a:hover,
mor-menu.co-bk .pos-top .sub-menu > li.is-disable > a:hover,
mor-menu.co-bk .pos-side .sub-menu > li.is-disable > a:hover {
  color: #B2B2B2;
  background: #000000;
}
mor-menu.co-bk .pos-top .sub-menu > li.menu-group-title,
mor-menu.co-bk .pos-side .sub-menu > li.menu-group-title {
  border-top-color: #4C4C4C;
  border-bottom-color: #4C4C4C;
}
mor-menu.co-bk.line .pos-top .root-menu,
mor-menu.co-bk.line .pos-side .root-menu {
  border-bottom-color: #4C4C4C;
  border-right-color: #4C4C4C;
}
mor-menu.co-bk.line .pos-top .root-menu > li > a:hover,
mor-menu.co-bk.line .pos-side .root-menu > li > a:hover,
mor-menu.co-bk.line .pos-top .sub-menu > li > a:hover,
mor-menu.co-bk.line .pos-side .sub-menu > li > a:hover {
  border-bottom-color: #4C4C4C;
}
mor-menu.co-bk.line .pos-top .root-menu > li.current > a,
mor-menu.co-bk.line .pos-side .root-menu > li.current > a,
mor-menu.co-bk.line .pos-top .sub-menu > li.current > a,
mor-menu.co-bk.line .pos-side .sub-menu > li.current > a {
  border-bottom-color: #E0E0E0;
  border-right-color: #262626;
  background: #141414;
}
mor-menu.co-bk.line .pos-top .root-menu > li.last-current > a,
mor-menu.co-bk.line .pos-side .root-menu > li.last-current > a,
mor-menu.co-bk.line .pos-top .sub-menu > li.last-current > a,
mor-menu.co-bk.line .pos-side .sub-menu > li.last-current > a {
  border-right-color: #E0E0E0;
}
mor-menu.co-bk.line .pos-top .root-menu > li > a,
mor-menu.co-bk.line .pos-side .root-menu > li > a,
mor-menu.co-bk.line .pos-top .sub-menu > li > a,
mor-menu.co-bk.line .pos-side .sub-menu > li > a {
  border-bottom-color: #4C4C4C;
}
mor-menu.co-bk.line .pos-top > .root-menu > li > a {
  border-bottom: 2px #4C4C4C solid;
}
mor-menu.co-bk.block .pos-top .root-menu > li:not(.is-disable) > a:hover {
  background-color: #4C4C4C;
}
mor-menu.co-bk.block .pos-top .root-menu > li.current > a,
mor-menu.co-bk.block .pos-top .sub-menu > li.current > a {
  background-color: #4C4C4C;
}
mor-menu.co-bk.expand.line .pos-side .root-menu > li.last-current > a,
mor-menu.co-bk.expand.line .pos-side .sub-menu > li.last-current > a {
  background: #333333;
  border-right: 4px #ee0f36 solid;
}
mor-menu.co-bk.collapse .pos-side .root-menu > li > a:hover {
  background: #0d0d0d;
}
mor-menu.co-wh .pos-top .root-menu,
mor-menu.co-wh .pos-side .root-menu,
mor-menu.co-wh .pos-top .sub-menu,
mor-menu.co-wh .pos-side .sub-menu {
  background: #FFFFFF;
}
mor-menu.co-wh .pos-top .root-menu > li > a,
mor-menu.co-wh .pos-side .root-menu > li > a,
mor-menu.co-wh .pos-top .sub-menu > li > a,
mor-menu.co-wh .pos-side .sub-menu > li > a {
  color: #7F7F7F;
}
mor-menu.co-wh .pos-top .root-menu > li > a:hover,
mor-menu.co-wh .pos-side .root-menu > li > a:hover,
mor-menu.co-wh .pos-top .sub-menu > li > a:hover,
mor-menu.co-wh .pos-side .sub-menu > li > a:hover {
  color: #4C4C4C;
}
mor-menu.co-wh .pos-top .root-menu > li > a.current,
mor-menu.co-wh .pos-side .root-menu > li > a.current,
mor-menu.co-wh .pos-top .sub-menu > li > a.current,
mor-menu.co-wh .pos-side .sub-menu > li > a.current {
  color: #F33D5D;
}
mor-menu.co-wh .pos-top .root-menu > li.current > a,
mor-menu.co-wh .pos-side .root-menu > li.current > a,
mor-menu.co-wh .pos-top .sub-menu > li.current > a,
mor-menu.co-wh .pos-side .sub-menu > li.current > a {
  color: #F33D5D;
}
mor-menu.co-wh .pos-top .root-menu > li.is-disable > a,
mor-menu.co-wh .pos-side .root-menu > li.is-disable > a,
mor-menu.co-wh .pos-top .sub-menu > li.is-disable > a,
mor-menu.co-wh .pos-side .sub-menu > li.is-disable > a {
  background: #F0F0F0;
}
mor-menu.co-wh .pos-top .root-menu > li.is-disable > a:hover,
mor-menu.co-wh .pos-side .root-menu > li.is-disable > a:hover,
mor-menu.co-wh .pos-top .sub-menu > li.is-disable > a:hover,
mor-menu.co-wh .pos-side .sub-menu > li.is-disable > a:hover {
  color: #B2B2B2;
}
mor-menu.co-wh .pos-top .root-menu > li.is-disable > a:hover,
mor-menu.co-wh .pos-side .root-menu > li.is-disable > a:hover {
  border-bottom-color: #E5E5E5;
}
mor-menu.co-wh.expand .pos-side .root-menu > li.last-current > a,
mor-menu.co-wh.expand .pos-side .sub-menu > li.last-current > a {
  color: #F33D5D;
}
mor-menu.co-wh.expand.line .pos-side .root-menu > li.last-current > a,
mor-menu.co-wh.expand.line .pos-side .sub-menu > li.last-current > a {
  border-right: 4px #F33D5D solid;
}
mor-menu.co-wh.collapse .pos-side .root-menu > li > a:hover {
  background: #E5E5E5;
}
mor-menu.expand .pos-side .root-menu > li.current > a {
  padding-right: 1.5em;
}
mor-menu.expand .pos-side .sub-menu > li.current > a {
  padding-right: 1.7em;
}
mor-menu.expand .pos-side .root-menu > li .has-child-menu-icon,
mor-menu.expand .pos-side .sub-menu > li .has-child-menu-icon {
  display: none;
}
mor-menu.expand .pos-side .root-menu > li > a.has-child-menu:hover,
mor-menu.expand .pos-side .sub-menu > li > a.has-child-menu:hover {
  cursor: default;
  color: #B2B2B2;
}
mor-menu.expand .pos-side .root-menu > li.current > a,
mor-menu.expand .pos-side .sub-menu > li.current > a {
  border-right: none;
}
mor-menu.expand .pos-side .root-menu > li.last-current > a,
mor-menu.expand .pos-side .sub-menu > li.last-current > a {
  background-color: #feeff1;
  border-right: 4px #F33D5D solid;
}
mor-menu.expand .pos-side .sub-menu-wrap {
  display: block;
}
mor-menu.collapse .pos-side .root-menu > li {
  min-width: 0;
  display: inline-block;
}
mor-menu.collapse .pos-side .root-menu > li > a {
  overflow: hidden;
}
mor-menu.collapse .pos-side .root-menu > li > a > .mo-icon {
  padding-right: 0;
}
mor-menu.collapse .pos-side .root-menu > li > a:hover {
  background: #F0F0F0;
}
mor-menu.collapse .pos-side .root-menu > li > .has-child-menu-icon {
  display: none;
}
mor-menu.collapse .pos-side .sub-menu {
  padding-left: 0;
}
mor-menu.collapse .pos-side .sub-menu > li > .has-child-menu-icon {
  right: 4px;
}
mor-menu.collapse .pos-side .sub-menu-wrap {
  left: 100%;
  top: 0;
  transform: none;
}
mor-menu .pos-top .sub-menu li.has-group {
  padding-left: 12px;
}
mor-menu .root-menu > li > a {
  font-size: 15px;
  padding: 0 1.5em;
}
mor-menu .sub-menu > li > a {
  padding: 0.5em 1em;
  font-size: 14px;
}
mor-menu .pos-top .root-menu {
  height: 42px;
}
mor-menu .pos-top .root-menu > li > a {
  height: 42px;
  line-height: 42px;
}
mor-menu .pos-top .sub-menu-wrap {
  top: 42px;
  padding-top: 6.4px;
}
mor-menu .pos-top .sub-menu {
  padding: 8px 0;
}
mor-menu .pos-top .sub-menu > li .has-child-menu-icon {
  margin-top: -1px;
}
mor-menu .pos-top .sub-menu > li > a {
  min-width: 100px;
}
mor-menu .pos-side .root-menu > li {
  min-width: 160px;
}
mor-menu .pos-side .root-menu > li.menu-group-title {
  padding: 0 1.5em;
}
mor-menu .pos-side .root-menu > li > a {
  height: 50.4px;
  line-height: 50.4px;
}
mor-menu .pos-side .sub-menu {
  padding-left: 1.5em;
}
mor-menu .pos-side .sub-menu > li.menu-group-title {
  padding: 0.5em 1.7em 0.5em 0.5em;
}
mor-menu .pos-side .sub-menu > li > a {
  padding: 0.5em 1.7em 0.5em 1.8em;
  line-height: 23.8px;
}
mor-menu .pos-side .root-menu > li .has-child-menu-icon {
  top: 20px;
}
mor-menu .pos-side .sub-menu > li .has-child-menu-icon {
  top: 12px;
}
mor-menu.collapse,
mor-menu.collapse .pos-side,
mor-menu.collapse .pos-side .root-menu,
mor-menu.collapse .pos-side .root-menu > li > a {
  width: 64px;
}
mor-menu .pos-top .root-menu,
mor-menu .pos-side .root-menu,
mor-menu .pos-top .sub-menu,
mor-menu .pos-side .sub-menu {
  background: #FFFFFF;
}
mor-menu .pos-top .root-menu > li > a,
mor-menu .pos-side .root-menu > li > a,
mor-menu .pos-top .sub-menu > li > a,
mor-menu .pos-side .sub-menu > li > a {
  color: #7F7F7F;
}
mor-menu .pos-top .root-menu > li > a:hover,
mor-menu .pos-side .root-menu > li > a:hover,
mor-menu .pos-top .sub-menu > li > a:hover,
mor-menu .pos-side .sub-menu > li > a:hover {
  color: #4C4C4C;
}
mor-menu .pos-top .root-menu > li > a.current,
mor-menu .pos-side .root-menu > li > a.current,
mor-menu .pos-top .sub-menu > li > a.current,
mor-menu .pos-side .sub-menu > li > a.current {
  color: #F33D5D;
}
mor-menu .pos-top .root-menu > li.current > a,
mor-menu .pos-side .root-menu > li.current > a,
mor-menu .pos-top .sub-menu > li.current > a,
mor-menu .pos-side .sub-menu > li.current > a {
  color: #F33D5D;
}
mor-menu .pos-top .root-menu > li.is-disable > a,
mor-menu .pos-side .root-menu > li.is-disable > a,
mor-menu .pos-top .sub-menu > li.is-disable > a,
mor-menu .pos-side .sub-menu > li.is-disable > a {
  background: #F0F0F0;
}
mor-menu .pos-top .root-menu > li.is-disable > a:hover,
mor-menu .pos-side .root-menu > li.is-disable > a:hover,
mor-menu .pos-top .sub-menu > li.is-disable > a:hover,
mor-menu .pos-side .sub-menu > li.is-disable > a:hover {
  color: #B2B2B2;
}
mor-menu .pos-top .root-menu > li.is-disable > a:hover,
mor-menu .pos-side .root-menu > li.is-disable > a:hover {
  border-bottom-color: #E5E5E5;
}
mor-menu.expand .pos-side .root-menu > li.last-current > a,
mor-menu.expand .pos-side .sub-menu > li.last-current > a {
  color: #F33D5D;
}
mor-menu.expand.line .pos-side .root-menu > li.last-current > a,
mor-menu.expand.line .pos-side .sub-menu > li.last-current > a {
  border-right: 4px #F33D5D solid;
}
mor-menu.collapse .pos-side .root-menu > li > a:hover {
  background: #E5E5E5;
}
mor-anchor {
  position: relative;
  display: flex;
}
mor-anchor .nav-wrap {
  min-width: 128px;
  position: relative;
}
mor-anchor .anchor-nav {
  position: relative;
}
mor-anchor .anchor-nav .line {
  width: 2px;
  background: #e5e5e5;
  height: 100%;
  position: absolute;
  left: 4px;
  top: 0;
}
mor-anchor .anchor-nav .current-point {
  position: absolute;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 0;
  border: 3px solid #F33D5D;
  background: #FFFFFF;
  transition: top 0.16s;
}
mor-anchor .anchor-nav ul.menu {
  padding: 5.6px 0 5.6px 16px;
  list-style: none;
  margin: 0;
}
mor-anchor .anchor-nav ul.menu > li {
  font-size: 12px;
  line-height: 1.4em;
  margin: 4px 0;
  color: #B2B2B2;
}
mor-anchor .anchor-nav ul.menu > li:hover {
  cursor: pointer;
  color: #666666;
}
mor-anchor .anchor-nav ul.menu > li.current {
  color: #F33D5D;
}
mor-pagination {
  display: inline-block;
}
mor-pagination > .page-content {
  margin-bottom: 1em;
}
mor-pagination > .list {
  font-size: 0;
  vertical-align: top !important;
  text-align: center;
  display: flex;
  align-items: center;
}
mor-pagination > .list > a {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.8em;
  cursor: pointer;
  line-height: 2.4em;
  height: 2.4em;
  color: #666666 !important;
  text-decoration: none !important;
}
mor-pagination > .list > a.ignore {
  cursor: default;
  line-height: 1.8em;
  padding: 0 0.2em;
}
mor-pagination > .list > a.current {
  color: #FFFFFF !important;
}
mor-pagination > .list > a .mo-icon {
  font-size: 13px;
  vertical-align: 1px !important;
  color: #7F7F7F;
}
mor-pagination > .list > a.prev,
mor-pagination > .list > a.next {
  padding: 0 0.6em;
}
mor-pagination > .list > a.prev.cant-click,
mor-pagination > .list > a.next.cant-click {
  background-color: #E0E0E0 !important;
  color: #5e5e5e !important;
  cursor: not-allowed;
}
mor-pagination > .list > a:not(:first-child) {
  border-left: none;
}
mor-pagination > .list > a:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
mor-pagination > .list > a:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
mor-pagination > .list > a:not(.current):not(.ignore):not(.cant-click):hover {
  text-decoration: none !important;
  background-color: #e3e3e3 !important;
  color: #5e5e5e !important;
}
mor-pagination > .list > a:not(.current):not(.ignore):not(.cant-click):active {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18) inset;
  color: #5e5e5e !important;
}
mor-pagination > .list > a:not(.ignore).current {
  cursor: default;
}
mor-pagination > .list > a.disabled {
  background: transparent !important;
  cursor: default;
  pointer-events: none;
}
mor-pagination > .list > a.disabled:hover {
  background-color: transparent !important;
}
mor-pagination > .list > a.disabled .mo-icon {
  visibility: hidden;
}
mor-pagination > .list > .page-nav {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.8em;
  line-height: 2.4em;
  height: 2.4em;
}
mor-pagination > .list > .page-jump {
  display: inline-block;
  position: relative;
  vertical-align: top !important;
  box-sizing: border-box;
}
mor-pagination > .list > .page-jump mor-textinput.page-num {
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-appearance: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
mor-pagination > .list > .page-jump mor-textinput.page-num .textinput-wrap input {
  vertical-align: top !important;
  padding: 0 1.5em 0 0.8em;
  line-height: 2.4em;
  height: 2.4em;
  width: 6em;
  box-sizing: border-box;
}
mor-pagination > .list > .page-jump .mo-icon {
  position: absolute;
  top: 0;
  right: 3px;
  z-index: 10;
  width: 24px;
  color: #aaaaaa;
  cursor: pointer;
}
mor-pagination > .list > .page-jump .mo-icon:hover {
  color: #5e5e5e;
}
mor-pagination.type-block > .list > a {
  background-color: #f5f5f5 !important;
}
mor-pagination.type-block > .list > a.prev.cant-click,
mor-pagination.type-block > .list > a.next.cant-click {
  background-color: #E0E0E0 !important;
  color: #5e5e5e !important;
}
mor-pagination.type-block > .list > .page-jump {
  margin-left: 2px;
}
mor-pagination.type-block > .list > .page-jump mor-textinput.page-num .textinput-wrap input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
mor-pagination.type-normal > .list > a,
mor-pagination.type-compact > .list > a {
  background-color: #FFFFFF !important;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
}
mor-pagination.type-normal > .list > a:first-child,
mor-pagination.type-compact > .list > a:first-child {
  margin-left: 0;
}
mor-pagination.type-normal > .list > a.ignore,
mor-pagination.type-compact > .list > a.ignore {
  border: none;
}
mor-pagination.type-normal > .list > a.prev,
mor-pagination.type-compact > .list > a.prev,
mor-pagination.type-normal > .list > a.next,
mor-pagination.type-compact > .list > a.next {
  background-color: #FFFFFF !important;
}
mor-pagination.type-normal > .list > a.prev.cant-click,
mor-pagination.type-compact > .list > a.prev.cant-click,
mor-pagination.type-normal > .list > a.next.cant-click,
mor-pagination.type-compact > .list > a.next.cant-click {
  background-color: #E0E0E0 !important;
  border-color: #E0E0E0 !important;
  color: #5e5e5e !important;
}
mor-pagination.type-normal > .list > .page-jump,
mor-pagination.type-compact > .list > .page-jump {
  margin-left: 8px;
}
mor-pagination.type-compact > .list > a {
  border: none;
  padding: 0 0.4em;
  line-height: 1.8em;
  height: 1.8em;
}
mor-pagination.type-compact > .list > .page-jump mor-textinput.page-num .textinput-wrap input {
  line-height: 1.8em;
  height: 1.8em;
  width: 4.5em;
}
mor-pagination.type-simple a.next {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
mor-pagination.type-simple > .list > .page-jump {
  margin-left: 2px;
}
mor-pagination.type-simple > .list > .page-jump mor-textinput.page-num {
  border-radius: 3px;
}
mor-pagination.type-simple > .list > .page-jump mor-textinput.page-num .textinput-wrap input {
  border-radius: 3px;
}
mor-pagination.type-simple > .page-nav {
  color: #666666 !important;
}
mor-pagination.type-mini a.next {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-left: 2px;
}
mor-pagination.type-mini > .list > .page-jump {
  margin-left: 2px;
}
mor-pagination.type-mini > .list > .page-jump mor-textinput.page-num {
  border-radius: 3px;
}
mor-pagination.type-mini > .list > .page-jump mor-textinput.page-num .textinput-wrap input {
  border-radius: 3px;
}
mor-pagination.type-mini > .page-nav {
  color: #666666 !important;
}
mor-pagination.si-xxl .list > a,
mor-pagination.si-xxl .list > .page-nav {
  font-size: 20.8px;
}
mor-pagination.si-xxl .list .page-jump .page-num > .textinput-wrap input {
  font-size: 20.8px;
}
mor-pagination.si-xxl .list .page-jump .mo-icon {
  line-height: 50px;
  font-size: 17px;
}
mor-pagination.si-xxl.type-normal > .list > a,
mor-pagination.si-xxl.type-compact > .list > a {
  margin-left: 8px;
}
mor-pagination.si-xxl.type-compact .list > .page-jump .page-num > .textinput-wrap input {
  font-size: 19px;
}
mor-pagination.si-xxl.type-compact .list > .page-jump .mo-icon {
  line-height: 34px;
}
mor-pagination.si-xl .list > a,
mor-pagination.si-xl .list > .page-nav {
  font-size: 19.2px;
}
mor-pagination.si-xl .list .page-jump .page-num > .textinput-wrap input {
  font-size: 19.2px;
}
mor-pagination.si-xl .list .page-jump .mo-icon {
  line-height: 46px;
  font-size: 16px;
}
mor-pagination.si-xl.type-normal > .list > a,
mor-pagination.si-xl.type-compact > .list > a {
  margin-left: 7px;
}
mor-pagination.si-xl.type-compact .list > .page-jump .page-num > .textinput-wrap input {
  font-size: 18px;
}
mor-pagination.si-xl.type-compact .list > .page-jump .mo-icon {
  line-height: 32px;
}
mor-pagination.si-l .list > a,
mor-pagination.si-l .list > .page-nav {
  font-size: 17.6px;
}
mor-pagination.si-l .list .page-jump .page-num > .textinput-wrap input {
  font-size: 17.6px;
}
mor-pagination.si-l .list .page-jump .mo-icon {
  line-height: 40px;
  font-size: 16px;
}
mor-pagination.si-l.type-normal > .list > a,
mor-pagination.si-l.type-compact > .list > a {
  margin-left: 6px;
}
mor-pagination.si-l.type-compact .list > .page-jump .page-num > .textinput-wrap input {
  font-size: 17px;
}
mor-pagination.si-l.type-compact .list > .page-jump .mo-icon {
  line-height: 32px;
}
mor-pagination.si-m .list > a,
mor-pagination.si-m .list > .page-nav {
  font-size: 16px;
}
mor-pagination.si-m .list .page-jump .page-num > .textinput-wrap input {
  font-size: 16px;
}
mor-pagination.si-m .list .page-jump .mo-icon {
  line-height: 40px;
  font-size: 15px;
}
mor-pagination.si-m.type-normal > .list > a,
mor-pagination.si-m.type-compact > .list > a {
  margin-left: 5px;
}
mor-pagination.si-m.type-compact .list > .page-jump .page-num > .textinput-wrap input {
  font-size: 15px;
}
mor-pagination.si-m.type-compact .list > .page-jump .mo-icon {
  line-height: 28px;
}
mor-pagination.si-s .list > a,
mor-pagination.si-s .list > .page-nav {
  font-size: 14px;
}
mor-pagination.si-s .list .page-jump .page-num > .textinput-wrap input {
  font-size: 14px;
}
mor-pagination.si-s .list .page-jump .mo-icon {
  line-height: 34px;
  font-size: 13px;
}
mor-pagination.si-s.type-normal > .list > a,
mor-pagination.si-s.type-compact > .list > a {
  margin-left: 4px;
}
mor-pagination.si-s.type-compact .list > .page-jump .page-num > .textinput-wrap input {
  font-size: 14px;
}
mor-pagination.si-s.type-compact .list > .page-jump .mo-icon {
  line-height: 28px;
}
mor-pagination.si-xs .list > a,
mor-pagination.si-xs .list > .page-nav {
  font-size: 12px;
  padding: 0 0.6em;
  line-height: 2.2em;
  height: 2.2em;
}
mor-pagination.si-xs .list > a.ignore,
mor-pagination.si-xs .list > .page-nav.ignore {
  line-height: 1.6em;
  padding: 0 0.1em;
}
mor-pagination.si-xs .list .page-jump .page-num > .textinput-wrap input {
  font-size: 12px;
  padding: 0 1.8em 0 0.6em;
  line-height: 2.2em;
  height: 2.2em;
}
mor-pagination.si-xs .list .page-jump .mo-icon {
  line-height: 25px;
  font-size: 12px;
}
mor-pagination.si-xs.type-normal > .list > a,
mor-pagination.si-xs.type-compact > .list > a {
  margin-left: 3px;
}
mor-pagination.si-xs.type-compact .list > .page-jump .page-num > .textinput-wrap input {
  font-size: 13px;
}
mor-pagination.si-xs.type-compact .list > .page-jump .mo-icon {
  line-height: 24px;
}
mor-pagination.si-xxs .list > a,
mor-pagination.si-xxs .list > .page-nav {
  font-size: 12px;
  padding: 0 0.4em;
  line-height: 2em;
  height: 2em;
}
mor-pagination.si-xxs .list > a.ignore,
mor-pagination.si-xxs .list > .page-nav.ignore {
  line-height: 1.4em;
  padding: 0;
}
mor-pagination.si-xxs .list .page-jump .page-num > .textinput-wrap input {
  font-size: 12px;
  padding: 0 1.7em 0 0.4em;
  line-height: 2em;
  height: 2em;
}
mor-pagination.si-xxs .list .page-jump .mo-icon {
  line-height: 24px;
  font-size: 12px;
}
mor-pagination.si-xxs.type-normal > .list > a,
mor-pagination.si-xxs.type-compact > .list > a {
  margin-left: 2px;
}
mor-pagination.si-xxs.type-compact .list > .page-jump .page-num > .textinput-wrap input {
  font-size: 13px;
}
mor-pagination.si-xxs.type-compact .list > .page-jump .mo-icon {
  line-height: 24px;
}
mor-pagination.co-t .list > a.current {
  background-color: #F33D5D !important;
  border-color: #F33D5D !important;
}
mor-pagination.co-t .page-jump .mo-icon:hover {
  color: #F33D5D !important;
}
mor-pagination.co-lt .list > a.current {
  background-color: #F86F88 !important;
  border-color: #F86F88 !important;
}
mor-pagination.co-lt .page-jump .mo-icon:hover {
  color: #F86F88 !important;
}
mor-pagination.co-dt .list > a.current {
  background-color: #D22343 !important;
  border-color: #D22343 !important;
}
mor-pagination.co-dt .page-jump .mo-icon:hover {
  color: #D22343 !important;
}
mor-pagination.co-s .list > a.current {
  background-color: #1EB818 !important;
  border-color: #1EB818 !important;
}
mor-pagination.co-s .page-jump .mo-icon:hover {
  color: #1EB818 !important;
}
mor-pagination.co-w .list > a.current {
  background-color: #FA9428 !important;
  border-color: #FA9428 !important;
}
mor-pagination.co-w .page-jump .mo-icon:hover {
  color: #FA9428 !important;
}
mor-pagination.co-d .list > a.current {
  background-color: #FA2833 !important;
  border-color: #FA2833 !important;
}
mor-pagination.co-d .page-jump .mo-icon:hover {
  color: #FA2833 !important;
}
mor-pagination.co-p .list > a.current {
  background-color: #2879FA !important;
  border-color: #2879FA !important;
}
mor-pagination.co-p .page-jump .mo-icon:hover {
  color: #2879FA !important;
}
mor-pagination.co-m .list > a.current {
  background-color: #B2B2B2 !important;
  border-color: #B2B2B2 !important;
}
mor-pagination.co-m .page-jump .mo-icon:hover {
  color: #B2B2B2 !important;
}
mor-pagination.co-i .list > a.current {
  background-color: #18B8B6 !important;
  border-color: #18B8B6 !important;
}
mor-pagination.co-i .page-jump .mo-icon:hover {
  color: #18B8B6 !important;
}
mor-pagination.co-bk .list > a.current {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
mor-pagination.co-bk .page-jump .mo-icon:hover {
  color: #000000 !important;
}
mor-pagination.co-n1 .list > a.current {
  background-color: #F0F0F0 !important;
  border-color: #F0F0F0 !important;
  color: #000000 !important;
}
mor-pagination.co-n1 .page-jump .mo-icon:hover {
  color: #F0F0F0 !important;
}
mor-pagination.co-n2 .list > a.current {
  background-color: #E5E5E5 !important;
  border-color: #E5E5E5 !important;
  color: #000000 !important;
}
mor-pagination.co-n2 .page-jump .mo-icon:hover {
  color: #E5E5E5 !important;
}
mor-pagination.co-n3 .list > a.current {
  background-color: #E0E0E0 !important;
  border-color: #E0E0E0 !important;
  color: #000000 !important;
}
mor-pagination.co-n3 .page-jump .mo-icon:hover {
  color: #E0E0E0 !important;
}
mor-pagination.co-n4 .list > a.current {
  background-color: #D9D9D9 !important;
  border-color: #D9D9D9 !important;
  color: #000000 !important;
}
mor-pagination.co-n4 .page-jump .mo-icon:hover {
  color: #D9D9D9 !important;
}
mor-pagination.co-n5 .list > a.current {
  background-color: #CCCCCC !important;
  border-color: #CCCCCC !important;
  color: #000000 !important;
}
mor-pagination.co-n5 .page-jump .mo-icon:hover {
  color: #CCCCCC !important;
}
mor-pagination.co-n6 .list > a.current {
  background-color: #B2B2B2 !important;
  border-color: #B2B2B2 !important;
  color: #FFFFFF !important;
}
mor-pagination.co-n6 .page-jump .mo-icon:hover {
  color: #B2B2B2 !important;
}
mor-pagination.co-n7 .list > a.current {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #FFFFFF !important;
}
mor-pagination.co-n7 .page-jump .mo-icon:hover {
  color: #999999 !important;
}
mor-pagination.co-n8 .list > a.current {
  background-color: #7F7F7F !important;
  border-color: #7F7F7F !important;
  color: #FFFFFF !important;
}
mor-pagination.co-n8 .page-jump .mo-icon:hover {
  color: #7F7F7F !important;
}
mor-pagination.co-n9 .list > a.current {
  background-color: #666666 !important;
  border-color: #666666 !important;
  color: #FFFFFF !important;
}
mor-pagination.co-n9 .page-jump .mo-icon:hover {
  color: #666666 !important;
}
mor-pagination.co-n10 .list > a.current {
  background-color: #4C4C4C !important;
  border-color: #4C4C4C !important;
  color: #FFFFFF !important;
}
mor-pagination.co-n10 .page-jump .mo-icon:hover {
  color: #4C4C4C !important;
}
mor-pagination.co-n11 .list > a.current {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #FFFFFF !important;
}
mor-pagination.co-n11 .page-jump .mo-icon:hover {
  color: #333333 !important;
}
mor-pagination.co-wh .list > a.current {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color: #000000 !important;
}
mor-pagination.co-wh .page-jump .mo-icon:hover {
  color: #FFFFFF !important;
}
mor-pagination .list > a,
mor-pagination .list > .page-nav {
  font-size: 16px;
}
mor-pagination .list .page-jump .page-num > .textinput-wrap input {
  font-size: 16px;
}
mor-pagination .list .page-jump .mo-icon {
  line-height: 40px;
  font-size: 15px;
}
mor-pagination.type-normal > .list > a,
mor-pagination.type-compact > .list > a {
  margin-left: 5px;
}
mor-pagination.type-compact .list > .page-jump .page-num > .textinput-wrap input {
  font-size: 15px;
}
mor-pagination.type-compact .list > .page-jump .mo-icon {
  line-height: 28px;
}
mor-pagination .list > a.current {
  background-color: #F33D5D !important;
  border-color: #F33D5D !important;
}
mor-pagination .page-jump .mo-icon:hover {
  color: #F33D5D !important;
}
mor-dialog {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 999;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
}
mor-dialog > .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
}
mor-dialog > .content {
  width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
}
mor-dialog > .content > .body {
  position: absolute;
  overflow: auto;
  top: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
}
mor-dialog > .content > .body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.05);
}
mor-dialog > .content > .body::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
mor-dialog > .content > header {
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  width: 100%;
  padding: 0 1em;
  box-sizing: border-box;
  position: relative;
}
mor-dialog > .content > header h1 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
mor-dialog > .content > header mor-link {
  position: absolute;
  top: 0;
  right: 1.5em;
  line-height: 3em;
  height: 3em;
  font-size: initial;
}
mor-dialog > .content > header mor-link > .iconfont,
mor-dialog > .content > header mor-link > .mo-icon {
  font-size: initial;
}
mor-dialog > .content > footer {
  font-size: 13px;
  line-height: 50px;
  height: 50px;
  width: 100%;
  background: #f5f5f5;
  color: #B2B2B2;
  padding: 0 1.5em;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  text-align: left;
  border-top: 1px #e5e5e5 solid;
}
mor-dialog > .content > footer > div {
  position: relative;
}
mor-dialog > .content > footer .operate {
  position: absolute;
  right: 0;
  top: 0;
}
mor-dialog > .content > footer .operate > * {
  margin-left: 0.2em;
}
mor-dialog.white-footer > .content > footer {
  background: #FFFFFF;
  border-top-color: #E5E5E5;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.06);
}
mor-dialog.has-footer > .content > .body {
  bottom: 50px;
}
mor-dialog.has-header > .content > .body {
  top: 50px;
}
mor-dialog.show-top > .content {
  top: 0;
  transform: translateX(-50%) translateY(-100%) scale(1);
  opacity: 1;
  height: 200px;
  transition: 0.2s;
}
mor-dialog.show-top.show > .content {
  top: 3%;
  transform: translateX(-50%) translateY(0%) scale(1);
}
mor-dialog.show-center > .content {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.3);
  opacity: 0;
  transition: 0.26s;
}
mor-dialog.show-center.show > .content {
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
}
mor-dialog.show-no-animate > .mask {
  transition: 0s;
}
mor-dialog.show-no-animate > .content {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: 0s;
}
mor-dialog.show-no-animate.show > .content {
  opacity: 1;
}
mor-dialog.show {
  pointer-events: auto;
  visibility: visible;
}
mor-dialog.show > .mask {
  opacity: 1;
}
mor-dialog.co-t > .content > header {
  background-color: #F33D5D;
  color: #FFFFFF;
}
mor-dialog.co-lt > .content > header {
  background-color: #F86F88;
  color: #FFFFFF;
}
mor-dialog.co-dt > .content > header {
  background-color: #D22343;
  color: #FFFFFF;
}
mor-dialog.co-s > .content > header {
  background-color: #1EB818;
  color: #FFFFFF;
}
mor-dialog.co-w > .content > header {
  background-color: #FA9428;
  color: #FFFFFF;
}
mor-dialog.co-d > .content > header {
  background-color: #FA2833;
  color: #FFFFFF;
}
mor-dialog.co-p > .content > header {
  background-color: #2879FA;
  color: #FFFFFF;
}
mor-dialog.co-m > .content > header {
  background-color: #B2B2B2;
  color: #FFFFFF;
}
mor-dialog.co-i > .content > header {
  background-color: #18B8B6;
  color: #FFFFFF;
}
mor-dialog.co-bk > .content > header {
  background-color: #000000;
  color: #FFFFFF;
}
mor-dialog.co-n1 > .content > header {
  background-color: #F0F0F0;
  color: #333333;
}
mor-dialog.co-n2 > .content > header {
  background-color: #E5E5E5;
  color: #333333;
}
mor-dialog.co-n3 > .content > header {
  background-color: #E0E0E0;
  color: #333333;
}
mor-dialog.co-n4 > .content > header {
  background-color: #D9D9D9;
  color: #333333;
}
mor-dialog.co-n5 > .content > header {
  background-color: #CCCCCC;
  color: #333333;
}
mor-dialog.co-n6 > .content > header {
  background-color: #B2B2B2;
  color: #FFFFFF;
}
mor-dialog.co-n7 > .content > header {
  background-color: #999999;
  color: #FFFFFF;
}
mor-dialog.co-n8 > .content > header {
  background-color: #7F7F7F;
  color: #FFFFFF;
}
mor-dialog.co-n9 > .content > header {
  background-color: #666666;
  color: #FFFFFF;
}
mor-dialog.co-n10 > .content > header {
  background-color: #4C4C4C;
  color: #FFFFFF;
}
mor-dialog.co-n11 > .content > header {
  background-color: #333333;
  color: #FFFFFF;
}
mor-dialog.co-wh > .content > header {
  background-color: #FFFFFF;
  color: #333333;
}
mor-dialog > .content > header {
  background-color: #F33D5D;
  color: #FFFFFF;
}
mor-drawer {
  display: block;
  box-sizing: border-box;
  position: fixed;
  z-index: 999;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
mor-drawer > .drawer-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
}
mor-drawer > .drawer-content {
  position: absolute;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
mor-drawer > .drawer-content > header {
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  width: 100%;
  padding: 0 1.5em;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px #e5e5e5 solid;
}
mor-drawer > .drawer-content > header h1 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
mor-drawer > .drawer-content > header mor-link {
  position: absolute;
  top: 0;
  right: 1.5em;
  line-height: 3em;
  height: 3em;
  font-size: initial;
}
mor-drawer > .drawer-content > header mor-link > .iconfont,
mor-drawer > .drawer-content > header mor-link > .mo-icon {
  font-size: initial;
}
mor-drawer > .drawer-content > footer {
  font-size: 13px;
  line-height: 50px;
  height: 50px;
  width: 100%;
  background: #f5f5f5;
  color: #B2B2B2;
  padding: 0 1.5em;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  text-align: left;
  border-top: 1px #e5e5e5 solid;
}
mor-drawer > .drawer-content > footer > div {
  position: relative;
}
mor-drawer > .drawer-content > footer .operate {
  position: absolute;
  right: 0;
  top: 0;
}
mor-drawer > .drawer-content > footer .operate > * {
  margin-left: 0.2em;
}
mor-drawer > .drawer-content > .drawer-body {
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
mor-drawer > .drawer-content > .drawer-body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.05);
}
mor-drawer > .drawer-content > .drawer-body::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
mor-drawer.position-left > .drawer-content,
mor-drawer.position-right > .drawer-content {
  top: 0;
  height: 100%;
}
mor-drawer.position-left.show > .drawer-content,
mor-drawer.position-right.show > .drawer-content {
  transform: translateX(0%);
}
mor-drawer.position-left > .drawer-content {
  left: 0;
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
}
mor-drawer.position-right > .drawer-content {
  right: 0;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
}
mor-drawer.position-top > .drawer-content,
mor-drawer.position-bottom > .drawer-content {
  left: 0;
  width: 100%;
}
mor-drawer.position-top.show > .drawer-content,
mor-drawer.position-bottom.show > .drawer-content {
  transform: translateY(0%);
}
mor-drawer.position-top > .drawer-content {
  top: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
}
mor-drawer.position-bottom > .drawer-content {
  bottom: 0;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
}
mor-drawer.has-footer > .drawer-content > .drawer-body {
  bottom: 50px;
}
mor-drawer.has-header > .drawer-content > .drawer-body {
  top: 50px;
}
mor-drawer.show {
  pointer-events: auto;
  visibility: visible;
}
mor-drawer.show > .drawer-mask {
  opacity: 1;
}
mor-drawer.show-slide-out {
  transition: visibility 0.3s;
}
mor-drawer.show-slide-out > .drawer-mask {
  transition: opacity 0.3s;
}
mor-drawer.show-slide-out > .drawer-content {
  transition: transform 0.3s, margin 0.3s;
}
mor-drawer.show-no-animate {
  transition: 0s;
}
mor-drawer.show-no-animate > .drawer-mask {
  transition: 0s;
}
mor-drawer.show-no-animate > .drawer-content {
  opacity: 0;
  transition: 0s;
}
mor-drawer.show-no-animate.show > .drawer-content {
  opacity: 1;
}
mor-avatar {
  display: inline-block;
  position: relative;
}
mor-avatar > .wrap {
  border-radius: 3px;
  font-weight: 700;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
}
mor-avatar > .wrap img {
  vertical-align: top;
  max-width: 100%;
  background-color: #FFFFFF;
  box-sizing: content-box;
}
mor-avatar > .wrap .avatar-string {
  white-space: nowrap;
  display: inline-block;
}
mor-avatar.si-xxs,
mor-avatar.si-xxs > .wrap {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
}
mor-avatar.si-xxs .wrap > i,
mor-avatar.si-xxs .wrap > i.iconfont,
mor-avatar.si-xxs .wrap > i.mo-icon {
  font-size: 12px;
}
mor-avatar.si-xs,
mor-avatar.si-xs > .wrap {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 400;
}
mor-avatar.si-xs .wrap > i,
mor-avatar.si-xs .wrap > i.iconfont,
mor-avatar.si-xs .wrap > i.mo-icon {
  font-size: 12px;
}
mor-avatar.si-s,
mor-avatar.si-s > .wrap {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
}
mor-avatar.si-s .wrap > i,
mor-avatar.si-s .wrap > i.iconfont,
mor-avatar.si-s .wrap > i.mo-icon {
  font-size: 13px;
}
mor-avatar.si-m,
mor-avatar.si-m > .wrap {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
mor-avatar.si-m .wrap > i,
mor-avatar.si-m .wrap > i.iconfont,
mor-avatar.si-m .wrap > i.mo-icon {
  font-size: 14px;
}
mor-avatar.si-l,
mor-avatar.si-l > .wrap {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
mor-avatar.si-l .wrap > i,
mor-avatar.si-l .wrap > i.iconfont,
mor-avatar.si-l .wrap > i.mo-icon {
  font-size: 20px;
}
mor-avatar.si-xl,
mor-avatar.si-xl > .wrap {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
}
mor-avatar.si-xl .wrap > i,
mor-avatar.si-xl .wrap > i.iconfont,
mor-avatar.si-xl .wrap > i.mo-icon {
  font-size: 24px;
}
mor-avatar.si-xxl,
mor-avatar.si-xxl > .wrap {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 32px;
}
mor-avatar.si-xxl .wrap > i,
mor-avatar.si-xxl .wrap > i.iconfont,
mor-avatar.si-xxl .wrap > i.mo-icon {
  font-size: 32px;
}
mor-avatar.co-t > .wrap {
  background-color: #F33D5D;
}
mor-avatar.co-lt > .wrap {
  background-color: #F86F88;
}
mor-avatar.co-dt > .wrap {
  background-color: #D22343;
}
mor-avatar.co-s > .wrap {
  background-color: #1EB818;
}
mor-avatar.co-w > .wrap {
  background-color: #FA9428;
}
mor-avatar.co-d > .wrap {
  background-color: #FA2833;
}
mor-avatar.co-p > .wrap {
  background-color: #2879FA;
}
mor-avatar.co-m > .wrap {
  background-color: #B2B2B2;
}
mor-avatar.co-i > .wrap {
  background-color: #18B8B6;
}
mor-avatar.co-bk > .wrap {
  background-color: #000000;
}
mor-avatar.co-n1 > .wrap {
  background-color: #F0F0F0;
  color: #000000;
}
mor-avatar.co-n2 > .wrap {
  background-color: #E5E5E5;
  color: #000000;
}
mor-avatar.co-n3 > .wrap {
  background-color: #E0E0E0;
  color: #000000;
}
mor-avatar.co-n4 > .wrap {
  background-color: #D9D9D9;
  color: #000000;
}
mor-avatar.co-n5 > .wrap {
  background-color: #CCCCCC;
  color: #000000;
}
mor-avatar.co-n6 > .wrap {
  background-color: #B2B2B2;
  color: #FFFFFF;
}
mor-avatar.co-n7 > .wrap {
  background-color: #999999;
  color: #FFFFFF;
}
mor-avatar.co-n8 > .wrap {
  background-color: #7F7F7F;
  color: #FFFFFF;
}
mor-avatar.co-n9 > .wrap {
  background-color: #666666;
  color: #FFFFFF;
}
mor-avatar.co-n10 > .wrap {
  background-color: #4C4C4C;
  color: #FFFFFF;
}
mor-avatar.co-n11 > .wrap {
  background-color: #333333;
  color: #FFFFFF;
}
mor-avatar.co-wh > .wrap {
  background-color: #FFFFFF;
  color: #000000;
}
mor-avatar.circle > .wrap {
  border-radius: 50%;
}
mor-avatar.avatar-image > .wrap {
  background-color: #f5f5f5;
}
mor-avatar.st-apparent {
  animation-name: apparent;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
mor-avatar,
mor-avatar > .wrap {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
mor-avatar .wrap > i,
mor-avatar .wrap > i.iconfont,
mor-avatar .wrap > i.mo-icon {
  font-size: 14px;
}
mor-avatar > .wrap {
  background-color: #F33D5D;
}
mor-badge {
  display: inline-block;
  color: #FFFFFF;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  height: auto;
  line-height: 1.6em;
  min-width: 1.6em;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 13px;
  padding: 0 10.4px;
  background-color: #F33D5D;
  border-color: #F33D5D;
}
mor-badge:empty {
  display: none;
}
mor-badge:not(.badge-point) {
  border-width: 1px;
  border-style: solid;
}
mor-badge.si-xxl {
  font-size: 22.4px;
  padding: 0 16px;
  margin: 8px;
}
mor-badge.si-xxl > i,
mor-badge.si-xxl > i.iconfont,
mor-badge.si-xxl > i.mo-icon {
  font-size: 22.4px;
}
mor-badge.si-xxl:not(.badge-point),
mor-badge.si-xxl.flat:not(.badge-point) {
  border-radius: 4.8px;
}
mor-badge.si-xxl.circle:not(.badge-point) {
  border-radius: 25.6px;
}
mor-badge.si-xxl.badge-point > span {
  width: 19px;
  height: 19px;
}
mor-badge.si-xl {
  font-size: 19.2px;
  padding: 0 12.8px;
  margin: 4.8px;
}
mor-badge.si-xl > i,
mor-badge.si-xl > i.iconfont,
mor-badge.si-xl > i.mo-icon {
  font-size: 19.2px;
}
mor-badge.si-xl,
mor-badge.si-xl.flat {
  border-radius: 4.2px;
}
mor-badge.si-xl.circle:not(.badge-point) {
  border-radius: 22.4px;
}
mor-badge.si-xl.badge-point > span {
  width: 16px;
  height: 16px;
}
mor-badge.si-l {
  font-size: 16px;
  padding: 0 12px;
  margin: 1.6px;
}
mor-badge.si-l > i,
mor-badge.si-l > i.iconfont,
mor-badge.si-l > i.mo-icon {
  font-size: 16px;
}
mor-badge.si-l,
mor-badge.si-l.flat {
  border-radius: 3.6px;
}
mor-badge.si-l.circle:not(.badge-point) {
  border-radius: 19.2px;
}
mor-badge.si-l.badge-point > span {
  width: 13px;
  height: 13px;
}
mor-badge.si-m {
  font-size: 13px;
  padding: 0 10.4px;
}
mor-badge.si-m > i,
mor-badge.si-m > i.iconfont,
mor-badge.si-m > i.mo-icon {
  font-size: 13px;
}
mor-badge.si-m,
mor-badge.si-m.flat {
  border-radius: 3px;
}
mor-badge.si-m.circle:not(.badge-point) {
  border-radius: 16px;
}
mor-badge.si-m.badge-point > span {
  width: 10px;
  height: 10px;
}
mor-badge.si-s {
  font-size: 12px;
  padding: 0 8.8px;
}
mor-badge.si-s > i,
mor-badge.si-s > i.iconfont,
mor-badge.si-s > i.mo-icon {
  font-size: 12px;
}
mor-badge.si-s,
mor-badge.si-s.flat {
  border-radius: 2.4px;
}
mor-badge.si-s.circle:not(.badge-point) {
  border-radius: 12.8px;
}
mor-badge.si-s.badge-point > span {
  width: 8px;
  height: 8px;
}
mor-badge.si-xs {
  font-size: 12px;
  padding: 0 4.8px;
  transform: scale(0.9);
}
mor-badge.si-xs > i,
mor-badge.si-xs > i.iconfont,
mor-badge.si-xs > i.mo-icon {
  font-size: 12px;
}
mor-badge.si-xs,
mor-badge.si-xs.flat {
  border-radius: 2.25px;
}
mor-badge.si-xs.circle:not(.badge-point) {
  border-radius: 12px;
}
mor-badge.si-xs.badge-point > span {
  width: 6px;
  height: 6px;
}
mor-badge.si-xxs {
  font-size: 12px;
  padding: 0 5px;
  transform: scale(0.8);
}
mor-badge.si-xxs > i,
mor-badge.si-xxs > i.iconfont,
mor-badge.si-xxs > i.mo-icon {
  font-size: 12px;
}
mor-badge.si-xxs,
mor-badge.si-xxs.flat {
  border-radius: 1.875px;
}
mor-badge.si-xxs.circle:not(.badge-point) {
  border-radius: 10px;
}
mor-badge.si-xxs.badge-point > span {
  width: 4.5px;
  height: 4.5px;
}
mor-badge.co-t {
  background-color: #F33D5D;
  border-color: #F33D5D;
}
mor-badge.co-t.plain {
  color: #F33D5D;
}
mor-badge.co-lt {
  background-color: #F86F88;
  border-color: #F86F88;
}
mor-badge.co-lt.plain {
  color: #F86F88;
}
mor-badge.co-dt {
  background-color: #D22343;
  border-color: #D22343;
}
mor-badge.co-dt.plain {
  color: #D22343;
}
mor-badge.co-s {
  background-color: #1EB818;
  border-color: #1EB818;
}
mor-badge.co-s.plain {
  color: #1EB818;
}
mor-badge.co-w {
  background-color: #FA9428;
  border-color: #FA9428;
}
mor-badge.co-w.plain {
  color: #FA9428;
}
mor-badge.co-d {
  background-color: #FA2833;
  border-color: #FA2833;
}
mor-badge.co-d.plain {
  color: #FA2833;
}
mor-badge.co-p {
  background-color: #2879FA;
  border-color: #2879FA;
}
mor-badge.co-p.plain {
  color: #2879FA;
}
mor-badge.co-m {
  background-color: #B2B2B2;
  border-color: #B2B2B2;
}
mor-badge.co-m.plain {
  color: #B2B2B2;
}
mor-badge.co-i {
  background-color: #18B8B6;
  border-color: #18B8B6;
}
mor-badge.co-i.plain {
  color: #18B8B6;
}
mor-badge.co-bk {
  background-color: #000000;
  border-color: #000000;
}
mor-badge.co-bk.plain {
  color: #000000;
}
mor-badge.co-n1 {
  background-color: #F0F0F0;
  border-color: #F0F0F0;
  color: #000000;
}
mor-badge.co-n1.plain {
  color: #F0F0F0;
}
mor-badge.co-n2 {
  background-color: #E5E5E5;
  border-color: #E5E5E5;
  color: #000000;
}
mor-badge.co-n2.plain {
  color: #E5E5E5;
}
mor-badge.co-n3 {
  background-color: #E0E0E0;
  border-color: #E0E0E0;
  color: #000000;
}
mor-badge.co-n3.plain {
  color: #E0E0E0;
}
mor-badge.co-n4 {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #000000;
}
mor-badge.co-n4.plain {
  color: #D9D9D9;
}
mor-badge.co-n5 {
  background-color: #CCCCCC;
  border-color: #CCCCCC;
  color: #000000;
}
mor-badge.co-n5.plain {
  color: #CCCCCC;
}
mor-badge.co-n6 {
  background-color: #B2B2B2;
  border-color: #B2B2B2;
  color: #FFFFFF;
}
mor-badge.co-n6.plain {
  color: #B2B2B2;
}
mor-badge.co-n7 {
  background-color: #999999;
  border-color: #999999;
  color: #FFFFFF;
}
mor-badge.co-n7.plain {
  color: #999999;
}
mor-badge.co-n8 {
  background-color: #7F7F7F;
  border-color: #7F7F7F;
  color: #FFFFFF;
}
mor-badge.co-n8.plain {
  color: #7F7F7F;
}
mor-badge.co-n9 {
  background-color: #666666;
  border-color: #666666;
  color: #FFFFFF;
}
mor-badge.co-n9.plain {
  color: #666666;
}
mor-badge.co-n10 {
  background-color: #4C4C4C;
  border-color: #4C4C4C;
  color: #FFFFFF;
}
mor-badge.co-n10.plain {
  color: #4C4C4C;
}
mor-badge.co-n11 {
  background-color: #333333;
  border-color: #333333;
  color: #FFFFFF;
}
mor-badge.co-n11.plain {
  color: #333333;
}
mor-badge.co-wh {
  background-color: #FFFFFF;
  color: #000000;
  border-color: #FFFFFF;
}
mor-badge.co-wh.plain {
  color: #FFFFFF;
}
mor-badge.plain:not(.badge-point) {
  background-color: transparent;
}
mor-badge.badge-point {
  font-size: 0;
  padding: 0;
  border-radius: 50%;
}
mor-badge.badge-point > span {
  display: block;
}
mor-badge.plain {
  min-width: calc(1.6em + 2px);
}
mor-badge.plain.badge-icon {
  border-color: transparent;
}
mor-badge.plain.badge-icon > i,
mor-badge.plain.badge-icon > i.iconfont,
mor-badge.plain.badge-icon > i.mo-icon {
  transform: scale(1.2);
  display: inline-block;
}
mor-badge.badge-attach-left-top,
mor-badge.badge-attach-left-bottom,
mor-badge.badge-attach-right-top,
mor-badge.badge-attach-right-bottom {
  position: absolute;
  z-index: 9;
}
mor-badge.badge-attach-left-top {
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}
mor-badge.badge-attach-left-top.si-xs {
  transform: translate(-50%, -50%) scale(0.9);
}
mor-badge.badge-attach-left-top.si-xxs {
  transform: translate(-50%, -50%) scale(0.8);
}
mor-badge.badge-attach-left-bottom {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}
mor-badge.badge-attach-left-bottom.si-xs {
  transform: translate(-50%, 50%) scale(0.9);
}
mor-badge.badge-attach-left-bottom.si-xxs {
  transform: translate(-50%, 50%) scale(0.8);
}
mor-badge.badge-attach-right-top {
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
mor-badge.badge-attach-right-top.si-xs {
  transform: translate(50%, -50%) scale(0.9);
}
mor-badge.badge-attach-right-top.si-xxs {
  transform: translate(50%, -50%) scale(0.8);
}
mor-badge.badge-attach-right-bottom {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}
mor-badge.badge-attach-right-bottom.si-xs {
  transform: translate(50%, 50%) scale(0.9);
}
mor-badge.badge-attach-right-bottom.si-xxs {
  transform: translate(50%, 50%) scale(0.8);
}
mor-badge.st-apparent {
  animation-name: apparent;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
mor-badge > i,
mor-badge > i.iconfont,
mor-badge > i.mo-icon {
  font-size: 13px;
}
mor-badge,
mor-badge.flat {
  border-radius: 3px;
}
mor-badge.circle:not(.badge-point) {
  border-radius: 16px;
}
mor-badge.badge-point > span {
  width: 10px;
  height: 10px;
}
mor-badge.plain {
  color: #F33D5D;
}
mor-time {
  display: inline-block;
}
mor-calendar {
  display: block;
  user-select: none;
}
mor-calendar header .topbar {
  width: 100%;
  padding: 0.5em 0;
  position: relative;
}
mor-calendar header .topbar .prev-box,
mor-calendar header .topbar .next-box {
  position: absolute;
  top: 0.5em;
}
mor-calendar header .topbar .prev,
mor-calendar header .topbar .next,
mor-calendar header .topbar .prev-year,
mor-calendar header .topbar .next-year {
  font-size: 14px;
  color: #7F7F7F;
}
mor-calendar header .topbar .prev:hover,
mor-calendar header .topbar .next:hover,
mor-calendar header .topbar .prev-year:hover,
mor-calendar header .topbar .next-year:hover {
  cursor: pointer;
  color: #4C4C4C;
}
mor-calendar header .topbar .prev-box {
  left: 0.5em;
}
mor-calendar header .topbar .next-box {
  right: 0.5em;
}
mor-calendar header .topbar .yearmonth {
  text-align: center;
}
mor-calendar header .topbar .yearmonth .year,
mor-calendar header .topbar .yearmonth .month {
  color: #7F7F7F;
  display: inline-block;
}
mor-calendar header .topbar .yearmonth .year:hover,
mor-calendar header .topbar .yearmonth .month:hover {
  cursor: pointer;
  color: #4C4C4C;
}
mor-calendar header .topbar .yearmonth .year {
  margin-right: 3.2px;
}
mor-calendar header .titlebar .weekday,
mor-calendar header .titlebar .title {
  border-top: 1px #e5e5e5 solid;
  padding: 16px 8px;
}
mor-calendar header .titlebar .weekday {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0;
}
mor-calendar header .titlebar .weekday li {
  display: inline-block;
  font-size: 12px;
  margin: 0;
  color: #7F7F7F;
}
mor-calendar header .titlebar .title {
  text-align: center;
  font-size: 12px;
  color: #7F7F7F;
}
mor-calendar .calendar {
  min-width: 240px;
}
mor-calendar .pick-day {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 8px 8px 8px;
}
mor-calendar .select-layer {
  display: inline-block;
  padding: 1px;
  width: 100%;
  font-size: 0;
  box-sizing: border-box;
  vertical-align: top;
}
mor-calendar .inner-layer {
  display: inline-block;
  width: 26px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  padding: 0;
  font-size: 12px;
  vertical-align: top;
  white-space: nowrap;
}
mor-calendar .day {
  width: calc(100% / 7);
  text-align: center;
  color: #333333;
  margin: 1px 0;
}
mor-calendar .day.no-curt-m {
  color: #CCCCCC;
}
mor-calendar .p-mark-s::after {
  background: #1EB818;
}
mor-calendar .p-mark-w::after {
  background: #FA9428;
}
mor-calendar .p-mark-d::after {
  background: #FA2833;
}
mor-calendar .p-mark-p::after {
  background: #2879FA;
}
mor-calendar .p-mark-m::after {
  background: #B2B2B2;
}
mor-calendar .p-mark-i::after {
  background: #18B8B6;
}
mor-calendar .p-mark-bk::after {
  background: #000000;
}
mor-calendar .p-mark-n1::after {
  background: #F0F0F0;
}
mor-calendar .p-mark-n2::after {
  background: #E5E5E5;
}
mor-calendar .p-mark-n3::after {
  background: #E0E0E0;
}
mor-calendar .p-mark-n4::after {
  background: #D9D9D9;
}
mor-calendar .p-mark-n5::after {
  background: #CCCCCC;
}
mor-calendar .p-mark-n6::after {
  background: #B2B2B2;
}
mor-calendar .p-mark-n7::after {
  background: #999999;
}
mor-calendar .p-mark-n8::after {
  background: #7F7F7F;
}
mor-calendar .p-mark-n9::after {
  background: #666666;
}
mor-calendar .p-mark-n10::after {
  background: #4C4C4C;
}
mor-calendar .p-mark-n11::after {
  background: #333333;
}
mor-calendar .p-mark-wh::after {
  background: #FFFFFF;
}
mor-calendar .pick-month,
mor-calendar .pick-year {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
mor-calendar .pick-month .month,
mor-calendar .pick-year .year {
  display: flex;
  align-items: center;
}
mor-calendar .pick-month .month .inner-layer,
mor-calendar .pick-year .year .inner-layer {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
mor-calendar .pick-month .month {
  width: calc(100% / 3);
  padding: 0;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #4C4C4C;
}
mor-calendar .pick-month .month:hover {
  color: #000000;
  background-color: #F0F0F0;
  cursor: pointer;
}
mor-calendar .pick-year .year {
  width: calc(100% / 5);
  padding: 0;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #4C4C4C;
}
mor-calendar .pick-year .year:hover {
  color: #000000;
  background-color: #F0F0F0;
  cursor: pointer;
}
mor-calendar .day.now {
  margin-bottom: 0;
}
mor-calendar .day.now .inner-layer {
  color: #D22343;
  border: 1px #D22343 solid;
  line-height: calc(16px*1.5 - 2px);
  box-sizing: border-box;
}
mor-calendar .pick-month .month.now,
mor-calendar .pick-year .year.now {
  margin-bottom: 0;
}
mor-calendar .pick-month .month.now .inner-layer,
mor-calendar .pick-year .year.now .inner-layer {
  color: #D22343;
  border: 1px #D22343 solid;
  line-height: calc(16px*1.5 - 2px);
  box-sizing: border-box;
}
mor-calendar .day.highlight,
mor-calendar .pick-month .month.highlight,
mor-calendar .pick-year .year.highlight {
  margin-bottom: 0;
}
mor-calendar .day.highlight .inner-layer,
mor-calendar .pick-month .month.highlight .inner-layer,
mor-calendar .pick-year .year.highlight .inner-layer {
  background-color: #F33D5D;
  color: #FFFFFF;
}
mor-calendar .day.middle .select-layer,
mor-calendar .pick-month .month.middle .select-layer,
mor-calendar .pick-year .year.middle .select-layer {
  background-color: #fee9ec;
}
mor-calendar .day.middle.bg-mark-disabled .select-layer,
mor-calendar .pick-month .month.middle.bg-mark-disabled .select-layer,
mor-calendar .pick-year .year.middle.bg-mark-disabled .select-layer {
  background-color: #f5f5f5;
}
mor-calendar .day.start,
mor-calendar .pick-month .month.start,
mor-calendar .pick-year .year.start {
  text-align: right;
}
mor-calendar .day.start .inner-layer,
mor-calendar .pick-month .month.start .inner-layer,
mor-calendar .pick-year .year.start .inner-layer {
  background-color: #F33D5D;
  color: #FFFFFF;
}
mor-calendar .day.start .select-layer,
mor-calendar .pick-month .month.start .select-layer,
mor-calendar .pick-year .year.start .select-layer {
  text-align: center;
  padding-right: calc(50% - 13px);
  background-color: #fee9ec;
  border-radius: 3px 0 0 3px;
  width: auto;
}
mor-calendar .day.end,
mor-calendar .pick-month .month.end,
mor-calendar .pick-year .year.end {
  text-align: left;
}
mor-calendar .day.end .inner-layer,
mor-calendar .pick-month .month.end .inner-layer,
mor-calendar .pick-year .year.end .inner-layer {
  background-color: #F33D5D;
  color: #FFFFFF;
}
mor-calendar .day.end .select-layer,
mor-calendar .pick-month .month.end .select-layer,
mor-calendar .pick-year .year.end .select-layer {
  text-align: center;
  padding-left: calc(50% - 13px);
  background-color: #fee9ec;
  border-radius: 0 3px 3px 0;
  width: auto;
}
mor-calendar .day.start.bg-mark-disabled .inner-layer,
mor-calendar .pick-month .month.start.bg-mark-disabled .inner-layer,
mor-calendar .pick-year .year.start.bg-mark-disabled .inner-layer,
mor-calendar .day.end.bg-mark-disabled .inner-layer,
mor-calendar .pick-month .month.end.bg-mark-disabled .inner-layer,
mor-calendar .pick-year .year.end.bg-mark-disabled .inner-layer {
  background-color: #7F7F7F;
}
mor-calendar .day.start.bg-mark-disabled .select-layer,
mor-calendar .pick-month .month.start.bg-mark-disabled .select-layer,
mor-calendar .pick-year .year.start.bg-mark-disabled .select-layer,
mor-calendar .day.end.bg-mark-disabled .select-layer,
mor-calendar .pick-month .month.end.bg-mark-disabled .select-layer,
mor-calendar .pick-year .year.end.bg-mark-disabled .select-layer {
  background-color: #B2B2B2;
}
mor-calendar .day.p-mark,
mor-calendar .pick-month .month.p-mark,
mor-calendar .pick-year .year.p-mark {
  position: relative;
}
mor-calendar .day.p-mark::after,
mor-calendar .pick-month .month.p-mark::after,
mor-calendar .pick-year .year.p-mark::after {
  width: 4px;
  height: 4px;
  margin-left: -2px;
  border-radius: 4px;
  bottom: 1px;
  display: block;
  position: absolute;
  content: '';
  left: 50%;
}
mor-calendar .day.bg-mark-s,
mor-calendar .pick-month .month.bg-mark-s,
mor-calendar .pick-year .year.bg-mark-s {
  background: #1EB818 !important;
  color: #FFFFFF !important;
}
mor-calendar .day.bg-mark-s.no-curt-m,
mor-calendar .pick-month .month.bg-mark-s.no-curt-m,
mor-calendar .pick-year .year.bg-mark-s.no-curt-m {
  background: #189413;
  color: rgba(255, 255, 255, 0.5);
}
mor-calendar .day.bg-mark-w,
mor-calendar .pick-month .month.bg-mark-w,
mor-calendar .pick-year .year.bg-mark-w {
  background: #FA9428 !important;
  color: #FFFFFF !important;
}
mor-calendar .day.bg-mark-w.no-curt-m,
mor-calendar .pick-month .month.bg-mark-w.no-curt-m,
mor-calendar .pick-year .year.bg-mark-w.no-curt-m {
  background: #f48006;
  color: rgba(255, 255, 255, 0.5);
}
mor-calendar .day.bg-mark-d,
mor-calendar .pick-month .month.bg-mark-d,
mor-calendar .pick-year .year.bg-mark-d {
  background: #FA2833 !important;
  color: #FFFFFF !important;
}
mor-calendar .day.bg-mark-d.no-curt-m,
mor-calendar .pick-month .month.bg-mark-d.no-curt-m,
mor-calendar .pick-year .year.bg-mark-d.no-curt-m {
  background: #f40612;
  color: rgba(255, 255, 255, 0.5);
}
mor-calendar .day.bg-mark-p,
mor-calendar .pick-month .month.bg-mark-p,
mor-calendar .pick-year .year.bg-mark-p {
  background: #2879FA !important;
  color: #FFFFFF !important;
}
mor-calendar .day.bg-mark-p.no-curt-m,
mor-calendar .pick-month .month.bg-mark-p.no-curt-m,
mor-calendar .pick-year .year.bg-mark-p.no-curt-m {
  background: #0661f4;
  color: rgba(255, 255, 255, 0.5);
}
mor-calendar .day.bg-mark-m,
mor-calendar .pick-month .month.bg-mark-m,
mor-calendar .pick-year .year.bg-mark-m {
  background: #B2B2B2 !important;
  color: #FFFFFF !important;
}
mor-calendar .day.bg-mark-m.no-curt-m,
mor-calendar .pick-month .month.bg-mark-m.no-curt-m,
mor-calendar .pick-year .year.bg-mark-m.no-curt-m {
  background: #9e9e9e;
  color: rgba(255, 255, 255, 0.5);
}
mor-calendar .day.bg-mark-i,
mor-calendar .pick-month .month.bg-mark-i,
mor-calendar .pick-year .year.bg-mark-i {
  background: #18B8B6 !important;
  color: #FFFFFF !important;
}
mor-calendar .day.bg-mark-i.no-curt-m,
mor-calendar .pick-month .month.bg-mark-i.no-curt-m,
mor-calendar .pick-year .year.bg-mark-i.no-curt-m {
  background: #139492;
  color: rgba(255, 255, 255, 0.5);
}
mor-calendar .day.bg-mark-bk,
mor-calendar .pick-month .month.bg-mark-bk,
mor-calendar .pick-year .year.bg-mark-bk {
  background: #000000 !important;
  color: #FFFFFF !important;
}
mor-calendar .day.bg-mark-bk.no-curt-m,
mor-calendar .pick-month .month.bg-mark-bk.no-curt-m,
mor-calendar .pick-year .year.bg-mark-bk.no-curt-m {
  background: #141414;
  color: rgba(255, 255, 255, 0.5);
}
mor-calendar .day.bg-mark-n1,
mor-calendar .pick-month .month.bg-mark-n1,
mor-calendar .pick-year .year.bg-mark-n1 {
  background: #F0F0F0 !important;
  color: #000000 !important;
}
mor-calendar .day.bg-mark-n1.no-curt-m,
mor-calendar .pick-month .month.bg-mark-n1.no-curt-m,
mor-calendar .pick-year .year.bg-mark-n1.no-curt-m {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.5);
}
mor-calendar .day.bg-mark-n2,
mor-calendar .pick-month .month.bg-mark-n2,
mor-calendar .pick-year .year.bg-mark-n2 {
  background: #E5E5E5 !important;
  color: #000000 !important;
}
mor-calendar .day.bg-mark-n2.no-curt-m,
mor-calendar .pick-month .month.bg-mark-n2.no-curt-m,
mor-calendar .pick-year .year.bg-mark-n2.no-curt-m {
  background: #f9f9f9;
  color: rgba(0, 0, 0, 0.5);
}
mor-calendar .day.bg-mark-n3,
mor-calendar .pick-month .month.bg-mark-n3,
mor-calendar .pick-year .year.bg-mark-n3 {
  background: #E0E0E0 !important;
  color: #000000 !important;
}
mor-calendar .day.bg-mark-n3.no-curt-m,
mor-calendar .pick-month .month.bg-mark-n3.no-curt-m,
mor-calendar .pick-year .year.bg-mark-n3.no-curt-m {
  background: #f4f4f4;
  color: rgba(0, 0, 0, 0.5);
}
mor-calendar .day.bg-mark-n4,
mor-calendar .pick-month .month.bg-mark-n4,
mor-calendar .pick-year .year.bg-mark-n4 {
  background: #D9D9D9 !important;
  color: #000000 !important;
}
mor-calendar .day.bg-mark-n4.no-curt-m,
mor-calendar .pick-month .month.bg-mark-n4.no-curt-m,
mor-calendar .pick-year .year.bg-mark-n4.no-curt-m {
  background: #ededed;
  color: rgba(0, 0, 0, 0.5);
}
mor-calendar .day.bg-mark-n5,
mor-calendar .pick-month .month.bg-mark-n5,
mor-calendar .pick-year .year.bg-mark-n5 {
  background: #CCCCCC !important;
  color: #000000 !important;
}
mor-calendar .day.bg-mark-n5.no-curt-m,
mor-calendar .pick-month .month.bg-mark-n5.no-curt-m,
mor-calendar .pick-year .year.bg-mark-n5.no-curt-m {
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.5);
}
mor-calendar .day.bg-mark-n6,
mor-calendar .pick-month .month.bg-mark-n6,
mor-calendar .pick-year .year.bg-mark-n6 {
  background: #B2B2B2 !important;
  color: #FFFFFF !important;
}
mor-calendar .day.bg-mark-n6.no-curt-m,
mor-calendar .pick-month .month.bg-mark-n6.no-curt-m,
mor-calendar .pick-year .year.bg-mark-n6.no-curt-m {
  background: #c6c6c6;
  color: rgba(255, 255, 255, 0.5);
}
mor-calendar .day.bg-mark-n7,
mor-calendar .pick-month .month.bg-mark-n7,
mor-calendar .pick-year .year.bg-mark-n7 {
  background: #999999 !important;
  color: #FFFFFF !important;
}
mor-calendar .day.bg-mark-n7.no-curt-m,
mor-calendar .pick-month .month.bg-mark-n7.no-curt-m,
mor-calendar .pick-year .year.bg-mark-n7.no-curt-m {
  background: #adadad;
  color: rgba(255, 255, 255, 0.5);
}
mor-calendar .day.bg-mark-n8,
mor-calendar .pick-month .month.bg-mark-n8,
mor-calendar .pick-year .year.bg-mark-n8 {
  background: #7F7F7F !important;
  color: #FFFFFF !important;
}
mor-calendar .day.bg-mark-n8.no-curt-m,
mor-calendar .pick-month .month.bg-mark-n8.no-curt-m,
mor-calendar .pick-year .year.bg-mark-n8.no-curt-m {
  background: #939393;
  color: rgba(255, 255, 255, 0.5);
}
mor-calendar .day.bg-mark-n9,
mor-calendar .pick-month .month.bg-mark-n9,
mor-calendar .pick-year .year.bg-mark-n9 {
  background: #666666 !important;
  color: #FFFFFF !important;
}
mor-calendar .day.bg-mark-n9.no-curt-m,
mor-calendar .pick-month .month.bg-mark-n9.no-curt-m,
mor-calendar .pick-year .year.bg-mark-n9.no-curt-m {
  background: #7a7a7a;
  color: rgba(255, 255, 255, 0.5);
}
mor-calendar .day.bg-mark-n10,
mor-calendar .pick-month .month.bg-mark-n10,
mor-calendar .pick-year .year.bg-mark-n10 {
  background: #4C4C4C !important;
  color: #FFFFFF !important;
}
mor-calendar .day.bg-mark-n10.no-curt-m,
mor-calendar .pick-month .month.bg-mark-n10.no-curt-m,
mor-calendar .pick-year .year.bg-mark-n10.no-curt-m {
  background: #606060;
  color: rgba(255, 255, 255, 0.5);
}
mor-calendar .day.bg-mark-n11,
mor-calendar .pick-month .month.bg-mark-n11,
mor-calendar .pick-year .year.bg-mark-n11 {
  background: #333333 !important;
  color: #FFFFFF !important;
}
mor-calendar .day.bg-mark-n11.no-curt-m,
mor-calendar .pick-month .month.bg-mark-n11.no-curt-m,
mor-calendar .pick-year .year.bg-mark-n11.no-curt-m {
  background: #474747;
  color: rgba(255, 255, 255, 0.5);
}
mor-calendar .day.bg-mark-wh,
mor-calendar .pick-month .month.bg-mark-wh,
mor-calendar .pick-year .year.bg-mark-wh {
  background: #FFFFFF !important;
  color: #000000 !important;
}
mor-calendar .day.bg-mark-wh.no-curt-m,
mor-calendar .pick-month .month.bg-mark-wh.no-curt-m,
mor-calendar .pick-year .year.bg-mark-wh.no-curt-m {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.5);
}
mor-calendar .day.bg-mark-disabled,
mor-calendar .pick-month .month.bg-mark-disabled,
mor-calendar .pick-year .year.bg-mark-disabled {
  background: #E0E0E0;
  cursor: default;
  color: rgba(0, 0, 0, 0.5);
}
mor-calendar .day.bg-mark-disabled.no-curt-m,
mor-calendar .pick-month .month.bg-mark-disabled.no-curt-m,
mor-calendar .pick-year .year.bg-mark-disabled.no-curt-m {
  background: #cccccc;
  color: rgba(127, 127, 127, 0.4);
}
mor-calendar .day.bg-mark-disabled.no-curt-m:hover,
mor-calendar .pick-month .month.bg-mark-disabled.no-curt-m:hover,
mor-calendar .pick-year .year.bg-mark-disabled.no-curt-m:hover {
  color: rgba(127, 127, 127, 0.4) !important;
}
mor-calendar .day.bg-mark-disabled:hover,
mor-calendar .pick-month .month.bg-mark-disabled:hover,
mor-calendar .pick-year .year.bg-mark-disabled:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}
mor-calendar .pick-month .month.start .select-layer,
mor-calendar .pick-year .year.start .select-layer {
  padding-right: 0;
  width: 100%;
}
mor-calendar .pick-month .month.end,
mor-calendar .pick-year .year.end {
  text-align: left;
}
mor-calendar .pick-month .month.end .inner-layer,
mor-calendar .pick-year .year.end .inner-layer {
  background-color: #F33D5D;
  color: #FFFFFF;
}
mor-calendar .pick-month .month.end .select-layer,
mor-calendar .pick-year .year.end .select-layer {
  width: 100%;
  padding-left: 0;
}
mor-calendar.mode-month .pick-month .month:hover {
  color: #4C4C4C;
  background-color: inherit;
  cursor: default;
}
mor-calendar.mode-month.highlight-hover .month:hover {
  color: #D22343;
  font-weight: 700;
}
mor-calendar.mode-month.highlight-hover .month.bg-mark-disabled:hover {
  font-weight: 400;
}
mor-calendar.mode-year .pick-year .year:hover {
  color: #4C4C4C;
  background-color: inherit;
  cursor: default;
}
mor-calendar.mode-year.highlight-hover .year:hover {
  color: #D22343;
  font-weight: 700;
}
mor-calendar.mode-year.highlight-hover .year.bg-mark-disabled:hover {
  font-weight: 400;
}
mor-calendar.mode-month .month .select-layer,
mor-calendar.mode-year .month .select-layer,
mor-calendar.mode-month .year .select-layer,
mor-calendar.mode-year .year .select-layer {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  font-size: inherit;
}
mor-calendar.mode-month .month .inner-layer,
mor-calendar.mode-year .month .inner-layer,
mor-calendar.mode-month .year .inner-layer,
mor-calendar.mode-year .year .inner-layer {
  line-height: inherit !important;
  height: inherit !important;
  width: inherit !important;
}
mor-calendar.highlight-hover .calendar .pick-day .day:hover {
  color: #D22343;
  font-weight: 700;
}
mor-calendar.highlight-hover .calendar .pick-day .day.bg-mark-disabled:hover {
  font-weight: 400;
}
@keyframes loadColor {
  100%,
  0% {
    stroke: #4C4C4C;
  }
  40% {
    stroke: #7F7F7F;
  }
  66% {
    stroke: #999999;
  }
  80%,
  90% {
    stroke: #B2B2B2;
  }
}
mor-load .loadfail {
  color: #7F7F7F;
}
mor-load .loadfail .iconfont,
mor-load .loadfail .mo-icon {
  font-size: inherit;
}
mor-load .loading {
  margin: 0;
  text-align: center;
  color: #7F7F7F;
}
mor-load .loading > p {
  margin: 0.25em 0 0;
  font-size: 13px;
}
mor-load .mo-loader .mo-loader-path {
  animation: loaderDash 1.5s ease-in-out infinite, loadColor 3s ease-in-out infinite;
}
mor-load.si-xxl .mo-loader {
  width: 50px;
}
mor-load.si-xxl .loadfail,
mor-load.si-xxl .loading > p {
  font-size: 25.6px;
}
mor-load.si-xl .mo-loader {
  width: 38px;
}
mor-load.si-xl .loadfail,
mor-load.si-xl .loading > p {
  font-size: 20.8px;
}
mor-load.si-l .mo-loader {
  width: 28px;
}
mor-load.si-l .loadfail,
mor-load.si-l .loading > p {
  font-size: 16px;
}
mor-load.si-m .mo-loader {
  width: 22px;
}
mor-load.si-m .loadfail,
mor-load.si-m .loading > p {
  font-size: 14px;
}
mor-load.si-s .mo-loader {
  width: 18px;
}
mor-load.si-s .loadfail,
mor-load.si-s .loading > p {
  font-size: 14px;
}
mor-load.si-xs .mo-loader {
  width: 14px;
}
mor-load.si-xs .loadfail,
mor-load.si-xs .loading > p {
  font-size: 13px;
}
mor-load.si-xxs .mo-loader {
  width: 12px;
}
mor-load.si-xxs .loadfail,
mor-load.si-xxs .loading > p {
  font-size: 12px;
}
mor-load .mo-loader {
  width: 22px;
}
mor-load .loadfail,
mor-load .loading > p {
  font-size: 14px;
}
@keyframes progressing {
  from {
    width: 10%;
    opacity: 0.8;
  }
  50% {
    width: 100%;
    opacity: 0.2;
  }
  60% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0%;
    opacity: 0;
  }
}
@keyframes ring-progressing {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
mor-progress {
  display: block;
}
mor-progress .progress-wrap {
  display: flex;
  font-size: 0;
}
mor-progress .progress-wrap .track {
  position: relative;
}
mor-progress .progress-wrap .line-track {
  display: flex;
  height: 8px;
  border-radius: 16px;
  width: 100%;
  background: #F0F0F0;
  margin: 4px 0;
  vertical-align: top;
}
mor-progress .progress-wrap .main {
  display: block;
  border-radius: 16px;
  width: 50%;
  height: 100%;
  background: #999999;
  transition: width 0.2s, color 0.2s;
  position: relative;
  z-index: 2;
}
mor-progress .progress-wrap .main.done {
  background: #1EB818 !important;
}
mor-progress .progress-wrap .main.fail {
  background: #FA2833 !important;
}
mor-progress .progress-wrap .main.status-failed {
  background: #FA2833 !important;
}
mor-progress .progress-wrap .main.status-success {
  background: #1EB818 !important;
}
mor-progress .progress-wrap .main.status-warning {
  background: #FA9428 !important;
}
mor-progress .progress-wrap .main .progressing {
  width: 0%;
  height: 100%;
  opacity: 0;
  border-radius: 16px;
  background: linear-gradient(-90deg, #fffe 0%, #fffa 20%, #fff1);
  animation: 2.4s cubic-bezier(0.23, 0.48, 0.5, 1.04) infinite progressing;
}
mor-progress .progress-wrap .note {
  display: flex;
  padding-left: 10px;
  font-size: 13px;
  vertical-align: top;
  position: relative;
  color: #000000;
  line-height: 16px;
  width: 20%;
}
mor-progress .progress-wrap .note .mo-icon-error-cf {
  color: #FA2833;
}
mor-progress .progress-wrap .note .mo-icon-correct-cf {
  color: #1EB818;
}
mor-progress .progress-wrap .note .mo-icon-warn-f {
  color: #FA9428;
}
mor-progress .progress-wrap .ring-track svg path {
  stroke-linecap: round;
  stroke-width: 6px;
  fill-opacity: 0;
}
mor-progress .progress-wrap .ring-track svg .track-bg {
  stroke: #F0F0F0;
}
mor-progress .progress-wrap .ring-track svg .main {
  stroke: #999999;
  transition: stroke-dasharray 0.2s, stroke-opacity 0.2s;
}
mor-progress .progress-wrap .ring-track svg .main.done {
  stroke: #1EB818 !important;
}
mor-progress .progress-wrap .ring-track svg .main.fail {
  stroke: #FA2833 !important;
}
mor-progress .progress-wrap .ring-track svg .main.status-failed {
  stroke: #FA2833 !important;
}
mor-progress .progress-wrap .ring-track svg .main.status-success {
  stroke: #1EB818 !important;
}
mor-progress .progress-wrap .ring-track svg .main.status-warning {
  stroke: #FA9428 !important;
}
mor-progress .progress-wrap .ring-track svg .progressing {
  opacity: 0.65;
  transform: rotate(0deg);
  transform-origin: center center;
  animation: 2.4s linear infinite ring-progressing;
}
mor-progress .progress-wrap .marks {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  height: 100%;
}
mor-progress .progress-wrap .marks li {
  display: inline-block;
  left: 0;
  top: 0;
  height: 100%;
  font-size: 16px;
  border-radius: 10em;
  background: #D9D9D9;
  position: absolute;
  margin: 0;
}
mor-progress .progress-wrap .marks li.co-t {
  background: #F33D5D;
}
mor-progress .progress-wrap .marks li.co-lt {
  background: #F86F88;
}
mor-progress .progress-wrap .marks li.co-dt {
  background: #D22343;
}
mor-progress .progress-wrap .marks li.co-s {
  background: #1EB818;
}
mor-progress .progress-wrap .marks li.co-w {
  background: #FA9428;
}
mor-progress .progress-wrap .marks li.co-d {
  background: #FA2833;
}
mor-progress .progress-wrap .marks li.co-p {
  background: #2879FA;
}
mor-progress .progress-wrap .marks li.co-m {
  background: #B2B2B2;
}
mor-progress .progress-wrap .marks li.co-i {
  background: #18B8B6;
}
mor-progress .progress-wrap .marks li.co-n1 {
  background: #F0F0F0;
}
mor-progress .progress-wrap .marks li.co-n2 {
  background: #E5E5E5;
}
mor-progress .progress-wrap .marks li.co-n3 {
  background: #E0E0E0;
}
mor-progress .progress-wrap .marks li.co-n4 {
  background: #D9D9D9;
}
mor-progress .progress-wrap .marks li.co-n5 {
  background: #CCCCCC;
}
mor-progress .progress-wrap .marks li.co-n6 {
  background: #B2B2B2;
}
mor-progress .progress-wrap .marks li.co-n7 {
  background: #999999;
}
mor-progress .progress-wrap .marks li.co-n8 {
  background: #7F7F7F;
}
mor-progress .progress-wrap .marks li.co-n9 {
  background: #666666;
}
mor-progress .progress-wrap .marks li.co-n10 {
  background: #4C4C4C;
}
mor-progress .progress-wrap .marks li.co-n11 {
  background: #333333;
}
mor-progress.note-in-left .progress-wrap .note {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 10px;
}
mor-progress.type-ring .progress-wrap {
  position: relative;
  display: block;
}
mor-progress.type-ring .note {
  padding: 0;
  width: 80%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  display: inline-block;
}
mor-progress.type-ring .note .mo-icon {
  transform: scale(2.4);
  display: block;
}
mor-progress.co-t .progress-wrap .main {
  background: #F33D5D;
}
mor-progress.co-t .progress-wrap .ring-track svg .main {
  stroke: #F33D5D;
}
mor-progress.co-lt .progress-wrap .main {
  background: #F86F88;
}
mor-progress.co-lt .progress-wrap .ring-track svg .main {
  stroke: #F86F88;
}
mor-progress.co-dt .progress-wrap .main {
  background: #D22343;
}
mor-progress.co-dt .progress-wrap .ring-track svg .main {
  stroke: #D22343;
}
mor-progress.co-s .progress-wrap .main {
  background: #1EB818;
}
mor-progress.co-s .progress-wrap .ring-track svg .main {
  stroke: #1EB818;
}
mor-progress.co-w .progress-wrap .main {
  background: #FA9428;
}
mor-progress.co-w .progress-wrap .ring-track svg .main {
  stroke: #FA9428;
}
mor-progress.co-d .progress-wrap .main {
  background: #FA2833;
}
mor-progress.co-d .progress-wrap .ring-track svg .main {
  stroke: #FA2833;
}
mor-progress.co-p .progress-wrap .main {
  background: #2879FA;
}
mor-progress.co-p .progress-wrap .ring-track svg .main {
  stroke: #2879FA;
}
mor-progress.co-m .progress-wrap .main {
  background: #B2B2B2;
}
mor-progress.co-m .progress-wrap .ring-track svg .main {
  stroke: #B2B2B2;
}
mor-progress.co-i .progress-wrap .main {
  background: #18B8B6;
}
mor-progress.co-i .progress-wrap .ring-track svg .main {
  stroke: #18B8B6;
}
mor-progress.co-bk .progress-wrap .main {
  background: #000000;
}
mor-progress.co-bk .progress-wrap .ring-track svg .main {
  stroke: #000000;
}
mor-progress.co-n1 .line-track {
  background: #4C4C4C;
}
mor-progress.co-n1 .progress-wrap .ring-track svg .track-bg {
  background: #4C4C4C;
}
mor-progress.co-n1 .progress-wrap .main {
  background: #F0F0F0;
}
mor-progress.co-n1 .progress-wrap .ring-track svg .main {
  stroke: #F0F0F0;
}
mor-progress.co-n1 .progress-wrap .note {
  color: #FFFFFF;
}
mor-progress.co-n2 .line-track {
  background: #4C4C4C;
}
mor-progress.co-n2 .progress-wrap .ring-track svg .track-bg {
  background: #4C4C4C;
}
mor-progress.co-n2 .progress-wrap .main {
  background: #E5E5E5;
}
mor-progress.co-n2 .progress-wrap .ring-track svg .main {
  stroke: #E5E5E5;
}
mor-progress.co-n2 .progress-wrap .note {
  color: #FFFFFF;
}
mor-progress.co-n3 .line-track {
  background: #4C4C4C;
}
mor-progress.co-n3 .progress-wrap .ring-track svg .track-bg {
  background: #4C4C4C;
}
mor-progress.co-n3 .progress-wrap .main {
  background: #E0E0E0;
}
mor-progress.co-n3 .progress-wrap .ring-track svg .main {
  stroke: #E0E0E0;
}
mor-progress.co-n3 .progress-wrap .note {
  color: #FFFFFF;
}
mor-progress.co-n4 .line-track {
  background: #4C4C4C;
}
mor-progress.co-n4 .progress-wrap .ring-track svg .track-bg {
  background: #4C4C4C;
}
mor-progress.co-n4 .progress-wrap .main {
  background: #D9D9D9;
}
mor-progress.co-n4 .progress-wrap .ring-track svg .main {
  stroke: #D9D9D9;
}
mor-progress.co-n4 .progress-wrap .note {
  color: #FFFFFF;
}
mor-progress.co-n5 .line-track {
  background: #4C4C4C;
}
mor-progress.co-n5 .progress-wrap .ring-track svg .track-bg {
  background: #4C4C4C;
}
mor-progress.co-n5 .progress-wrap .main {
  background: #CCCCCC;
}
mor-progress.co-n5 .progress-wrap .ring-track svg .main {
  stroke: #CCCCCC;
}
mor-progress.co-n5 .progress-wrap .note {
  color: #FFFFFF;
}
mor-progress.co-n6 .progress-wrap .main {
  background: #B2B2B2;
}
mor-progress.co-n6 .progress-wrap .ring-track svg .main {
  stroke: #B2B2B2;
}
mor-progress.co-n6 .progress-wrap .note {
  color: #000000;
}
mor-progress.co-n7 .progress-wrap .main {
  background: #999999;
}
mor-progress.co-n7 .progress-wrap .ring-track svg .main {
  stroke: #999999;
}
mor-progress.co-n7 .progress-wrap .note {
  color: #000000;
}
mor-progress.co-n8 .progress-wrap .main {
  background: #7F7F7F;
}
mor-progress.co-n8 .progress-wrap .ring-track svg .main {
  stroke: #7F7F7F;
}
mor-progress.co-n8 .progress-wrap .note {
  color: #000000;
}
mor-progress.co-n9 .progress-wrap .main {
  background: #666666;
}
mor-progress.co-n9 .progress-wrap .ring-track svg .main {
  stroke: #666666;
}
mor-progress.co-n9 .progress-wrap .note {
  color: #000000;
}
mor-progress.co-n10 .progress-wrap .main {
  background: #4C4C4C;
}
mor-progress.co-n10 .progress-wrap .ring-track svg .main {
  stroke: #4C4C4C;
}
mor-progress.co-n10 .progress-wrap .note {
  color: #000000;
}
mor-progress.co-n11 .progress-wrap .main {
  background: #333333;
}
mor-progress.co-n11 .progress-wrap .ring-track svg .main {
  stroke: #333333;
}
mor-progress.co-n11 .progress-wrap .note {
  color: #000000;
}
mor-progress.co-wh .line-track,
mor-progress.co-wh .progress-wrap .ring-track svg .track-bg {
  background: #4C4C4C;
}
mor-progress.co-wh .progress-wrap .main {
  background: #FFFFFF;
}
mor-progress.co-wh .progress-wrap .ring-track svg .main {
  stroke: #FFFFFF;
}
mor-progress.co-wh .progress-wrap .note {
  color: #FFFFFF;
}
mor-progress .progress-wrap .main {
  background: #F33D5D;
}
mor-progress .progress-wrap .ring-track svg .main {
  stroke: #F33D5D;
}
mor-empty .empty-image {
  width: 100%;
  text-align: center;
  line-height: 1em;
  font-size: 48px;
  padding: 0 0 0.2em;
}
mor-empty .empty-image i,
mor-empty .empty-image i.iconfont,
mor-empty .empty-image i.mo-icon {
  font-size: 48px;
  color: #E0E0E0;
}
mor-empty .empty-image img {
  padding: 0;
  margin: 0;
  border: none !important;
}
mor-empty .empty-note {
  font-size: 14px;
  color: #999999;
  text-align: center;
}
mor-empty .empty-note mor-link,
mor-empty .empty-note mor-btn {
  vertical-align: top;
}
mor-empty .empty-note mor-link {
  font-size: 14px;
}
mor-empty .empty-more {
  margin-top: 8px;
}
mor-sticky {
  display: inline-block;
}
mor-sticky.mo-in-tab-hidden {
  opacity: 0;
}
mor-sticky.sticky {
  position: sticky;
}
mor-sticky .sticky-box {
  width: inherit;
}
mor-sticky .sticky-box.fixed {
  position: fixed;
}
mor-steps {
  display: block;
}
mor-steps .steps-list {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  flex-wrap: nowrap;
  justify-content: space-around;
}
mor-steps .steps-list .link {
  width: 100%;
  height: 2px;
  background: #e5e5e5;
  margin-top: 11px;
}
mor-steps .step {
  display: block;
  position: relative;
  text-align: center;
}
mor-steps .step .mark {
  font-size: 13px;
  background: #FFFFFF;
  border: 2px #e5e5e5 solid;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
  position: relative;
  display: block;
  color: #a5a5a5;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}
mor-steps .step .mark .mo-icon,
mor-steps .step .mark .iconfont {
  font-size: 12px;
}
mor-steps .step .mark .custom-icon {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}
mor-steps .step .bg {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 11px;
  left: 0;
  background: #e5e5e5;
}
mor-steps .step .title {
  font-size: 14px;
  display: block;
  min-width: 50px;
  max-width: 160px;
  padding-top: 12px;
  color: #333333;
}
mor-steps .step .desc {
  font-size: 12px;
  display: block;
  min-width: 100px;
  max-width: 160px;
  color: #999999;
}
mor-steps .step.first .bg {
  left: 50%;
}
mor-steps .step.last .bg {
  width: 50%;
}
mor-steps .step.done .mark,
mor-steps .step.done + .link {
  background: #F33D5D;
}
mor-steps .step.done + .link + .step .bg {
  background: linear-gradient(to left, #e5e5e5 0%, #e5e5e5 50%, #F33D5D 51%, #F33D5D 100%);
}
mor-steps .step.done + .link + .step.last .bg {
  background: #F33D5D;
}
mor-steps .step.done .bg {
  background: #F33D5D !important;
}
mor-steps .step.done .mark {
  background: #FFFFFF;
  border: 2px #F33D5D solid;
  color: #F33D5D;
  box-sizing: border-box;
  line-height: 22px;
}
mor-steps .step.done.done-type-highlight .mark {
  background: #F33D5D;
  border-color: #F33D5D;
  color: #FFFFFF;
}
mor-steps .step.done.done-type-hollow .mark {
  border-color: #F33D5D;
}
mor-steps .step.current .title {
  color: #F33D5D;
  font-weight: 700;
}
mor-steps .step.current .desc {
  color: #666666;
}
mor-steps .step.current.current-type-highlight .mark {
  background: #F33D5D;
  border-color: #F33D5D;
  color: #FFFFFF;
}
mor-steps .step.current.current-type-hollow .mark {
  color: #F33D5D;
  border-color: #F33D5D;
}
mor-steps .step.current.current-type-progress .mark {
  background: #FFFFFF;
  border: none;
  width: 32px;
}
mor-steps .step.current.current-type-progress .mark mor-load {
  top: 2px;
  position: relative;
}
mor-steps .step.current.current-type-progress .mark mor-load .mo-loader .mo-loader-path {
  stroke: #F33D5D;
  animation: loaderDash 1.5s ease-in-out infinite;
}
mor-steps .step.failed .mark {
  background: #FA2833;
  border-color: #FA2833;
  color: #FFFFFF;
}
mor-steps .step.failed .title {
  color: #FA2833;
}
mor-steps.align-left .step {
  text-align: left;
}
mor-steps.align-left .step .mark {
  left: 0;
  transform: none;
}
mor-steps.align-left .step .bg {
  left: 0;
}
mor-steps.align-left .step.last .bg {
  width: 0;
}
mor-steps.align-left .step.done + .link + .step .bg {
  background: #e5e5e5;
}
mor-steps.align-center .step {
  text-align: center;
}
mor-steps.align-right .step {
  text-align: right;
}
mor-steps.align-right .step .mark {
  transform: none;
  left: calc(100% - 16px*1.5);
}
mor-steps.align-right .step .bg {
  right: 0;
}
mor-steps.align-right .step.first .bg {
  width: 0;
}
mor-steps.align-right .step.last .bg {
  width: 100%;
}
mor-steps.align-right .step.done + .link + .step .bg {
  background: #F33D5D;
}
mor-breadcrumbs {
  display: block;
  vertical-align: middle;
}
mor-breadcrumbs ul {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0 !important;
  vertical-align: middle;
}
mor-breadcrumbs ul li {
  display: inline-block;
  color: #666666;
  vertical-align: middle;
}
mor-breadcrumbs ul li:hover {
  color: #F33D5D;
  cursor: pointer;
}
mor-breadcrumbs ul li.root:not(.choose) {
  color: #B2B2B2;
  cursor: default;
}
mor-breadcrumbs ul li.last {
  color: #333333;
}
mor-breadcrumbs ul li.last:hover {
  cursor: default;
  color: #333333;
}
mor-breadcrumbs ul li.separator {
  cursor: default;
  color: #d1d1d1;
  margin: 0 0.5em;
}
mor-breadcrumbs.si-xxl ul {
  height: 35px;
}
mor-breadcrumbs.si-xxl ul li {
  font-size: 22px;
}
mor-breadcrumbs.si-xxl ul li.separator {
  font-size: 26px;
  vertical-align: -10px !important;
  margin: 0 0.6em;
}
mor-breadcrumbs.si-xl {
  height: 28px;
}
mor-breadcrumbs.si-xl ul li {
  font-size: 18px;
}
mor-breadcrumbs.si-xl ul li.separator {
  font-size: 22px;
  vertical-align: -9px !important;
  margin: 0 0.6em;
}
mor-breadcrumbs.si-l ul {
  height: 25px;
}
mor-breadcrumbs.si-l ul li {
  font-size: 16px;
}
mor-breadcrumbs.si-l ul li.separator {
  font-size: 18px;
  vertical-align: -7px !important;
  margin: 0 0.6em;
}
mor-breadcrumbs.si-m ul {
  height: 22px;
}
mor-breadcrumbs.si-m ul li {
  font-size: 14px;
}
mor-breadcrumbs.si-m ul li.separator {
  font-size: 14px;
  vertical-align: -5px !important;
  margin: 0 0.5em;
}
mor-breadcrumbs.si-s ul {
  height: 20px;
}
mor-breadcrumbs.si-s ul li {
  font-size: 13px;
}
mor-breadcrumbs.si-s ul li.separator {
  font-size: 14px;
  vertical-align: -5px !important;
  margin: 0 0.5em;
}
mor-breadcrumbs.si-xs ul li {
  font-size: 12px;
}
mor-breadcrumbs.si-xs ul li.separator {
  font-size: 12px;
  vertical-align: -5px !important;
  margin: 0 0.4em;
}
mor-breadcrumbs.si-xxs ul li {
  font-size: 12px;
  transform: scale(0.8);
}
mor-breadcrumbs.si-xxs ul li.separator {
  font-size: 12px;
  vertical-align: -5px !important;
  margin: 0 0.2em;
}
mor-breadcrumbs ul {
  height: 22px;
}
mor-breadcrumbs ul li {
  font-size: 14px;
}
mor-breadcrumbs ul li.separator {
  font-size: 14px;
  vertical-align: -5px !important;
  margin: 0 0.5em;
}
mor-tip {
  position: fixed;
  display: none;
  font-size: 12px;
}
mor-tip.has-content {
  display: block;
}
mor-tip .con {
  padding: 8px;
  text-align: center;
  border-radius: 3px;
  word-break: break-all;
  line-height: 1.2;
}
mor-tip .tip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px;
  transform: rotate(45deg);
}
mor-tip .tip-wrap {
  opacity: 0;
  transition: unset;
  transform: scale(0.4);
  transition-timing-function: ease-in;
}
mor-tip.show-tip .tip-wrap {
  transition: opacity 0.16s, transform 0.16s;
  opacity: 1;
  transform: scale(1);
}
mor-tip.tip-placement-top .tip-wrap {
  padding: 6px 0;
  transform-origin: center bottom;
}
mor-tip.tip-placement-top .tip-arrow {
  bottom: 3px;
  border-color: #0000 #FFFFFF #FFFFFF #0000;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
mor-tip.tip-placement-right .tip-wrap {
  padding: 0 3px 0 6px;
  transform-origin: left center;
}
mor-tip.tip-placement-right .tip-arrow {
  left: 3px;
  border-color: #0000 #0000 #FFFFFF #FFFFFF;
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
}
mor-tip.tip-placement-bottom .tip-wrap {
  padding: 6px 0;
  transform-origin: center top;
}
mor-tip.tip-placement-bottom .tip-arrow {
  top: 3px;
  margin-left: -3px;
  border-color: #FFFFFF #0000 #0000 #FFFFFF;
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.1);
}
mor-tip.tip-placement-left .tip-wrap {
  padding: 0 6px 0 3px;
  transform-origin: right center;
}
mor-tip.tip-placement-left .tip-arrow {
  right: 3px;
  border-color: #FFFFFF #FFFFFF #0000 #0000;
  box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.1);
}
mor-tip.tip-placement-left .tip-arrow,
mor-tip.tip-placement-right .tip-arrow {
  top: calc(50% - 3px);
  margin: 6px 0;
}
mor-tip.tip-placement-top .tip-arrow,
mor-tip.tip-placement-bottom .tip-arrow {
  left: calc(50% - 3px);
  margin: 0 6px;
}
mor-tip.only-has-text .con {
  padding: 3px 8px;
}
mor-tip.co-t .con {
  color: #FFFFFF;
  background-color: #F33D5D;
}
mor-tip.co-t.tip-placement-top .arrow {
  border-right-color: #F33D5D;
  border-bottom-color: #F33D5D;
  box-shadow: none;
}
mor-tip.co-t.tip-placement-bottom .arrow {
  border-left-color: #F33D5D;
  border-top-color: #F33D5D;
  box-shadow: none;
}
mor-tip.co-t.tip-placement-right .arrow {
  border-bottom-color: #F33D5D;
  border-left-color: #F33D5D;
  box-shadow: none;
}
mor-tip.co-t.tip-placement-left .arrow {
  border-top-color: #F33D5D;
  border-right-color: #F33D5D;
  box-shadow: none;
}
mor-tip.co-lt .con {
  color: #FFFFFF;
  background-color: #F86F88;
}
mor-tip.co-lt.tip-placement-top .arrow {
  border-right-color: #F86F88;
  border-bottom-color: #F86F88;
  box-shadow: none;
}
mor-tip.co-lt.tip-placement-bottom .arrow {
  border-left-color: #F86F88;
  border-top-color: #F86F88;
  box-shadow: none;
}
mor-tip.co-lt.tip-placement-right .arrow {
  border-bottom-color: #F86F88;
  border-left-color: #F86F88;
  box-shadow: none;
}
mor-tip.co-lt.tip-placement-left .arrow {
  border-top-color: #F86F88;
  border-right-color: #F86F88;
  box-shadow: none;
}
mor-tip.co-dt .con {
  color: #FFFFFF;
  background-color: #D22343;
}
mor-tip.co-dt.tip-placement-top .arrow {
  border-right-color: #D22343;
  border-bottom-color: #D22343;
  box-shadow: none;
}
mor-tip.co-dt.tip-placement-bottom .arrow {
  border-left-color: #D22343;
  border-top-color: #D22343;
  box-shadow: none;
}
mor-tip.co-dt.tip-placement-right .arrow {
  border-bottom-color: #D22343;
  border-left-color: #D22343;
  box-shadow: none;
}
mor-tip.co-dt.tip-placement-left .arrow {
  border-top-color: #D22343;
  border-right-color: #D22343;
  box-shadow: none;
}
mor-tip.co-s .con {
  color: #FFFFFF;
  background-color: #1EB818;
}
mor-tip.co-s.tip-placement-top .arrow {
  border-right-color: #1EB818;
  border-bottom-color: #1EB818;
  box-shadow: none;
}
mor-tip.co-s.tip-placement-bottom .arrow {
  border-left-color: #1EB818;
  border-top-color: #1EB818;
  box-shadow: none;
}
mor-tip.co-s.tip-placement-right .arrow {
  border-bottom-color: #1EB818;
  border-left-color: #1EB818;
  box-shadow: none;
}
mor-tip.co-s.tip-placement-left .arrow {
  border-top-color: #1EB818;
  border-right-color: #1EB818;
  box-shadow: none;
}
mor-tip.co-w .con {
  color: #FFFFFF;
  background-color: #FA9428;
}
mor-tip.co-w.tip-placement-top .arrow {
  border-right-color: #FA9428;
  border-bottom-color: #FA9428;
  box-shadow: none;
}
mor-tip.co-w.tip-placement-bottom .arrow {
  border-left-color: #FA9428;
  border-top-color: #FA9428;
  box-shadow: none;
}
mor-tip.co-w.tip-placement-right .arrow {
  border-bottom-color: #FA9428;
  border-left-color: #FA9428;
  box-shadow: none;
}
mor-tip.co-w.tip-placement-left .arrow {
  border-top-color: #FA9428;
  border-right-color: #FA9428;
  box-shadow: none;
}
mor-tip.co-d .con {
  color: #FFFFFF;
  background-color: #FA2833;
}
mor-tip.co-d.tip-placement-top .arrow {
  border-right-color: #FA2833;
  border-bottom-color: #FA2833;
  box-shadow: none;
}
mor-tip.co-d.tip-placement-bottom .arrow {
  border-left-color: #FA2833;
  border-top-color: #FA2833;
  box-shadow: none;
}
mor-tip.co-d.tip-placement-right .arrow {
  border-bottom-color: #FA2833;
  border-left-color: #FA2833;
  box-shadow: none;
}
mor-tip.co-d.tip-placement-left .arrow {
  border-top-color: #FA2833;
  border-right-color: #FA2833;
  box-shadow: none;
}
mor-tip.co-p .con {
  color: #FFFFFF;
  background-color: #2879FA;
}
mor-tip.co-p.tip-placement-top .arrow {
  border-right-color: #2879FA;
  border-bottom-color: #2879FA;
  box-shadow: none;
}
mor-tip.co-p.tip-placement-bottom .arrow {
  border-left-color: #2879FA;
  border-top-color: #2879FA;
  box-shadow: none;
}
mor-tip.co-p.tip-placement-right .arrow {
  border-bottom-color: #2879FA;
  border-left-color: #2879FA;
  box-shadow: none;
}
mor-tip.co-p.tip-placement-left .arrow {
  border-top-color: #2879FA;
  border-right-color: #2879FA;
  box-shadow: none;
}
mor-tip.co-m .con {
  color: #FFFFFF;
  background-color: #B2B2B2;
}
mor-tip.co-m.tip-placement-top .arrow {
  border-right-color: #B2B2B2;
  border-bottom-color: #B2B2B2;
  box-shadow: none;
}
mor-tip.co-m.tip-placement-bottom .arrow {
  border-left-color: #B2B2B2;
  border-top-color: #B2B2B2;
  box-shadow: none;
}
mor-tip.co-m.tip-placement-right .arrow {
  border-bottom-color: #B2B2B2;
  border-left-color: #B2B2B2;
  box-shadow: none;
}
mor-tip.co-m.tip-placement-left .arrow {
  border-top-color: #B2B2B2;
  border-right-color: #B2B2B2;
  box-shadow: none;
}
mor-tip.co-i .con {
  color: #FFFFFF;
  background-color: #18B8B6;
}
mor-tip.co-i.tip-placement-top .arrow {
  border-right-color: #18B8B6;
  border-bottom-color: #18B8B6;
  box-shadow: none;
}
mor-tip.co-i.tip-placement-bottom .arrow {
  border-left-color: #18B8B6;
  border-top-color: #18B8B6;
  box-shadow: none;
}
mor-tip.co-i.tip-placement-right .arrow {
  border-bottom-color: #18B8B6;
  border-left-color: #18B8B6;
  box-shadow: none;
}
mor-tip.co-i.tip-placement-left .arrow {
  border-top-color: #18B8B6;
  border-right-color: #18B8B6;
  box-shadow: none;
}
mor-tip.co-bk .con {
  color: #FFFFFF;
  background-color: #000000;
}
mor-tip.co-bk.tip-placement-top .arrow {
  border-right-color: #000000;
  border-bottom-color: #000000;
  box-shadow: none;
}
mor-tip.co-bk.tip-placement-bottom .arrow {
  border-left-color: #000000;
  border-top-color: #000000;
  box-shadow: none;
}
mor-tip.co-bk.tip-placement-right .arrow {
  border-bottom-color: #000000;
  border-left-color: #000000;
  box-shadow: none;
}
mor-tip.co-bk.tip-placement-left .arrow {
  border-top-color: #000000;
  border-right-color: #000000;
  box-shadow: none;
}
mor-tip.co-n1 .con {
  color: #000000;
  background-color: #F0F0F0;
}
mor-tip.co-n1.tip-placement-top .arrow {
  border-right-color: #F0F0F0;
  border-bottom-color: #F0F0F0;
  box-shadow: none;
}
mor-tip.co-n1.tip-placement-bottom .arrow {
  border-left-color: #F0F0F0;
  border-top-color: #F0F0F0;
  box-shadow: none;
}
mor-tip.co-n1.tip-placement-right .arrow {
  border-bottom-color: #F0F0F0;
  border-left-color: #F0F0F0;
  box-shadow: none;
}
mor-tip.co-n1.tip-placement-left .arrow {
  border-top-color: #F0F0F0;
  border-right-color: #F0F0F0;
  box-shadow: none;
}
mor-tip.co-n2 .con {
  color: #000000;
  background-color: #E5E5E5;
}
mor-tip.co-n2.tip-placement-top .arrow {
  border-right-color: #E5E5E5;
  border-bottom-color: #E5E5E5;
  box-shadow: none;
}
mor-tip.co-n2.tip-placement-bottom .arrow {
  border-left-color: #E5E5E5;
  border-top-color: #E5E5E5;
  box-shadow: none;
}
mor-tip.co-n2.tip-placement-right .arrow {
  border-bottom-color: #E5E5E5;
  border-left-color: #E5E5E5;
  box-shadow: none;
}
mor-tip.co-n2.tip-placement-left .arrow {
  border-top-color: #E5E5E5;
  border-right-color: #E5E5E5;
  box-shadow: none;
}
mor-tip.co-n3 .con {
  color: #000000;
  background-color: #E0E0E0;
}
mor-tip.co-n3.tip-placement-top .arrow {
  border-right-color: #E0E0E0;
  border-bottom-color: #E0E0E0;
  box-shadow: none;
}
mor-tip.co-n3.tip-placement-bottom .arrow {
  border-left-color: #E0E0E0;
  border-top-color: #E0E0E0;
  box-shadow: none;
}
mor-tip.co-n3.tip-placement-right .arrow {
  border-bottom-color: #E0E0E0;
  border-left-color: #E0E0E0;
  box-shadow: none;
}
mor-tip.co-n3.tip-placement-left .arrow {
  border-top-color: #E0E0E0;
  border-right-color: #E0E0E0;
  box-shadow: none;
}
mor-tip.co-n4 .con {
  color: #000000;
  background-color: #D9D9D9;
}
mor-tip.co-n4.tip-placement-top .arrow {
  border-right-color: #D9D9D9;
  border-bottom-color: #D9D9D9;
  box-shadow: none;
}
mor-tip.co-n4.tip-placement-bottom .arrow {
  border-left-color: #D9D9D9;
  border-top-color: #D9D9D9;
  box-shadow: none;
}
mor-tip.co-n4.tip-placement-right .arrow {
  border-bottom-color: #D9D9D9;
  border-left-color: #D9D9D9;
  box-shadow: none;
}
mor-tip.co-n4.tip-placement-left .arrow {
  border-top-color: #D9D9D9;
  border-right-color: #D9D9D9;
  box-shadow: none;
}
mor-tip.co-n5 .con {
  color: #000000;
  background-color: #CCCCCC;
}
mor-tip.co-n5.tip-placement-top .arrow {
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  box-shadow: none;
}
mor-tip.co-n5.tip-placement-bottom .arrow {
  border-left-color: #CCCCCC;
  border-top-color: #CCCCCC;
  box-shadow: none;
}
mor-tip.co-n5.tip-placement-right .arrow {
  border-bottom-color: #CCCCCC;
  border-left-color: #CCCCCC;
  box-shadow: none;
}
mor-tip.co-n5.tip-placement-left .arrow {
  border-top-color: #CCCCCC;
  border-right-color: #CCCCCC;
  box-shadow: none;
}
mor-tip.co-n6 .con {
  color: #FFFFFF;
  background-color: #B2B2B2;
}
mor-tip.co-n6.tip-placement-top .arrow {
  border-right-color: #B2B2B2;
  border-bottom-color: #B2B2B2;
  box-shadow: none;
}
mor-tip.co-n6.tip-placement-bottom .arrow {
  border-left-color: #B2B2B2;
  border-top-color: #B2B2B2;
  box-shadow: none;
}
mor-tip.co-n6.tip-placement-right .arrow {
  border-bottom-color: #B2B2B2;
  border-left-color: #B2B2B2;
  box-shadow: none;
}
mor-tip.co-n6.tip-placement-left .arrow {
  border-top-color: #B2B2B2;
  border-right-color: #B2B2B2;
  box-shadow: none;
}
mor-tip.co-n7 .con {
  color: #FFFFFF;
  background-color: #999999;
}
mor-tip.co-n7.tip-placement-top .arrow {
  border-right-color: #999999;
  border-bottom-color: #999999;
  box-shadow: none;
}
mor-tip.co-n7.tip-placement-bottom .arrow {
  border-left-color: #999999;
  border-top-color: #999999;
  box-shadow: none;
}
mor-tip.co-n7.tip-placement-right .arrow {
  border-bottom-color: #999999;
  border-left-color: #999999;
  box-shadow: none;
}
mor-tip.co-n7.tip-placement-left .arrow {
  border-top-color: #999999;
  border-right-color: #999999;
  box-shadow: none;
}
mor-tip.co-n8 .con {
  color: #FFFFFF;
  background-color: #7F7F7F;
}
mor-tip.co-n8.tip-placement-top .arrow {
  border-right-color: #7F7F7F;
  border-bottom-color: #7F7F7F;
  box-shadow: none;
}
mor-tip.co-n8.tip-placement-bottom .arrow {
  border-left-color: #7F7F7F;
  border-top-color: #7F7F7F;
  box-shadow: none;
}
mor-tip.co-n8.tip-placement-right .arrow {
  border-bottom-color: #7F7F7F;
  border-left-color: #7F7F7F;
  box-shadow: none;
}
mor-tip.co-n8.tip-placement-left .arrow {
  border-top-color: #7F7F7F;
  border-right-color: #7F7F7F;
  box-shadow: none;
}
mor-tip.co-n9 .con {
  color: #FFFFFF;
  background-color: #666666;
}
mor-tip.co-n9.tip-placement-top .arrow {
  border-right-color: #666666;
  border-bottom-color: #666666;
  box-shadow: none;
}
mor-tip.co-n9.tip-placement-bottom .arrow {
  border-left-color: #666666;
  border-top-color: #666666;
  box-shadow: none;
}
mor-tip.co-n9.tip-placement-right .arrow {
  border-bottom-color: #666666;
  border-left-color: #666666;
  box-shadow: none;
}
mor-tip.co-n9.tip-placement-left .arrow {
  border-top-color: #666666;
  border-right-color: #666666;
  box-shadow: none;
}
mor-tip.co-n10 .con {
  color: #FFFFFF;
  background-color: #4C4C4C;
}
mor-tip.co-n10.tip-placement-top .arrow {
  border-right-color: #4C4C4C;
  border-bottom-color: #4C4C4C;
  box-shadow: none;
}
mor-tip.co-n10.tip-placement-bottom .arrow {
  border-left-color: #4C4C4C;
  border-top-color: #4C4C4C;
  box-shadow: none;
}
mor-tip.co-n10.tip-placement-right .arrow {
  border-bottom-color: #4C4C4C;
  border-left-color: #4C4C4C;
  box-shadow: none;
}
mor-tip.co-n10.tip-placement-left .arrow {
  border-top-color: #4C4C4C;
  border-right-color: #4C4C4C;
  box-shadow: none;
}
mor-tip.co-n11 .con {
  color: #FFFFFF;
  background-color: #333333;
}
mor-tip.co-n11.tip-placement-top .arrow {
  border-right-color: #333333;
  border-bottom-color: #333333;
  box-shadow: none;
}
mor-tip.co-n11.tip-placement-bottom .arrow {
  border-left-color: #333333;
  border-top-color: #333333;
  box-shadow: none;
}
mor-tip.co-n11.tip-placement-right .arrow {
  border-bottom-color: #333333;
  border-left-color: #333333;
  box-shadow: none;
}
mor-tip.co-n11.tip-placement-left .arrow {
  border-top-color: #333333;
  border-right-color: #333333;
  box-shadow: none;
}
mor-tip.co-wh .con {
  color: #000000;
  background-color: #FFFFFF;
}
mor-tip.co-wh.tip-placement-top .arrow {
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  box-shadow: none;
}
mor-tip.co-wh.tip-placement-bottom .arrow {
  border-left-color: #FFFFFF;
  border-top-color: #FFFFFF;
  box-shadow: none;
}
mor-tip.co-wh.tip-placement-right .arrow {
  border-bottom-color: #FFFFFF;
  border-left-color: #FFFFFF;
  box-shadow: none;
}
mor-tip.co-wh.tip-placement-left .arrow {
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
  box-shadow: none;
}
mor-tip .con {
  color: #FFFFFF;
  background-color: #F33D5D;
}
mor-tip.tip-placement-top .arrow {
  border-right-color: #F33D5D;
  border-bottom-color: #F33D5D;
  box-shadow: none;
}
mor-tip.tip-placement-bottom .arrow {
  border-left-color: #F33D5D;
  border-top-color: #F33D5D;
  box-shadow: none;
}
mor-tip.tip-placement-right .arrow {
  border-bottom-color: #F33D5D;
  border-left-color: #F33D5D;
  box-shadow: none;
}
mor-tip.tip-placement-left .arrow {
  border-top-color: #F33D5D;
  border-right-color: #F33D5D;
  box-shadow: none;
}
mor-popover {
  position: fixed;
  display: block;
  font-size: 12px;
  text-align: left;
}
mor-popover.tip-placement-top .popover-con {
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
}
mor-popover.tip-placement-right .popover-con {
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.15);
}
mor-popover.tip-placement-bottom .popover-con {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
mor-popover.tip-placement-left .popover-con {
  box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
}
mor-popover .popover-con {
  border-radius: 3px;
  word-break: break-all;
  background: #FFFFFF;
}
mor-popover .popover-con .popover-title {
  padding: 8px 12px;
  border-bottom: 1px #e5e5e5 solid;
  font-size: 14px;
}
mor-popover .popover-con .popover-title > div > * {
  vertical-align: middle;
}
mor-popover .popover-con .popover-body {
  padding: 12px;
}
mor-popover .tip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  transform: rotate(45deg);
}
mor-popover .tip-wrap {
  opacity: 0;
  transition: unset;
  transform: scale(0.4);
  transition-timing-function: ease-in;
}
mor-popover.show-tip .tip-wrap {
  transition: opacity 0.16s, transform 0.16s;
  opacity: 1;
  transform: scale(1);
}
mor-popover.tip-placement-top .tip-wrap {
  padding: 8px 0;
  transform-origin: center bottom;
}
mor-popover.tip-placement-top .tip-arrow {
  bottom: 3px;
  border-color: #0000 #FFFFFF #FFFFFF #0000;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
mor-popover.tip-placement-right .tip-wrap {
  padding: 0 5px 0 10px;
  transform-origin: left center;
}
mor-popover.tip-placement-right .tip-arrow {
  left: 5px;
  border-color: #0000 #0000 #FFFFFF #FFFFFF;
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
}
mor-popover.tip-placement-bottom .tip-wrap {
  padding: 8px 0;
  transform-origin: center top;
}
mor-popover.tip-placement-bottom .tip-arrow {
  top: 3px;
  margin-left: -5px;
  border-color: #FFFFFF #0000 #0000 #FFFFFF;
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.1);
}
mor-popover.tip-placement-left .tip-wrap {
  padding: 0 10px 0 5px;
  transform-origin: right center;
}
mor-popover.tip-placement-left .tip-arrow {
  right: 5px;
  border-color: #FFFFFF #FFFFFF #0000 #0000;
  box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.1);
}
mor-popover.tip-placement-left .tip-arrow,
mor-popover.tip-placement-right .tip-arrow {
  top: calc(50% - 5px);
  margin: 10px 0;
}
mor-popover.tip-placement-top .tip-arrow,
mor-popover.tip-placement-bottom .tip-arrow {
  left: calc(50% - 5px);
  margin: 0 10px;
}
mor-message {
  display: block;
  position: fixed;
  width: 50%;
  max-width: 400px;
  min-width: 320px;
  pointer-events: none;
}
mor-message.pos-t {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
mor-message.pos-tl {
  top: 0;
  left: 8px;
  width: 50%;
}
mor-message.pos-tr {
  top: 0;
  right: 8px;
}
mor-message.pos-b {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
mor-message.pos-bl {
  bottom: 0;
  left: 8px;
}
mor-message.pos-br {
  bottom: 0;
  right: 8px;
}
mor-message .list {
  overflow: hidden;
  box-sizing: content-box;
  position: relative;
  height: 1000em;
  width: 100%;
}
mor-message .list > div {
  position: absolute;
}
mor-message .msg {
  border-radius: 3px;
  padding: 1em 2em 1em 1.5em;
  position: relative;
  pointer-events: auto;
}
mor-message .msg.msg-enter-active,
mor-message .msg.msg-leave-active {
  transition: transform 0.2s, opacity 0.2s;
}
mor-message .msg.msg-move {
  transition: transform 0.2s;
}
mor-message .msg .close-btn {
  position: absolute;
  top: 1.23em;
  font-size: 13px;
  right: 0.6em;
  vertical-align: middle;
  color: #FFFFFF;
  opacity: 0.5;
}
mor-message .msg .close-btn:hover {
  opacity: 1;
  cursor: pointer;
}
mor-message.pos-t .msg-enter {
  transform: translateY(-150%);
}
mor-message.pos-t .msg-enter-to {
  transform: translateY(0%);
}
mor-message.pos-b .msg-enter {
  transform: translateY(150%);
}
mor-message.pos-b .msg-enter-to {
  transform: translateY(0%);
}
mor-message.pos-tl .msg-enter,
mor-message.pos-bl .msg-enter {
  transform: translateX(-150%);
}
mor-message.pos-tl .msg-enter-to,
mor-message.pos-bl .msg-enter-to {
  transform: translateX(0%);
}
mor-message.pos-tr .msg-enter,
mor-message.pos-br .msg-enter {
  transform: translateX(150%);
}
mor-message.pos-tr .msg-enter-to,
mor-message.pos-br .msg-enter-to {
  transform: translateX(0%);
}
mor-message.pos-t .msg-leave,
mor-message.pos-tl .msg-leave,
mor-message.pos-bl .msg-leave,
mor-message.pos-tr .msg-leave,
mor-message.pos-br .msg-leave {
  opacity: 1;
}
mor-message.pos-t .msg-leave-to,
mor-message.pos-tl .msg-leave-to,
mor-message.pos-bl .msg-leave-to,
mor-message.pos-tr .msg-leave-to,
mor-message.pos-br .msg-leave-to {
  opacity: 0;
}
mor-message.pos-t .list .msg,
mor-message.pos-tl .list .msg,
mor-message.pos-tr .list .msg {
  margin-bottom: 3.2px;
}
mor-message.pos-t .list > div,
mor-message.pos-tl .list > div,
mor-message.pos-tr .list > div {
  width: 100%;
  top: 8px;
}
mor-message.pos-b .list .msg,
mor-message.pos-bl .list .msg,
mor-message.pos-br .list .msg {
  margin-top: 3.2px;
}
mor-message.pos-b .list > div,
mor-message.pos-bl .list > div,
mor-message.pos-br .list > div {
  width: 100%;
  bottom: 8px;
}
mor-message .title {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 0.1em;
  border: none;
  opacity: 0.8;
}
mor-message .title:empty {
  display: none;
}
mor-message .body {
  font-size: 13px;
  padding: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
mor-message .msg-co-t {
  background-color: #F33D5D;
}
mor-message .msg-co-t .bo-ti {
  color: #FFFFFF;
}
mor-message .msg-co-lt {
  background-color: #F86F88;
}
mor-message .msg-co-lt .bo-ti {
  color: #FFFFFF;
}
mor-message .msg-co-dt {
  background-color: #D22343;
}
mor-message .msg-co-dt .bo-ti {
  color: #FFFFFF;
}
mor-message .msg-co-s {
  background-color: #1EB818;
}
mor-message .msg-co-s .bo-ti {
  color: #FFFFFF;
}
mor-message .msg-co-w {
  background-color: #FA9428;
}
mor-message .msg-co-w .bo-ti {
  color: #FFFFFF;
}
mor-message .msg-co-d {
  background-color: #FA2833;
}
mor-message .msg-co-d .bo-ti {
  color: #FFFFFF;
}
mor-message .msg-co-p {
  background-color: #2879FA;
}
mor-message .msg-co-p .bo-ti {
  color: #FFFFFF;
}
mor-message .msg-co-m {
  background-color: #B2B2B2;
}
mor-message .msg-co-m .bo-ti {
  color: #FFFFFF;
}
mor-message .msg-co-i {
  background-color: #18B8B6;
}
mor-message .msg-co-i .bo-ti {
  color: #FFFFFF;
}
mor-message .msg-co-bk {
  background-color: #000000;
}
mor-message .msg-co-bk .bo-ti {
  color: #FFFFFF;
}
mor-message .msg-co-n1 {
  background-color: #F0F0F0;
}
mor-message .msg-co-n1 .bo-ti {
  color: #000000;
}
mor-message .msg-co-n2 {
  background-color: #E5E5E5;
}
mor-message .msg-co-n2 .bo-ti {
  color: #000000;
}
mor-message .msg-co-n3 {
  background-color: #E0E0E0;
}
mor-message .msg-co-n3 .bo-ti {
  color: #000000;
}
mor-message .msg-co-n4 {
  background-color: #D9D9D9;
}
mor-message .msg-co-n4 .bo-ti {
  color: #000000;
}
mor-message .msg-co-n5 {
  background-color: #CCCCCC;
}
mor-message .msg-co-n5 .bo-ti {
  color: #000000;
}
mor-message .msg-co-n6 {
  background-color: #B2B2B2;
}
mor-message .msg-co-n6 .bo-ti {
  color: #FFFFFF;
}
mor-message .msg-co-n7 {
  background-color: #999999;
}
mor-message .msg-co-n7 .bo-ti {
  color: #FFFFFF;
}
mor-message .msg-co-n8 {
  background-color: #7F7F7F;
}
mor-message .msg-co-n8 .bo-ti {
  color: #FFFFFF;
}
mor-message .msg-co-n9 {
  background-color: #666666;
}
mor-message .msg-co-n9 .bo-ti {
  color: #FFFFFF;
}
mor-message .msg-co-n10 {
  background-color: #4C4C4C;
}
mor-message .msg-co-n10 .bo-ti {
  color: #FFFFFF;
}
mor-message .msg-co-n11 {
  background-color: #333333;
}
mor-message .msg-co-n11 .bo-ti {
  color: #FFFFFF;
}
mor-message .msg-co-wh {
  background-color: #FFFFFF;
}
mor-message .msg-co-wh .bo-ti {
  color: #000000;
}
mor-alert {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  font-size: 0;
  position: relative;
  color: #333333;
}
mor-alert .alert-icon,
mor-alert .alert-content {
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5em;
}
mor-alert .alert-icon {
  height: 1.5em;
  padding-right: 0.5em;
}
mor-alert .alert-content p {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  line-height: 1.5em;
  font-size: 14px;
}
mor-alert .alert-content h1 {
  margin: 0;
  padding: 0.15em 0;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 0;
}
mor-alert .alert-content > i.iconfont,
mor-alert .alert-content > i.mo-icon {
  vertical-align: middle;
  font-size: 14px;
}
mor-alert .alert-close {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 1em;
  height: 1em;
  cursor: pointer;
  opacity: 0.5;
}
mor-alert .alert-close > i.iconfont,
mor-alert .alert-close > i.mo-icon {
  font-size: 12px;
}
mor-alert .alert-close:hover {
  opacity: 0.75;
}
mor-alert.has-title {
  padding: 16px;
}
mor-alert.has-title .alert-icon {
  height: 32px;
  font-size: 0;
  padding-right: 8px;
}
mor-alert.has-title .alert-icon > i.mo-icon {
  font-size: 32px;
  line-height: 1em;
}
mor-alert.has-title .alert-close {
  top: 8px;
  transform: none;
}
mor-alert.align-left {
  text-align: left;
}
mor-alert.align-center {
  text-align: center;
}
mor-alert.align-right {
  text-align: right;
}
mor-alert.can-close {
  padding-right: 32px;
}
mor-alert.type-normal {
  background: #f5f5f5;
  border-color: #e5e5e5;
}
mor-alert.type-normal .alert-icon {
  color: #333333;
}
mor-alert.type-success {
  background: #abf4a8;
  border-color: #6aeb65;
}
mor-alert.type-success .alert-icon {
  color: #1aa115;
}
mor-alert.type-warning {
  background: #fddebe;
  border-color: #fcb973;
}
mor-alert.type-warning .alert-icon {
  color: #f9880f;
}
mor-alert.type-danger {
  background: #ffeff0;
  border-color: #fda5a9;
}
mor-alert.type-danger .alert-icon {
  color: #f90f1b;
}
mor-alert.type-primary {
  background: #eff5ff;
  border-color: #a5c7fd;
}
mor-alert.type-primary .alert-icon {
  color: #0663f9;
}
mor-alert.type-minor {
  background: #f2f2f2;
  border-color: #d8d8d8;
}
mor-alert.type-minor .alert-icon {
  color: #666666;
}
mor-alert.type-info {
  background: #6ccac9;
  border-color: #18B8B6;
}
mor-alert.type-info .alert-icon {
  color: #0c5e5d;
}
@keyframes move-right-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes move-right-out {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes move-left-in {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes move-left-out {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes vertical-move-right-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes vertical-move-right-out {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes vertical-move-left-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes vertical-move-left-out {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}
mor-carousel {
  display: block;
  position: relative;
  box-sizing: border-box;
}
mor-carousel .carousel-wrap {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
mor-carousel .carousel-wrap > .carousel-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
mor-carousel .carousel-wrap > .carousel-list > div,
mor-carousel .carousel-wrap > .placeholder > div {
  width: 100%;
  background: #f5f5f5;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
}
mor-carousel .carousel-wrap > .carousel-list > div > img,
mor-carousel .carousel-wrap > .placeholder > div > img {
  padding: 0;
  border: none !important;
  margin: 0;
}
mor-carousel .carousel-wrap .placeholder {
  position: relative;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
mor-carousel .carousel-wrap .placeholder > div {
  position: relative;
}
mor-carousel .control {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
mor-carousel .control > .up-btn,
mor-carousel .control > .down-btn,
mor-carousel .control > .left-btn,
mor-carousel .control > .right-btn {
  position: absolute;
  opacity: 0.5;
  pointer-events: auto;
}
mor-carousel .control > .up-btn:hover,
mor-carousel .control > .down-btn:hover,
mor-carousel .control > .left-btn:hover,
mor-carousel .control > .right-btn:hover {
  opacity: 0.75;
}
mor-carousel .control > .up-btn,
mor-carousel .control > .down-btn {
  left: 50%;
  transform: translateX(-50%);
}
mor-carousel .control > .left-btn,
mor-carousel .control > .right-btn {
  top: 50%;
  transform: translateY(-50%);
}
mor-carousel .control > .left-btn {
  left: 10px;
}
mor-carousel .control > .right-btn {
  right: 10px;
}
mor-carousel .control > .up-btn {
  top: 6px;
}
mor-carousel .control > .down-btn {
  bottom: 6px;
}
mor-carousel .control .indicator {
  position: absolute;
  bottom: 10px;
  height: 18px;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  list-style: none;
  pointer-events: auto;
}
mor-carousel .control .indicator li {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  box-sizing: content-box;
}
mor-carousel .control .indicator li.current {
  cursor: default;
}
mor-carousel.direction-vertical .control .indicator {
  left: auto;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
  bottom: auto;
  height: auto;
}
mor-carousel.direction-vertical .control .indicator li {
  display: block;
}
mor-carousel.indicator-pos-outside {
  padding-bottom: 20px;
}
mor-carousel.indicator-pos-outside .control .indicator {
  bottom: 1px;
}
mor-carousel.indicator-pos-outside.direction-vertical {
  padding-bottom: 0;
  padding-right: 20px;
}
mor-carousel.indicator-pos-outside.direction-vertical .control .indicator {
  bottom: auto;
  right: 1px;
}
mor-carousel.indicator-type-dot .control .indicator li {
  height: 10px;
  width: auto;
  padding: 4px 3px;
}
mor-carousel.indicator-type-dot .control .indicator li > i {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #cccccc;
  display: inline-block;
  vertical-align: top;
  transition: 0.2s;
}
mor-carousel.indicator-type-dot .control .indicator li.current > i {
  width: 20px;
  height: 10px;
  background: #F33D5D;
}
mor-carousel.indicator-type-dot.direction-vertical .control .indicator li {
  height: 10px;
  width: 10px;
  padding: 3px 4px;
  transition: height 0.2s;
}
mor-carousel.indicator-type-dot.direction-vertical .control .indicator li.current {
  height: 20px;
}
mor-carousel.indicator-type-dot.direction-vertical .control .indicator li.current > i {
  width: 10px;
  height: 20px;
  background: #F33D5D;
}
mor-carousel.indicator-type-line .control .indicator li {
  height: 4px;
  padding: 7px 3px;
}
mor-carousel.indicator-type-line .control .indicator li i {
  width: 10px;
  height: 4px;
  border-radius: 3px;
  background: #cccccc;
  display: inline-block;
  vertical-align: top;
  transition: 0.2s;
}
mor-carousel.indicator-type-line .control .indicator li.current > i {
  width: 20px;
  background: #F33D5D;
}
mor-carousel.toggle-type-none .carousel-list > div {
  display: none;
}
mor-carousel.toggle-type-none .carousel-list > div.current {
  display: block;
}
mor-carousel.toggle-type-fade .carousel-list > div {
  display: block;
  opacity: 0;
  transition: opacity 0.36s;
}
mor-carousel.toggle-type-fade .carousel-list > div.current {
  opacity: 1;
}
mor-carousel.toggle-type-move .carousel-list > div {
  transform: translateX(100%);
}
mor-carousel.toggle-type-move .carousel-list > div.next-old {
  animation: move-right-out 0.36s;
  animation-fill-mode: forwards;
}
mor-carousel.toggle-type-move .carousel-list > div.prev-old {
  animation: move-left-out 0.36s;
  animation-fill-mode: forwards;
}
mor-carousel.toggle-type-move .carousel-list > div.next-new {
  animation: move-right-in 0.36s;
  animation-fill-mode: forwards;
}
mor-carousel.toggle-type-move .carousel-list > div.prev-new {
  animation: move-left-in 0.36s;
  animation-fill-mode: forwards;
}
mor-carousel.toggle-type-move .carousel-list > div.current {
  transform: translateX(0%);
}
mor-carousel.toggle-type-move.direction-vertical .carousel-list > div {
  transform: translateX(100%);
}
mor-carousel.toggle-type-move.direction-vertical .carousel-list > div.next-old {
  animation: vertical-move-right-out 0.36s;
  animation-fill-mode: forwards;
}
mor-carousel.toggle-type-move.direction-vertical .carousel-list > div.prev-old {
  animation: vertical-move-left-out 0.36s;
  animation-fill-mode: forwards;
}
mor-carousel.toggle-type-move.direction-vertical .carousel-list > div.next-new {
  animation: vertical-move-right-in 0.36s;
  animation-fill-mode: forwards;
}
mor-carousel.toggle-type-move.direction-vertical .carousel-list > div.prev-new {
  animation: vertical-move-left-in 0.36s;
  animation-fill-mode: forwards;
}
mor-carousel.toggle-type-move.direction-vertical .carousel-list > div.current {
  transform: translateX(0%);
}
mor-audio {
  display: block;
  user-select: none;
  width: 100%;
}
mor-audio > audio {
  display: none;
}
mor-video {
  display: block;
  user-select: none;
  width: 100%;
}
mor-video > video {
  width: 100%;
  background: #000000;
  display: flex;
}
mor-backtop {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #e1e1e1;
  cursor: pointer;
  transition: background-color 0.2s, opacity 0.2s;
  color: #7f7f7f;
  font-size: 14px;
  padding: 0 1em;
  opacity: 0;
  pointer-events: none;
}
mor-backtop > i,
mor-backtop > .mo-icon,
mor-backtop > .iconfont {
  color: #B2B2B2;
}
mor-backtop.show {
  opacity: 1;
  pointer-events: auto;
}
mor-backtop:hover {
  background-color: #cacaca;
  color: #000000;
}
mor-backtop:hover > i,
mor-backtop:hover > .mo-icon,
mor-backtop:hover > .iconfont {
  color: #000000;
}
mor-backtop.fixed {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1;
}
mor-formitem {
  margin-bottom: 28px;
  display: flex;
}
mor-formitem .form-item-name {
  font-size: 16px;
  color: #000000;
  padding: 0;
  min-height: 42px;
}
mor-formitem .form-item-name .required {
  color: #FA2833;
  font-size: 13px;
  font-weight: 700;
  vertical-align: top;
}
mor-formitem .form-item-note {
  font-size: 12px;
  color: #999999;
  padding: 0;
  display: block;
}
mor-formitem .form-name {
  font-size: 14px !important;
  color: #333333 !important;
}
mor-formdivider {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  display: block;
  margin: 24px 0;
}
mor-textinput {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
}
mor-textinput.has-cleanbtn {
  padding-bottom: 20px;
}
mor-textinput .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-textinput > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-textinput > .form-name + .form-body {
  margin-top: 8px;
}
mor-textinput > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-textinput > .form-note + .form-body {
  margin-top: 8px;
}
mor-textinput > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-textinput > .error-message:empty {
  display: none;
}
mor-textinput.fw-xs,
mor-textinput.fw-xs .form-body {
  width: 120px;
}
mor-textinput.fw-s,
mor-textinput.fw-s .form-body {
  width: 140px;
}
mor-textinput.fw-m,
mor-textinput.fw-m .form-body {
  width: 180px;
}
mor-textinput.fw-l,
mor-textinput.fw-l .form-body {
  width: 360px;
}
mor-textinput.fw-xl,
mor-textinput.fw-xl .form-body {
  width: 600px;
}
mor-textinput .input-wrap {
  position: relative;
  width: 100%;
}
mor-textinput input {
  box-sizing: border-box;
  z-index: 2;
  width: 100%;
  background: #FFFFFF;
  border: 1px #E5E5E5 solid;
  border-radius: 3px;
  color: #000000 !important;
  outline: none;
  -webkit-appearance: none;
}
mor-textinput input.align-left {
  text-align: left;
}
mor-textinput input.align-center {
  text-align: center;
}
mor-textinput input.align-right {
  text-align: right;
}
mor-textinput input::placeholder {
  color: #b2b2b2;
}
mor-textinput input:hover {
  border-color: #d6d6d6;
  color: #000000 !important;
}
mor-textinput input:hover::placeholder {
  color: #999999 !important;
}
mor-textinput .form-body {
  position: relative;
}
mor-textinput .form-body .cleanicon {
  position: absolute;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #b2b2b2;
}
mor-textinput .form-body .cleanicon:hover {
  color: #999999;
  cursor: pointer;
}
mor-textinput .form-body:hover .cleanicon {
  display: block;
}
mor-textinput.input-group .cleanicon {
  z-index: 2;
}
mor-textinput.input-group .textinput-wrap {
  display: flex;
  vertical-align: middle;
}
mor-textinput.input-group .input-group-addon {
  color: #7F7F7F;
  text-align: center;
  background-color: #f0f0f0;
  border: 1px solid #E5E5E5;
  white-space: nowrap;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
mor-textinput.input-group .input-group-addon:first-child {
  border-right: 0;
}
mor-textinput.input-group .input-group-addon,
mor-textinput.input-group input {
  vertical-align: middle;
  margin: 0;
}
mor-textinput.input-group .input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
mor-textinput.input-group .input-wrap + .input-group-addon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
mor-textinput.input-group .input-group-addon + .input-wrap.has-append > input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
mor-textinput.input-group .input-group-addon + .input-wrap.has-prepend > input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
mor-textinput.input-group.input-group-prepend-inline .input-group-addon:first-child {
  background: #FFFFFF;
  padding-right: 0;
}
mor-textinput.input-group.input-group-prepend-inline .input-group-addon + .input-wrap > input {
  border-left: 0;
}
mor-textinput.input-group.input-group-prepend-inline.input-focus .input-group-addon:first-child {
  border-color: #F33D5D;
}
mor-textinput.input-group.input-group-append-inline .input-group-addon:nth-child(3) {
  background: #FFFFFF;
  padding-left: 0;
}
mor-textinput.input-group.input-group-append-inline input.has-append {
  border-right: 0;
}
mor-textinput.input-group.input-group-append-inline.input-focus .input-group-addon:nth-child(3) {
  border-color: #F33D5D;
}
mor-textinput.input-group-prepend-inline.input-focus .textinput-wrap,
mor-textinput.input-group-append-inline.input-focus .textinput-wrap {
  transition: border-color 0.2s;
  box-shadow: 0 0 0 2px rgba(243, 61, 93, 0.15);
  border-radius: 3px;
}
mor-textinput.input-group-prepend-inline.input-focus input,
mor-textinput.input-group-append-inline.input-focus input {
  transition: border-color 0s;
  border-color: #F33D5D;
}
mor-textinput:not(.input-group-prepend-inline):not(.input-group-append-inline) input:focus {
  transition: border-color 0s;
  border-color: #F33D5D;
  transition: border-color 0.2s;
  box-shadow: 0 0 0 2px rgba(243, 61, 93, 0.15);
  transition: border-color 0.2s, box-shadow 0.2s;
  color: #000000 !important;
}
mor-textinput.si-xs > .form-name {
  font-size: 13px;
}
mor-textinput.si-xs input {
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  padding: 0 1.625em 0 0.625em;
}
mor-textinput.si-xs .cleanicon {
  right: 0.3em;
}
mor-textinput.si-xs.input-group .input-group-addon {
  padding: 5px 10px;
  font-size: 12px;
  height: 28px;
}
mor-textinput.si-xs.input-group .input-group-addon > .mo-icon,
mor-textinput.si-xs.input-group .input-group-addon > .iconfont,
mor-textinput.si-xs.input-group .input-group-addon > i {
  font-size: 12px;
}
mor-textinput.si-s > .form-name {
  font-size: 14px;
}
mor-textinput.si-s input {
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  padding: 0 1.75em 0 0.75em;
}
mor-textinput.si-s .cleanicon {
  right: 0.5em;
}
mor-textinput.si-s.input-group .input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  height: 32px;
}
mor-textinput.si-s.input-group .input-group-addon > .mo-icon,
mor-textinput.si-s.input-group .input-group-addon > .iconfont,
mor-textinput.si-s.input-group .input-group-addon > i {
  font-size: 13px;
}
mor-textinput.si-m > .form-name {
  font-size: 16px;
}
mor-textinput.si-m input {
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  padding: 0 2em 0 1em;
}
mor-textinput.si-m .cleanicon {
  right: 0.6em;
}
mor-textinput.si-m.input-group .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  height: 42px;
}
mor-textinput.si-m.input-group .input-group-addon > .mo-icon,
mor-textinput.si-m.input-group .input-group-addon > .iconfont,
mor-textinput.si-m.input-group .input-group-addon > i {
  font-size: 14px;
}
mor-textinput.st-disabled input[disabled],
mor-textinput.st-readonly input[disabled] {
  border-color: #D9D9D9;
  background-color: #f7f7f7;
  -webkit-user-select: none;
  cursor: not-allowed !important;
  color: #8c8c8c !important;
}
mor-textinput.st-disabled.input-group-prepend-inline .input-group-addon:first-child,
mor-textinput.st-readonly.input-group-prepend-inline .input-group-addon:first-child,
mor-textinput.st-disabled.input-group-append-inline .input-group-addon:nth-child(3),
mor-textinput.st-readonly.input-group-append-inline .input-group-addon:nth-child(3) {
  border-color: #D9D9D9;
  background-color: #f7f7f7;
  -webkit-user-select: none;
  cursor: not-allowed !important;
}
mor-textinput > .form-name {
  font-size: 16px;
}
mor-textinput input {
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  padding: 0 2em 0 1em;
}
mor-textinput .cleanicon {
  right: 0.6em;
}
mor-textinput.input-group .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  height: 42px;
}
mor-textinput.input-group .input-group-addon > .mo-icon,
mor-textinput.input-group .input-group-addon > .iconfont,
mor-textinput.input-group .input-group-addon > i {
  font-size: 14px;
}
mor-textarea {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  box-sizing: border-box;
  vertical-align: top;
}
mor-textarea.has-cleanbtn {
  padding-bottom: 20px;
}
mor-textarea .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-textarea > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-textarea > .form-name + .form-body {
  margin-top: 8px;
}
mor-textarea > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-textarea > .form-note + .form-body {
  margin-top: 8px;
}
mor-textarea > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-textarea > .error-message:empty {
  display: none;
}
mor-textarea.fw-xs,
mor-textarea.fw-xs .form-body {
  width: 120px;
}
mor-textarea.fw-s,
mor-textarea.fw-s .form-body {
  width: 140px;
}
mor-textarea.fw-m,
mor-textarea.fw-m .form-body {
  width: 180px;
}
mor-textarea.fw-l,
mor-textarea.fw-l .form-body {
  width: 360px;
}
mor-textarea.fw-xl,
mor-textarea.fw-xl .form-body {
  width: 600px;
}
mor-textarea .textarea-wrap {
  font-size: 0;
  position: relative;
}
mor-textarea textarea {
  box-sizing: border-box;
  z-index: 2;
  width: 100%;
  background: #FFFFFF;
  border: 1px #E5E5E5 solid;
  border-radius: 3px;
  line-height: 1.4em;
  color: #000000 !important;
  outline: none;
  -webkit-appearance: none;
  resize: none;
  transition: height 0.2s;
}
mor-textarea textarea.auto-sizing {
  overflow: hidden;
}
mor-textarea textarea.is-max {
  overflow: auto;
}
mor-textarea textarea::placeholder {
  color: #b2b2b2;
}
mor-textarea textarea:hover {
  border-color: #d6d6d6;
  color: #000000 !important;
}
mor-textarea textarea:hover::placeholder {
  color: #999999 !important;
}
mor-textarea textarea:focus {
  transition: border-color 0s;
  border-color: #F33D5D;
  transition: border-color 0.2s;
  box-shadow: 0 0 0 2px rgba(243, 61, 93, 0.15);
  transition: border-color 0.2s, box-shadow 0.2s;
  color: #000000 !important;
}
mor-textarea textarea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.05);
}
mor-textarea textarea::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
mor-textarea.can-resize-both textarea,
mor-textarea.can-resize-horizontal textarea,
mor-textarea.can-resize-vertical textarea {
  transition: none;
}
mor-textarea.can-resize-both textarea {
  resize: both;
}
mor-textarea.can-resize-horizontal textarea {
  resize: horizontal;
}
mor-textarea.can-resize-vertical textarea {
  resize: vertical;
}
mor-textarea.has-maxlength textarea {
  padding-bottom: 1.8em;
}
mor-textarea .maxlength {
  position: absolute;
  color: #999999;
  font-size: 13px;
  right: 0.5em;
  bottom: 0.25em;
}
mor-textarea .maxlength span.has-content {
  color: #4C4C4C;
}
mor-textarea .maxlength span.is-maxlen {
  color: #FA2833;
}
mor-textarea.si-m textarea {
  padding: 0.8em;
  font-size: 14px;
}
mor-textarea.si-s textarea {
  padding: 0.6em;
  font-size: 13px;
}
mor-textarea.si-xs textarea {
  padding: 0.4em;
  font-size: 12px;
}
mor-textarea.st-disabled textarea,
mor-textarea.st-readonly textarea {
  border: 1px #D9D9D9 solid;
  background-color: #f7f7f7;
  -webkit-user-select: none;
  cursor: not-allowed !important;
  color: #8c8c8c !important;
}
mor-textarea textarea {
  padding: 0.8em;
  font-size: 14px;
}
mor-texteditor {
  display: block;
  height: 100%;
  position: relative;
}
mor-texteditor.has-cleanbtn {
  padding-bottom: 20px;
}
mor-texteditor .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-texteditor > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-texteditor > .form-name + .form-body {
  margin-top: 8px;
}
mor-texteditor > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-texteditor > .form-note + .form-body {
  margin-top: 8px;
}
mor-texteditor > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-texteditor > .error-message:empty {
  display: none;
}
mor-texteditor.fw-xs,
mor-texteditor.fw-xs .form-body {
  width: 120px;
}
mor-texteditor.fw-s,
mor-texteditor.fw-s .form-body {
  width: 140px;
}
mor-texteditor.fw-m,
mor-texteditor.fw-m .form-body {
  width: 180px;
}
mor-texteditor.fw-l,
mor-texteditor.fw-l .form-body {
  width: 360px;
}
mor-texteditor.fw-xl,
mor-texteditor.fw-xl .form-body {
  width: 600px;
}
mor-texteditor.has-cleanbtn {
  padding-bottom: 26px;
}
mor-texteditor > .cleanbtn {
  right: 0;
  bottom: 0;
}
mor-texteditor .editor-wrap {
  height: calc(100% - 32px);
  border: 1px #CCCCCC solid;
  border-radius: 3px;
}
mor-texteditor .editor-wrap.focus {
  transition: border-color 0s;
  border-color: #F33D5D;
  transition: border-color 0.2s;
  box-shadow: 0 0 0 2px rgba(243, 61, 93, 0.15);
  transition: border-color 0.2s, box-shadow 0.2s;
}
mor-texteditor > .form-name:empty + .editor-wrap {
  height: 100%;
}
mor-texteditor.hide-name .editor-wrap {
  height: 100%;
}
mor-texteditor .toolbar {
  width: 100%;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
mor-texteditor .toolbar .editor-logo {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  background: #dcdcdc;
  color: #000000;
  border-radius: 3px;
}
mor-texteditor .quill {
  width: 100%;
}
mor-texteditor .ql-toolbar {
  border-radius: 3px 3px 0 0;
}
mor-texteditor .ql-container {
  border-radius: 0 0 3px 3px;
  height: 100%;
  overflow-y: auto;
  overflow-x: visible;
  width: 100%;
  border: none !important;
  overflow: visible;
}
mor-texteditor .ql-container::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.05);
}
mor-texteditor .ql-container::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
mor-texteditor .ql-formats > button {
  outline: none;
}
mor-texteditor .ql-picker-label {
  outline: none;
}
mor-texteditor .ql-snow .ql-picker.ql-header,
mor-texteditor .ql-snow .ql-picker.ql-size {
  width: 68px;
}
mor-texteditor .ql-snow .ql-tooltip[data-mode='link']::before {
  content: '链接地址：';
}
mor-texteditor .ql-snow .ql-tooltip::before {
  content: '链接地址：';
}
mor-texteditor .ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  content: '保存';
}
mor-texteditor .ql-snow .ql-tooltip a.ql-action::after {
  content: '修改';
}
mor-texteditor .ql-snow .ql-tooltip a.ql-remove::before {
  content: '移除';
}
mor-texteditor .emoji-palette #tab-panel::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.05);
}
mor-texteditor .emoji-palette #tab-panel::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
mor-texteditor button.ql-table::after {
  content: '';
}
mor-texteditor .ql-table {
  margin-right: 0;
}
mor-texteditor .qlbt-col-tool .qlbt-col-tool-cell:first-child {
  border-left: 1px solid #D9D9D9;
}
mor-texteditor .qlbt-col-tool .qlbt-col-tool-cell {
  border-top: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
mor-texteditor .ql-editor p,
mor-texteditor .ql-editor ol,
mor-texteditor .ql-editor ul,
mor-texteditor .ql-editor pre,
mor-texteditor .ql-editor blockquote,
mor-texteditor .ql-editor h1,
mor-texteditor .ql-editor h2,
mor-texteditor .ql-editor h3,
mor-texteditor .ql-editor h4,
mor-texteditor .ql-editor h5,
mor-texteditor .ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: l-1 l-2 l-3 l-4 l-5 l-6 l-7 l-8 l-9;
}
mor-texteditor .ql-editor ol,
mor-texteditor .ql-editor ul {
  padding-left: 1.5em;
}
mor-texteditor .ql-editor ol > li,
mor-texteditor .ql-editor ul > li {
  list-style-type: none;
}
mor-texteditor .ql-editor ul > li::before {
  content: '\2022';
}
mor-texteditor .ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
mor-texteditor .ql-editor li::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
mor-texteditor .ql-editor ol li,
mor-texteditor .ql-editor ul li {
  padding-left: 1.5em;
}
mor-texteditor .ql-editor ol li {
  counter-reset: l-1 l-2 l-3 l-4 l-5 l-6 l-7 l-8 l-9;
  counter-increment: l-0;
}
mor-texteditor .ql-editor ol li::before {
  content: counter(l-0, decimal) '. ';
}
mor-texteditor .ql-editor ol li.ql-i-1 {
  counter-increment: l-1;
}
mor-texteditor .ql-editor ol li.ql-i-1::before {
  content: counter(l-1, lower-alpha) '. ';
}
mor-texteditor .ql-editor ol li.ql-i-1 {
  counter-reset: l-2 l-3 l-4 l-5 l-6 l-7 l-8 l-9;
}
mor-texteditor .ql-editor ol li.ql-i-2 {
  counter-increment: l-2;
}
mor-texteditor .ql-editor ol li.ql-i-2::before {
  content: counter(l-2, lower-roman) '. ';
}
mor-texteditor .ql-editor ol li.ql-i-2 {
  counter-reset: l-3 l-4 l-5 l-6 l-7 l-8 l-9;
}
mor-texteditor .ql-editor ol li.ql-i-3 {
  counter-increment: l-3;
}
mor-texteditor .ql-editor ol li.ql-i-3::before {
  content: counter(l-3, decimal) '. ';
}
mor-texteditor .ql-editor ol li.ql-i-3 {
  counter-reset: l-4 l-5 l-6 l-7 l-8 l-9;
}
mor-texteditor .ql-editor ol li.ql-i-4 {
  counter-increment: l-4;
}
mor-texteditor .ql-editor ol li.ql-i-4::before {
  content: counter(l-4, lower-alpha) '. ';
}
mor-texteditor .ql-editor ol li.ql-i-4 {
  counter-reset: l-5 l-6 l-7 l-8 l-9;
}
mor-texteditor .ql-editor ol li.ql-i-5 {
  counter-increment: l-5;
}
mor-texteditor .ql-editor ol li.ql-i-5::before {
  content: counter(l-5, lower-roman) '. ';
}
mor-texteditor .ql-editor ol li.ql-i-5 {
  counter-reset: l-6 l-7 l-8 l-9;
}
mor-texteditor .ql-editor ol li.ql-i-6 {
  counter-increment: l-6;
}
mor-texteditor .ql-editor ol li.ql-i-6::before {
  content: counter(l-6, decimal) '. ';
}
mor-texteditor .ql-editor ol li.ql-i-6 {
  counter-reset: l-7 l-8 l-9;
}
mor-texteditor .ql-editor ol li.ql-i-7 {
  counter-increment: l-7;
}
mor-texteditor .ql-editor ol li.ql-i-7::before {
  content: counter(l-7, lower-alpha) '. ';
}
mor-texteditor .ql-editor ol li.ql-i-7 {
  counter-reset: l-8 l-9;
}
mor-texteditor .ql-editor ol li.ql-i-8 {
  counter-increment: l-8;
}
mor-texteditor .ql-editor ol li.ql-i-8::before {
  content: counter(l-8, lower-roman) '. ';
}
mor-texteditor .ql-editor ol li.ql-i-8 {
  counter-reset: l-9;
}
mor-texteditor .ql-editor ol li.ql-i-9 {
  counter-increment: l-9;
}
mor-texteditor .ql-editor ol li.ql-i-9::before {
  content: counter(l-9, decimal) '. ';
}
mor-texteditor .ql-editor .ql-indent-1 {
  padding-left: 3em;
}
mor-texteditor .ql-editor li.ql-indent-1 {
  padding-left: 4.5em;
}
mor-texteditor .ql-editor .ql-indent-2 {
  padding-left: 6em;
}
mor-texteditor .ql-editor li.ql-indent-2 {
  padding-left: 7.5em;
}
mor-texteditor .ql-editor .ql-indent-3 {
  padding-left: 9em;
}
mor-texteditor .ql-editor li.ql-indent-3 {
  padding-left: 10.5em;
}
mor-texteditor .ql-editor .ql-indent-4 {
  padding-left: 12em;
}
mor-texteditor .ql-editor li.ql-indent-4 {
  padding-left: 13.5em;
}
mor-texteditor .ql-editor .ql-indent-5 {
  padding-left: 15em;
}
mor-texteditor .ql-editor li.ql-indent-5 {
  padding-left: 16.5em;
}
mor-texteditor .ql-editor .ql-indent-6 {
  padding-left: 18em;
}
mor-texteditor .ql-editor li.ql-indent-6 {
  padding-left: 19.5em;
}
mor-texteditor .ql-editor .ql-indent-7 {
  padding-left: 21em;
}
mor-texteditor .ql-editor li.ql-indent-7 {
  padding-left: 22.5em;
}
mor-texteditor .ql-editor .ql-indent-8 {
  padding-left: 24em;
}
mor-texteditor .ql-editor li.ql-indent-8 {
  padding-left: 25.5em;
}
mor-texteditor .ql-editor .ql-indent-9 {
  padding-left: 27em;
}
mor-texteditor .ql-editor li.ql-indent-9 {
  padding-left: 28.5em;
}
mor-texteditor .ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
mor-texteditor .ql-editor {
  box-sizing: border-box;
}
mor-texteditor .ql-editor * {
  box-sizing: border-box;
}
mor-texteditor .ql-editor .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
mor-texteditor .ql-editor .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
mor-texteditor .ql-editor .ql-fill,
mor-texteditor .ql-editor .ql-stroke.ql-fill {
  fill: #444;
}
mor-texteditor .ql-editor .ql-empty {
  fill: none;
}
mor-texteditor .ql-editor .ql-even {
  fill-rule: evenodd;
}
mor-texteditor .ql-editor.ql-thin,
mor-texteditor .ql-editor.ql-stroke.ql-thin {
  stroke-width: 1;
}
mor-texteditor .ql-editor .ql-transparent {
  opacity: 0.4;
}
mor-texteditor .ql-editor h1 {
  font-size: 2em;
  border-bottom: none;
}
mor-texteditor .ql-editor h2 {
  font-size: 1.5em;
}
mor-texteditor .ql-editor h3 {
  font-size: 1.17em;
}
mor-texteditor .ql-editor h4 {
  font-size: 1em;
}
mor-texteditor .ql-editor h5 {
  font-size: 0.83em;
}
mor-texteditor .ql-editor h6 {
  font-size: 0.67em;
}
mor-texteditor .ql-editor a {
  text-decoration: underline;
}
mor-texteditor .ql-editor blockquote {
  border-left: 4px solid #CCC;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
mor-texteditor .ql-editor code,
mor-texteditor .ql-editor pre {
  background-color: #F0F0F0;
  border-radius: 3px;
}
mor-texteditor .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
mor-texteditor .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
mor-texteditor .ql-editor pre.ql-syntax {
  background-color: #23241F;
  color: #F8F8F2;
  overflow: visible;
}
mor-texteditor .ql-editor img {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
mor-texteditor .ql-editor a {
  color: #06C;
}
mor-texteditor.st-disabled .ql-container,
mor-texteditor.st-readonly .ql-container {
  background: #f7f7f7;
}
.mo-texteditor-dialog header .mo-icon {
  color: #B2B2B2;
}
.mo-texteditor-dialog header .mo-icon:hover {
  color: #7F7F7F;
}
@keyframes switchOpenM {
  0% {
    left: 2px;
    width: 26px;
  }
  15% {
    left: 2px;
    width: 32px;
  }
  50% {
    left: 13px;
    width: 32px;
  }
  100% {
    left: 23px;
    width: 26px;
  }
}
@keyframes switchCloseM {
  0% {
    left: 23px;
    width: 26px;
  }
  15% {
    left: 18px;
    width: 32px;
  }
  50% {
    left: 13px;
    width: 32px;
  }
  100% {
    left: 2px;
    width: 26px;
  }
}
@keyframes switchOpenS {
  0% {
    left: 2px;
    width: 20px;
  }
  15% {
    left: 2px;
    width: 25px;
  }
  50% {
    left: 13px;
    width: 25px;
  }
  100% {
    left: 20px;
    width: 20px;
  }
}
@keyframes switchCloseS {
  0% {
    left: 20px;
    width: 20px;
  }
  15% {
    left: 18px;
    width: 25px;
  }
  50% {
    left: 13px;
    width: 25px;
  }
  100% {
    left: 2px;
    width: 20px;
  }
}
@keyframes switchOpenXs {
  0% {
    left: 2px;
    width: 18px;
  }
  15% {
    left: 2px;
    width: 23px;
  }
  50% {
    left: 13px;
    width: 23px;
  }
  100% {
    left: 18px;
    width: 18px;
  }
}
@keyframes switchCloseXs {
  0% {
    left: 18px;
    width: 18px;
  }
  15% {
    left: 18px;
    width: 22px;
  }
  50% {
    left: 13px;
    width: 22px;
  }
  100% {
    left: 2px;
    width: 18px;
  }
}
mor-switch {
  position: relative;
  z-index: 1;
  display: inline-block;
  box-sizing: border-box;
}
mor-switch.has-cleanbtn {
  padding-bottom: 20px;
}
mor-switch .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-switch > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-switch > .form-name + .form-body {
  margin-top: 8px;
}
mor-switch > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-switch > .form-note + .form-body {
  margin-top: 8px;
}
mor-switch > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-switch > .error-message:empty {
  display: none;
}
mor-switch.fw-xs,
mor-switch.fw-xs .form-body {
  width: 120px;
}
mor-switch.fw-s,
mor-switch.fw-s .form-body {
  width: 140px;
}
mor-switch.fw-m,
mor-switch.fw-m .form-body {
  width: 180px;
}
mor-switch.fw-l,
mor-switch.fw-l .form-body {
  width: 360px;
}
mor-switch.fw-xl,
mor-switch.fw-xl .form-body {
  width: 600px;
}
mor-switch.mor-switch.has-cleanbtn {
  padding-bottom: 26px;
}
mor-switch > .cleanbtn {
  left: 0;
  bottom: 0;
}
mor-switch .wrap {
  font-size: 0;
  position: relative;
}
mor-switch .open-note,
mor-switch .close-note {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
mor-switch .close-note {
  font-weight: 700;
}
mor-switch .open-mark,
mor-switch .close-mark {
  position: absolute;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: none;
}
mor-switch .open-mark {
  color: #FFFFFF;
}
mor-switch .close-mark {
  color: #B2B2B2;
}
mor-switch.open .open-note {
  font-weight: 700;
}
mor-switch.open .close-note {
  font-weight: 400;
}
mor-switch .track {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 0 2px #E5E5E5 inset;
  border: 1px #eaeaea solid;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-user-select: none;
  transition: background 0.16s, box-shadow 0.16s, border 0.16s;
}
mor-switch .track:hover {
  box-shadow: 0 0 3px #d6d6d6 inset;
  border: 1px #d8d8d8 solid;
}
mor-switch .track .point {
  background: #FFFFFF;
  z-index: 2;
  box-shadow: 0 0 4px #c1c1c1;
  display: inline-block;
  position: absolute;
  animation-duration: 0.24s;
  animation-fill-mode: forwards;
}
mor-switch .track.focus-once {
  animation: formFocusAnimate 0.42s ease-out;
}
mor-switch.open .track .point {
  animation-duration: 0.24s;
  animation-fill-mode: forwards;
}
mor-switch.si-m .open-note,
mor-switch.si-m .close-note {
  font-size: 14px;
  line-height: 32px;
}
mor-switch.si-m .open-note {
  padding-left: 6px;
}
mor-switch.si-m .close-note {
  padding-right: 6px;
}
mor-switch.si-m .open-mark,
mor-switch.si-m .close-mark {
  font-size: 12px;
  top: 6px;
  width: 15px;
}
mor-switch.si-m .open-mark > i,
mor-switch.si-m .close-mark > i {
  font-size: 12px;
}
mor-switch.si-m .open-mark {
  left: 5.25px;
}
mor-switch.si-m .close-mark {
  right: 5.25px;
}
mor-switch.si-m .track {
  height: 32px;
  width: 54.4px;
  border-radius: 16px;
}
mor-switch.si-m .track .point {
  border-radius: 13px;
  height: 26px;
  width: 26px;
  left: 2px;
  top: 2px;
  animation-name: switchCloseM;
}
mor-switch.si-m.open .track .point {
  animation-name: switchOpenM;
}
mor-switch.si-s .open-note,
mor-switch.si-s .close-note {
  font-size: 13px;
  line-height: 24px;
}
mor-switch.si-s .open-note {
  padding-left: 6px;
}
mor-switch.si-s .close-note {
  padding-right: 6px;
}
mor-switch.si-s .open-mark,
mor-switch.si-s .close-mark {
  font-size: 12px;
  top: 3px;
  width: 15px;
}
mor-switch.si-s .open-mark > i,
mor-switch.si-s .close-mark > i {
  font-size: 12px;
}
mor-switch.si-s .open-mark {
  left: 3.55555556px;
}
mor-switch.si-s .close-mark {
  right: 3.55555556px;
}
mor-switch.si-s .track {
  height: 26px;
  width: 44.2px;
  border-radius: 13px;
}
mor-switch.si-s .track .point {
  border-radius: 10px;
  height: 20px;
  width: 20px;
  left: 2px;
  top: 2px;
  animation-name: switchCloseS;
}
mor-switch.si-s.open .track .point {
  animation-name: switchOpenS;
}
mor-switch.si-xs .open-note,
mor-switch.si-xs .close-note {
  font-size: 12px;
  line-height: 24px;
}
mor-switch.si-xs .open-note {
  padding-left: 6px;
}
mor-switch.si-xs .close-note {
  padding-right: 6px;
}
mor-switch.si-xs .open-mark,
mor-switch.si-xs .close-mark {
  font-size: 12px;
  top: 2px;
  width: 15px;
  transform: scale(0.9);
}
mor-switch.si-xs .open-mark > i,
mor-switch.si-xs .close-mark > i {
  font-size: 12px;
}
mor-switch.si-xs .open-mark {
  left: 2.8px;
}
mor-switch.si-xs .close-mark {
  right: 2.8px;
}
mor-switch.si-xs .track {
  height: 24px;
  width: 40.8px;
  border-radius: 12px;
}
mor-switch.si-xs .track .point {
  border-radius: 9px;
  height: 18px;
  width: 18px;
  left: 2px;
  top: 2px;
  animation-name: switchCloseXs;
}
mor-switch.si-xs.open .track .point {
  animation-name: switchOpenXs;
}
mor-switch.co-t .open-note {
  color: #999999;
}
mor-switch.co-t .close-note {
  color: #F33D5D;
}
mor-switch.co-t.open .open-note {
  color: #F33D5D;
}
mor-switch.co-t.open .close-note {
  color: #999999;
}
mor-switch.co-t.open .track {
  background: #F33D5D;
  box-shadow: 0 0 3px #be0c2b inset;
  border: 1px #d60d31 solid;
}
mor-switch.co-t.open .track .point {
  box-shadow: 0 0 4px #a60a26;
}
mor-switch.co-lt .open-note {
  color: #999999;
}
mor-switch.co-lt .close-note {
  color: #F86F88;
}
mor-switch.co-lt.open .open-note {
  color: #F86F88;
}
mor-switch.co-lt.open .close-note {
  color: #999999;
}
mor-switch.co-lt.open .track {
  background: #F86F88;
  box-shadow: 0 0 3px #f64868 inset;
  border: 1px #f75270 solid;
}
mor-switch.co-lt.open .track .point {
  box-shadow: 0 0 4px #f4264c;
}
mor-switch.co-dt .open-note {
  color: #999999;
}
mor-switch.co-dt .close-note {
  color: #D22343;
}
mor-switch.co-dt.open .open-note {
  color: #D22343;
}
mor-switch.co-dt.open .close-note {
  color: #999999;
}
mor-switch.co-dt.open .track {
  background: #D22343;
  box-shadow: 0 0 3px #991a31 inset;
  border: 1px #a61c35 solid;
}
mor-switch.co-dt.open .track .point {
  box-shadow: 0 0 4px #7b1427;
}
mor-switch.co-s .open-note {
  color: #999999;
}
mor-switch.co-s .close-note {
  color: #1EB818;
}
mor-switch.co-s.open .open-note {
  color: #1EB818;
}
mor-switch.co-s.open .close-note {
  color: #999999;
}
mor-switch.co-s.open .track {
  background: #1EB818;
  box-shadow: 0 0 3px #147d10 inset;
  border: 1px #178b12 solid;
}
mor-switch.co-s.open .track .point {
  box-shadow: 0 0 4px #0c4709;
}
mor-switch.co-w .open-note {
  color: #999999;
}
mor-switch.co-w .close-note {
  color: #FA9428;
}
mor-switch.co-w.open .open-note {
  color: #FA9428;
}
mor-switch.co-w.open .close-note {
  color: #999999;
}
mor-switch.co-w.open .track {
  background: #FA9428;
  box-shadow: 0 0 3px #db7305 inset;
  border: 1px #ea7b05 solid;
}
mor-switch.co-w.open .track .point {
  box-shadow: 0 0 4px #9f5304;
}
mor-switch.co-d .open-note {
  color: #999999;
}
mor-switch.co-d .close-note {
  color: #FA2833;
}
mor-switch.co-d.open .open-note {
  color: #FA2833;
}
mor-switch.co-d.open .close-note {
  color: #999999;
}
mor-switch.co-d.open .track {
  background: #FA2833;
  box-shadow: 0 0 3px #ef0612 inset;
  border: 1px #fa1420 solid;
}
mor-switch.co-d.open .track .point {
  box-shadow: 0 0 4px #b8040e;
}
mor-switch.co-p .open-note {
  color: #999999;
}
mor-switch.co-p .close-note {
  color: #2879FA;
}
mor-switch.co-p.open .open-note {
  color: #2879FA;
}
mor-switch.co-p.open .close-note {
  color: #999999;
}
mor-switch.co-p.open .track {
  background: #2879FA;
  box-shadow: 0 0 3px #0557db inset;
  border: 1px #055dea solid;
}
mor-switch.co-p.open .track .point {
  box-shadow: 0 0 4px #04409f;
}
mor-switch.co-m .open-note {
  color: #999999;
}
mor-switch.co-m .close-note {
  color: #B2B2B2;
}
mor-switch.co-m.open .open-note {
  color: #B2B2B2;
}
mor-switch.co-m.open .close-note {
  color: #999999;
}
mor-switch.co-m.open .track {
  background: #B2B2B2;
  box-shadow: 0 0 3px #919191 inset;
  border: 1px #999999 solid;
}
mor-switch.co-m.open .track .point {
  box-shadow: 0 0 4px #727272;
}
mor-switch.co-i .open-note {
  color: #999999;
}
mor-switch.co-i .close-note {
  color: #18B8B6;
}
mor-switch.co-i.open .open-note {
  color: #18B8B6;
}
mor-switch.co-i.open .close-note {
  color: #999999;
}
mor-switch.co-i.open .track {
  background: #18B8B6;
  box-shadow: 0 0 3px #107d7c inset;
  border: 1px #128b89 solid;
}
mor-switch.co-i.open .track .point {
  box-shadow: 0 0 4px #094746;
}
mor-switch.co-bk .open-note {
  color: #999999;
}
mor-switch.co-bk .close-note {
  color: #000000;
}
mor-switch.co-bk.open .open-note {
  color: #000000;
}
mor-switch.co-bk.open .close-note {
  color: #999999;
}
mor-switch.co-bk.open .track {
  background: #000000;
  box-shadow: 0 0 3px #000000 inset;
  border: 1px #000000 solid;
}
mor-switch.co-bk.open .track .point {
  box-shadow: 0 0 4px #000000;
}
mor-switch.co-n1 .track {
  background: #000000;
  box-shadow: 0 0 2px #000000 inset;
  border: 1px #000000 solid;
}
mor-switch.co-n1 .track:hover {
  box-shadow: 0 0 3px #000000 inset;
  border: 1px #000000 solid;
}
mor-switch.co-n1 .track .point {
  box-shadow: 0 0 4px #000000;
}
mor-switch.co-n1 .open-note {
  color: #999999;
}
mor-switch.co-n1 .close-note {
  color: #F0F0F0;
}
mor-switch.co-n1 .close-mark {
  color: #FFFFFF;
}
mor-switch.co-n1 .open-mark {
  color: #000000;
}
mor-switch.co-n1.open .open-note {
  color: #F0F0F0;
}
mor-switch.co-n1.open .close-note {
  color: #999999;
}
mor-switch.co-n1.open .track {
  background: #F0F0F0;
  box-shadow: 0 0 3px #cfcfcf inset;
  border: 1px #d7d7d7 solid;
}
mor-switch.co-n1.open .track .point {
  box-shadow: 0 0 4px #b0b0b0;
}
mor-switch.co-n2 .track {
  background: #000000;
  box-shadow: 0 0 2px #000000 inset;
  border: 1px #000000 solid;
}
mor-switch.co-n2 .track:hover {
  box-shadow: 0 0 3px #000000 inset;
  border: 1px #000000 solid;
}
mor-switch.co-n2 .track .point {
  box-shadow: 0 0 4px #000000;
}
mor-switch.co-n2 .open-note {
  color: #999999;
}
mor-switch.co-n2 .close-note {
  color: #E5E5E5;
}
mor-switch.co-n2 .close-mark {
  color: #FFFFFF;
}
mor-switch.co-n2 .open-mark {
  color: #000000;
}
mor-switch.co-n2.open .open-note {
  color: #E5E5E5;
}
mor-switch.co-n2.open .close-note {
  color: #999999;
}
mor-switch.co-n2.open .track {
  background: #E5E5E5;
  box-shadow: 0 0 3px #c4c4c4 inset;
  border: 1px #cccccc solid;
}
mor-switch.co-n2.open .track .point {
  box-shadow: 0 0 4px #a5a5a5;
}
mor-switch.co-n3 .track {
  background: #000000;
  box-shadow: 0 0 2px #000000 inset;
  border: 1px #000000 solid;
}
mor-switch.co-n3 .track:hover {
  box-shadow: 0 0 3px #000000 inset;
  border: 1px #000000 solid;
}
mor-switch.co-n3 .track .point {
  box-shadow: 0 0 4px #000000;
}
mor-switch.co-n3 .open-note {
  color: #999999;
}
mor-switch.co-n3 .close-note {
  color: #E0E0E0;
}
mor-switch.co-n3 .close-mark {
  color: #FFFFFF;
}
mor-switch.co-n3 .open-mark {
  color: #000000;
}
mor-switch.co-n3.open .open-note {
  color: #E0E0E0;
}
mor-switch.co-n3.open .close-note {
  color: #999999;
}
mor-switch.co-n3.open .track {
  background: #E0E0E0;
  box-shadow: 0 0 3px #bfbfbf inset;
  border: 1px #c7c7c7 solid;
}
mor-switch.co-n3.open .track .point {
  box-shadow: 0 0 4px #a0a0a0;
}
mor-switch.co-n4 .track {
  background: #000000;
  box-shadow: 0 0 2px #000000 inset;
  border: 1px #000000 solid;
}
mor-switch.co-n4 .track:hover {
  box-shadow: 0 0 3px #000000 inset;
  border: 1px #000000 solid;
}
mor-switch.co-n4 .track .point {
  box-shadow: 0 0 4px #000000;
}
mor-switch.co-n4 .open-note {
  color: #999999;
}
mor-switch.co-n4 .close-note {
  color: #D9D9D9;
}
mor-switch.co-n4 .close-mark {
  color: #FFFFFF;
}
mor-switch.co-n4 .open-mark {
  color: #000000;
}
mor-switch.co-n4.open .open-note {
  color: #D9D9D9;
}
mor-switch.co-n4.open .close-note {
  color: #999999;
}
mor-switch.co-n4.open .track {
  background: #D9D9D9;
  box-shadow: 0 0 3px #b8b8b8 inset;
  border: 1px #c0c0c0 solid;
}
mor-switch.co-n4.open .track .point {
  box-shadow: 0 0 4px #999999;
}
mor-switch.co-n5 .track {
  background: #000000;
  box-shadow: 0 0 2px #000000 inset;
  border: 1px #000000 solid;
}
mor-switch.co-n5 .track:hover {
  box-shadow: 0 0 3px #000000 inset;
  border: 1px #000000 solid;
}
mor-switch.co-n5 .track .point {
  box-shadow: 0 0 4px #000000;
}
mor-switch.co-n5 .open-note {
  color: #999999;
}
mor-switch.co-n5 .close-note {
  color: #CCCCCC;
}
mor-switch.co-n5 .close-mark {
  color: #FFFFFF;
}
mor-switch.co-n5 .open-mark {
  color: #000000;
}
mor-switch.co-n5.open .open-note {
  color: #CCCCCC;
}
mor-switch.co-n5.open .close-note {
  color: #999999;
}
mor-switch.co-n5.open .track {
  background: #CCCCCC;
  box-shadow: 0 0 3px #ababab inset;
  border: 1px #b3b3b3 solid;
}
mor-switch.co-n5.open .track .point {
  box-shadow: 0 0 4px #8c8c8c;
}
mor-switch.co-n6 .open-note {
  color: #999999;
}
mor-switch.co-n6 .close-note {
  color: #B2B2B2;
}
mor-switch.co-n6.open .open-note {
  color: #B2B2B2;
}
mor-switch.co-n6.open .close-note {
  color: #999999;
}
mor-switch.co-n6.open .track {
  background: #B2B2B2;
  box-shadow: 0 0 3px #919191 inset;
  border: 1px #999999 solid;
}
mor-switch.co-n6.open .track .point {
  box-shadow: 0 0 4px #727272;
}
mor-switch.co-n7 .open-note {
  color: #999999;
}
mor-switch.co-n7 .close-note {
  color: #999999;
}
mor-switch.co-n7.open .open-note {
  color: #999999;
}
mor-switch.co-n7.open .close-note {
  color: #999999;
}
mor-switch.co-n7.open .track {
  background: #999999;
  box-shadow: 0 0 3px #787878 inset;
  border: 1px #808080 solid;
}
mor-switch.co-n7.open .track .point {
  box-shadow: 0 0 4px #595959;
}
mor-switch.co-n8 .open-note {
  color: #999999;
}
mor-switch.co-n8 .close-note {
  color: #7F7F7F;
}
mor-switch.co-n8.open .open-note {
  color: #7F7F7F;
}
mor-switch.co-n8.open .close-note {
  color: #999999;
}
mor-switch.co-n8.open .track {
  background: #7F7F7F;
  box-shadow: 0 0 3px #5e5e5e inset;
  border: 1px #666666 solid;
}
mor-switch.co-n8.open .track .point {
  box-shadow: 0 0 4px #3f3f3f;
}
mor-switch.co-n9 .open-note {
  color: #999999;
}
mor-switch.co-n9 .close-note {
  color: #666666;
}
mor-switch.co-n9.open .open-note {
  color: #666666;
}
mor-switch.co-n9.open .close-note {
  color: #999999;
}
mor-switch.co-n9.open .track {
  background: #666666;
  box-shadow: 0 0 3px #454545 inset;
  border: 1px #4d4d4d solid;
}
mor-switch.co-n9.open .track .point {
  box-shadow: 0 0 4px #262626;
}
mor-switch.co-n10 .open-note {
  color: #999999;
}
mor-switch.co-n10 .close-note {
  color: #4C4C4C;
}
mor-switch.co-n10.open .open-note {
  color: #4C4C4C;
}
mor-switch.co-n10.open .close-note {
  color: #999999;
}
mor-switch.co-n10.open .track {
  background: #4C4C4C;
  box-shadow: 0 0 3px #2b2b2b inset;
  border: 1px #333333 solid;
}
mor-switch.co-n10.open .track .point {
  box-shadow: 0 0 4px #0c0c0c;
}
mor-switch.co-n11 .open-note {
  color: #999999;
}
mor-switch.co-n11 .close-note {
  color: #333333;
}
mor-switch.co-n11.open .open-note {
  color: #333333;
}
mor-switch.co-n11.open .close-note {
  color: #999999;
}
mor-switch.co-n11.open .track {
  background: #333333;
  box-shadow: 0 0 3px #121212 inset;
  border: 1px #1a1a1a solid;
}
mor-switch.co-n11.open .track .point {
  box-shadow: 0 0 4px #000000;
}
mor-switch.co-wh .track {
  background: #000000;
  box-shadow: 0 0 2px #000000 inset;
  border: 1px #000000 solid;
}
mor-switch.co-wh .track:hover {
  box-shadow: 0 0 3px #000000 inset;
  border: 1px #000000 solid;
}
mor-switch.co-wh .track .point {
  box-shadow: 0 0 4px #000000;
}
mor-switch.co-wh .open-note {
  color: #999999;
}
mor-switch.co-wh .close-note {
  color: #FFFFFF;
}
mor-switch.co-wh .close-mark {
  color: #FFFFFF;
}
mor-switch.co-wh .open-mark {
  color: #000000;
}
mor-switch.co-wh.open .open-note {
  color: #FFFFFF;
}
mor-switch.co-wh.open .close-note {
  color: #999999;
}
mor-switch.co-wh.open .track {
  background: #F0F0F0;
  box-shadow: 0 0 3px #e1e1e1 inset;
  border: 1px #e6e6e6 solid;
}
mor-switch.co-wh.open .track .point {
  box-shadow: 0 0 4px #d7d7d7;
}
mor-switch.st-disabled .point,
mor-switch.st-readonly .point {
  transform: scale(0.85);
  box-shadow: none !important;
  background: #919191 !important;
}
mor-switch.st-disabled .track,
mor-switch.st-readonly .track {
  cursor: not-allowed !important;
  color: #D9D9D9 !important;
  background: #e8e8e8 !important;
  box-shadow: none !important;
  border-color: #f7f7f7 !important;
}
mor-switch.st-disabled .track .point,
mor-switch.st-readonly .track .point {
  background: #ffffff;
}
mor-switch.st-disabled .open-mark,
mor-switch.st-readonly .open-mark {
  color: #B2B2B2;
}
mor-switch .open-note,
mor-switch .close-note {
  font-size: 14px;
  line-height: 32px;
}
mor-switch .open-note {
  padding-left: 6px;
}
mor-switch .close-note {
  padding-right: 6px;
}
mor-switch .open-mark,
mor-switch .close-mark {
  font-size: 12px;
  top: 6px;
  width: 15px;
}
mor-switch .open-mark > i,
mor-switch .close-mark > i {
  font-size: 12px;
}
mor-switch .open-mark {
  left: 5.25px;
}
mor-switch .close-mark {
  right: 5.25px;
}
mor-switch .track {
  height: 32px;
  width: 54.4px;
  border-radius: 16px;
}
mor-switch .track .point {
  border-radius: 13px;
  height: 26px;
  width: 26px;
  left: 2px;
  top: 2px;
  animation-name: switchCloseM;
}
mor-switch.open .track .point {
  animation-name: switchOpenM;
}
mor-switch .open-note {
  color: #999999;
}
mor-switch .close-note {
  color: #F33D5D;
}
mor-switch.open .open-note {
  color: #F33D5D;
}
mor-switch.open .close-note {
  color: #999999;
}
mor-switch.open .track {
  background: #F33D5D;
  box-shadow: 0 0 3px #be0c2b inset;
  border: 1px #d60d31 solid;
}
mor-switch.open .track .point {
  box-shadow: 0 0 4px #a60a26;
}
mor-rate {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
mor-rate.has-cleanbtn {
  padding-bottom: 20px;
}
mor-rate .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-rate > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-rate > .form-name + .form-body {
  margin-top: 8px;
}
mor-rate > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-rate > .form-note + .form-body {
  margin-top: 8px;
}
mor-rate > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-rate > .error-message:empty {
  display: none;
}
mor-rate.fw-xs,
mor-rate.fw-xs .form-body {
  width: 120px;
}
mor-rate.fw-s,
mor-rate.fw-s .form-body {
  width: 140px;
}
mor-rate.fw-m,
mor-rate.fw-m .form-body {
  width: 180px;
}
mor-rate.fw-l,
mor-rate.fw-l .form-body {
  width: 360px;
}
mor-rate.fw-xl,
mor-rate.fw-xl .form-body {
  width: 600px;
}
mor-rate .rate-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
mor-rate .rate-wrap > .note {
  align-items: center;
  display: flex;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000000;
}
mor-rate .rate-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: left;
  width: 100%;
}
mor-rate .rate-list > li {
  margin: 0;
}
mor-rate .rate-list > li > i,
mor-rate .rate-list > li > span {
  vertical-align: top;
  color: #e1e1e1;
  pointer-events: none;
}
mor-rate .rate-list > li.current > i,
mor-rate .rate-list > li.current > span {
  color: #F33D5D;
}
mor-rate .rate-list > li.half-current > i,
mor-rate .rate-list > li.half-current > span {
  /* stylelint-disable max-line-length */
  background: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5,  #F33D5D ), color-stop(0.5,  #e1e1e1 ), to( #e1e1e1 ));
  /* stylelint-enable max-line-length */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
mor-rate .rate-list.in-hover > li {
  transition: transform 0.36s;
}
mor-rate .rate-list.in-hover > li.last-hover {
  transform: scale(1.2);
}
mor-rate .rate-list.in-hover > li.current > i,
mor-rate .rate-list.in-hover > li.half-current > i,
mor-rate .rate-list.in-hover > li.current > span,
mor-rate .rate-list.in-hover > li.half-current > span {
  color: #dcdcdc;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
mor-rate .rate-list.in-hover > li.half-hover > i,
mor-rate .rate-list.in-hover > li.half-hover > span {
  /* stylelint-disable max-line-length */
  background: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5,  #F86F88 ), color-stop(0.5,  #dcdcdc ), to( #dcdcdc ));
  /* stylelint-enable max-line-length */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
mor-rate .rate-list.in-hover > li.hover {
  cursor: pointer;
}
mor-rate .rate-list.in-hover > li.hover > i,
mor-rate .rate-list.in-hover > li.hover > span {
  color: #F86F88;
}
mor-rate .rate-list.in-hover + .note {
  color: #999999;
}
mor-rate.si-m .rate-wrap > .note {
  padding: 0 0 0 0.5em;
  font-size: 14px;
}
mor-rate.si-m .rate-list > li {
  padding: 0 0.4em;
}
mor-rate.si-m .rate-list > li > i,
mor-rate.si-m .rate-list > li > span {
  font-size: 22.4px;
}
mor-rate.si-s .rate-wrap > .note {
  padding: 0 0 0 0.5em;
  font-size: 13px;
}
mor-rate.si-s .rate-list > li {
  padding: 0 0.3em;
}
mor-rate.si-s .rate-list > li > i,
mor-rate.si-s .rate-list > li > span {
  font-size: 20.8px;
}
mor-rate.si-xs .rate-wrap > .note {
  padding: 0 0 0 0.4em;
  font-size: 12px;
}
mor-rate.si-xs .rate-list > li {
  padding: 0 0.2em;
}
mor-rate.si-xs .rate-list > li > i,
mor-rate.si-xs .rate-list > li > span {
  font-size: 19.2px;
}
mor-rate.st-disabled .rate-wrap,
mor-rate.st-readonly .rate-wrap {
  cursor: not-allowed;
}
mor-rate.st-disabled .rate-list,
mor-rate.st-readonly .rate-list {
  pointer-events: none;
}
mor-rate.st-disabled .rate-list > li.current > i,
mor-rate.st-readonly .rate-list > li.current > i,
mor-rate.st-disabled .rate-list > li.current > span,
mor-rate.st-readonly .rate-list > li.current > span {
  color: #D22343;
}
mor-rate.st-disabled .rate-list > li.half-current > i,
mor-rate.st-readonly .rate-list > li.half-current > i,
mor-rate.st-disabled .rate-list > li.half-current > span,
mor-rate.st-readonly .rate-list > li.half-current > span {
  /* stylelint-disable max-line-length */
  background: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5,  #D22343 ), color-stop(0.5,  #dcdcdc ), to( #dcdcdc ));
  /* stylelint-enable max-line-length */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
mor-rate .rate-wrap > .note {
  padding: 0 0 0 0.5em;
  font-size: 14px;
}
mor-rate .rate-list > li {
  padding: 0 0.4em;
}
mor-rate .rate-list > li > i,
mor-rate .rate-list > li > span {
  font-size: 22.4px;
}
mor-counter {
  display: block;
  font-size: 0;
  position: relative;
}
mor-counter.has-cleanbtn {
  padding-bottom: 20px;
}
mor-counter .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-counter > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-counter > .form-name + .form-body {
  margin-top: 8px;
}
mor-counter > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-counter > .form-note + .form-body {
  margin-top: 8px;
}
mor-counter > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-counter > .error-message:empty {
  display: none;
}
mor-counter.fw-xs,
mor-counter.fw-xs .form-body {
  width: 120px;
}
mor-counter.fw-s,
mor-counter.fw-s .form-body {
  width: 140px;
}
mor-counter.fw-m,
mor-counter.fw-m .form-body {
  width: 180px;
}
mor-counter.fw-l,
mor-counter.fw-l .form-body {
  width: 360px;
}
mor-counter.fw-xl,
mor-counter.fw-xl .form-body {
  width: 600px;
}
mor-counter .counter-wrap {
  display: flex;
}
mor-counter .sub-step,
mor-counter .add-step {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0 0.7em;
  border: 1px #E5E5E5 solid;
  cursor: pointer;
  background: #f5f5f5;
  color: #B2B2B2;
  position: relative;
}
mor-counter .sub-step:hover,
mor-counter .add-step:hover {
  color: #666666;
  background: #F0F0F0;
  border-color: #d6d6d6;
}
mor-counter .sub-step:active,
mor-counter .add-step:active {
  color: #000000;
  border-color: #B2B2B2;
  background: #dedede;
  z-index: 3;
}
mor-counter .sub-step {
  border-radius: 3px 0 0 3px;
}
mor-counter .add-step {
  border-radius: 0 3px 3px 0;
  margin-left: -2px;
}
mor-counter .step-controls .sub-step,
mor-counter .step-controls .add-step {
  height: 50%;
}
mor-counter .step-controls .sub-step {
  border-radius: 0 0 3px 0;
  margin-left: -1px;
}
mor-counter .step-controls .add-step {
  border-radius: 0 3px 0 0;
  margin-left: -1px;
}
mor-counter input {
  position: relative;
  margin-left: -1px !important;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  z-index: 2;
  background: #FFFFFF;
  border: 1px #E5E5E5 solid;
  color: #000000 !important;
  outline: none;
  -webkit-appearance: none;
  text-align: center;
  min-width: 40px;
  flex-grow: 1;
}
mor-counter input::placeholder {
  color: #b2b2b2;
}
mor-counter input:hover {
  border-color: #d6d6d6;
  color: #000000 !important;
  z-index: 3;
}
mor-counter input:hover::placeholder {
  color: #999999 !important;
}
mor-counter input:focus {
  transition: border-color 0s;
  border-color: #F33D5D;
  transition: border-color 0.2s;
  box-shadow: 0 0 0 2px rgba(243, 61, 93, 0.15);
  transition: border-color 0.2s, box-shadow 0.2s;
  color: #000000 !important;
}
mor-counter.controls-on-both input {
  border-radius: 0;
}
mor-counter.controls-on-right input {
  border-radius: 3px 0 0 3px;
  margin-left: 0;
}
mor-counter.controls-none input {
  border-radius: 3px;
}
mor-counter.controls-add input {
  border-radius: 3px 0 0 3px;
}
mor-counter.controls-add.controls-on-right .step-controls .add-step {
  height: 100%;
  border-radius: 0 3px 3px 0;
}
mor-counter.controls-sub input {
  border-radius: 0 3px 3px 0;
}
mor-counter.controls-sub.controls-on-right .step-controls .sub-step {
  height: 100%;
  border-radius: 0 3px 3px 0;
}
mor-counter.controls-none input {
  border-radius: 3px;
}
mor-counter.si-m .sub-step,
mor-counter.si-m .add-step {
  font-size: 14px;
  height: 42px;
  line-height: 42px;
}
mor-counter.si-m .sub-step .mo-icon,
mor-counter.si-m .add-step .mo-icon {
  font-size: 14px;
}
mor-counter.si-m .step-controls {
  height: 42px;
}
mor-counter.si-m .step-controls .sub-step,
mor-counter.si-m .step-controls .add-step {
  line-height: 21px;
}
mor-counter.si-m.controls-sub .step-controls .sub-step {
  line-height: 42px;
}
mor-counter.si-m.controls-add .step-controls .add-step {
  line-height: 42px;
}
mor-counter.si-m input {
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  padding: 0 0.6em;
}
mor-counter.si-s .sub-step,
mor-counter.si-s .add-step {
  font-size: 13px;
  height: 32px;
  line-height: 32px;
}
mor-counter.si-s .sub-step .mo-icon,
mor-counter.si-s .add-step .mo-icon {
  font-size: 13px;
}
mor-counter.si-s .step-controls {
  height: 32px;
}
mor-counter.si-s .step-controls .sub-step,
mor-counter.si-s .step-controls .add-step {
  line-height: 16px;
}
mor-counter.si-s .controls-sub .step-controls .sub-step {
  line-height: 32px;
}
mor-counter.si-s .controls-add .step-controls .add-step {
  line-height: 32px;
}
mor-counter.si-s input {
  font-size: 15px;
  height: 32px;
  line-height: 32px;
  padding: 0 0.6em;
}
mor-counter.si-xs .sub-step,
mor-counter.si-xs .add-step {
  font-size: 12px;
  height: 28px;
  line-height: 28px;
}
mor-counter.si-xs .sub-step .mo-icon,
mor-counter.si-xs .add-step .mo-icon {
  font-size: 12px;
}
mor-counter.si-xs .step-controls {
  height: 28px;
}
mor-counter.si-xs .step-controls .sub-step,
mor-counter.si-xs .step-controls .add-step {
  line-height: 14px;
}
mor-counter.si-xs .controls-sub .step-controls .sub-step {
  line-height: 28px;
}
mor-counter.si-xs .controls-add .step-controls .add-step {
  line-height: 28px;
}
mor-counter.si-xs input {
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  padding: 0 0.6em;
}
mor-counter.st-disabled input,
mor-counter.st-readonly input {
  border: 1px #D9D9D9 solid;
  background-color: #f7f7f7;
  -webkit-user-select: none;
  cursor: not-allowed !important;
  color: #8c8c8c !important;
}
mor-counter.st-disabled .sub-step,
mor-counter.st-readonly .sub-step,
mor-counter.st-disabled .add-step,
mor-counter.st-readonly .add-step {
  border-color: #D9D9D9;
  background-color: #f7f7f7;
  cursor: not-allowed !important;
}
mor-counter.st-disabled .sub-step:hover,
mor-counter.st-readonly .sub-step:hover,
mor-counter.st-disabled .add-step:hover,
mor-counter.st-readonly .add-step:hover {
  color: #B2B2B2;
  border-color: #D9D9D9;
}
mor-counter.st-disabled .sub-step:active,
mor-counter.st-readonly .sub-step:active,
mor-counter.st-disabled .add-step:active,
mor-counter.st-readonly .add-step:active {
  color: #B2B2B2;
  border-color: #D9D9D9;
  z-index: 1;
}
mor-counter .sub-step,
mor-counter .add-step {
  font-size: 14px;
  height: 42px;
  line-height: 42px;
}
mor-counter .sub-step .mo-icon,
mor-counter .add-step .mo-icon {
  font-size: 14px;
}
mor-counter .step-controls {
  height: 42px;
}
mor-counter .step-controls .sub-step,
mor-counter .step-controls .add-step {
  line-height: 21px;
}
mor-counter.controls-sub .step-controls .sub-step {
  line-height: 42px;
}
mor-counter.controls-add .step-controls .add-step {
  line-height: 42px;
}
mor-counter input {
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  padding: 0 0.6em;
}
mor-select {
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  min-height: 42px;
}
mor-select.has-cleanbtn {
  padding-bottom: 20px;
}
mor-select .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-select > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-select > .form-name + .form-body {
  margin-top: 8px;
}
mor-select > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-select > .form-note + .form-body {
  margin-top: 8px;
}
mor-select > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-select > .error-message:empty {
  display: none;
}
mor-select.fw-xs,
mor-select.fw-xs .form-body {
  width: 120px;
}
mor-select.fw-s,
mor-select.fw-s .form-body {
  width: 140px;
}
mor-select.fw-m,
mor-select.fw-m .form-body {
  width: 180px;
}
mor-select.fw-l,
mor-select.fw-l .form-body {
  width: 360px;
}
mor-select.fw-xl,
mor-select.fw-xl .form-body {
  width: 600px;
}
mor-select .select-area {
  position: relative;
  z-index: 2;
}
mor-select .select-area.focus-search .wrap > .selected {
  opacity: 0.3;
}
mor-select .select-area.searching .wrap > .selected {
  visibility: hidden;
}
mor-select .select-area.showlist .wrap > mor-textinput {
  cursor: initial;
}
mor-select .select-area.showlist .wrap > .drop {
  transform: rotateX(180deg);
}
mor-select .select-area.is-max .wrap {
  cursor: default;
}
mor-select .select-area.is-max .wrap > .drop {
  display: none;
}
mor-select .select-area.is-max li {
  cursor: default;
}
mor-select .select-area.select-item .wrap > mor-textinput input {
  color: #000000 !important;
  box-shadow: none !important;
}
mor-select .select-area.select-item .wrap > .selected {
  color: #000000;
}
mor-select .select-area.align-left {
  text-align: left;
}
mor-select .select-area.align-center {
  text-align: center;
}
mor-select .select-area.align-right {
  text-align: right;
}
mor-select .select-area.align-center .wrap > mor-multiinput {
  width: calc(100% - 1em);
  padding-right: calc(30px + 1em);
}
mor-select .select-area.align-center .wrap > mor-multiinput input {
  text-align: center;
}
mor-select .select-area.align-right .wrap > mor-multiinput {
  width: calc(100% - 1em);
  padding-right: calc(30px + 1em);
}
mor-select .select-area.align-right .wrap > mor-multiinput input {
  text-align: right;
}
mor-select .select-area.input-group .wrap {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
mor-select .select-area.st-disabled .wrap,
mor-select .select-area.st-readonly .wrap {
  background-color: #f7f7f7;
  border-color: #D9D9D9;
  -webkit-user-select: none;
  cursor: not-allowed !important;
}
mor-select .select-area.st-disabled .wrap > .selected,
mor-select .select-area.st-readonly .wrap > .selected {
  color: #8c8c8c;
}
mor-select .select-area.st-disabled .wrap > mor-multiinput,
mor-select .select-area.st-readonly .wrap > mor-multiinput {
  background: transparent;
}
mor-select .select-area.st-disabled .wrap > mor-textinput,
mor-select .select-area.st-readonly .wrap > mor-textinput {
  display: none;
}
mor-select .select-area.st-disabled .list,
mor-select .select-area.st-readonly .list {
  background-color: #f7f7f7;
  -webkit-user-select: none;
  cursor: not-allowed !important;
}
mor-select .select-area.st-disabled .list li,
mor-select .select-area.st-readonly .list li {
  -webkit-user-select: none;
  cursor: not-allowed !important;
}
mor-select .wrap {
  border: 1px solid #E5E5E5;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  transition: border-radius 0.2s, border 0.2s;
  -webkit-user-select: none;
  background-color: #FFF;
  overflow: hidden;
}
mor-select .wrap > mor-textinput {
  width: calc(100% - 30px);
  padding: 0;
  cursor: pointer;
  margin: 0;
  position: absolute;
}
mor-select .wrap > mor-textinput input {
  vertical-align: top !important;
  border: none;
  box-shadow: none !important;
}
mor-select .wrap > mor-multiinput {
  margin: 0;
  width: calc(100% - 16px*2.5);
  background-color: #FFF;
  vertical-align: top;
  left: 0.35em;
}
mor-select .wrap > mor-multiinput .multiinput-itemlist {
  width: 100%;
}
mor-select .wrap > mor-multiinput .form-body {
  border: none;
}
mor-select .wrap > mor-multiinput .form-body.focus {
  box-shadow: none !important;
}
mor-select .wrap > mor-multiinput .form-body > input {
  cursor: pointer;
}
mor-select .wrap > mor-multiinput .form-body .cleanicon {
  display: none !important;
}
mor-select .wrap > .selected {
  color: #b2b2b2;
  width: calc(100% - 16px*2.5);
  padding: 0 1em;
  position: relative;
  pointer-events: none;
  z-index: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
mor-select .wrap > .selected img,
mor-select .wrap > .selected mor-img {
  height: 2em !important;
  width: 2em !important;
  margin-right: 0.5em;
  vertical-align: middle;
}
mor-select .wrap > .selected mor-img > img {
  vertical-align: top;
}
mor-select .wrap > .mo-icon {
  position: absolute;
  width: 24px;
  transform: rotateX(0deg);
  transition: transform 0.2s;
  z-index: 2;
  top: 0;
  right: 0;
  color: #b2b2b2;
}
mor-select .wrap > .mo-icon.cleanicon {
  display: none;
  font-size: 14px;
  color: #b2b2b2;
  background: #FFFFFF;
  z-index: 3;
}
mor-select .wrap > .mo-icon.cleanicon:hover {
  color: #999999;
  cursor: pointer;
}
mor-select .wrap > .mo-icon.drop {
  font-size: 30px;
  text-indent: 1px;
}
mor-select .wrap:hover > .mo-icon.cleanicon,
mor-select .wrap.hover > .mo-icon.cleanicon {
  display: block;
}
mor-select .wrap.hover {
  border-color: #d6d6d6;
}
mor-select.si-m .wrap > mor-textinput {
  height: 40px;
  line-height: 40px;
}
mor-select.si-m .wrap > mor-multiinput {
  min-height: 40px;
  font-size: 14px;
}
mor-select.si-m .wrap .textinput-wrap > input {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
mor-select.si-m .wrap > .selected {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
mor-select.si-m .wrap > .mo-icon {
  line-height: 40px;
}
mor-select.si-m.input-group .input-group-addon {
  height: 42px;
  line-height: 40px;
  font-size: 14px;
}
mor-select.si-s .wrap > mor-textinput {
  height: 30px;
  line-height: 30px;
}
mor-select.si-s .wrap > mor-multiinput {
  min-height: 30px;
  font-size: 13px;
}
mor-select.si-s .wrap .textinput-wrap > input {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
mor-select.si-s .wrap > .selected {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
mor-select.si-s .wrap > .mo-icon {
  line-height: 30px;
}
mor-select.si-s.input-group .input-group-addon {
  height: 32px;
  line-height: 30px;
  font-size: 13px;
}
mor-select.si-xs .wrap > mor-textinput {
  height: 26px;
  line-height: 26px;
}
mor-select.si-xs .wrap > mor-multiinput {
  min-height: 26px;
  font-size: 12px;
}
mor-select.si-xs .wrap .textinput-wrap > input {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
}
mor-select.si-xs .wrap > .selected {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
}
mor-select.si-xs .wrap > .mo-icon {
  line-height: 26px;
}
mor-select.si-xs.input-group .input-group-addon {
  height: 28px;
  line-height: 26px;
  font-size: 12px;
}
mor-select .wrap > mor-textinput {
  height: 40px;
  line-height: 40px;
}
mor-select .wrap > mor-multiinput {
  min-height: 40px;
  font-size: 14px;
}
mor-select .wrap .textinput-wrap > input {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
mor-select .wrap > .selected {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
mor-select .wrap > .mo-icon {
  line-height: 40px;
}
mor-select.input-group .input-group-addon {
  height: 42px;
  line-height: 40px;
  font-size: 14px;
}
mor-select .wrap.focus {
  transition: border-color 0s;
  border-color: #F33D5D;
  transition: border-color 0.2s;
  box-shadow: 0 0 0 2px rgba(243, 61, 93, 0.15);
  transition: border-color 0.2s, box-shadow 0.2s;
}
mor-select.separate {
  height: 0;
  min-height: 0;
  width: auto;
  position: absolute;
}
mor-select.separate .mor-select-wrap .wrap > .selected {
  min-width: 100px;
}
mor-select.input-group .select-wrap {
  display: flex;
  vertical-align: middle;
}
mor-select.input-group .input-group-addon {
  padding: 6px 12px;
  color: #7F7F7F;
  text-align: center;
  background-color: #f0f0f0;
  border: 1px solid #E5E5E5;
  white-space: nowrap;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0;
}
mor-select.input-group .select-area {
  width: 100%;
  position: relative;
}
mor-select.input-group .input-group-addon,
mor-select.input-group .select-area {
  vertical-align: middle;
  margin: 0;
}
.mor-select-wrap .select-btn {
  padding: 8px 0;
  border-bottom: 1px #f2f2f2 solid;
  display: flex;
  justify-content: flex-end;
}
.mor-select-wrap .select-btn mor-btn {
  margin-right: 8px;
}
.mor-select-wrap .list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top-width: 0;
  border-radius: 0 0 3px 3px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #FFFFFF;
  box-sizing: border-box;
  width: 100%;
}
.mor-select-wrap .list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.05);
}
.mor-select-wrap .list::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.mor-select-wrap li {
  padding: 0.5em 1em;
  border-top: 1px #f2f2f2 solid;
  cursor: pointer;
  font-size: 14px;
  color: #8c8c8c;
  position: relative;
  word-break: break-all;
}
.mor-select-wrap li:first-child {
  border-top-width: 0;
}
.mor-select-wrap li img,
.mor-select-wrap li mor-img {
  height: 2em;
  width: 2em;
  margin-right: 0.5em;
  vertical-align: middle;
  padding: 0;
}
.mor-select-wrap li mor-img > img {
  vertical-align: top;
}
.mor-select-wrap li .mo-select-selected-icon {
  font-size: 12px;
  position: absolute;
  right: 5px;
  display: inline-block;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  color: #F33D5D;
}
.mor-select-wrap li.selected {
  background: #f4f4f4;
  color: #F33D5D;
  padding-right: 2.5em;
}
.mor-select-wrap li.selected.hover {
  color: #F33D5D;
}
.mor-select-wrap li.hide {
  display: none;
}
.mor-select-wrap li.hover {
  color: #8c8c8c;
  background: #f4f4f4;
}
.mor-select-wrap li.infoitem {
  color: #bfbfbf;
  cursor: default;
  display: none;
}
.mor-select-wrap li.infoitem.show {
  display: list-item;
}
.mor-select-wrap li.infoitem:hover {
  color: #bfbfbf;
  background: #FFFFFF;
}
.mor-select-wrap li.noitem {
  border-top: none;
}
.mor-select-wrap li.maxshow {
  font-size: 12px;
  text-align: center;
  padding: 7.5px 0;
}
.mor-select-wrap .wrap {
  border: 1px solid #E5E5E5;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  transition: border-radius 0.2s, border 0.2s;
  -webkit-user-select: none;
  background-color: #FFF;
  overflow: hidden;
}
.mor-select-wrap .wrap > mor-textinput {
  width: 100%;
  padding: 0;
  cursor: pointer;
  margin: 0;
  position: absolute;
}
.mor-select-wrap .wrap > mor-textinput input {
  vertical-align: top !important;
  border: none;
  box-shadow: none !important;
}
.mor-select-wrap .wrap > mor-multiinput {
  margin: 0;
  width: calc(100% - 16px*2.5);
  background-color: #FFF;
  vertical-align: top;
  left: 0.35em;
}
.mor-select-wrap .wrap > mor-multiinput .multiinput-itemlist {
  width: 100%;
}
.mor-select-wrap .wrap > mor-multiinput .form-body {
  border: none;
}
.mor-select-wrap .wrap > mor-multiinput .form-body.focus {
  box-shadow: none !important;
}
.mor-select-wrap .wrap > mor-multiinput .form-body > input {
  cursor: pointer;
}
.mor-select-wrap .wrap > mor-multiinput .form-body .cleanicon {
  display: none !important;
}
.mor-select-wrap .wrap > .selected {
  color: #b2b2b2;
  width: calc(100% - 16px*2.5);
  padding: 0 2em 0 1em;
  position: relative;
  pointer-events: none;
  z-index: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.mor-select-wrap .wrap > .selected img,
.mor-select-wrap .wrap > .selected mor-img {
  height: 2em !important;
  width: 2em !important;
  margin-right: 0.5em;
  vertical-align: middle;
}
.mor-select-wrap .wrap > .selected mor-img > img {
  vertical-align: top;
}
.mor-select-wrap .wrap > .mo-icon {
  position: absolute;
  width: 24px;
  transform: rotateX(0deg);
  transition: transform 0.2s;
  z-index: 2;
  top: 0;
  right: 0;
  color: #b2b2b2;
}
.mor-select-wrap .wrap > .mo-icon.cleanicon {
  display: none;
  font-size: 14px;
  color: #b2b2b2;
  background: #FFFFFF;
  z-index: 3;
}
.mor-select-wrap .wrap > .mo-icon.cleanicon:hover {
  color: #999999;
  cursor: pointer;
}
.mor-select-wrap .wrap > .mo-icon.drop {
  font-size: 30px;
  text-indent: 1px;
}
.mor-select-wrap .wrap:hover > .mo-icon.cleanicon,
.mor-select-wrap .wrap.hover > .mo-icon.cleanicon {
  display: block;
}
.mor-select-wrap .wrap.hover {
  border-color: #d6d6d6;
}
.mor-select-wrap.si-m .wrap > mor-textinput {
  height: 40px;
  line-height: 40px;
}
.mor-select-wrap.si-m .wrap > mor-multiinput {
  min-height: 40px;
  font-size: 14px;
}
.mor-select-wrap.si-m .wrap .textinput-wrap > input {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.mor-select-wrap.si-m .wrap > .selected {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.mor-select-wrap.si-m .wrap > .mo-icon {
  line-height: 40px;
}
.mor-select-wrap.si-m.input-group .input-group-addon {
  height: 42px;
  line-height: 40px;
  font-size: 14px;
}
.mor-select-wrap.si-s .wrap > mor-textinput {
  height: 30px;
  line-height: 30px;
}
.mor-select-wrap.si-s .wrap > mor-multiinput {
  min-height: 30px;
  font-size: 13px;
}
.mor-select-wrap.si-s .wrap .textinput-wrap > input {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
.mor-select-wrap.si-s .wrap > .selected {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
.mor-select-wrap.si-s .wrap > .mo-icon {
  line-height: 30px;
}
.mor-select-wrap.si-s.input-group .input-group-addon {
  height: 32px;
  line-height: 30px;
  font-size: 13px;
}
.mor-select-wrap.si-xs .wrap > mor-textinput {
  height: 26px;
  line-height: 26px;
}
.mor-select-wrap.si-xs .wrap > mor-multiinput {
  min-height: 26px;
  font-size: 12px;
}
.mor-select-wrap.si-xs .wrap .textinput-wrap > input {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
}
.mor-select-wrap.si-xs .wrap > .selected {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
}
.mor-select-wrap.si-xs .wrap > .mo-icon {
  line-height: 26px;
}
.mor-select-wrap.si-xs.input-group .input-group-addon {
  height: 28px;
  line-height: 26px;
  font-size: 12px;
}
.mor-select-wrap .wrap > mor-textinput {
  height: 40px;
  line-height: 40px;
}
.mor-select-wrap .wrap > mor-multiinput {
  min-height: 40px;
  font-size: 14px;
}
.mor-select-wrap .wrap .textinput-wrap > input {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.mor-select-wrap .wrap > .selected {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.mor-select-wrap .wrap > .mo-icon {
  line-height: 40px;
}
.mor-select-wrap.input-group .input-group-addon {
  height: 42px;
  line-height: 40px;
  font-size: 14px;
}
.mor-select-wrap .wrap {
  border-radius: 3px 3px 0 0;
}
.mor-select-wrap .wrap > .selected {
  width: 100%;
}
.mor-select-wrap .wrap > .mo-icon {
  display: none;
}
.mor-select-wrap.focus-search .wrap > .selected {
  opacity: 0.3;
}
.mor-select-wrap.searching .wrap > .selected {
  visibility: hidden;
}
.mor-select-wrap.showlist .wrap > mor-textinput {
  cursor: initial;
}
.mor-select-wrap.showlist .wrap > .drop {
  transform: rotateX(180deg);
}
.mor-select-wrap.is-max .wrap {
  cursor: default;
}
.mor-select-wrap.is-max .wrap > .drop {
  display: none;
}
.mor-select-wrap.is-max li {
  cursor: default;
}
.mor-select-wrap.select-item .wrap > mor-textinput input {
  color: #000000 !important;
  box-shadow: none !important;
}
.mor-select-wrap.select-item .wrap > .selected {
  color: #000000;
}
.mor-select-wrap.align-left {
  text-align: left;
}
.mor-select-wrap.align-center {
  text-align: center;
}
.mor-select-wrap.align-right {
  text-align: right;
}
.mor-select-wrap.align-center .wrap > mor-multiinput {
  width: calc(100% - 1em);
  padding-right: calc(30px + 1em);
}
.mor-select-wrap.align-center .wrap > mor-multiinput input {
  text-align: center;
}
.mor-select-wrap.align-right .wrap > mor-multiinput {
  width: calc(100% - 1em);
  padding-right: calc(30px + 1em);
}
.mor-select-wrap.align-right .wrap > mor-multiinput input {
  text-align: right;
}
.mor-select-wrap.input-group .wrap {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mor-select-wrap.st-disabled .wrap,
.mor-select-wrap.st-readonly .wrap {
  background-color: #f7f7f7;
  border-color: #D9D9D9;
  -webkit-user-select: none;
  cursor: not-allowed !important;
}
.mor-select-wrap.st-disabled .wrap > .selected,
.mor-select-wrap.st-readonly .wrap > .selected {
  color: #8c8c8c;
}
.mor-select-wrap.st-disabled .wrap > mor-multiinput,
.mor-select-wrap.st-readonly .wrap > mor-multiinput {
  background: transparent;
}
.mor-select-wrap.st-disabled .wrap > mor-textinput,
.mor-select-wrap.st-readonly .wrap > mor-textinput {
  display: none;
}
.mor-select-wrap.st-disabled .list,
.mor-select-wrap.st-readonly .list {
  background-color: #f7f7f7;
  -webkit-user-select: none;
  cursor: not-allowed !important;
}
.mor-select-wrap.st-disabled .list li,
.mor-select-wrap.st-readonly .list li {
  -webkit-user-select: none;
  cursor: not-allowed !important;
}
.mor-select-wrap.hide-selected li {
  padding: 0.5em 1em;
  padding-right: 1em;
}
.mor-select-wrap.hide-selected li.selected,
.mor-select-wrap .hide-selected li.selected {
  display: none;
}
.mor-select-popover .popover-con .popover-body {
  padding: 0;
}
.mor-select-popover.no-animation .tip-wrap {
  transition: none;
}
mor-checkbox {
  width: 100%;
  position: relative;
  display: inline-block;
  z-index: 9;
  -webkit-user-select: none;
  box-sizing: border-box;
}
mor-checkbox[type='button'] {
  -webkit-appearance: none;
}
mor-checkbox.has-cleanbtn {
  padding-bottom: 20px;
}
mor-checkbox .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-checkbox > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-checkbox > .form-name + .form-body {
  margin-top: 8px;
}
mor-checkbox > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-checkbox > .form-note + .form-body {
  margin-top: 8px;
}
mor-checkbox > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-checkbox > .error-message:empty {
  display: none;
}
mor-checkbox.fw-xs,
mor-checkbox.fw-xs .form-body {
  width: 120px;
}
mor-checkbox.fw-s,
mor-checkbox.fw-s .form-body {
  width: 140px;
}
mor-checkbox.fw-m,
mor-checkbox.fw-m .form-body {
  width: 180px;
}
mor-checkbox.fw-l,
mor-checkbox.fw-l .form-body {
  width: 360px;
}
mor-checkbox.fw-xl,
mor-checkbox.fw-xl .form-body {
  width: 600px;
}
mor-checkbox > .il {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
mor-checkbox > .il label {
  display: inline-block;
  cursor: pointer;
}
mor-checkbox > .il label span {
  vertical-align: middle;
  color: #666666;
  transition: 0.2s;
  -webkit-user-select: text;
}
mor-checkbox > .il label .box {
  vertical-align: middle;
  background: #FFFFFF;
  border-radius: 3px;
  display: inline-block;
  border: 1px #E5E5E5 solid;
  transition: 0.2s;
  box-sizing: border-box;
  position: relative;
}
mor-checkbox > .il label .box .mo-icon {
  color: #FFFFFF;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.2s;
  width: 100%;
  display: block;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
}
mor-checkbox > .il label:hover .box {
  border-color: #bcbcbc;
}
mor-checkbox > .il label.checked .box .mo-icon,
mor-checkbox > .il label.part-checked .box .mo-icon {
  opacity: 1;
}
mor-checkbox > .il label.part-checked .part-checked-icon {
  width: 60%;
  height: 3px;
  background: #FFFFFF;
  display: inline-block;
  border-radius: 10em;
  position: absolute;
}
mor-checkbox > .il label.disabled {
  border-color: #dddddd;
  -webkit-user-select: none;
  cursor: not-allowed !important;
}
mor-checkbox > .il label.disabled > .box {
  background-color: #dddddd;
  border-color: #dddddd;
}
mor-checkbox > .il label.disabled.checked .box .mo-icon {
  opacity: 0.6;
}
mor-checkbox > .il label.disabled > .box {
  background-color: #dddddd;
  border-color: #dddddd;
}
mor-checkbox > .il label.disabled.checked .box .mo-icon {
  opacity: 0.6;
}
mor-checkbox > .il label.hidden {
  display: none;
}
mor-checkbox.is-max > .il label:not(.checked) {
  border-color: #dddddd;
  -webkit-user-select: none;
  cursor: not-allowed !important;
}
mor-checkbox.is-max > .il label:not(.checked) > .box {
  background-color: #dddddd;
  border-color: #dddddd;
}
mor-checkbox.is-max > .il label:not(.checked).checked .box .mo-icon {
  opacity: 0.6;
}
mor-checkbox.is-max > .il label:not(.checked) > .box {
  background-color: #dddddd;
  border-color: #dddddd;
}
mor-checkbox.is-max > .il label:not(.checked).checked .box .mo-icon {
  opacity: 0.6;
}
mor-checkbox.border > .il label {
  border: 1px #E5E5E5 solid;
  border-radius: 3px;
}
mor-checkbox.border > .il label:hover {
  border-color: #bcbcbc;
}
mor-checkbox.vertical > .il label {
  margin: 0 0 0.6em;
  width: 100%;
}
mor-checkbox.type-button > .il {
  flex-wrap: nowrap;
}
mor-checkbox.type-button > .il label {
  border: 1px solid #E5E5E5;
  border-right-width: 0;
}
mor-checkbox.type-button > .il label span {
  color: #999999;
}
mor-checkbox.type-button > .il label .box {
  display: none;
}
mor-checkbox.type-button > .il label:hover {
  cursor: pointer;
}
mor-checkbox.type-button > .il label:first-child {
  border-radius: 3px 0 0 3px;
}
mor-checkbox.type-button > .il label:last-child {
  border-radius: 0 3px 3px 0;
  border-right-width: 1px;
}
mor-checkbox.type-button > .il label.checked span {
  color: #FFFFFF;
}
mor-checkbox.type-button > .il label.checked + label.checked {
  border-left-color: #FFFFFF !important;
}
mor-checkbox.type-button > .il label.disabled {
  background-color: #dddddd;
  border-color: #dddddd;
  cursor: not-allowed;
}
mor-checkbox.type-button > .il label.disabled + label:not(.checked):not(:hover) {
  border-left-color: #dddddd;
}
mor-checkbox.type-button > .il label.disabled:hover span {
  color: #999999;
}
mor-checkbox.si-m > .il label {
  margin: 0.25em 1em 0.25em 0;
}
mor-checkbox.si-m > .il label span {
  font-size: 14px;
}
mor-checkbox.si-m > .il label .box {
  width: 20px;
  height: 20px;
  margin: 0 0.375em 0 0;
}
mor-checkbox.si-m > .il label .box .mo-icon {
  font-size: 12px;
  line-height: 19px;
}
mor-checkbox.si-m > .il label.checked .box .mo-icon,
mor-checkbox.si-m > .il label.part-checked .box .mo-icon {
  transform: scale(0.9);
}
mor-checkbox.si-m > .il label.part-checked .part-checked-icon {
  top: 7px;
  left: 20%;
}
mor-checkbox.si-m.border > .il label {
  padding: 0.4em 0.6em;
  margin: 0 0.5em 0.5em 0;
}
mor-checkbox.si-m.type-button > .il label {
  padding: 0.5em 1em;
  margin: 0;
}
mor-checkbox.si-s > .il label {
  margin: 0.1em 0.75em 0.1em 0;
}
mor-checkbox.si-s > .il label span {
  font-size: 13px;
}
mor-checkbox.si-s > .il label .box {
  width: 16px;
  height: 16px;
  margin: 0 0.25em 0 0;
}
mor-checkbox.si-s > .il label .box .mo-icon {
  font-size: 12px;
  line-height: 15px;
}
mor-checkbox.si-s > .il label.checked .box .mo-icon,
mor-checkbox.si-s > .il label.part-checked .box .mo-icon {
  transform: scale(0.8);
}
mor-checkbox.si-s > .il label.part-checked .part-checked-icon {
  top: 5px;
  left: 25%;
}
mor-checkbox.si-s.border > .il label {
  padding: 0.3em 0.4em;
  margin: 0 0.4em 0.4em 0;
}
mor-checkbox.si-s.type-button > .il label {
  padding: 0.3em 0.8em;
  margin: 0;
}
mor-checkbox.si-xs > .il label {
  margin: 0 0.75em 0 0;
}
mor-checkbox.si-xs > .il label span {
  font-size: 12px;
}
mor-checkbox.si-xs > .il label .box {
  width: 14px;
  height: 14px;
  margin: 0 0.25em 0 0;
}
mor-checkbox.si-xs > .il label .box .mo-icon {
  font-size: 12px;
  line-height: 13px;
}
mor-checkbox.si-xs > .il label.checked .box .mo-icon,
mor-checkbox.si-xs > .il label.part-checked .box .mo-icon {
  transform: scale(0.7);
}
mor-checkbox.si-xs > .il label.part-checked .part-checked-icon {
  top: 5px;
  left: 20%;
}
mor-checkbox.si-xs.border > .il label {
  padding: 0.2em 0.3em;
  margin: 0 0.3em 0.3em 0;
}
mor-checkbox.si-xs.type-button > .il label {
  padding: 0.2em 0.6em;
  margin: 0;
}
mor-checkbox.co-t > .il label .box.focus-once {
  animation: formFocusAnimateTheme 0.42s ease-out;
}
mor-checkbox.co-t > .il label.checked .box,
mor-checkbox.co-t > .il label.part-checked .box {
  background: #F33D5D;
  border-color: #F33D5D;
}
mor-checkbox.co-t.border > .il label.checked,
mor-checkbox.co-t.border > .il label.part-checked {
  border-color: #F33D5D;
}
mor-checkbox.co-t.type-button > .il label:not(.checked):hover {
  border-color: #F33D5D;
}
mor-checkbox.co-t.type-button > .il label:not(.checked):hover span {
  color: #F33D5D;
}
mor-checkbox.co-t.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #F33D5D;
}
mor-checkbox.co-t.type-button > .il label.checked {
  background: #F33D5D;
  border-color: #F33D5D;
}
mor-checkbox.co-t.type-button > .il label.checked + label {
  border-left-color: #F33D5D;
}
mor-checkbox.co-t.st-disabled > .il label.checked .box,
mor-checkbox.co-t.st-readonly > .il label.checked .box,
mor-checkbox.co-t.st-disabled > .il label.part-checked .box,
mor-checkbox.co-t.st-readonly > .il label.part-checked .box {
  background: #de526a;
  border-color: #de526a;
}
mor-checkbox.co-t > .il label.checked.disabled .box,
mor-checkbox.co-t > .il label.part-checked.disabled .box {
  background: #de526a;
  border-color: #de526a;
}
mor-checkbox.co-lt > .il label .box.focus-once {
  animation: formFocusAnimateLightTheme 0.42s ease-out;
}
mor-checkbox.co-lt > .il label.checked .box,
mor-checkbox.co-lt > .il label.part-checked .box {
  background: #F86F88;
  border-color: #F86F88;
}
mor-checkbox.co-lt.border > .il label.checked,
mor-checkbox.co-lt.border > .il label.part-checked {
  border-color: #F86F88;
}
mor-checkbox.co-lt.type-button > .il label:not(.checked):hover {
  border-color: #F86F88;
}
mor-checkbox.co-lt.type-button > .il label:not(.checked):hover span {
  color: #F86F88;
}
mor-checkbox.co-lt.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #F86F88;
}
mor-checkbox.co-lt.type-button > .il label.checked {
  background: #F86F88;
  border-color: #F86F88;
}
mor-checkbox.co-lt.type-button > .il label.checked + label {
  border-left-color: #F86F88;
}
mor-checkbox.co-lt.st-disabled > .il label.checked .box,
mor-checkbox.co-lt.st-readonly > .il label.checked .box,
mor-checkbox.co-lt.st-disabled > .il label.part-checked .box,
mor-checkbox.co-lt.st-readonly > .il label.part-checked .box {
  background: #e97e92;
  border-color: #e97e92;
}
mor-checkbox.co-lt > .il label.checked.disabled .box,
mor-checkbox.co-lt > .il label.part-checked.disabled .box {
  background: #e97e92;
  border-color: #e97e92;
}
mor-checkbox.co-dt > .il label .box.focus-once {
  animation: formFocusAnimateDarkTheme 0.42s ease-out;
}
mor-checkbox.co-dt > .il label.checked .box,
mor-checkbox.co-dt > .il label.part-checked .box {
  background: #D22343;
  border-color: #D22343;
}
mor-checkbox.co-dt.border > .il label.checked,
mor-checkbox.co-dt.border > .il label.part-checked {
  border-color: #D22343;
}
mor-checkbox.co-dt.type-button > .il label:not(.checked):hover {
  border-color: #D22343;
}
mor-checkbox.co-dt.type-button > .il label:not(.checked):hover span {
  color: #D22343;
}
mor-checkbox.co-dt.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #D22343;
}
mor-checkbox.co-dt.type-button > .il label.checked {
  background: #D22343;
  border-color: #D22343;
}
mor-checkbox.co-dt.type-button > .il label.checked + label {
  border-left-color: #D22343;
}
mor-checkbox.co-dt.st-disabled > .il label.checked .box,
mor-checkbox.co-dt.st-readonly > .il label.checked .box,
mor-checkbox.co-dt.st-disabled > .il label.part-checked .box,
mor-checkbox.co-dt.st-readonly > .il label.part-checked .box {
  background: #b93c53;
  border-color: #b93c53;
}
mor-checkbox.co-dt > .il label.checked.disabled .box,
mor-checkbox.co-dt > .il label.part-checked.disabled .box {
  background: #b93c53;
  border-color: #b93c53;
}
mor-checkbox.co-s > .il label .box.focus-once {
  animation: formFocusAnimateSuccess 0.42s ease-out;
}
mor-checkbox.co-s > .il label.checked .box,
mor-checkbox.co-s > .il label.part-checked .box {
  background: #1EB818;
  border-color: #1EB818;
}
mor-checkbox.co-s.border > .il label.checked,
mor-checkbox.co-s.border > .il label.part-checked {
  border-color: #1EB818;
}
mor-checkbox.co-s.type-button > .il label:not(.checked):hover {
  border-color: #1EB818;
}
mor-checkbox.co-s.type-button > .il label:not(.checked):hover span {
  color: #1EB818;
}
mor-checkbox.co-s.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #1EB818;
}
mor-checkbox.co-s.type-button > .il label.checked {
  background: #1EB818;
  border-color: #1EB818;
}
mor-checkbox.co-s.type-button > .il label.checked + label {
  border-left-color: #1EB818;
}
mor-checkbox.co-s.st-disabled > .il label.checked .box,
mor-checkbox.co-s.st-readonly > .il label.checked .box,
mor-checkbox.co-s.st-disabled > .il label.part-checked .box,
mor-checkbox.co-s.st-readonly > .il label.part-checked .box {
  background: #31a32d;
  border-color: #31a32d;
}
mor-checkbox.co-s > .il label.checked.disabled .box,
mor-checkbox.co-s > .il label.part-checked.disabled .box {
  background: #31a32d;
  border-color: #31a32d;
}
mor-checkbox.co-w > .il label .box.focus-once {
  animation: formFocusAnimateWarning 0.42s ease-out;
}
mor-checkbox.co-w > .il label.checked .box,
mor-checkbox.co-w > .il label.part-checked .box {
  background: #FA9428;
  border-color: #FA9428;
}
mor-checkbox.co-w.border > .il label.checked,
mor-checkbox.co-w.border > .il label.part-checked {
  border-color: #FA9428;
}
mor-checkbox.co-w.type-button > .il label:not(.checked):hover {
  border-color: #FA9428;
}
mor-checkbox.co-w.type-button > .il label:not(.checked):hover span {
  color: #FA9428;
}
mor-checkbox.co-w.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #FA9428;
}
mor-checkbox.co-w.type-button > .il label.checked {
  background: #FA9428;
  border-color: #FA9428;
}
mor-checkbox.co-w.type-button > .il label.checked + label {
  border-left-color: #FA9428;
}
mor-checkbox.co-w.st-disabled > .il label.checked .box,
mor-checkbox.co-w.st-readonly > .il label.checked .box,
mor-checkbox.co-w.st-disabled > .il label.part-checked .box,
mor-checkbox.co-w.st-readonly > .il label.part-checked .box {
  background: #e4933e;
  border-color: #e4933e;
}
mor-checkbox.co-w > .il label.checked.disabled .box,
mor-checkbox.co-w > .il label.part-checked.disabled .box {
  background: #e4933e;
  border-color: #e4933e;
}
mor-checkbox.co-d > .il label .box.focus-once {
  animation: formFocusAnimateDanger 0.42s ease-out;
}
mor-checkbox.co-d > .il label.checked .box,
mor-checkbox.co-d > .il label.part-checked .box {
  background: #FA2833;
  border-color: #FA2833;
}
mor-checkbox.co-d.border > .il label.checked,
mor-checkbox.co-d.border > .il label.part-checked {
  border-color: #FA2833;
}
mor-checkbox.co-d.type-button > .il label:not(.checked):hover {
  border-color: #FA2833;
}
mor-checkbox.co-d.type-button > .il label:not(.checked):hover span {
  color: #FA2833;
}
mor-checkbox.co-d.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #FA2833;
}
mor-checkbox.co-d.type-button > .il label.checked {
  background: #FA2833;
  border-color: #FA2833;
}
mor-checkbox.co-d.type-button > .il label.checked + label {
  border-left-color: #FA2833;
}
mor-checkbox.co-d.st-disabled > .il label.checked .box,
mor-checkbox.co-d.st-readonly > .il label.checked .box,
mor-checkbox.co-d.st-disabled > .il label.part-checked .box,
mor-checkbox.co-d.st-readonly > .il label.part-checked .box {
  background: #e43e47;
  border-color: #e43e47;
}
mor-checkbox.co-d > .il label.checked.disabled .box,
mor-checkbox.co-d > .il label.part-checked.disabled .box {
  background: #e43e47;
  border-color: #e43e47;
}
mor-checkbox.co-p > .il label .box.focus-once {
  animation: formFocusAnimatePrimary 0.42s ease-out;
}
mor-checkbox.co-p > .il label.checked .box,
mor-checkbox.co-p > .il label.part-checked .box {
  background: #2879FA;
  border-color: #2879FA;
}
mor-checkbox.co-p.border > .il label.checked,
mor-checkbox.co-p.border > .il label.part-checked {
  border-color: #2879FA;
}
mor-checkbox.co-p.type-button > .il label:not(.checked):hover {
  border-color: #2879FA;
}
mor-checkbox.co-p.type-button > .il label:not(.checked):hover span {
  color: #2879FA;
}
mor-checkbox.co-p.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #2879FA;
}
mor-checkbox.co-p.type-button > .il label.checked {
  background: #2879FA;
  border-color: #2879FA;
}
mor-checkbox.co-p.type-button > .il label.checked + label {
  border-left-color: #2879FA;
}
mor-checkbox.co-p.st-disabled > .il label.checked .box,
mor-checkbox.co-p.st-readonly > .il label.checked .box,
mor-checkbox.co-p.st-disabled > .il label.part-checked .box,
mor-checkbox.co-p.st-readonly > .il label.part-checked .box {
  background: #3e7ee4;
  border-color: #3e7ee4;
}
mor-checkbox.co-p > .il label.checked.disabled .box,
mor-checkbox.co-p > .il label.part-checked.disabled .box {
  background: #3e7ee4;
  border-color: #3e7ee4;
}
mor-checkbox.co-m > .il label .box.focus-once {
  animation: formFocusAnimateMinor 0.42s ease-out;
}
mor-checkbox.co-m > .il label.checked .box,
mor-checkbox.co-m > .il label.part-checked .box {
  background: #B2B2B2;
  border-color: #B2B2B2;
}
mor-checkbox.co-m.border > .il label.checked,
mor-checkbox.co-m.border > .il label.part-checked {
  border-color: #B2B2B2;
}
mor-checkbox.co-m.type-button > .il label:not(.checked):hover {
  border-color: #B2B2B2;
}
mor-checkbox.co-m.type-button > .il label:not(.checked):hover span {
  color: #B2B2B2;
}
mor-checkbox.co-m.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #B2B2B2;
}
mor-checkbox.co-m.type-button > .il label.checked {
  background: #B2B2B2;
  border-color: #B2B2B2;
}
mor-checkbox.co-m.type-button > .il label.checked + label {
  border-left-color: #B2B2B2;
}
mor-checkbox.co-m.st-disabled > .il label.checked .box,
mor-checkbox.co-m.st-readonly > .il label.checked .box,
mor-checkbox.co-m.st-disabled > .il label.part-checked .box,
mor-checkbox.co-m.st-readonly > .il label.part-checked .box {
  background: #b2b2b2;
  border-color: #b2b2b2;
}
mor-checkbox.co-m > .il label.checked.disabled .box,
mor-checkbox.co-m > .il label.part-checked.disabled .box {
  background: #b2b2b2;
  border-color: #b2b2b2;
}
mor-checkbox.co-i > .il label .box.focus-once {
  animation: formFocusAnimateInfo 0.42s ease-out;
}
mor-checkbox.co-i > .il label.checked .box,
mor-checkbox.co-i > .il label.part-checked .box {
  background: #18B8B6;
  border-color: #18B8B6;
}
mor-checkbox.co-i.border > .il label.checked,
mor-checkbox.co-i.border > .il label.part-checked {
  border-color: #18B8B6;
}
mor-checkbox.co-i.type-button > .il label:not(.checked):hover {
  border-color: #18B8B6;
}
mor-checkbox.co-i.type-button > .il label:not(.checked):hover span {
  color: #18B8B6;
}
mor-checkbox.co-i.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #18B8B6;
}
mor-checkbox.co-i.type-button > .il label.checked {
  background: #18B8B6;
  border-color: #18B8B6;
}
mor-checkbox.co-i.type-button > .il label.checked + label {
  border-left-color: #18B8B6;
}
mor-checkbox.co-i.st-disabled > .il label.checked .box,
mor-checkbox.co-i.st-readonly > .il label.checked .box,
mor-checkbox.co-i.st-disabled > .il label.part-checked .box,
mor-checkbox.co-i.st-readonly > .il label.part-checked .box {
  background: #2da3a2;
  border-color: #2da3a2;
}
mor-checkbox.co-i > .il label.checked.disabled .box,
mor-checkbox.co-i > .il label.part-checked.disabled .box {
  background: #2da3a2;
  border-color: #2da3a2;
}
mor-checkbox.co-bk > .il label.checked .box,
mor-checkbox.co-bk > .il label.part-checked .box {
  background: #000000;
  border-color: #000000;
}
mor-checkbox.co-bk.border > .il label.checked,
mor-checkbox.co-bk.border > .il label.part-checked {
  border-color: #000000;
}
mor-checkbox.co-bk.type-button > .il label:not(.checked):hover {
  border-color: #000000;
}
mor-checkbox.co-bk.type-button > .il label:not(.checked):hover span {
  color: #000000;
}
mor-checkbox.co-bk.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #000000;
}
mor-checkbox.co-bk.type-button > .il label.checked {
  background: #000000;
  border-color: #000000;
}
mor-checkbox.co-bk.type-button > .il label.checked + label {
  border-left-color: #000000;
}
mor-checkbox.co-bk.st-disabled > .il label.checked .box,
mor-checkbox.co-bk.st-readonly > .il label.checked .box,
mor-checkbox.co-bk.st-disabled > .il label.part-checked .box,
mor-checkbox.co-bk.st-readonly > .il label.part-checked .box {
  background: #000000;
  border-color: #000000;
}
mor-checkbox.co-bk > .il label.checked.disabled .box,
mor-checkbox.co-bk > .il label.part-checked.disabled .box {
  background: #000000;
  border-color: #000000;
}
mor-checkbox.co-n1 > .il label span {
  color: #e3e3e3;
}
mor-checkbox.co-n1 > .il label .box {
  border: 1px #FFFFFF solid;
}
mor-checkbox.co-n1 > .il label.checked .box,
mor-checkbox.co-n1 > .il label.part-checked .box {
  background: #F0F0F0;
  border-color: #F0F0F0;
  color: #F0F0F0;
}
mor-checkbox.co-n1 > .il label.checked .box .mo-icon,
mor-checkbox.co-n1 > .il label.part-checked .box .mo-icon {
  color: #000000;
}
mor-checkbox.co-n1.border > .il label.checked,
mor-checkbox.co-n1.border > .il label.part-checked {
  border-color: #F0F0F0;
}
mor-checkbox.co-n1.type-button > .il label:not(.checked):hover {
  border-color: #F0F0F0;
}
mor-checkbox.co-n1.type-button > .il label:not(.checked):hover span {
  color: #F0F0F0;
}
mor-checkbox.co-n1.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #F0F0F0;
}
mor-checkbox.co-n1.type-button > .il label.checked {
  background: #F0F0F0;
  border-color: #F0F0F0;
}
mor-checkbox.co-n1.type-button > .il label.checked + label {
  border-left-color: #F0F0F0;
}
mor-checkbox.co-n1.st-disabled > .il label.checked .box,
mor-checkbox.co-n1.st-readonly > .il label.checked .box,
mor-checkbox.co-n1.st-disabled > .il label.part-checked .box,
mor-checkbox.co-n1.st-readonly > .il label.part-checked .box {
  background: #f5ebeb;
  border-color: #f5ebeb;
}
mor-checkbox.co-n1 > .il label.checked.disabled .box,
mor-checkbox.co-n1 > .il label.part-checked.disabled .box {
  background: #f5ebeb;
  border-color: #f5ebeb;
}
mor-checkbox.co-n2 > .il label span {
  color: #d8d8d8;
}
mor-checkbox.co-n2 > .il label .box {
  border: 1px #FFFFFF solid;
}
mor-checkbox.co-n2 > .il label.checked .box,
mor-checkbox.co-n2 > .il label.part-checked .box {
  background: #E5E5E5;
  border-color: #E5E5E5;
  color: #E5E5E5;
}
mor-checkbox.co-n2 > .il label.checked .box .mo-icon,
mor-checkbox.co-n2 > .il label.part-checked .box .mo-icon {
  color: #000000;
}
mor-checkbox.co-n2.border > .il label.checked,
mor-checkbox.co-n2.border > .il label.part-checked {
  border-color: #E5E5E5;
}
mor-checkbox.co-n2.type-button > .il label:not(.checked):hover {
  border-color: #E5E5E5;
}
mor-checkbox.co-n2.type-button > .il label:not(.checked):hover span {
  color: #E5E5E5;
}
mor-checkbox.co-n2.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #E5E5E5;
}
mor-checkbox.co-n2.type-button > .il label.checked {
  background: #E5E5E5;
  border-color: #E5E5E5;
}
mor-checkbox.co-n2.type-button > .il label.checked + label {
  border-left-color: #E5E5E5;
}
mor-checkbox.co-n2.st-disabled > .il label.checked .box,
mor-checkbox.co-n2.st-readonly > .il label.checked .box,
mor-checkbox.co-n2.st-disabled > .il label.part-checked .box,
mor-checkbox.co-n2.st-readonly > .il label.part-checked .box {
  background: #eddddd;
  border-color: #eddddd;
}
mor-checkbox.co-n2 > .il label.checked.disabled .box,
mor-checkbox.co-n2 > .il label.part-checked.disabled .box {
  background: #eddddd;
  border-color: #eddddd;
}
mor-checkbox.co-n3 > .il label span {
  color: #d3d3d3;
}
mor-checkbox.co-n3 > .il label .box {
  border: 1px #FFFFFF solid;
}
mor-checkbox.co-n3 > .il label.checked .box,
mor-checkbox.co-n3 > .il label.part-checked .box {
  background: #E0E0E0;
  border-color: #E0E0E0;
  color: #E0E0E0;
}
mor-checkbox.co-n3 > .il label.checked .box .mo-icon,
mor-checkbox.co-n3 > .il label.part-checked .box .mo-icon {
  color: #000000;
}
mor-checkbox.co-n3.border > .il label.checked,
mor-checkbox.co-n3.border > .il label.part-checked {
  border-color: #E0E0E0;
}
mor-checkbox.co-n3.type-button > .il label:not(.checked):hover {
  border-color: #E0E0E0;
}
mor-checkbox.co-n3.type-button > .il label:not(.checked):hover span {
  color: #E0E0E0;
}
mor-checkbox.co-n3.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #E0E0E0;
}
mor-checkbox.co-n3.type-button > .il label.checked {
  background: #E0E0E0;
  border-color: #E0E0E0;
}
mor-checkbox.co-n3.type-button > .il label.checked + label {
  border-left-color: #E0E0E0;
}
mor-checkbox.co-n3.st-disabled > .il label.checked .box,
mor-checkbox.co-n3.st-readonly > .il label.checked .box,
mor-checkbox.co-n3.st-disabled > .il label.part-checked .box,
mor-checkbox.co-n3.st-readonly > .il label.part-checked .box {
  background: #e9d7d7;
  border-color: #e9d7d7;
}
mor-checkbox.co-n3 > .il label.checked.disabled .box,
mor-checkbox.co-n3 > .il label.part-checked.disabled .box {
  background: #e9d7d7;
  border-color: #e9d7d7;
}
mor-checkbox.co-n4 > .il label span {
  color: #cccccc;
}
mor-checkbox.co-n4 > .il label .box {
  border: 1px #FFFFFF solid;
}
mor-checkbox.co-n4 > .il label.checked .box,
mor-checkbox.co-n4 > .il label.part-checked .box {
  background: #D9D9D9;
  border-color: #D9D9D9;
  color: #D9D9D9;
}
mor-checkbox.co-n4 > .il label.checked .box .mo-icon,
mor-checkbox.co-n4 > .il label.part-checked .box .mo-icon {
  color: #000000;
}
mor-checkbox.co-n4.border > .il label.checked,
mor-checkbox.co-n4.border > .il label.part-checked {
  border-color: #D9D9D9;
}
mor-checkbox.co-n4.type-button > .il label:not(.checked):hover {
  border-color: #D9D9D9;
}
mor-checkbox.co-n4.type-button > .il label:not(.checked):hover span {
  color: #D9D9D9;
}
mor-checkbox.co-n4.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #D9D9D9;
}
mor-checkbox.co-n4.type-button > .il label.checked {
  background: #D9D9D9;
  border-color: #D9D9D9;
}
mor-checkbox.co-n4.type-button > .il label.checked + label {
  border-left-color: #D9D9D9;
}
mor-checkbox.co-n4.st-disabled > .il label.checked .box,
mor-checkbox.co-n4.st-readonly > .il label.checked .box,
mor-checkbox.co-n4.st-disabled > .il label.part-checked .box,
mor-checkbox.co-n4.st-readonly > .il label.part-checked .box {
  background: #e4cece;
  border-color: #e4cece;
}
mor-checkbox.co-n4 > .il label.checked.disabled .box,
mor-checkbox.co-n4 > .il label.part-checked.disabled .box {
  background: #e4cece;
  border-color: #e4cece;
}
mor-checkbox.co-n5 > .il label span {
  color: #bfbfbf;
}
mor-checkbox.co-n5 > .il label .box {
  border: 1px #FFFFFF solid;
}
mor-checkbox.co-n5 > .il label.checked .box,
mor-checkbox.co-n5 > .il label.part-checked .box {
  background: #CCCCCC;
  border-color: #CCCCCC;
  color: #CCCCCC;
}
mor-checkbox.co-n5 > .il label.checked .box .mo-icon,
mor-checkbox.co-n5 > .il label.part-checked .box .mo-icon {
  color: #000000;
}
mor-checkbox.co-n5.border > .il label.checked,
mor-checkbox.co-n5.border > .il label.part-checked {
  border-color: #CCCCCC;
}
mor-checkbox.co-n5.type-button > .il label:not(.checked):hover {
  border-color: #CCCCCC;
}
mor-checkbox.co-n5.type-button > .il label:not(.checked):hover span {
  color: #CCCCCC;
}
mor-checkbox.co-n5.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #CCCCCC;
}
mor-checkbox.co-n5.type-button > .il label.checked {
  background: #CCCCCC;
  border-color: #CCCCCC;
}
mor-checkbox.co-n5.type-button > .il label.checked + label {
  border-left-color: #CCCCCC;
}
mor-checkbox.co-n5.st-disabled > .il label.checked .box,
mor-checkbox.co-n5.st-readonly > .il label.checked .box,
mor-checkbox.co-n5.st-disabled > .il label.part-checked .box,
mor-checkbox.co-n5.st-readonly > .il label.part-checked .box {
  background: #dbbdbd;
  border-color: #dbbdbd;
}
mor-checkbox.co-n5 > .il label.checked.disabled .box,
mor-checkbox.co-n5 > .il label.part-checked.disabled .box {
  background: #dbbdbd;
  border-color: #dbbdbd;
}
mor-checkbox.co-n6 > .il label.checked .box {
  background: #B2B2B2;
  border-color: #B2B2B2;
}
mor-checkbox.co-n6 > .il label.part-checked .box {
  background: #B2B2B2;
  border-color: #B2B2B2;
}
mor-checkbox.co-n6.border > .il label.checked,
mor-checkbox.co-n6.border > .il label.part-checked {
  border-color: #B2B2B2;
}
mor-checkbox.co-n6.type-button > .il label:not(.checked):hover {
  border-color: #B2B2B2;
}
mor-checkbox.co-n6.type-button > .il label:not(.checked):hover span {
  color: #B2B2B2;
}
mor-checkbox.co-n6.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #B2B2B2;
}
mor-checkbox.co-n6.type-button > .il label.checked {
  background: #B2B2B2;
  border-color: #B2B2B2;
}
mor-checkbox.co-n6.type-button > .il label.checked + label {
  border-left-color: #B2B2B2;
}
mor-checkbox.co-n6.st-disabled > .il label.checked .box,
mor-checkbox.co-n6.st-readonly > .il label.checked .box,
mor-checkbox.co-n6.st-disabled > .il label.part-checked .box,
mor-checkbox.co-n6.st-readonly > .il label.part-checked .box {
  background: #c99b9b;
  border-color: #c99b9b;
}
mor-checkbox.co-n6 > .il label.checked.disabled .box,
mor-checkbox.co-n6 > .il label.part-checked.disabled .box {
  background: #c99b9b;
  border-color: #c99b9b;
}
mor-checkbox.co-n7 > .il label.checked .box {
  background: #999999;
  border-color: #999999;
}
mor-checkbox.co-n7 > .il label.part-checked .box {
  background: #999999;
  border-color: #999999;
}
mor-checkbox.co-n7.border > .il label.checked,
mor-checkbox.co-n7.border > .il label.part-checked {
  border-color: #999999;
}
mor-checkbox.co-n7.type-button > .il label:not(.checked):hover {
  border-color: #999999;
}
mor-checkbox.co-n7.type-button > .il label:not(.checked):hover span {
  color: #999999;
}
mor-checkbox.co-n7.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #999999;
}
mor-checkbox.co-n7.type-button > .il label.checked {
  background: #999999;
  border-color: #999999;
}
mor-checkbox.co-n7.type-button > .il label.checked + label {
  border-left-color: #999999;
}
mor-checkbox.co-n7.st-disabled > .il label.checked .box,
mor-checkbox.co-n7.st-readonly > .il label.checked .box,
mor-checkbox.co-n7.st-disabled > .il label.part-checked .box,
mor-checkbox.co-n7.st-readonly > .il label.part-checked .box {
  background: #b87a7a;
  border-color: #b87a7a;
}
mor-checkbox.co-n7 > .il label.checked.disabled .box,
mor-checkbox.co-n7 > .il label.part-checked.disabled .box {
  background: #b87a7a;
  border-color: #b87a7a;
}
mor-checkbox.co-n8 > .il label.checked .box {
  background: #7F7F7F;
  border-color: #7F7F7F;
}
mor-checkbox.co-n8 > .il label.part-checked .box {
  background: #7F7F7F;
  border-color: #7F7F7F;
}
mor-checkbox.co-n8.border > .il label.checked,
mor-checkbox.co-n8.border > .il label.part-checked {
  border-color: #7F7F7F;
}
mor-checkbox.co-n8.type-button > .il label:not(.checked):hover {
  border-color: #7F7F7F;
}
mor-checkbox.co-n8.type-button > .il label:not(.checked):hover span {
  color: #7F7F7F;
}
mor-checkbox.co-n8.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #7F7F7F;
}
mor-checkbox.co-n8.type-button > .il label.checked {
  background: #7F7F7F;
  border-color: #7F7F7F;
}
mor-checkbox.co-n8.type-button > .il label.checked + label {
  border-left-color: #7F7F7F;
}
mor-checkbox.co-n8.st-disabled > .il label.checked .box,
mor-checkbox.co-n8.st-readonly > .il label.checked .box,
mor-checkbox.co-n8.st-disabled > .il label.part-checked .box,
mor-checkbox.co-n8.st-readonly > .il label.part-checked .box {
  background: #a55959;
  border-color: #a55959;
}
mor-checkbox.co-n8 > .il label.checked.disabled .box,
mor-checkbox.co-n8 > .il label.part-checked.disabled .box {
  background: #a55959;
  border-color: #a55959;
}
mor-checkbox.co-n9 > .il label.checked .box {
  background: #666666;
  border-color: #666666;
}
mor-checkbox.co-n9 > .il label.part-checked .box {
  background: #666666;
  border-color: #666666;
}
mor-checkbox.co-n9.border > .il label.checked,
mor-checkbox.co-n9.border > .il label.part-checked {
  border-color: #666666;
}
mor-checkbox.co-n9.type-button > .il label:not(.checked):hover {
  border-color: #666666;
}
mor-checkbox.co-n9.type-button > .il label:not(.checked):hover span {
  color: #666666;
}
mor-checkbox.co-n9.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #666666;
}
mor-checkbox.co-n9.type-button > .il label.checked {
  background: #666666;
  border-color: #666666;
}
mor-checkbox.co-n9.type-button > .il label.checked + label {
  border-left-color: #666666;
}
mor-checkbox.co-n9.st-disabled > .il label.checked .box,
mor-checkbox.co-n9.st-readonly > .il label.checked .box,
mor-checkbox.co-n9.st-disabled > .il label.part-checked .box,
mor-checkbox.co-n9.st-readonly > .il label.part-checked .box {
  background: #854747;
  border-color: #854747;
}
mor-checkbox.co-n9 > .il label.checked.disabled .box,
mor-checkbox.co-n9 > .il label.part-checked.disabled .box {
  background: #854747;
  border-color: #854747;
}
mor-checkbox.co-n10 > .il label.checked .box {
  background: #4C4C4C;
  border-color: #4C4C4C;
}
mor-checkbox.co-n10 > .il label.part-checked .box {
  background: #4C4C4C;
  border-color: #4C4C4C;
}
mor-checkbox.co-n10.border > .il label.checked,
mor-checkbox.co-n10.border > .il label.part-checked {
  border-color: #4C4C4C;
}
mor-checkbox.co-n10.type-button > .il label:not(.checked):hover {
  border-color: #4C4C4C;
}
mor-checkbox.co-n10.type-button > .il label:not(.checked):hover span {
  color: #4C4C4C;
}
mor-checkbox.co-n10.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #4C4C4C;
}
mor-checkbox.co-n10.type-button > .il label.checked {
  background: #4C4C4C;
  border-color: #4C4C4C;
}
mor-checkbox.co-n10.type-button > .il label.checked + label {
  border-left-color: #4C4C4C;
}
mor-checkbox.co-n10.st-disabled > .il label.checked .box,
mor-checkbox.co-n10.st-readonly > .il label.checked .box,
mor-checkbox.co-n10.st-disabled > .il label.part-checked .box,
mor-checkbox.co-n10.st-readonly > .il label.part-checked .box {
  background: #633535;
  border-color: #633535;
}
mor-checkbox.co-n10 > .il label.checked.disabled .box,
mor-checkbox.co-n10 > .il label.part-checked.disabled .box {
  background: #633535;
  border-color: #633535;
}
mor-checkbox.co-n11 > .il label.checked .box {
  background: #333333;
  border-color: #333333;
}
mor-checkbox.co-n11 > .il label.part-checked .box {
  background: #333333;
  border-color: #333333;
}
mor-checkbox.co-n11.border > .il label.checked,
mor-checkbox.co-n11.border > .il label.part-checked {
  border-color: #333333;
}
mor-checkbox.co-n11.type-button > .il label:not(.checked):hover {
  border-color: #333333;
}
mor-checkbox.co-n11.type-button > .il label:not(.checked):hover span {
  color: #333333;
}
mor-checkbox.co-n11.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #333333;
}
mor-checkbox.co-n11.type-button > .il label.checked {
  background: #333333;
  border-color: #333333;
}
mor-checkbox.co-n11.type-button > .il label.checked + label {
  border-left-color: #333333;
}
mor-checkbox.co-n11.st-disabled > .il label.checked .box,
mor-checkbox.co-n11.st-readonly > .il label.checked .box,
mor-checkbox.co-n11.st-disabled > .il label.part-checked .box,
mor-checkbox.co-n11.st-readonly > .il label.part-checked .box {
  background: #422424;
  border-color: #422424;
}
mor-checkbox.co-n11 > .il label.checked.disabled .box,
mor-checkbox.co-n11 > .il label.part-checked.disabled .box {
  background: #422424;
  border-color: #422424;
}
mor-checkbox.co-wh > .il label span {
  color: #E5E5E5;
}
mor-checkbox.co-wh > .il label .box {
  border: 1px #FFFFFF solid;
}
mor-checkbox.co-wh > .il label.checked .box,
mor-checkbox.co-wh > .il label.part-checked .box {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
mor-checkbox.co-wh > .il label.checked .box .mo-icon,
mor-checkbox.co-wh > .il label.part-checked .box .mo-icon {
  color: #000000;
}
mor-checkbox.co-wh.border > .il label.checked,
mor-checkbox.co-wh.border > .il label.part-checked {
  border-color: #FFFFFF;
}
mor-checkbox.co-wh.type-button > .il label span {
  color: #cbcbcb;
}
mor-checkbox.co-wh.type-button > .il label:not(.checked):hover {
  border-color: #FFFFFF;
}
mor-checkbox.co-wh.type-button > .il label:not(.checked):hover span {
  color: #FFFFFF;
}
mor-checkbox.co-wh.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #FFFFFF;
}
mor-checkbox.co-wh.type-button > .il label.checked {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
mor-checkbox.co-wh.type-button > .il label.checked span {
  color: #000000;
}
mor-checkbox.co-wh.type-button > .il label.checked + label {
  border-left-color: #FFFFFF;
}
mor-checkbox.co-wh.type-button > .il label.checked + label.checked {
  border-left-color: #e5e5e5 !important;
}
mor-checkbox.co-wh.st-disabled > .il label.checked .box,
mor-checkbox.co-wh.st-readonly > .il label.checked .box,
mor-checkbox.co-wh.st-disabled > .il label.part-checked .box,
mor-checkbox.co-wh.st-readonly > .il label.part-checked .box {
  background: #ffffff;
  border-color: #ffffff;
}
mor-checkbox.co-wh > .il label.checked.disabled .box,
mor-checkbox.co-wh > .il label.part-checked.disabled .box {
  background: #ffffff;
  border-color: #ffffff;
}
mor-checkbox.st-disabled > .il > label,
mor-checkbox.st-readonly > .il > label {
  border-color: #dddddd;
  -webkit-user-select: none;
  cursor: not-allowed !important;
}
mor-checkbox.st-disabled > .il > label > .box,
mor-checkbox.st-readonly > .il > label > .box {
  background-color: #dddddd;
  border-color: #dddddd;
}
mor-checkbox.st-disabled > .il > label.checked .box .mo-icon,
mor-checkbox.st-readonly > .il > label.checked .box .mo-icon {
  opacity: 0.6;
}
mor-checkbox.st-disabled > .il > label > .box,
mor-checkbox.st-readonly > .il > label > .box {
  background-color: #dddddd;
  border-color: #dddddd;
}
mor-checkbox.st-disabled > .il > label.checked .box .mo-icon,
mor-checkbox.st-readonly > .il > label.checked .box .mo-icon {
  opacity: 0.6;
}
mor-checkbox > .il label {
  margin: 0.25em 1em 0.25em 0;
}
mor-checkbox > .il label span {
  font-size: 14px;
}
mor-checkbox > .il label .box {
  width: 20px;
  height: 20px;
  margin: 0 0.375em 0 0;
}
mor-checkbox > .il label .box .mo-icon {
  font-size: 12px;
  line-height: 19px;
}
mor-checkbox > .il label.checked .box .mo-icon,
mor-checkbox > .il label.part-checked .box .mo-icon {
  transform: scale(0.9);
}
mor-checkbox > .il label.part-checked .part-checked-icon {
  top: 7px;
  left: 20%;
}
mor-checkbox.border > .il label {
  padding: 0.4em 0.6em;
  margin: 0 0.5em 0.5em 0;
}
mor-checkbox.type-button > .il label {
  padding: 0.5em 1em;
  margin: 0;
}
mor-checkbox > .il label .box.focus-once {
  animation: formFocusAnimateTheme 0.42s ease-out;
}
mor-checkbox > .il label.checked .box,
mor-checkbox > .il label.part-checked .box {
  background: #F33D5D;
  border-color: #F33D5D;
}
mor-checkbox.border > .il label.checked,
mor-checkbox.border > .il label.part-checked {
  border-color: #F33D5D;
}
mor-checkbox.type-button > .il label:not(.checked):hover {
  border-color: #F33D5D;
}
mor-checkbox.type-button > .il label:not(.checked):hover span {
  color: #F33D5D;
}
mor-checkbox.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #F33D5D;
}
mor-checkbox.type-button > .il label.checked {
  background: #F33D5D;
  border-color: #F33D5D;
}
mor-checkbox.type-button > .il label.checked + label {
  border-left-color: #F33D5D;
}
mor-checkbox.st-disabled > .il label.checked .box,
mor-checkbox.st-readonly > .il label.checked .box,
mor-checkbox.st-disabled > .il label.part-checked .box,
mor-checkbox.st-readonly > .il label.part-checked .box {
  background: #de526a;
  border-color: #de526a;
}
mor-checkbox > .il label.checked.disabled .box,
mor-checkbox > .il label.part-checked.disabled .box {
  background: #de526a;
  border-color: #de526a;
}
mor-radio {
  width: 100%;
  position: relative;
  display: inline-block;
  z-index: 9;
  -webkit-user-select: none;
  box-sizing: border-box;
}
mor-radio[type='button'] {
  -webkit-appearance: none;
}
mor-radio.has-cleanbtn {
  padding-bottom: 20px;
}
mor-radio .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-radio > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-radio > .form-name + .form-body {
  margin-top: 8px;
}
mor-radio > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-radio > .form-note + .form-body {
  margin-top: 8px;
}
mor-radio > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-radio > .error-message:empty {
  display: none;
}
mor-radio.fw-xs,
mor-radio.fw-xs .form-body {
  width: 120px;
}
mor-radio.fw-s,
mor-radio.fw-s .form-body {
  width: 140px;
}
mor-radio.fw-m,
mor-radio.fw-m .form-body {
  width: 180px;
}
mor-radio.fw-l,
mor-radio.fw-l .form-body {
  width: 360px;
}
mor-radio.fw-xl,
mor-radio.fw-xl .form-body {
  width: 600px;
}
mor-radio > .il {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
mor-radio > .il label {
  display: inline-block;
  cursor: pointer;
}
mor-radio > .il label span {
  vertical-align: middle;
  color: #666666;
  transition: 0.2s;
  -webkit-user-select: text;
}
mor-radio > .il label .box {
  vertical-align: middle;
  background: #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  border: 1px #E5E5E5 solid;
  transition: 0.2s;
  box-sizing: border-box;
}
mor-radio > .il label .box > .mo-icon {
  color: #FFF;
  opacity: 0;
  transform: scale(0);
  transition: 0.2s;
  width: 100%;
  display: block;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
}
mor-radio > .il label:hover .box {
  border-color: #bcbcbc;
}
mor-radio > .il label.checked span {
  color: #000000;
}
mor-radio > .il label.checked .box > .mo-icon {
  opacity: 1;
}
mor-radio > .il label.disabled {
  border-color: #dddddd;
  -webkit-user-select: none;
  cursor: not-allowed !important;
}
mor-radio > .il label.disabled > .box {
  background-color: #dddddd;
  border-color: #dddddd;
}
mor-radio > .il label.disabled.checked .box .mo-icon {
  opacity: 0.6;
}
mor-radio > .il label.disabled > .box {
  background-color: #dddddd;
  border-color: #dddddd;
}
mor-radio > .il label.disabled.checked .box .mo-icon {
  opacity: 0.6;
}
mor-radio > .il label.hidden {
  display: none;
}
mor-radio.border:not(.type-button) > .il label {
  border: 1px #E5E5E5 solid;
  border-radius: 3px;
}
mor-radio.border:not(.type-button) > .il label:hover {
  border-color: #bcbcbc;
}
mor-radio.vertical > .il label {
  margin: 0 0 0.6em;
  width: 100%;
}
mor-radio.type-point .radio-point {
  display: inline-block;
  border-radius: 50%;
  position: relative;
  vertical-align: top;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s, transform 0.2s;
}
mor-radio.type-point > .il label.checked .box {
  background: #FFFFFF !important;
}
mor-radio.type-point > .il label.checked .radio-point {
  opacity: 1;
  transform: scale(1);
}
mor-radio.type-button > .il {
  flex-wrap: nowrap;
}
mor-radio.type-button > .il label {
  border: 1px solid #E5E5E5;
  border-right-width: 0;
}
mor-radio.type-button > .il label span {
  color: #999999;
}
mor-radio.type-button > .il label .box {
  display: none;
}
mor-radio.type-button > .il label:hover {
  cursor: pointer;
}
mor-radio.type-button > .il label:first-child {
  border-radius: 3px 0 0 3px;
}
mor-radio.type-button > .il label:last-child {
  border-radius: 0 3px 3px 0;
  border-right-width: 1px;
}
mor-radio.type-button > .il label.checked {
  cursor: default;
}
mor-radio.type-button > .il label.checked span {
  color: #FFFFFF;
}
mor-radio.type-button > .il label.disabled {
  background-color: #dddddd;
  border-color: #dddddd;
  cursor: not-allowed;
}
mor-radio.type-button > .il label.disabled + label:not(.checked):not(:hover) {
  border-left-color: #dddddd;
}
mor-radio.type-button > .il label.disabled:hover span {
  color: #999999;
}
mor-radio.si-m > .il label {
  margin: 0.25em 1em 0.25em 0;
}
mor-radio.si-m > .il label span {
  font-size: 14px;
}
mor-radio.si-m > .il label .box {
  width: 20px;
  height: 20px;
  margin: 0 0.375em 0 0;
}
mor-radio.si-m > .il label .box > .mo-icon {
  font-size: 12px;
  line-height: 19px;
}
mor-radio.si-m > .il label .radio-point {
  width: 10px;
  height: 10px;
  left: 4px;
  top: 4px;
}
mor-radio.si-m > .il label.checked .box > .mo-icon {
  transform: scale(0.9);
}
mor-radio.si-m.border:not(.type-button) > .il label {
  padding: 0.4em 0.6em;
  margin: 0 0.5em 0.5em 0;
}
mor-radio.si-m.type-button > .il label {
  padding: 0.5em 1em;
  margin: 0;
}
mor-radio.si-s > .il label {
  margin: 0.1em 0.75em 0.1em 0;
}
mor-radio.si-s > .il label span {
  font-size: 13px;
}
mor-radio.si-s > .il label .box {
  width: 16px;
  height: 16px;
  margin: 0 0.25em 0 0;
}
mor-radio.si-s > .il label .box .mo-icon {
  font-size: 12px;
  line-height: 15px;
}
mor-radio.si-s > .il label .radio-point {
  width: 8px;
  height: 8px;
  left: 3px;
  top: 3px;
}
mor-radio.si-s > .il label.checked .box .mo-icon {
  transform: scale(0.8);
}
mor-radio.si-s.border:not(.type-button) > .il label {
  padding: 0.3em 0.4em;
  margin: 0 0.4em 0.4em 0;
}
mor-radio.si-s.type-button > .il label {
  padding: 0.3em 0.8em;
  margin: 0;
}
mor-radio.si-xs > .il label {
  margin: 0 0.75em 0 0;
}
mor-radio.si-xs > .il label span {
  font-size: 12px;
}
mor-radio.si-xs > .il label .box {
  width: 14px;
  height: 14px;
  margin: 0 0.25em 0 0;
}
mor-radio.si-xs > .il label .box .mo-icon {
  font-size: 12px;
  line-height: 13px;
}
mor-radio.si-xs > .il label .radio-point {
  width: 6px;
  height: 6px;
  left: 3px;
  top: 3px;
}
mor-radio.si-xs > .il label.checked .box .mo-icon {
  transform: scale(0.7);
}
mor-radio.si-xs.border:not(.type-button) > .il label {
  padding: 0.2em 0.3em;
  margin: 0 0.3em 0.3em 0;
}
mor-radio.si-xs.type-button > .il label {
  padding: 0.2em 0.6em;
  margin: 0;
}
mor-radio.co-t > .il label .box.focus-once {
  animation: formFocusAnimateTheme 0.42s ease-out;
}
mor-radio.co-t > .il label.checked .box {
  background: #F33D5D;
  border-color: #F33D5D;
}
mor-radio.co-t.border > .il label.checked {
  border-color: #F33D5D;
}
mor-radio.co-t.type-point .radio-point {
  background: #F33D5D;
}
mor-radio.co-t.type-button > .il label:not(.checked):hover {
  border-color: #F33D5D;
}
mor-radio.co-t.type-button > .il label:not(.checked):hover span {
  color: #F33D5D;
}
mor-radio.co-t.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #F33D5D;
}
mor-radio.co-t.type-button > .il label.checked {
  background: #F33D5D;
  border-color: #F33D5D;
}
mor-radio.co-t.type-button > .il label.checked + label {
  border-left-color: #F33D5D;
}
mor-radio.co-t.st-disabled > .il label.checked .box,
mor-radio.co-t.st-readonly > .il label.checked .box {
  background: #de526a;
  border-color: #de526a;
}
mor-radio.co-t > .il label.checked.disabled .box {
  background: #de526a;
  border-color: #de526a;
}
mor-radio.co-lt > .il label .box.focus-once {
  animation: formFocusAnimateLightTheme 0.42s ease-out;
}
mor-radio.co-lt > .il label.checked .box {
  background: #F86F88;
  border-color: #F86F88;
}
mor-radio.co-lt.border > .il label.checked {
  border-color: #F86F88;
}
mor-radio.co-lt.type-point .radio-point {
  background: #F86F88;
}
mor-radio.co-lt.type-button > .il label:not(.checked):hover {
  border-color: #F86F88;
}
mor-radio.co-lt.type-button > .il label:not(.checked):hover span {
  color: #F86F88;
}
mor-radio.co-lt.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #F86F88;
}
mor-radio.co-lt.type-button > .il label.checked {
  background: #F86F88;
  border-color: #F86F88;
}
mor-radio.co-lt.type-button > .il label.checked + label {
  border-left-color: #F86F88;
}
mor-radio.co-lt.st-disabled > .il label.checked .box,
mor-radio.co-lt.st-readonly > .il label.checked .box {
  background: #e97e92;
  border-color: #e97e92;
}
mor-radio.co-lt > .il label.checked.disabled .box {
  background: #e97e92;
  border-color: #e97e92;
}
mor-radio.co-dt > .il label .box.focus-once {
  animation: formFocusAnimateDarkTheme 0.42s ease-out;
}
mor-radio.co-dt > .il label.checked .box {
  background: #D22343;
  border-color: #D22343;
}
mor-radio.co-dt.border > .il label.checked {
  border-color: #D22343;
}
mor-radio.co-dt.type-point .radio-point {
  background: #D22343;
}
mor-radio.co-dt.type-button > .il label:not(.checked):hover {
  border-color: #D22343;
}
mor-radio.co-dt.type-button > .il label:not(.checked):hover span {
  color: #D22343;
}
mor-radio.co-dt.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #D22343;
}
mor-radio.co-dt.type-button > .il label.checked {
  background: #D22343;
  border-color: #D22343;
}
mor-radio.co-dt.type-button > .il label.checked + label {
  border-left-color: #D22343;
}
mor-radio.co-dt.st-disabled > .il label.checked .box,
mor-radio.co-dt.st-readonly > .il label.checked .box {
  background: #b93c53;
  border-color: #b93c53;
}
mor-radio.co-dt > .il label.checked.disabled .box {
  background: #b93c53;
  border-color: #b93c53;
}
mor-radio.co-s > .il label .box.focus-once {
  animation: formFocusAnimateSuccess 0.42s ease-out;
}
mor-radio.co-s > .il label.checked .box {
  background: #1EB818;
  border-color: #1EB818;
}
mor-radio.co-s.border > .il label.checked {
  border-color: #1EB818;
}
mor-radio.co-s.type-point .radio-point {
  background: #1EB818;
}
mor-radio.co-s.type-button > .il label:not(.checked):hover {
  border-color: #1EB818;
}
mor-radio.co-s.type-button > .il label:not(.checked):hover span {
  color: #1EB818;
}
mor-radio.co-s.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #1EB818;
}
mor-radio.co-s.type-button > .il label.checked {
  background: #1EB818;
  border-color: #1EB818;
}
mor-radio.co-s.type-button > .il label.checked + label {
  border-left-color: #1EB818;
}
mor-radio.co-s.st-disabled > .il label.checked .box,
mor-radio.co-s.st-readonly > .il label.checked .box {
  background: #31a32d;
  border-color: #31a32d;
}
mor-radio.co-s > .il label.checked.disabled .box {
  background: #31a32d;
  border-color: #31a32d;
}
mor-radio.co-w > .il label .box.focus-once {
  animation: formFocusAnimateWarning 0.42s ease-out;
}
mor-radio.co-w > .il label.checked .box {
  background: #FA9428;
  border-color: #FA9428;
}
mor-radio.co-w.border > .il label.checked {
  border-color: #FA9428;
}
mor-radio.co-w.type-point .radio-point {
  background: #FA9428;
}
mor-radio.co-w.type-button > .il label:not(.checked):hover {
  border-color: #FA9428;
}
mor-radio.co-w.type-button > .il label:not(.checked):hover span {
  color: #FA9428;
}
mor-radio.co-w.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #FA9428;
}
mor-radio.co-w.type-button > .il label.checked {
  background: #FA9428;
  border-color: #FA9428;
}
mor-radio.co-w.type-button > .il label.checked + label {
  border-left-color: #FA9428;
}
mor-radio.co-w.st-disabled > .il label.checked .box,
mor-radio.co-w.st-readonly > .il label.checked .box {
  background: #e4933e;
  border-color: #e4933e;
}
mor-radio.co-w > .il label.checked.disabled .box {
  background: #e4933e;
  border-color: #e4933e;
}
mor-radio.co-d > .il label .box.focus-once {
  animation: formFocusAnimateDanger 0.42s ease-out;
}
mor-radio.co-d > .il label.checked .box {
  background: #FA2833;
  border-color: #FA2833;
}
mor-radio.co-d.border > .il label.checked {
  border-color: #FA2833;
}
mor-radio.co-d.type-point .radio-point {
  background: #FA2833;
}
mor-radio.co-d.type-button > .il label:not(.checked):hover {
  border-color: #FA2833;
}
mor-radio.co-d.type-button > .il label:not(.checked):hover span {
  color: #FA2833;
}
mor-radio.co-d.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #FA2833;
}
mor-radio.co-d.type-button > .il label.checked {
  background: #FA2833;
  border-color: #FA2833;
}
mor-radio.co-d.type-button > .il label.checked + label {
  border-left-color: #FA2833;
}
mor-radio.co-d.st-disabled > .il label.checked .box,
mor-radio.co-d.st-readonly > .il label.checked .box {
  background: #e43e47;
  border-color: #e43e47;
}
mor-radio.co-d > .il label.checked.disabled .box {
  background: #e43e47;
  border-color: #e43e47;
}
mor-radio.co-p > .il label .box.focus-once {
  animation: formFocusAnimatePrimary 0.42s ease-out;
}
mor-radio.co-p > .il label.checked .box {
  background: #2879FA;
  border-color: #2879FA;
}
mor-radio.co-p.border > .il label.checked {
  border-color: #2879FA;
}
mor-radio.co-p.type-point .radio-point {
  background: #2879FA;
}
mor-radio.co-p.type-button > .il label:not(.checked):hover {
  border-color: #2879FA;
}
mor-radio.co-p.type-button > .il label:not(.checked):hover span {
  color: #2879FA;
}
mor-radio.co-p.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #2879FA;
}
mor-radio.co-p.type-button > .il label.checked {
  background: #2879FA;
  border-color: #2879FA;
}
mor-radio.co-p.type-button > .il label.checked + label {
  border-left-color: #2879FA;
}
mor-radio.co-p.st-disabled > .il label.checked .box,
mor-radio.co-p.st-readonly > .il label.checked .box {
  background: #3e7ee4;
  border-color: #3e7ee4;
}
mor-radio.co-p > .il label.checked.disabled .box {
  background: #3e7ee4;
  border-color: #3e7ee4;
}
mor-radio.co-m > .il label .box.focus-once {
  animation: formFocusAnimateMinor 0.42s ease-out;
}
mor-radio.co-m > .il label.checked .box {
  background: #B2B2B2;
  border-color: #B2B2B2;
}
mor-radio.co-m.border > .il label.checked {
  border-color: #B2B2B2;
}
mor-radio.co-m.type-point .radio-point {
  background: #B2B2B2;
}
mor-radio.co-m.type-button > .il label:not(.checked):hover {
  border-color: #B2B2B2;
}
mor-radio.co-m.type-button > .il label:not(.checked):hover span {
  color: #B2B2B2;
}
mor-radio.co-m.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #B2B2B2;
}
mor-radio.co-m.type-button > .il label.checked {
  background: #B2B2B2;
  border-color: #B2B2B2;
}
mor-radio.co-m.type-button > .il label.checked + label {
  border-left-color: #B2B2B2;
}
mor-radio.co-m.st-disabled > .il label.checked .box,
mor-radio.co-m.st-readonly > .il label.checked .box {
  background: #b2b2b2;
  border-color: #b2b2b2;
}
mor-radio.co-m > .il label.checked.disabled .box {
  background: #b2b2b2;
  border-color: #b2b2b2;
}
mor-radio.co-i > .il label .box.focus-once {
  animation: formFocusAnimateInfo 0.42s ease-out;
}
mor-radio.co-i > .il label.checked .box {
  background: #18B8B6;
  border-color: #18B8B6;
}
mor-radio.co-i.border > .il label.checked {
  border-color: #18B8B6;
}
mor-radio.co-i.type-point .radio-point {
  background: #18B8B6;
}
mor-radio.co-i.type-button > .il label:not(.checked):hover {
  border-color: #18B8B6;
}
mor-radio.co-i.type-button > .il label:not(.checked):hover span {
  color: #18B8B6;
}
mor-radio.co-i.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #18B8B6;
}
mor-radio.co-i.type-button > .il label.checked {
  background: #18B8B6;
  border-color: #18B8B6;
}
mor-radio.co-i.type-button > .il label.checked + label {
  border-left-color: #18B8B6;
}
mor-radio.co-i.st-disabled > .il label.checked .box,
mor-radio.co-i.st-readonly > .il label.checked .box {
  background: #2da3a2;
  border-color: #2da3a2;
}
mor-radio.co-i > .il label.checked.disabled .box {
  background: #2da3a2;
  border-color: #2da3a2;
}
mor-radio.co-bk > .il label.checked .box {
  background: #000000;
  border-color: #000000;
}
mor-radio.co-bk.border > .il label.checked {
  border-color: #000000;
}
mor-radio.co-bk.type-point .radio-point {
  background: #000000;
}
mor-radio.co-bk.type-button > .il label:not(.checked):hover {
  border-color: #000000;
}
mor-radio.co-bk.type-button > .il label:not(.checked):hover span {
  color: #000000;
}
mor-radio.co-bk.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #000000;
}
mor-radio.co-bk.type-button > .il label.checked {
  background: #000000;
  border-color: #000000;
}
mor-radio.co-bk.type-button > .il label.checked + label {
  border-left-color: #000000;
}
mor-radio.co-bk.st-disabled > .il label.checked .box,
mor-radio.co-bk.st-readonly > .il label.checked .box {
  background: #000000;
  border-color: #000000;
}
mor-radio.co-bk > .il label.checked.disabled .box {
  background: #000000;
  border-color: #000000;
}
mor-radio.co-n1 > .il label span {
  color: #e3e3e3;
}
mor-radio.co-n1 > .il label .box {
  border: 1px #FFFFFF solid;
}
mor-radio.co-n1 > .il label.checked .box {
  background: #F0F0F0;
  border-color: #F0F0F0;
  color: #F0F0F0;
}
mor-radio.co-n1 > .il label.checked .box .mo-icon {
  color: #000000;
}
mor-radio.co-n1.border > .il label.checked {
  border-color: #F0F0F0;
}
mor-radio.co-n1.type-point .il label.checked .box {
  background: #000000 !important;
}
mor-radio.co-n1.type-point .radio-point {
  background: #F0F0F0;
}
mor-radio.co-n1.type-button > .il label:not(.checked):hover {
  border-color: #F0F0F0;
}
mor-radio.co-n1.type-button > .il label:not(.checked):hover span {
  color: #F0F0F0;
}
mor-radio.co-n1.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #F0F0F0;
}
mor-radio.co-n1.type-button > .il label.checked {
  background: #F0F0F0;
  border-color: #F0F0F0;
}
mor-radio.co-n1.type-button > .il label.checked + label {
  border-left-color: #F0F0F0;
}
mor-radio.co-n1.st-disabled > .il label.checked .box,
mor-radio.co-n1.st-readonly > .il label.checked .box {
  background: #ffffff;
  border-color: #ffffff;
}
mor-radio.co-n1 > .il label.checked.disabled .box {
  background: #ffffff;
  border-color: #ffffff;
}
mor-radio.co-n2 > .il label span {
  color: #d8d8d8;
}
mor-radio.co-n2 > .il label .box {
  border: 1px #FFFFFF solid;
}
mor-radio.co-n2 > .il label.checked .box {
  background: #E5E5E5;
  border-color: #E5E5E5;
  color: #E5E5E5;
}
mor-radio.co-n2 > .il label.checked .box .mo-icon {
  color: #000000;
}
mor-radio.co-n2.border > .il label.checked {
  border-color: #E5E5E5;
}
mor-radio.co-n2.type-point .il label.checked .box {
  background: #000000 !important;
}
mor-radio.co-n2.type-point .radio-point {
  background: #E5E5E5;
}
mor-radio.co-n2.type-button > .il label:not(.checked):hover {
  border-color: #E5E5E5;
}
mor-radio.co-n2.type-button > .il label:not(.checked):hover span {
  color: #E5E5E5;
}
mor-radio.co-n2.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #E5E5E5;
}
mor-radio.co-n2.type-button > .il label.checked {
  background: #E5E5E5;
  border-color: #E5E5E5;
}
mor-radio.co-n2.type-button > .il label.checked + label {
  border-left-color: #E5E5E5;
}
mor-radio.co-n2.st-disabled > .il label.checked .box,
mor-radio.co-n2.st-readonly > .il label.checked .box {
  background: #ffffff;
  border-color: #ffffff;
}
mor-radio.co-n2 > .il label.checked.disabled .box {
  background: #ffffff;
  border-color: #ffffff;
}
mor-radio.co-n3 > .il label span {
  color: #d3d3d3;
}
mor-radio.co-n3 > .il label .box {
  border: 1px #FFFFFF solid;
}
mor-radio.co-n3 > .il label.checked .box {
  background: #E0E0E0;
  border-color: #E0E0E0;
  color: #E0E0E0;
}
mor-radio.co-n3 > .il label.checked .box .mo-icon {
  color: #000000;
}
mor-radio.co-n3.border > .il label.checked {
  border-color: #E0E0E0;
}
mor-radio.co-n3.type-point .il label.checked .box {
  background: #000000 !important;
}
mor-radio.co-n3.type-point .radio-point {
  background: #E0E0E0;
}
mor-radio.co-n3.type-button > .il label:not(.checked):hover {
  border-color: #E0E0E0;
}
mor-radio.co-n3.type-button > .il label:not(.checked):hover span {
  color: #E0E0E0;
}
mor-radio.co-n3.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #E0E0E0;
}
mor-radio.co-n3.type-button > .il label.checked {
  background: #E0E0E0;
  border-color: #E0E0E0;
}
mor-radio.co-n3.type-button > .il label.checked + label {
  border-left-color: #E0E0E0;
}
mor-radio.co-n3.st-disabled > .il label.checked .box,
mor-radio.co-n3.st-readonly > .il label.checked .box {
  background: #ffffff;
  border-color: #ffffff;
}
mor-radio.co-n3 > .il label.checked.disabled .box {
  background: #ffffff;
  border-color: #ffffff;
}
mor-radio.co-n4 > .il label span {
  color: #cccccc;
}
mor-radio.co-n4 > .il label .box {
  border: 1px #FFFFFF solid;
}
mor-radio.co-n4 > .il label.checked .box {
  background: #D9D9D9;
  border-color: #D9D9D9;
  color: #D9D9D9;
}
mor-radio.co-n4 > .il label.checked .box .mo-icon {
  color: #000000;
}
mor-radio.co-n4.border > .il label.checked {
  border-color: #D9D9D9;
}
mor-radio.co-n4.type-point .il label.checked .box {
  background: #000000 !important;
}
mor-radio.co-n4.type-point .radio-point {
  background: #D9D9D9;
}
mor-radio.co-n4.type-button > .il label:not(.checked):hover {
  border-color: #D9D9D9;
}
mor-radio.co-n4.type-button > .il label:not(.checked):hover span {
  color: #D9D9D9;
}
mor-radio.co-n4.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #D9D9D9;
}
mor-radio.co-n4.type-button > .il label.checked {
  background: #D9D9D9;
  border-color: #D9D9D9;
}
mor-radio.co-n4.type-button > .il label.checked + label {
  border-left-color: #D9D9D9;
}
mor-radio.co-n4.st-disabled > .il label.checked .box,
mor-radio.co-n4.st-readonly > .il label.checked .box {
  background: #ffffff;
  border-color: #ffffff;
}
mor-radio.co-n4 > .il label.checked.disabled .box {
  background: #ffffff;
  border-color: #ffffff;
}
mor-radio.co-n5 > .il label span {
  color: #bfbfbf;
}
mor-radio.co-n5 > .il label .box {
  border: 1px #FFFFFF solid;
}
mor-radio.co-n5 > .il label.checked .box {
  background: #CCCCCC;
  border-color: #CCCCCC;
  color: #CCCCCC;
}
mor-radio.co-n5 > .il label.checked .box .mo-icon {
  color: #000000;
}
mor-radio.co-n5.border > .il label.checked {
  border-color: #CCCCCC;
}
mor-radio.co-n5.type-point .il label.checked .box {
  background: #000000 !important;
}
mor-radio.co-n5.type-point .radio-point {
  background: #CCCCCC;
}
mor-radio.co-n5.type-button > .il label:not(.checked):hover {
  border-color: #CCCCCC;
}
mor-radio.co-n5.type-button > .il label:not(.checked):hover span {
  color: #CCCCCC;
}
mor-radio.co-n5.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #CCCCCC;
}
mor-radio.co-n5.type-button > .il label.checked {
  background: #CCCCCC;
  border-color: #CCCCCC;
}
mor-radio.co-n5.type-button > .il label.checked + label {
  border-left-color: #CCCCCC;
}
mor-radio.co-n5.st-disabled > .il label.checked .box,
mor-radio.co-n5.st-readonly > .il label.checked .box {
  background: #ffffff;
  border-color: #ffffff;
}
mor-radio.co-n5 > .il label.checked.disabled .box {
  background: #ffffff;
  border-color: #ffffff;
}
mor-radio.co-n6 > .il label.checked .box {
  background: #B2B2B2;
  border-color: #B2B2B2;
}
mor-radio.co-n6.border > .il label.checked {
  border-color: #B2B2B2;
}
mor-radio.co-n6.type-point .radio-point {
  background: #B2B2B2;
}
mor-radio.co-n6.type-button > .il label:not(.checked):hover {
  border-color: #B2B2B2;
}
mor-radio.co-n6.type-button > .il label:not(.checked):hover span {
  color: #B2B2B2;
}
mor-radio.co-n6.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #B2B2B2;
}
mor-radio.co-n6.type-button > .il label.checked {
  background: #B2B2B2;
  border-color: #B2B2B2;
}
mor-radio.co-n6.type-button > .il label.checked + label {
  border-left-color: #B2B2B2;
}
mor-radio.co-n6.st-disabled > .il label.checked .box,
mor-radio.co-n6.st-readonly > .il label.checked .box {
  background: #000000;
  border-color: #000000;
}
mor-radio.co-n6 > .il label.checked.disabled .box {
  background: #000000;
  border-color: #000000;
}
mor-radio.co-n7 > .il label.checked .box {
  background: #999999;
  border-color: #999999;
}
mor-radio.co-n7.border > .il label.checked {
  border-color: #999999;
}
mor-radio.co-n7.type-point .radio-point {
  background: #999999;
}
mor-radio.co-n7.type-button > .il label:not(.checked):hover {
  border-color: #999999;
}
mor-radio.co-n7.type-button > .il label:not(.checked):hover span {
  color: #999999;
}
mor-radio.co-n7.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #999999;
}
mor-radio.co-n7.type-button > .il label.checked {
  background: #999999;
  border-color: #999999;
}
mor-radio.co-n7.type-button > .il label.checked + label {
  border-left-color: #999999;
}
mor-radio.co-n7.st-disabled > .il label.checked .box,
mor-radio.co-n7.st-readonly > .il label.checked .box {
  background: #000000;
  border-color: #000000;
}
mor-radio.co-n7 > .il label.checked.disabled .box {
  background: #000000;
  border-color: #000000;
}
mor-radio.co-n8 > .il label.checked .box {
  background: #7F7F7F;
  border-color: #7F7F7F;
}
mor-radio.co-n8.border > .il label.checked {
  border-color: #7F7F7F;
}
mor-radio.co-n8.type-point .radio-point {
  background: #7F7F7F;
}
mor-radio.co-n8.type-button > .il label:not(.checked):hover {
  border-color: #7F7F7F;
}
mor-radio.co-n8.type-button > .il label:not(.checked):hover span {
  color: #7F7F7F;
}
mor-radio.co-n8.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #7F7F7F;
}
mor-radio.co-n8.type-button > .il label.checked {
  background: #7F7F7F;
  border-color: #7F7F7F;
}
mor-radio.co-n8.type-button > .il label.checked + label {
  border-left-color: #7F7F7F;
}
mor-radio.co-n8.st-disabled > .il label.checked .box,
mor-radio.co-n8.st-readonly > .il label.checked .box {
  background: #000000;
  border-color: #000000;
}
mor-radio.co-n8 > .il label.checked.disabled .box {
  background: #000000;
  border-color: #000000;
}
mor-radio.co-n9 > .il label.checked .box {
  background: #666666;
  border-color: #666666;
}
mor-radio.co-n9.border > .il label.checked {
  border-color: #666666;
}
mor-radio.co-n9.type-point .radio-point {
  background: #666666;
}
mor-radio.co-n9.type-button > .il label:not(.checked):hover {
  border-color: #666666;
}
mor-radio.co-n9.type-button > .il label:not(.checked):hover span {
  color: #666666;
}
mor-radio.co-n9.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #666666;
}
mor-radio.co-n9.type-button > .il label.checked {
  background: #666666;
  border-color: #666666;
}
mor-radio.co-n9.type-button > .il label.checked + label {
  border-left-color: #666666;
}
mor-radio.co-n9.st-disabled > .il label.checked .box,
mor-radio.co-n9.st-readonly > .il label.checked .box {
  background: #000000;
  border-color: #000000;
}
mor-radio.co-n9 > .il label.checked.disabled .box {
  background: #000000;
  border-color: #000000;
}
mor-radio.co-n10 > .il label.checked .box {
  background: #4C4C4C;
  border-color: #4C4C4C;
}
mor-radio.co-n10.border > .il label.checked {
  border-color: #4C4C4C;
}
mor-radio.co-n10.type-point .radio-point {
  background: #4C4C4C;
}
mor-radio.co-n10.type-button > .il label:not(.checked):hover {
  border-color: #4C4C4C;
}
mor-radio.co-n10.type-button > .il label:not(.checked):hover span {
  color: #4C4C4C;
}
mor-radio.co-n10.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #4C4C4C;
}
mor-radio.co-n10.type-button > .il label.checked {
  background: #4C4C4C;
  border-color: #4C4C4C;
}
mor-radio.co-n10.type-button > .il label.checked + label {
  border-left-color: #4C4C4C;
}
mor-radio.co-n10.st-disabled > .il label.checked .box,
mor-radio.co-n10.st-readonly > .il label.checked .box {
  background: #000000;
  border-color: #000000;
}
mor-radio.co-n10 > .il label.checked.disabled .box {
  background: #000000;
  border-color: #000000;
}
mor-radio.co-n11 > .il label.checked .box {
  background: #333333;
  border-color: #333333;
}
mor-radio.co-n11.border > .il label.checked {
  border-color: #333333;
}
mor-radio.co-n11.type-point .radio-point {
  background: #333333;
}
mor-radio.co-n11.type-button > .il label:not(.checked):hover {
  border-color: #333333;
}
mor-radio.co-n11.type-button > .il label:not(.checked):hover span {
  color: #333333;
}
mor-radio.co-n11.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #333333;
}
mor-radio.co-n11.type-button > .il label.checked {
  background: #333333;
  border-color: #333333;
}
mor-radio.co-n11.type-button > .il label.checked + label {
  border-left-color: #333333;
}
mor-radio.co-n11.st-disabled > .il label.checked .box,
mor-radio.co-n11.st-readonly > .il label.checked .box {
  background: #000000;
  border-color: #000000;
}
mor-radio.co-n11 > .il label.checked.disabled .box {
  background: #000000;
  border-color: #000000;
}
mor-radio.co-wh > .il label span {
  color: #E5E5E5;
}
mor-radio.co-wh > .il label .box {
  border: 1px #FFFFFF solid;
}
mor-radio.co-wh > .il label.checked .box {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
mor-radio.co-wh > .il label.checked .box .mo-icon {
  color: #000000;
}
mor-radio.co-wh.border > .il label.checked {
  border-color: #FFFFFF;
}
mor-radio.co-wh.type-point .il label.checked .box {
  background: #000000 !important;
}
mor-radio.co-wh.type-point .radio-point {
  background: #FFFFFF;
}
mor-radio.co-wh.type-button > .il label span {
  color: #cbcbcb;
}
mor-radio.co-wh.type-button > .il label:not(.checked):hover {
  border-color: #FFFFFF;
}
mor-radio.co-wh.type-button > .il label:not(.checked):hover span {
  color: #FFFFFF;
}
mor-radio.co-wh.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #FFFFFF;
}
mor-radio.co-wh.type-button > .il label.checked {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
mor-radio.co-wh.type-button > .il label.checked span {
  color: #000000;
}
mor-radio.co-wh.type-button > .il label.checked + label {
  border-left-color: #FFFFFF;
}
mor-radio.co-wh.st-disabled > .il label.checked .box,
mor-radio.co-wh.st-readonly > .il label.checked .box {
  background: #ffffff;
  border-color: #ffffff;
}
mor-radio.co-wh > .il label.checked.disabled .box {
  background: #ffffff;
  border-color: #ffffff;
}
mor-radio.st-disabled > .il > label,
mor-radio.st-readonly > .il > label {
  border-color: #dddddd;
  -webkit-user-select: none;
  cursor: not-allowed !important;
}
mor-radio.st-disabled > .il > label > .box,
mor-radio.st-readonly > .il > label > .box {
  background-color: #dddddd;
  border-color: #dddddd;
}
mor-radio.st-disabled > .il > label.checked .box .mo-icon,
mor-radio.st-readonly > .il > label.checked .box .mo-icon {
  opacity: 0.6;
}
mor-radio.st-disabled > .il > label > .box,
mor-radio.st-readonly > .il > label > .box {
  background-color: #dddddd;
  border-color: #dddddd;
}
mor-radio.st-disabled > .il > label.checked .box .mo-icon,
mor-radio.st-readonly > .il > label.checked .box .mo-icon {
  opacity: 0.6;
}
mor-radio > .il label {
  margin: 0.25em 1em 0.25em 0;
}
mor-radio > .il label span {
  font-size: 14px;
}
mor-radio > .il label .box {
  width: 20px;
  height: 20px;
  margin: 0 0.375em 0 0;
}
mor-radio > .il label .box > .mo-icon {
  font-size: 12px;
  line-height: 19px;
}
mor-radio > .il label .radio-point {
  width: 10px;
  height: 10px;
  left: 4px;
  top: 4px;
}
mor-radio > .il label.checked .box > .mo-icon {
  transform: scale(0.9);
}
mor-radio.border:not(.type-button) > .il label {
  padding: 0.4em 0.6em;
  margin: 0 0.5em 0.5em 0;
}
mor-radio.type-button > .il label {
  padding: 0.5em 1em;
  margin: 0;
}
mor-radio > .il label .box.focus-once {
  animation: formFocusAnimateTheme 0.42s ease-out;
}
mor-radio > .il label.checked .box {
  background: #F33D5D;
  border-color: #F33D5D;
}
mor-radio.border > .il label.checked {
  border-color: #F33D5D;
}
mor-radio.type-point .radio-point {
  background: #F33D5D;
}
mor-radio.type-button > .il label:not(.checked):hover {
  border-color: #F33D5D;
}
mor-radio.type-button > .il label:not(.checked):hover span {
  color: #F33D5D;
}
mor-radio.type-button > .il label:not(.checked):hover:not(.checked) + label:not(.checked) {
  border-left-color: #F33D5D;
}
mor-radio.type-button > .il label.checked {
  background: #F33D5D;
  border-color: #F33D5D;
}
mor-radio.type-button > .il label.checked + label {
  border-left-color: #F33D5D;
}
mor-radio.st-disabled > .il label.checked .box,
mor-radio.st-readonly > .il label.checked .box {
  background: #de526a;
  border-color: #de526a;
}
mor-radio > .il label.checked.disabled .box {
  background: #de526a;
  border-color: #de526a;
}
mor-transfer {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 100%;
}
mor-transfer.has-cleanbtn {
  padding-bottom: 20px;
}
mor-transfer .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-transfer > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-transfer > .form-name + .form-body {
  margin-top: 8px;
}
mor-transfer > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-transfer > .form-note + .form-body {
  margin-top: 8px;
}
mor-transfer > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-transfer > .error-message:empty {
  display: none;
}
mor-transfer .transfer-wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 100%;
}
mor-transfer.has-form-name .transfer-wrap {
  height: calc(100% - 16px*1.5 - 16px*0.5);
}
mor-transfer .transfer-source-list,
mor-transfer .transfer-target-list,
mor-transfer .transfer-controls {
  flex-grow: 4;
}
mor-transfer .transfer-source-list,
mor-transfer .transfer-target-list {
  border: 1px #E5E5E5 solid;
  background: #FFFFFF;
  border-radius: 3px;
  overflow: hidden;
  padding: 0;
  min-width: 10em;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}
mor-transfer .transfer-source-list .transfer-title,
mor-transfer .transfer-target-list .transfer-title {
  background: #f5f5f5;
  font-size: 0;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
}
mor-transfer .transfer-source-list .transfer-title .transfer-source-count,
mor-transfer .transfer-target-list .transfer-title .transfer-source-count,
mor-transfer .transfer-source-list .transfer-title .transfer-target-count,
mor-transfer .transfer-target-list .transfer-title .transfer-target-count {
  position: absolute;
}
mor-transfer .transfer-source-list .transfer-title > p,
mor-transfer .transfer-target-list .transfer-title > p {
  display: inline-block;
  color: #000000;
  vertical-align: top;
}
mor-transfer .transfer-source-list .transfer-title > p > i,
mor-transfer .transfer-target-list .transfer-title > p > i {
  color: #000000;
}
mor-transfer .transfer-source-list .transfer-title > mor-checkbox,
mor-transfer .transfer-target-list .transfer-title > mor-checkbox {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
mor-transfer .transfer-source-list .transfer-title > mor-checkbox label > span,
mor-transfer .transfer-target-list .transfer-title > mor-checkbox label > span {
  font-size: 0;
}
mor-transfer .transfer-source-list .transfer-list,
mor-transfer .transfer-target-list .transfer-list {
  position: relative;
  flex-grow: 1;
  overflow-y: auto;
  font-size: 0;
}
mor-transfer .transfer-source-list .transfer-list > mor-checkbox,
mor-transfer .transfer-target-list .transfer-list > mor-checkbox {
  height: 100%;
  overflow-y: scroll;
}
mor-transfer .transfer-source-list .transfer-list > mor-checkbox::-webkit-scrollbar,
mor-transfer .transfer-target-list .transfer-list > mor-checkbox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0);
}
mor-transfer .transfer-source-list .transfer-list > mor-checkbox::-webkit-scrollbar-thumb,
mor-transfer .transfer-target-list .transfer-list > mor-checkbox::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0);
  border-radius: 4px;
}
mor-transfer .transfer-source-list .transfer-list > mor-checkbox:hover::-webkit-scrollbar-thumb,
mor-transfer .transfer-target-list .transfer-list > mor-checkbox:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}
mor-transfer .transfer-source-list .transfer-list > mor-checkbox > .il,
mor-transfer .transfer-target-list .transfer-list > mor-checkbox > .il {
  flex-direction: column;
}
mor-transfer .transfer-source-list .transfer-list > mor-checkbox > .il > label,
mor-transfer .transfer-target-list .transfer-list > mor-checkbox > .il > label {
  margin: 0;
}
mor-transfer .transfer-source-list .transfer-list > mor-checkbox > .il span,
mor-transfer .transfer-target-list .transfer-list > mor-checkbox > .il span {
  line-height: 1em;
}
mor-transfer .transfer-source-list .transfer-list .list-is-empty,
mor-transfer .transfer-target-list .transfer-list .list-is-empty {
  position: absolute;
  margin: 0;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
mor-transfer .transfer-source-list .transfer-footer,
mor-transfer .transfer-target-list .transfer-footer {
  flex-shrink: 0;
  flex-grow: 0;
  border-top: 1px #ededed solid;
}
mor-transfer .transfer-source-list .transfer-footer:empty,
mor-transfer .transfer-target-list .transfer-footer:empty {
  display: none;
}
mor-transfer .transfer-controls {
  flex-grow: 1;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
mor-transfer .transfer-controls > mor-btn > span {
  vertical-align: middle;
}
mor-transfer.si-m .transfer-source-list,
mor-transfer.si-m .transfer-target-list {
  font-size: 16px;
}
mor-transfer.si-m .transfer-source-list .transfer-title,
mor-transfer.si-m .transfer-target-list .transfer-title {
  height: 42px;
  padding: 6px 10px;
}
mor-transfer.si-m .transfer-source-list .transfer-title .transfer-source-count,
mor-transfer.si-m .transfer-target-list .transfer-title .transfer-source-count,
mor-transfer.si-m .transfer-source-list .transfer-title .transfer-target-count,
mor-transfer.si-m .transfer-target-list .transfer-title .transfer-target-count,
mor-transfer.si-m .transfer-source-list .transfer-title > p,
mor-transfer.si-m .transfer-target-list .transfer-title > p,
mor-transfer.si-m .transfer-source-list .transfer-title > mor-checkbox,
mor-transfer.si-m .transfer-target-list .transfer-title > mor-checkbox {
  line-height: 28px;
}
mor-transfer.si-m .transfer-source-list .transfer-title .transfer-source-count,
mor-transfer.si-m .transfer-target-list .transfer-title .transfer-source-count,
mor-transfer.si-m .transfer-source-list .transfer-title .transfer-target-count,
mor-transfer.si-m .transfer-target-list .transfer-title .transfer-target-count {
  font-size: 12px;
  right: 10px;
  top: 6px;
}
mor-transfer.si-m .transfer-source-list .transfer-title > p,
mor-transfer.si-m .transfer-target-list .transfer-title > p {
  font-size: 14px;
  margin: 0 0 0 0.5em;
}
mor-transfer.si-m .transfer-source-list .transfer-list > mor-checkbox,
mor-transfer.si-m .transfer-target-list .transfer-list > mor-checkbox {
  font-size: 16px;
}
mor-transfer.si-m .transfer-source-list .transfer-list > mor-checkbox > .il,
mor-transfer.si-m .transfer-target-list .transfer-list > mor-checkbox > .il {
  padding: 8px 0;
}
mor-transfer.si-m .transfer-source-list .transfer-list > mor-checkbox > .il > label,
mor-transfer.si-m .transfer-target-list .transfer-list > mor-checkbox > .il > label {
  padding: 5px 10px;
}
mor-transfer.si-m .transfer-source-list .transfer-list .search-input,
mor-transfer.si-m .transfer-target-list .transfer-list .search-input {
  padding: 8px 8px 0 8px;
}
mor-transfer.si-m .transfer-source-list .transfer-list .search-input mor-textinput input,
mor-transfer.si-m .transfer-target-list .transfer-list .search-input mor-textinput input {
  padding: 0 0.6em;
  height: 32px;
  font-size: 12px;
}
mor-transfer.si-m .transfer-source-list .transfer-footer,
mor-transfer.si-m .transfer-target-list .transfer-footer {
  padding: 0.5em;
  font-size: 16px;
}
mor-transfer.si-m .transfer-controls {
  padding: 0 1em;
}
mor-transfer.si-m .transfer-controls > mor-btn {
  margin: 0.5em 0;
}
mor-transfer.si-m .transfer-controls > mor-btn > .mo-icon {
  font-size: 12px;
}
mor-transfer.si-s .transfer-source-list,
mor-transfer.si-s .transfer-target-list {
  font-size: 15px;
}
mor-transfer.si-s .transfer-source-list .transfer-title,
mor-transfer.si-s .transfer-target-list .transfer-title {
  height: 32px;
  padding: 5px 8px;
}
mor-transfer.si-s .transfer-source-list .transfer-title .transfer-source-count,
mor-transfer.si-s .transfer-target-list .transfer-title .transfer-source-count,
mor-transfer.si-s .transfer-source-list .transfer-title .transfer-target-count,
mor-transfer.si-s .transfer-target-list .transfer-title .transfer-target-count,
mor-transfer.si-s .transfer-source-list .transfer-title > p,
mor-transfer.si-s .transfer-target-list .transfer-title > p,
mor-transfer.si-s .transfer-source-list .transfer-title > mor-checkbox,
mor-transfer.si-s .transfer-target-list .transfer-title > mor-checkbox {
  line-height: 24px;
}
mor-transfer.si-s .transfer-source-list .transfer-title .transfer-source-count,
mor-transfer.si-s .transfer-target-list .transfer-title .transfer-source-count,
mor-transfer.si-s .transfer-source-list .transfer-title .transfer-target-count,
mor-transfer.si-s .transfer-target-list .transfer-title .transfer-target-count {
  font-size: 12px;
  right: 8px;
  top: 5px;
}
mor-transfer.si-s .transfer-source-list .transfer-title > p,
mor-transfer.si-s .transfer-target-list .transfer-title > p {
  font-size: 13px;
  margin: 0 0 0 0.5em;
}
mor-transfer.si-s .transfer-source-list .transfer-list > mor-checkbox,
mor-transfer.si-s .transfer-target-list .transfer-list > mor-checkbox {
  font-size: 15px;
}
mor-transfer.si-s .transfer-source-list .transfer-list > mor-checkbox > .il,
mor-transfer.si-s .transfer-target-list .transfer-list > mor-checkbox > .il {
  padding: 5px 0;
}
mor-transfer.si-s .transfer-source-list .transfer-list > mor-checkbox > .il > label,
mor-transfer.si-s .transfer-target-list .transfer-list > mor-checkbox > .il > label {
  padding: 2px 8px;
}
mor-transfer.si-s .transfer-source-list .transfer-list .search-input,
mor-transfer.si-s .transfer-target-list .transfer-list .search-input {
  padding: 8px 8px 0 8px;
}
mor-transfer.si-s .transfer-source-list .transfer-list .search-input mor-textinput input,
mor-transfer.si-s .transfer-target-list .transfer-list .search-input mor-textinput input {
  padding: 0 0.6em;
  height: 28px;
  font-size: 12px;
}
mor-transfer.si-s .transfer-source-list .transfer-footer,
mor-transfer.si-s .transfer-target-list .transfer-footer {
  padding: 0.5em;
  font-size: 16px;
}
mor-transfer.si-s .transfer-controls {
  padding: 0 1em;
}
mor-transfer.si-s .transfer-controls > mor-btn {
  margin: 0.5em 0;
}
mor-transfer.si-s .transfer-controls > mor-btn > .mo-icon {
  font-size: 12px;
}
mor-transfer.si-xs .transfer-source-list,
mor-transfer.si-xs .transfer-target-list {
  font-size: 14px;
}
mor-transfer.si-xs .transfer-source-list .transfer-title,
mor-transfer.si-xs .transfer-target-list .transfer-title {
  height: 28px;
  padding: 2px 6px;
}
mor-transfer.si-xs .transfer-source-list .transfer-title .transfer-source-count,
mor-transfer.si-xs .transfer-target-list .transfer-title .transfer-source-count,
mor-transfer.si-xs .transfer-source-list .transfer-title .transfer-target-count,
mor-transfer.si-xs .transfer-target-list .transfer-title .transfer-target-count,
mor-transfer.si-xs .transfer-source-list .transfer-title > p,
mor-transfer.si-xs .transfer-target-list .transfer-title > p,
mor-transfer.si-xs .transfer-source-list .transfer-title > mor-checkbox,
mor-transfer.si-xs .transfer-target-list .transfer-title > mor-checkbox {
  line-height: 24px;
}
mor-transfer.si-xs .transfer-source-list .transfer-title .transfer-source-count,
mor-transfer.si-xs .transfer-target-list .transfer-title .transfer-source-count,
mor-transfer.si-xs .transfer-source-list .transfer-title .transfer-target-count,
mor-transfer.si-xs .transfer-target-list .transfer-title .transfer-target-count {
  font-size: 12px;
  right: 8px;
  top: 2px;
}
mor-transfer.si-xs .transfer-source-list .transfer-title > p,
mor-transfer.si-xs .transfer-target-list .transfer-title > p {
  font-size: 12px;
  margin: 0 0 0 0.5em;
}
mor-transfer.si-xs .transfer-source-list .transfer-list > mor-checkbox,
mor-transfer.si-xs .transfer-target-list .transfer-list > mor-checkbox {
  font-size: 14px;
}
mor-transfer.si-xs .transfer-source-list .transfer-list > mor-checkbox > .il,
mor-transfer.si-xs .transfer-target-list .transfer-list > mor-checkbox > .il {
  padding: 5px 0;
}
mor-transfer.si-xs .transfer-source-list .transfer-list > mor-checkbox > .il > label,
mor-transfer.si-xs .transfer-target-list .transfer-list > mor-checkbox > .il > label {
  padding: 0px 6px;
}
mor-transfer.si-xs .transfer-source-list .transfer-list .search-input,
mor-transfer.si-xs .transfer-target-list .transfer-list .search-input {
  padding: 8px 8px 0 8px;
}
mor-transfer.si-xs .transfer-source-list .transfer-list .search-input mor-textinput input,
mor-transfer.si-xs .transfer-target-list .transfer-list .search-input mor-textinput input {
  padding: 0 0.6em;
  height: 24px;
  font-size: 12px;
}
mor-transfer.si-xs .transfer-source-list .transfer-footer,
mor-transfer.si-xs .transfer-target-list .transfer-footer {
  padding: 0.5em;
  font-size: 16px;
}
mor-transfer.si-xs .transfer-controls {
  padding: 0 1em;
}
mor-transfer.si-xs .transfer-controls > mor-btn {
  margin: 0.5em 0;
}
mor-transfer.si-xs .transfer-controls > mor-btn > .mo-icon {
  font-size: 12px;
}
mor-transfer.st-disabled .transfer-source-list,
mor-transfer.st-readonly .transfer-source-list,
mor-transfer.st-disabled .transfer-target-list,
mor-transfer.st-readonly .transfer-target-list {
  border: 1px #D9D9D9 solid;
}
mor-transfer .transfer-source-list,
mor-transfer .transfer-target-list {
  font-size: 16px;
}
mor-transfer .transfer-source-list .transfer-title,
mor-transfer .transfer-target-list .transfer-title {
  height: 42px;
  padding: 6px 10px;
}
mor-transfer .transfer-source-list .transfer-title .transfer-source-count,
mor-transfer .transfer-target-list .transfer-title .transfer-source-count,
mor-transfer .transfer-source-list .transfer-title .transfer-target-count,
mor-transfer .transfer-target-list .transfer-title .transfer-target-count,
mor-transfer .transfer-source-list .transfer-title > p,
mor-transfer .transfer-target-list .transfer-title > p,
mor-transfer .transfer-source-list .transfer-title > mor-checkbox,
mor-transfer .transfer-target-list .transfer-title > mor-checkbox {
  line-height: 28px;
}
mor-transfer .transfer-source-list .transfer-title .transfer-source-count,
mor-transfer .transfer-target-list .transfer-title .transfer-source-count,
mor-transfer .transfer-source-list .transfer-title .transfer-target-count,
mor-transfer .transfer-target-list .transfer-title .transfer-target-count {
  font-size: 12px;
  right: 10px;
  top: 6px;
}
mor-transfer .transfer-source-list .transfer-title > p,
mor-transfer .transfer-target-list .transfer-title > p {
  font-size: 14px;
  margin: 0 0 0 0.5em;
}
mor-transfer .transfer-source-list .transfer-list > mor-checkbox,
mor-transfer .transfer-target-list .transfer-list > mor-checkbox {
  font-size: 16px;
}
mor-transfer .transfer-source-list .transfer-list > mor-checkbox > .il,
mor-transfer .transfer-target-list .transfer-list > mor-checkbox > .il {
  padding: 8px 0;
}
mor-transfer .transfer-source-list .transfer-list > mor-checkbox > .il > label,
mor-transfer .transfer-target-list .transfer-list > mor-checkbox > .il > label {
  padding: 5px 10px;
}
mor-transfer .transfer-source-list .transfer-list .search-input,
mor-transfer .transfer-target-list .transfer-list .search-input {
  padding: 8px 8px 0 8px;
}
mor-transfer .transfer-source-list .transfer-list .search-input mor-textinput input,
mor-transfer .transfer-target-list .transfer-list .search-input mor-textinput input {
  padding: 0 0.6em;
  height: 32px;
  font-size: 12px;
}
mor-transfer .transfer-source-list .transfer-footer,
mor-transfer .transfer-target-list .transfer-footer {
  padding: 0.5em;
  font-size: 16px;
}
mor-transfer .transfer-controls {
  padding: 0 1em;
}
mor-transfer .transfer-controls > mor-btn {
  margin: 0.5em 0;
}
mor-transfer .transfer-controls > mor-btn > .mo-icon {
  font-size: 12px;
}
mor-cascader {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
mor-cascader.has-cleanbtn {
  padding-bottom: 20px;
}
mor-cascader .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-cascader > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-cascader > .form-name + .form-body {
  margin-top: 8px;
}
mor-cascader > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-cascader > .form-note + .form-body {
  margin-top: 8px;
}
mor-cascader > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-cascader > .error-message:empty {
  display: none;
}
mor-cascader.fw-xs,
mor-cascader.fw-xs .form-body {
  width: 120px;
}
mor-cascader.fw-s,
mor-cascader.fw-s .form-body {
  width: 140px;
}
mor-cascader.fw-m,
mor-cascader.fw-m .form-body {
  width: 180px;
}
mor-cascader.fw-l,
mor-cascader.fw-l .form-body {
  width: 360px;
}
mor-cascader.fw-xl,
mor-cascader.fw-xl .form-body {
  width: 600px;
}
mor-cascader .cascader-wrap .cascader-input {
  box-sizing: border-box;
  padding: 0;
  border-radius: 3px;
  position: relative;
  background: #FFFFFF;
  border: 1px #E5E5E5 solid;
  color: #b2b2b2 !important;
  cursor: pointer;
  display: flex;
}
mor-cascader .cascader-wrap .cascader-input > mor-multiinput {
  margin: 0;
  width: calc(100% - 16px*2.5);
  background-color: #FFF;
  vertical-align: top;
  left: 0.35em;
}
mor-cascader .cascader-wrap .cascader-input > mor-multiinput .multiinput-itemlist {
  width: 100%;
}
mor-cascader .cascader-wrap .cascader-input > mor-multiinput .form-body {
  border: none;
}
mor-cascader .cascader-wrap .cascader-input > mor-multiinput .form-body.focus {
  box-shadow: none !important;
}
mor-cascader .cascader-wrap .cascader-input > mor-multiinput .form-body > input {
  cursor: pointer;
}
mor-cascader .cascader-wrap .cascader-input > mor-multiinput .form-body .cleanicon {
  display: none !important;
}
mor-cascader .cascader-wrap .cascader-input mor-textinput {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
mor-cascader .cascader-wrap .cascader-input mor-textinput.empty-content .textinput-wrap input {
  background: transparent;
}
mor-cascader .cascader-wrap .cascader-input mor-textinput .textinput-wrap input {
  border: none;
  padding: 0 3.5em 0 1em;
}
mor-cascader .cascader-wrap .cascader-input mor-textinput .textinput-wrap .cleanicon {
  right: 2em;
}
mor-cascader .cascader-wrap .cascader-input > .note {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  padding: 0 1em;
  position: relative;
  z-index: 1;
  height: 100%;
}
mor-cascader .cascader-wrap .cascader-input > .note.has-selected {
  color: #000000;
}
mor-cascader .cascader-wrap .cascader-input:hover {
  border-color: #d6d6d6;
  color: #999999 !important;
}
mor-cascader .cascader-wrap .cascader-input.focus {
  transition: border-color 0s;
  border-color: #F33D5D;
  transition: border-color 0.2s;
  box-shadow: 0 0 0 2px rgba(243, 61, 93, 0.15);
  transition: border-color 0.2s, box-shadow 0.2s;
}
mor-cascader .cascader-wrap .cascader-input > .mo-icon {
  position: absolute;
  width: 24px;
  transform: rotateX(0deg);
  transition: transform 0.2s;
  z-index: 2;
  top: 0;
  right: 0;
  color: #b2b2b2;
}
mor-cascader .cascader-wrap .cascader-input > .mo-icon.cleanicon {
  display: none;
  font-size: 14px;
  color: #b2b2b2;
  background: #FFFFFF;
  z-index: 3;
}
mor-cascader .cascader-wrap .cascader-input > .mo-icon.cleanicon:hover {
  color: #999999;
  cursor: pointer;
}
mor-cascader .cascader-wrap .cascader-input > .mo-icon.drop {
  font-size: 30px;
  text-indent: 1px;
}
mor-cascader .cascader-wrap .cascader-input:hover > .mo-icon.cleanicon,
mor-cascader .cascader-wrap .cascader-input.hover > .mo-icon.cleanicon {
  display: block;
}
mor-cascader.popover-show .cascader-wrap .cascader-input > .mo-icon {
  transform: rotateX(180deg);
}
mor-cascader.si-m .cascader-wrap .cascader-input {
  line-height: 40px;
}
mor-cascader.si-m .cascader-wrap .cascader-input .textinput-wrap {
  height: 40px;
  line-height: 40px;
}
mor-cascader.si-m .cascader-wrap .cascader-input .textinput-wrap input {
  height: 40px;
}
mor-cascader.si-m .cascader-wrap .cascader-input > mor-multiinput {
  min-height: 40px;
  font-size: 14px;
}
mor-cascader.si-m .cascader-wrap .cascader-input > .note {
  width: calc(100% - 16px*2.5);
  font-size: 14px;
}
mor-cascader.si-s .cascader-wrap .cascader-input {
  line-height: 30px;
}
mor-cascader.si-s .cascader-wrap .cascader-input .textinput-wrap {
  height: 30px;
  line-height: 30px;
}
mor-cascader.si-s .cascader-wrap .cascader-input .textinput-wrap input {
  height: 30px;
}
mor-cascader.si-s .cascader-wrap .cascader-input > mor-multiinput {
  min-height: 30px;
  font-size: 13px;
}
mor-cascader.si-s .cascader-wrap .cascader-input > .note {
  width: calc(100% - 16px*2.5);
  font-size: 13px;
}
mor-cascader.si-xs .cascader-wrap .cascader-input {
  line-height: 26px;
}
mor-cascader.si-xs .cascader-wrap .cascader-input .textinput-wrap {
  height: 26px;
  line-height: 26px;
}
mor-cascader.si-xs .cascader-wrap .cascader-input .textinput-wrap input {
  height: 26px;
}
mor-cascader.si-xs .cascader-wrap .cascader-input > mor-multiinput {
  min-height: 26px;
  font-size: 12px;
}
mor-cascader.si-xs .cascader-wrap .cascader-input > .note {
  width: calc(100% - 16px*2.5);
  font-size: 12px;
}
mor-cascader.st-disabled .cascader-wrap .cascader-input,
mor-cascader.st-readonly .cascader-wrap .cascader-input {
  border: 1px #D9D9D9 solid;
  background-color: #f7f7f7;
  -webkit-user-select: none;
  cursor: not-allowed !important;
  color: #8c8c8c !important;
}
mor-cascader.st-disabled .cascader-wrap .cascader-input > mor-multiinput,
mor-cascader.st-readonly .cascader-wrap .cascader-input > mor-multiinput {
  background: transparent;
}
mor-cascader.st-disabled .cascader-wrap .cascader-input > .note,
mor-cascader.st-readonly .cascader-wrap .cascader-input > .note {
  color: #8c8c8c !important;
}
mor-cascader .cascader-wrap .cascader-input {
  line-height: 40px;
}
mor-cascader .cascader-wrap .cascader-input .textinput-wrap {
  height: 40px;
  line-height: 40px;
}
mor-cascader .cascader-wrap .cascader-input .textinput-wrap input {
  height: 40px;
}
mor-cascader .cascader-wrap .cascader-input > mor-multiinput {
  min-height: 40px;
  font-size: 14px;
}
mor-cascader .cascader-wrap .cascader-input > .note {
  width: calc(100% - 16px*2.5);
  font-size: 14px;
}
.mor-cascader-popover .popover-con .popover-body {
  padding: 0;
  display: flex;
}
.mor-cascader-popover .popover-con .popover-body .cascader-menu {
  border-left: 1px solid #ededed;
}
.mor-cascader-popover .popover-con .popover-body .cascader-menu:first-child {
  border-left: none;
}
.mor-cascader-popover .popover-con .popover-body .cascader-menu > ul {
  padding: 0.5em 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  min-width: 128px;
  max-width: 192px;
  min-height: 192px;
  max-height: 384px;
  overflow-y: auto;
}
.mor-cascader-popover .popover-con .popover-body .cascader-menu > ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.05);
}
.mor-cascader-popover .popover-con .popover-body .cascader-menu > ul::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.mor-cascader-popover .popover-con .popover-body .cascader-menu > ul > li {
  font-size: 14px;
  padding: 0.6em 1.5em;
  cursor: pointer;
  display: flex;
}
.mor-cascader-popover .popover-con .popover-body .cascader-menu > ul > li:hover {
  background: #ededed;
}
.mor-cascader-popover .popover-con .popover-body .cascader-menu > ul > li.current {
  background: #FFFFFF;
  color: #F33D5D;
}
.mor-cascader-popover .popover-con .popover-body .cascader-menu > ul > li.last-current {
  background: #ededed;
}
.mor-cascader-popover .popover-con .popover-body .cascader-menu > ul > li.disabled {
  background: #e2e2e2;
  cursor: not-allowed;
}
.mor-cascader-popover .popover-con .popover-body .cascader-menu > ul > li mor-checkbox {
  width: auto;
  font-size: 0;
  margin-right: 4px;
  align-items: center;
  display: flex;
}
.mor-cascader-popover .popover-con .popover-body .cascader-menu > ul > li mor-checkbox > .il label {
  margin-right: 0;
  font-size: 0;
}
.mor-cascader-search-result .popover-con .popover-body {
  padding: 8px 0;
  overflow-y: auto;
  max-height: 180px;
}
.mor-cascader-search-result .popover-con .popover-body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.05);
}
.mor-cascader-search-result .popover-con .popover-body::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.mor-cascader-search-result ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mor-cascader-search-result ul li {
  padding: 0.5em 1em;
  font-size: 14px;
  overflow: hidden;
  position: relative;
}
.mor-cascader-search-result ul li.selected {
  background: #f4f4f4;
  color: #F33D5D;
  cursor: default;
}
.mor-cascader-search-result ul li.selected:hover {
  color: #F33D5D;
}
.mor-cascader-search-result ul li.selected .mo-cascader-selected-icon {
  font-size: 12px;
  position: absolute;
  right: 5px;
  display: inline-block;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  color: #F33D5D;
}
.mor-cascader-search-result ul li:not(.nomatch):hover {
  cursor: pointer;
  background: #ededed;
}
mor-multiinput {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-user-select: none;
}
mor-multiinput.has-cleanbtn {
  padding-bottom: 20px;
}
mor-multiinput .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-multiinput > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-multiinput > .form-name + .form-body {
  margin-top: 8px;
}
mor-multiinput > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-multiinput > .form-note + .form-body {
  margin-top: 8px;
}
mor-multiinput > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-multiinput > .error-message:empty {
  display: none;
}
mor-multiinput.fw-xs,
mor-multiinput.fw-xs .form-body {
  width: 120px;
}
mor-multiinput.fw-s,
mor-multiinput.fw-s .form-body {
  width: 140px;
}
mor-multiinput.fw-m,
mor-multiinput.fw-m .form-body {
  width: 180px;
}
mor-multiinput.fw-l,
mor-multiinput.fw-l .form-body {
  width: 360px;
}
mor-multiinput.fw-xl,
mor-multiinput.fw-xl .form-body {
  width: 600px;
}
mor-multiinput:hover .form-body {
  border-color: #d6d6d6;
}
mor-multiinput .form-body > .multiinput-itemlist {
  position: relative;
  font-size: 0;
  width: calc(100% - 16px*2.5);
  line-height: 1.5;
}
mor-multiinput .form-body > .multiinput-itemlist > .multiinput-item {
  color: #9e9e9e !important;
  background-color: #f4f4f4;
  display: inline-block;
  border-radius: 3px;
  vertical-align: top;
  max-width: 100%;
  text-decoration: none;
  position: relative;
  cursor: default;
  box-sizing: border-box;
  border: 1px solid #f4f4f4;
}
mor-multiinput .form-body > .multiinput-itemlist > .multiinput-item.will-delete {
  border: 1px solid #d6d6d6;
}
mor-multiinput .form-body > .multiinput-itemlist > .multiinput-item.collapse-count > span {
  padding-right: 0 !important;
}
mor-multiinput .form-body > .multiinput-itemlist > .multiinput-item > span {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.15;
  vertical-align: top;
}
mor-multiinput .form-body > .multiinput-itemlist > .multiinput-item:hover {
  text-decoration: none;
  color: #7a7a7a !important;
  background: #ededed;
}
mor-multiinput .form-body > .multiinput-itemlist > .multiinput-item > i.mo-icon {
  font-size: 12px;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
mor-multiinput .form-body > .multiinput-itemlist > .multiinput-item > i.mo-icon:hover {
  color: #FA2833 !important;
}
mor-multiinput .form-body > .multiinput-itemlist > .multiinput-item.move-moving {
  opacity: 0.5;
}
mor-multiinput .form-body > .multiinput-itemlist > .multiinput-item.move-drag-item {
  opacity: 1;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  max-width: none;
  z-index: 2;
}
mor-multiinput .form-body > .multiinput-itemlist > .multiinput-item.move-drag-item:hover {
  cursor: move;
  color: #9e9e9e !important;
  background-color: #f4f4f4;
}
mor-multiinput .form-body > .multiinput-itemlist > input {
  border: none;
  outline: none;
  color: #000000 !important;
  width: 0;
  max-width: 100%;
  min-width: 2em;
  background: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
mor-multiinput .form-body > .multiinput-itemlist > input::placeholder {
  color: #b2b2b2;
}
mor-multiinput .form-body > .multiinput-itemlist > input:hover::placeholder {
  color: #999999;
}
mor-multiinput .form-body > .multiinput-itemlist > input:focus {
  color: #000000 !important;
}
mor-multiinput .form-body > .multiinput-itemlist > span {
  color: #bfbfbf !important;
  width: 100%;
  text-align: center;
  display: block;
}
mor-multiinput .form-body > .multiinput-itemlist .disabled-placeholder {
  display: none;
}
mor-multiinput .form-body {
  position: relative;
  border: 1px #E5E5E5 solid;
  border-radius: 3px;
}
mor-multiinput .form-body.focus {
  transition: border-color 0s;
  border-color: #F33D5D;
  transition: border-color 0.2s;
  box-shadow: 0 0 0 2px rgba(243, 61, 93, 0.15);
  transition: border-color 0.2s, box-shadow 0.2s;
}
mor-multiinput .form-body .cleanicon {
  position: absolute;
  display: none;
  font-size: 14px;
  color: #b2b2b2;
  right: 0;
  top: 0;
  width: 24px;
  height: 40px;
  line-height: 40px;
}
mor-multiinput .form-body .cleanicon:hover {
  color: #999999;
  cursor: pointer;
}
mor-multiinput .form-body:hover .cleanicon {
  display: block;
}
mor-multiinput.can-move .form-body > .multiinput-itemlist > .multiinput-item {
  cursor: move;
}
mor-multiinput.si-m .form-body > .multiinput-itemlist {
  padding: 3px 5px;
}
mor-multiinput.si-m .form-body > .multiinput-itemlist > .multiinput-item {
  margin: 3px 1.6px;
  padding: 5px 9px;
  font-size: 13px;
  height: calc(42px - 16px*0.375 - 16px*0.375 - 2px);
}
mor-multiinput.si-m .form-body > .multiinput-itemlist > .multiinput-item > span {
  padding-right: 1em;
  line-height: calc(42px - 16px*0.375 - 16px*0.375 - 16px*0.625 - 2px);
}
mor-multiinput.si-m .form-body > .multiinput-itemlist > input {
  margin: 3px 1.6px;
  padding: 3px;
  font-size: 14px;
  line-height: calc(42px - 16px*0.375 - 16px*0.375 - 2px);
  height: calc(42px - 16px*0.375 - 16px*0.375 - 2px);
}
mor-multiinput.si-m .form-body > .multiinput-itemlist > span {
  font-size: 12px;
  padding: 0.4em 0.7em;
}
mor-multiinput.si-s .form-body > .multiinput-itemlist {
  padding: 2px 4px;
}
mor-multiinput.si-s .form-body > .multiinput-itemlist > .multiinput-item {
  margin: 1px 1.6px;
  padding: 3px 6px;
  font-size: 13px;
  height: calc(32px - 16px*0.25 - 2px);
}
mor-multiinput.si-s .form-body > .multiinput-itemlist > .multiinput-item > span {
  padding-right: 1.5em;
  line-height: calc(32px - 16px*0.125 - 16px*0.25 - 16px*0.375 - 2px);
}
mor-multiinput.si-s .form-body > .multiinput-itemlist > input {
  margin: 1px 1.6px;
  padding: 3px;
  font-size: 14px;
  line-height: calc(32px - 16px*0.125 - 16px*0.25 - 2px);
  height: calc(32px - 16px*0.125 - 16px*0.25 - 2px);
}
mor-multiinput.si-s .form-body > .multiinput-itemlist > span {
  font-size: 12px;
  padding: 0.4em 0.7em;
}
mor-multiinput.si-xs .form-body > .multiinput-itemlist {
  padding: 2px 2px;
}
mor-multiinput.si-xs .form-body > .multiinput-itemlist > .multiinput-item {
  margin: 1px 1.6px;
  padding: 2px 6px;
  font-size: 13px;
  height: calc(28px - 16px*0.25 - 2px);
}
mor-multiinput.si-xs .form-body > .multiinput-itemlist > .multiinput-item > span {
  padding-right: 1.5em;
  vertical-align: top;
  line-height: calc(28px - 16px*0.125 - 16px*0.25 - 16px*0.25 - 2px);
}
mor-multiinput.si-xs .form-body > .multiinput-itemlist > input {
  margin: 1px 1.6px;
  padding: 2px;
  font-size: 14px;
  line-height: calc(28px - 16px*0.125 - 16px*0.25 - 2px);
  height: calc(28px - 16px*0.125 - 16px*0.25 - 2px);
}
mor-multiinput.si-xs .form-body > .multiinput-itemlist > span {
  font-size: 12px;
  padding: 0.4em 0.7em;
}
mor-multiinput.st-disabled .form-body,
mor-multiinput.st-readonly .form-body {
  border-color: #D9D9D9;
  background-color: #f7f7f7;
  -webkit-user-select: none;
  cursor: not-allowed !important;
}
mor-multiinput.st-disabled .form-body:hover,
mor-multiinput.st-readonly .form-body:hover {
  border-color: #D9D9D9;
}
mor-multiinput.st-disabled .form-body > .multiinput-itemlist > .multiinput-item,
mor-multiinput.st-readonly .form-body > .multiinput-itemlist > .multiinput-item {
  cursor: not-allowed !important;
  background: #e2e2e2;
}
mor-multiinput.st-disabled .form-body > .multiinput-itemlist > .multiinput-item > span,
mor-multiinput.st-readonly .form-body > .multiinput-itemlist > .multiinput-item > span {
  padding-right: 0;
}
mor-multiinput.st-disabled .form-body > .multiinput-itemlist > .multiinput-item:hover,
mor-multiinput.st-readonly .form-body > .multiinput-itemlist > .multiinput-item:hover {
  color: #939393 !important;
}
mor-multiinput.st-disabled .form-body > .multiinput-itemlist .disabled-placeholder,
mor-multiinput.st-readonly .form-body > .multiinput-itemlist .disabled-placeholder {
  width: 0;
  pointer-events: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
}
mor-multiinput .form-body > .multiinput-itemlist {
  padding: 3px 5px;
}
mor-multiinput .form-body > .multiinput-itemlist > .multiinput-item {
  margin: 3px 1.6px;
  padding: 5px 9px;
  font-size: 13px;
  height: calc(42px - 16px*0.375 - 16px*0.375 - 2px);
}
mor-multiinput .form-body > .multiinput-itemlist > .multiinput-item > span {
  padding-right: 1em;
  line-height: calc(42px - 16px*0.375 - 16px*0.375 - 16px*0.625 - 2px);
}
mor-multiinput .form-body > .multiinput-itemlist > input {
  margin: 3px 1.6px;
  padding: 3px;
  font-size: 14px;
  line-height: calc(42px - 16px*0.375 - 16px*0.375 - 2px);
  height: calc(42px - 16px*0.375 - 16px*0.375 - 2px);
}
mor-multiinput .form-body > .multiinput-itemlist > span {
  font-size: 12px;
  padding: 0.4em 0.7em;
}
.mor-multiinput-tip-collapse {
  max-width: 320px;
}
.mor-multiinput-tip-collapse .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3px 8px;
}
.mor-multiinput-tip-collapse .con span {
  padding: 0 0.25em;
}
mor-multiform {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-user-select: none;
}
mor-multiform.has-cleanbtn {
  padding-bottom: 20px;
}
mor-multiform .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-multiform > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-multiform > .form-name + .form-body {
  margin-top: 8px;
}
mor-multiform > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-multiform > .form-note + .form-body {
  margin-top: 8px;
}
mor-multiform > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-multiform > .error-message:empty {
  display: none;
}
mor-multiform.fw-xs,
mor-multiform.fw-xs .form-body {
  width: 120px;
}
mor-multiform.fw-s,
mor-multiform.fw-s .form-body {
  width: 140px;
}
mor-multiform.fw-m,
mor-multiform.fw-m .form-body {
  width: 180px;
}
mor-multiform.fw-l,
mor-multiform.fw-l .form-body {
  width: 360px;
}
mor-multiform.fw-xl,
mor-multiform.fw-xl .form-body {
  width: 600px;
}
mor-multiform .form-body > .itemlist {
  position: relative;
  overflow: hidden;
  font-size: 0;
  box-sizing: border-box;
  width: calc(100% - 16px*2.5);
}
mor-multiform .form-body > .itemlist > .name {
  height: 100%;
  position: absolute;
  width: 20%;
  max-width: 150px;
  margin: 0;
  background-color: #f0f0f0;
  color: #7F7F7F;
  display: inline-block;
  left: 0;
  top: 0;
}
mor-multiform .form-body > .itemlist > .itemwrap {
  position: relative;
  font-size: 0;
  display: inline-block;
  width: 80%;
  left: 20%;
  top: 0;
}
mor-multiform .form-body > .itemlist > .itemwrap.hidename {
  width: 100%;
  left: 0;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item {
  color: #9e9e9e !important;
  background-color: #f4f4f4;
  display: inline-block;
  border-radius: 100px;
  vertical-align: top;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 95%;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item > span {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  padding-right: 1em;
  vertical-align: top;
  box-sizing: border-box;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item:hover {
  text-decoration: none;
  color: #7a7a7a !important;
  background: #ededed;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item.move-moving {
  opacity: 0.2;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item > i.mo-icon,
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item > i.iconfont,
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item > i {
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item > i.mo-icon:hover,
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item > i.iconfont:hover,
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item > i:hover {
  color: #FA2833 !important;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item.move-drag-item {
  opacity: 1;
  position: absolute;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  z-index: 9;
  box-sizing: border-box;
  max-width: 95%;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item.move-drag-item:hover {
  cursor: move;
  color: #9e9e9e !important;
  background-color: #ededed;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item.add > span {
  padding-right: 0;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item.add > i.mo-icon,
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item.add > i.iconfont,
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item.add > i {
  right: auto;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item.add:hover {
  cursor: pointer;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item.add:hover > i.mo-icon {
  color: #999999 !important;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item.has-img {
  border-radius: 0 100px 100px 0;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item.has-img .thumb {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px;
  box-sizing: border-box;
  background: #f0f0f0;
}
mor-multiform .form-body > .itemlist > .itemwrap > span {
  color: #bfbfbf !important;
  width: 100%;
  text-align: center;
  display: block;
}
mor-multiform .form-body {
  position: relative;
  border: 1px #E5E5E5 solid;
  border-radius: 3px;
}
mor-multiform .form-body .cleanicon {
  position: absolute;
  display: none;
  font-size: 14px;
  color: #b2b2b2;
  right: 0;
  top: 0;
  width: 24px;
  height: 40px;
  line-height: 40px;
}
mor-multiform .form-body .cleanicon:hover {
  color: #999999;
  cursor: pointer;
}
mor-multiform .form-body:hover .cleanicon {
  display: block;
}
mor-multiform.focus .form-body,
mor-multiform:hover .form-body {
  border-color: #d6d6d6;
}
mor-multiform.can-move .form-body > .itemlist > .itemwrap > .multiform-item:not(.add) {
  cursor: move;
}
mor-multiform.si-m .form-body > .itemlist {
  padding: 3px 5px;
  min-height: 42px;
}
mor-multiform.si-m .form-body > .itemlist > .name {
  font-size: 13px;
}
mor-multiform.si-m .form-body > .itemlist > .itemwrap > .multiform-item {
  padding: 0 1.2em;
  margin: 2px 2px;
  line-height: 30px;
  height: 30px;
  font-size: 13px;
}
mor-multiform.si-m .form-body > .itemlist > .itemwrap > .multiform-item > i.mo-icon,
mor-multiform.si-m .form-body > .itemlist > .itemwrap > .multiform-item > i.iconfont,
mor-multiform.si-m .form-body > .itemlist > .itemwrap > .multiform-item > i {
  right: 1em;
  font-size: 12px;
  top: 50%;
}
mor-multiform.si-m .form-body > .itemlist > .itemwrap > .multiform-item.add {
  padding: 0 1.4em;
}
mor-multiform.si-m .form-body > .itemlist > .itemwrap > .multiform-item.add > span {
  padding-left: 1em;
}
mor-multiform.si-m .form-body > .itemlist > .itemwrap > .multiform-item.add > i.mo-icon,
mor-multiform.si-m .form-body > .itemlist > .itemwrap > .multiform-item.add > i.iconfont,
mor-multiform.si-m .form-body > .itemlist > .itemwrap > .multiform-item.add > i {
  top: 50%;
  left: 1.3em;
}
mor-multiform.si-m .form-body > .itemlist > .itemwrap > .multiform-item.has-img {
  padding-left: 3em;
}
mor-multiform.si-m .form-body > .itemlist > .itemwrap > .multiform-item.has-img .thumb {
  height: 30px;
  width: 30px;
}
mor-multiform.si-m .form-body > .itemlist > .itemwrap > span {
  font-size: 12px;
  padding: 0.4em 0.7em;
}
mor-multiform.si-s .form-body > .itemlist {
  padding: 2px 4px;
  min-height: 32px;
}
mor-multiform.si-s .form-body > .itemlist > .name {
  font-size: 12px;
}
mor-multiform.si-s .form-body > .itemlist > .itemwrap > .multiform-item {
  padding: 0 1em;
  margin: 1px 2px;
  line-height: 24px;
  height: 24px;
  font-size: 12px;
}
mor-multiform.si-s .form-body > .itemlist > .itemwrap > .multiform-item > i.mo-icon,
mor-multiform.si-s .form-body > .itemlist > .itemwrap > .multiform-item > i.iconfont,
mor-multiform.si-s .form-body > .itemlist > .itemwrap > .multiform-item > i {
  right: 0.6em;
  font-size: 12px;
  top: 50%;
}
mor-multiform.si-s .form-body > .itemlist > .itemwrap > .multiform-item.add {
  padding: 0 1.2em;
}
mor-multiform.si-s .form-body > .itemlist > .itemwrap > .multiform-item.add > span {
  padding-left: 1em;
}
mor-multiform.si-s .form-body > .itemlist > .itemwrap > .multiform-item.add > i.mo-icon,
mor-multiform.si-s .form-body > .itemlist > .itemwrap > .multiform-item.add > i.iconfont,
mor-multiform.si-s .form-body > .itemlist > .itemwrap > .multiform-item.add > i {
  top: 50%;
  left: 1em;
}
mor-multiform.si-s .form-body > .itemlist > .itemwrap > .multiform-item.has-img {
  padding-left: 2.6em;
}
mor-multiform.si-s .form-body > .itemlist > .itemwrap > .multiform-item.has-img .thumb {
  height: 24px;
  width: 24px;
}
mor-multiform.si-s .form-body > .itemlist > .itemwrap > span {
  font-size: 12px;
  padding: 0.4em 0.7em;
}
mor-multiform.si-xs .form-body > .itemlist {
  padding: 1px 4px;
  min-height: 28px;
}
mor-multiform.si-xs .form-body > .itemlist > .name {
  font-size: 11px;
}
mor-multiform.si-xs .form-body > .itemlist > .itemwrap > .multiform-item {
  padding: 0 1em;
  margin: 1px 2px;
  line-height: 22px;
  height: 22px;
  font-size: 11px;
}
mor-multiform.si-xs .form-body > .itemlist > .itemwrap > .multiform-item > i.mo-icon,
mor-multiform.si-xs .form-body > .itemlist > .itemwrap > .multiform-item > i.iconfont,
mor-multiform.si-xs .form-body > .itemlist > .itemwrap > .multiform-item > i {
  right: 0.6em;
  font-size: 12px;
  top: 50%;
}
mor-multiform.si-xs .form-body > .itemlist > .itemwrap > .multiform-item.add {
  padding: 0 1.2em;
}
mor-multiform.si-xs .form-body > .itemlist > .itemwrap > .multiform-item.add > span {
  padding-left: 1em;
}
mor-multiform.si-xs .form-body > .itemlist > .itemwrap > .multiform-item.add > i.mo-icon,
mor-multiform.si-xs .form-body > .itemlist > .itemwrap > .multiform-item.add > i.iconfont,
mor-multiform.si-xs .form-body > .itemlist > .itemwrap > .multiform-item.add > i {
  top: 50%;
  left: 1em;
}
mor-multiform.si-xs .form-body > .itemlist > .itemwrap > .multiform-item.has-img {
  padding-left: 2.4em;
}
mor-multiform.si-xs .form-body > .itemlist > .itemwrap > .multiform-item.has-img .thumb {
  height: 22px;
  width: 22px;
}
mor-multiform.si-xs .form-body > .itemlist > .itemwrap > span {
  font-size: 12px;
  padding: 0.4em 0.7em;
}
mor-multiform.st-disabled .form-body > .itemlist,
mor-multiform.st-readonly .form-body > .itemlist {
  -webkit-user-select: none;
  cursor: not-allowed !important;
  background-color: #f7f7f7;
  border-color: #D9D9D9;
}
mor-multiform.st-disabled .form-body > .itemlist > .name,
mor-multiform.st-readonly .form-body > .itemlist > .name {
  background-color: #d7d7d7;
  color: #666666;
}
mor-multiform.st-disabled .form-body > .itemlist > .itemwrap > .multiform-item,
mor-multiform.st-readonly .form-body > .itemlist > .itemwrap > .multiform-item {
  cursor: not-allowed !important;
  background-color: #e2e2e2;
}
mor-multiform.st-disabled .form-body > .itemlist > .itemwrap > .multiform-item > span,
mor-multiform.st-readonly .form-body > .itemlist > .itemwrap > .multiform-item > span {
  padding-right: 0;
}
mor-multiform.st-disabled .form-body > .itemlist > .itemwrap > .multiform-item:hover,
mor-multiform.st-readonly .form-body > .itemlist > .itemwrap > .multiform-item:hover {
  color: #939393 !important;
}
mor-multiform.st-disabled .form-body > .itemlist > .itemwrap > .multiform-item.add:hover,
mor-multiform.st-readonly .form-body > .itemlist > .itemwrap > .multiform-item.add:hover {
  cursor: default;
}
mor-multiform.st-disabled .form-body > .itemlist:hover,
mor-multiform.st-readonly .form-body > .itemlist:hover {
  border-color: #D9D9D9;
}
mor-multiform .form-body > .itemlist {
  padding: 3px 5px;
  min-height: 42px;
}
mor-multiform .form-body > .itemlist > .name {
  font-size: 13px;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item {
  padding: 0 1.2em;
  margin: 2px 2px;
  line-height: 30px;
  height: 30px;
  font-size: 13px;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item > i.mo-icon,
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item > i.iconfont,
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item > i {
  right: 1em;
  font-size: 12px;
  top: 50%;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item.add {
  padding: 0 1.4em;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item.add > span {
  padding-left: 1em;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item.add > i.mo-icon,
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item.add > i.iconfont,
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item.add > i {
  top: 50%;
  left: 1.3em;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item.has-img {
  padding-left: 3em;
}
mor-multiform .form-body > .itemlist > .itemwrap > .multiform-item.has-img .thumb {
  height: 30px;
  width: 30px;
}
mor-multiform .form-body > .itemlist > .itemwrap > span {
  font-size: 12px;
  padding: 0.4em 0.7em;
}
mor-slider {
  display: inline-block;
  width: 100%;
  padding-bottom: 4px;
  position: relative;
  font-size: 0;
}
mor-slider.has-cleanbtn {
  padding-bottom: 20px;
}
mor-slider .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-slider > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-slider > .form-name + .form-body {
  margin-top: 8px;
}
mor-slider > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-slider > .form-note + .form-body {
  margin-top: 8px;
}
mor-slider > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-slider > .error-message:empty {
  display: none;
}
mor-slider.fw-xs,
mor-slider.fw-xs .form-body {
  width: 120px;
}
mor-slider.fw-s,
mor-slider.fw-s .form-body {
  width: 140px;
}
mor-slider.fw-m,
mor-slider.fw-m .form-body {
  width: 180px;
}
mor-slider.fw-l,
mor-slider.fw-l .form-body {
  width: 360px;
}
mor-slider.fw-xl,
mor-slider.fw-xl .form-body {
  width: 600px;
}
mor-slider > .form-name {
  padding: 0 10px;
}
mor-slider .wrap {
  width: 100%;
  box-sizing: border-box;
  user-select: none;
  display: inline-block;
}
mor-slider .wrap:hover .track,
mor-slider .wrap.droping .track {
  background: #e3e3e3;
}
mor-slider .wrap:hover .selected-line,
mor-slider .wrap.droping .selected-line {
  background: #F33D5D;
}
mor-slider .wrap:hover .main-slider,
mor-slider .wrap.droping .main-slider {
  border-color: #F33D5D;
}
mor-slider .points {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  position: relative;
  pointer-events: none;
}
mor-slider .points li {
  display: inline-block;
  border-radius: 10em;
  background: #FFFFFF;
  vertical-align: top;
  position: absolute;
  margin: 0;
  transform: translateX(-50%);
}
mor-slider .marks {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  height: 100%;
}
mor-slider .marks li {
  display: inline-block;
  left: 0;
  top: 0;
  height: 100%;
  font-size: 16px;
  border-radius: 10em;
  background: #D9D9D9;
  position: absolute;
  margin: 0;
}
mor-slider .marks li.co-t {
  background: #F33D5D;
}
mor-slider .marks li.co-lt {
  background: #F86F88;
}
mor-slider .marks li.co-dt {
  background: #D22343;
}
mor-slider .marks li.co-s {
  background: #1EB818;
}
mor-slider .marks li.co-w {
  background: #FA9428;
}
mor-slider .marks li.co-d {
  background: #FA2833;
}
mor-slider .marks li.co-p {
  background: #2879FA;
}
mor-slider .marks li.co-m {
  background: #B2B2B2;
}
mor-slider .marks li.co-i {
  background: #18B8B6;
}
mor-slider .marks li.co-n1 {
  background: #F0F0F0;
}
mor-slider .marks li.co-n2 {
  background: #E5E5E5;
}
mor-slider .marks li.co-n3 {
  background: #E0E0E0;
}
mor-slider .marks li.co-n4 {
  background: #D9D9D9;
}
mor-slider .marks li.co-n5 {
  background: #CCCCCC;
}
mor-slider .marks li.co-n6 {
  background: #B2B2B2;
}
mor-slider .marks li.co-n7 {
  background: #999999;
}
mor-slider .marks li.co-n8 {
  background: #7F7F7F;
}
mor-slider .marks li.co-n9 {
  background: #666666;
}
mor-slider .marks li.co-n10 {
  background: #4C4C4C;
}
mor-slider .marks li.co-n11 {
  background: #333333;
}
mor-slider.hide-part-points .points li {
  background: #f9f9f9;
}
mor-slider .track {
  width: 100%;
  background: #eaeaea;
  border-radius: 10em;
  position: relative;
  cursor: pointer;
}
mor-slider .selected-line {
  position: absolute;
  left: 0;
  top: 0;
  background: #F86F88;
  border-radius: 10em;
  pointer-events: none;
}
mor-slider .main-slider {
  position: absolute;
  left: 0;
  background: #FFFFFF;
  border: 2px #F86F88 solid;
  cursor: pointer;
  box-sizing: border-box;
}
mor-slider .cleanbtn {
  right: 20px;
  bottom: 0;
}
mor-slider .prepend,
mor-slider .append {
  display: inline-block;
  width: 15%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
mor-slider .prepend > i,
mor-slider .append > i {
  position: relative;
}
mor-slider.has-prepend .wrap,
mor-slider.has-append .wrap {
  width: 85%;
  vertical-align: top;
}
mor-slider.has-prepend.has-append .wrap {
  width: 70%;
}
mor-slider.has-counter .wrap {
  display: flex;
  align-items: center;
}
mor-slider.has-counter .track {
  display: flex;
  width: 70%;
}
mor-slider.has-counter .counter {
  display: flex;
  min-width: 90px;
  width: 30%;
  box-sizing: border-box;
}
mor-slider.has-counter .counter mor-counter {
  width: 100%;
}
mor-slider.si-m .wrap {
  padding: 6px 20px;
}
mor-slider.si-m .points li {
  width: 6px;
  height: 6px;
  font-size: 14px;
  top: 1px;
}
mor-slider.si-m .track,
mor-slider.si-m .selected-line {
  height: 8px;
  font-size: 16px;
}
mor-slider.si-m .main-slider {
  width: 18px;
  height: 18px;
  top: -5px;
  border-radius: 9px;
  margin-left: -9px;
}
mor-slider.si-m .prepend,
mor-slider.si-m .append {
  height: 20px;
  font-size: 14px;
}
mor-slider.si-m .prepend > i,
mor-slider.si-m .append > i {
  top: -2px;
  font-size: 16px;
}
mor-slider.si-m.has-counter .counter {
  padding: 0 0 0 15px;
}
mor-slider.si-m.has-counter .counter mor-counter .counter-wrap > .sub-step,
mor-slider.si-m.has-counter .counter mor-counter .counter-wrap > .add-step,
mor-slider.si-m.has-counter .counter mor-counter .counter-wrap > input {
  height: 25.6px;
  line-height: 25.6px;
}
mor-slider.si-m.has-counter .counter mor-counter .counter-wrap > .sub-step,
mor-slider.si-m.has-counter .counter mor-counter .counter-wrap > .add-step {
  padding: 0 0.3em;
}
mor-slider.si-m.has-counter .counter mor-counter .counter-wrap > .sub-step i,
mor-slider.si-m.has-counter .counter mor-counter .counter-wrap > .add-step i {
  font-size: 14px;
}
mor-slider.si-m.has-counter .counter mor-counter .counter-wrap > input {
  padding: 0 0.5em;
  min-width: 32px;
  font-size: 12px;
}
mor-slider.si-s .wrap {
  padding: 4px 20px;
}
mor-slider.si-s .points li {
  width: 4px;
  height: 4px;
  font-size: 13px;
  top: 1px;
}
mor-slider.si-s .track,
mor-slider.si-s .selected-line {
  height: 6px;
  font-size: 15px;
}
mor-slider.si-s .main-slider {
  width: 14px;
  height: 14px;
  top: -4px;
  border-radius: 7px;
  margin-left: -7px;
}
mor-slider.si-s .prepend,
mor-slider.si-s .append {
  height: 16px;
  font-size: 13px;
  position: relative;
  top: -3px;
}
mor-slider.si-s .prepend > i,
mor-slider.si-s .append > i {
  top: -1px;
  font-size: 15px;
}
mor-slider.si-s.has-counter .counter {
  padding: 0 0 0 12px;
}
mor-slider.si-s.has-counter .counter mor-counter .counter-wrap > .sub-step,
mor-slider.si-s.has-counter .counter mor-counter .counter-wrap > .add-step,
mor-slider.si-s.has-counter .counter mor-counter .counter-wrap > input {
  height: 21px;
  line-height: 21px;
}
mor-slider.si-s.has-counter .counter mor-counter .counter-wrap > .sub-step,
mor-slider.si-s.has-counter .counter mor-counter .counter-wrap > .add-step {
  padding: 0 0.3em;
}
mor-slider.si-s.has-counter .counter mor-counter .counter-wrap > .sub-step i,
mor-slider.si-s.has-counter .counter mor-counter .counter-wrap > .add-step i {
  font-size: 13px;
}
mor-slider.si-s.has-counter .counter mor-counter .counter-wrap > input {
  padding: 0 0.5em;
  min-width: 30px;
  font-size: 11.25px;
}
mor-slider.si-xs .wrap {
  padding: 3px 20px;
}
mor-slider.si-xs .points li {
  width: 4px;
  height: 4px;
  font-size: 12px;
  top: 0;
}
mor-slider.si-xs .track,
mor-slider.si-xs .selected-line {
  height: 4px;
  font-size: 14px;
}
mor-slider.si-xs .main-slider {
  width: 12px;
  height: 12px;
  top: -4px;
  border-radius: 6px;
  margin-left: -6px;
}
mor-slider.si-xs .prepend,
mor-slider.si-xs .append {
  height: 14px;
  font-size: 12px;
  top: -4px;
  position: relative;
}
mor-slider.si-xs .prepend > i,
mor-slider.si-xs .append > i {
  top: 0;
  font-size: 12px;
}
mor-slider.si-xs.has-counter .counter {
  padding: 0 0 0 10px;
}
mor-slider.si-xs.has-counter .counter mor-counter .counter-wrap > .sub-step,
mor-slider.si-xs.has-counter .counter mor-counter .counter-wrap > .add-step,
mor-slider.si-xs.has-counter .counter mor-counter .counter-wrap > input {
  height: 18.2px;
  line-height: 18.2px;
}
mor-slider.si-xs.has-counter .counter mor-counter .counter-wrap > .sub-step,
mor-slider.si-xs.has-counter .counter mor-counter .counter-wrap > .add-step {
  padding: 0 0.3em;
}
mor-slider.si-xs.has-counter .counter mor-counter .counter-wrap > .sub-step i,
mor-slider.si-xs.has-counter .counter mor-counter .counter-wrap > .add-step i {
  font-size: 12px;
}
mor-slider.si-xs.has-counter .counter mor-counter .counter-wrap > input {
  padding: 0 0.5em;
  min-width: 22.4px;
  font-size: 10.5px;
}
mor-slider.st-disabled .wrap,
mor-slider.st-readonly .wrap {
  cursor: not-allowed;
}
mor-slider.st-disabled .wrap .track,
mor-slider.st-readonly .wrap .track {
  cursor: not-allowed;
  background: #d8d8d8;
}
mor-slider.st-disabled .wrap .selected-line,
mor-slider.st-readonly .wrap .selected-line {
  background: #9b9b9b;
}
mor-slider.st-disabled .wrap .main-slider,
mor-slider.st-readonly .wrap .main-slider {
  cursor: not-allowed;
  border-color: #9b9b9b;
}
mor-slider .wrap {
  padding: 6px 20px;
}
mor-slider .points li {
  width: 6px;
  height: 6px;
  font-size: 14px;
  top: 1px;
}
mor-slider .track,
mor-slider .selected-line {
  height: 8px;
  font-size: 16px;
}
mor-slider .main-slider {
  width: 18px;
  height: 18px;
  top: -5px;
  border-radius: 9px;
  margin-left: -9px;
}
mor-slider .prepend,
mor-slider .append {
  height: 20px;
  font-size: 14px;
}
mor-slider .prepend > i,
mor-slider .append > i {
  top: -2px;
  font-size: 16px;
}
mor-slider.has-counter .counter {
  padding: 0 0 0 15px;
}
mor-slider.has-counter .counter mor-counter .counter-wrap > .sub-step,
mor-slider.has-counter .counter mor-counter .counter-wrap > .add-step,
mor-slider.has-counter .counter mor-counter .counter-wrap > input {
  height: 25.6px;
  line-height: 25.6px;
}
mor-slider.has-counter .counter mor-counter .counter-wrap > .sub-step,
mor-slider.has-counter .counter mor-counter .counter-wrap > .add-step {
  padding: 0 0.3em;
}
mor-slider.has-counter .counter mor-counter .counter-wrap > .sub-step i,
mor-slider.has-counter .counter mor-counter .counter-wrap > .add-step i {
  font-size: 14px;
}
mor-slider.has-counter .counter mor-counter .counter-wrap > input {
  padding: 0 0.5em;
  min-width: 32px;
  font-size: 12px;
}
mor-timepicker {
  display: block;
  position: relative;
}
mor-timepicker.has-cleanbtn {
  padding-bottom: 20px;
}
mor-timepicker .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-timepicker > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-timepicker > .form-name + .form-body {
  margin-top: 8px;
}
mor-timepicker > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-timepicker > .form-note + .form-body {
  margin-top: 8px;
}
mor-timepicker > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-timepicker > .error-message:empty {
  display: none;
}
mor-timepicker.fw-xs,
mor-timepicker.fw-xs .form-body {
  width: 120px;
}
mor-timepicker.fw-s,
mor-timepicker.fw-s .form-body {
  width: 140px;
}
mor-timepicker.fw-m,
mor-timepicker.fw-m .form-body {
  width: 180px;
}
mor-timepicker.fw-l,
mor-timepicker.fw-l .form-body {
  width: 360px;
}
mor-timepicker.fw-xl,
mor-timepicker.fw-xl .form-body {
  width: 600px;
}
mor-timepicker .wrap {
  display: flex;
}
mor-timepicker .wrap .input-group-addon {
  font-size: 12px;
  color: #7F7F7F;
  text-align: center;
  background-color: #f0f0f0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  white-space: nowrap;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
mor-timepicker .wrap .timepicker-input-0,
mor-timepicker .wrap .timepicker-input-1 {
  display: inline-block;
}
mor-timepicker .wrap .timepicker-input-0 mor-textinput .input-group-addon,
mor-timepicker .wrap .timepicker-input-1 mor-textinput .input-group-addon {
  display: none;
}
mor-timepicker .wrap .timepicker-input-0 mor-textinput input {
  border-radius: 0;
}
mor-timepicker .wrap .timepicker-select-1 .input-group-addon,
mor-timepicker .wrap .timepicker-select-0 .input-group-addon {
  display: none;
}
mor-timepicker .wrap .timepicker-select-0 .wrap {
  border-radius: 0;
}
mor-timepicker .wrap .timepicker-select-1 .wrap {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
mor-timepicker .wrap .separator {
  color: #7F7F7F;
  text-align: center;
  box-sizing: border-box;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
mor-timepicker .wrap .separator.block {
  background-color: #f0f0f0;
}
mor-timepicker .wrap .separator.inline {
  padding: 0;
}
mor-timepicker.inline-separator .wrap .timepicker-input-0 mor-textinput input {
  border-right: 0;
}
mor-timepicker.inline-separator .wrap .timepicker-input-1 mor-textinput input {
  border-left: 0;
}
mor-timepicker.si-m .wrap .input-group-addon {
  padding: 0 12px;
  height: 42px;
  line-height: 42px;
}
mor-timepicker.si-m .wrap .separator {
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}
mor-timepicker.si-m .wrap .separator.block {
  min-width: 42px;
  padding: 0 0.5em;
}
mor-timepicker.si-s .wrap .input-group-addon {
  padding: 0 9.6px;
  height: 32px;
  line-height: 32px;
}
mor-timepicker.si-s .wrap .separator {
  height: 32px;
  line-height: 32px;
  font-size: 13px;
}
mor-timepicker.si-s .wrap .separator.block {
  min-width: 32px;
  padding: 0 0.5em;
}
mor-timepicker.si-xs .wrap .input-group-addon {
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
}
mor-timepicker.si-xs .wrap .separator {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}
mor-timepicker.si-xs .wrap .separator.block {
  min-width: 28px;
  padding: 0 0.5em;
}
mor-timepicker .wrap .input-group-addon {
  padding: 0 12px;
  height: 42px;
  line-height: 42px;
}
mor-timepicker .wrap .separator {
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}
mor-timepicker .wrap .separator.block {
  min-width: 42px;
  padding: 0 0.5em;
}
mor-datepicker {
  display: block;
  position: relative;
}
mor-datepicker.has-cleanbtn {
  padding-bottom: 20px;
}
mor-datepicker .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-datepicker > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-datepicker > .form-name + .form-body {
  margin-top: 8px;
}
mor-datepicker > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-datepicker > .form-note + .form-body {
  margin-top: 8px;
}
mor-datepicker > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-datepicker > .error-message:empty {
  display: none;
}
mor-datepicker.fw-xs,
mor-datepicker.fw-xs .form-body {
  width: 120px;
}
mor-datepicker.fw-s,
mor-datepicker.fw-s .form-body {
  width: 140px;
}
mor-datepicker.fw-m,
mor-datepicker.fw-m .form-body {
  width: 180px;
}
mor-datepicker.fw-l,
mor-datepicker.fw-l .form-body {
  width: 360px;
}
mor-datepicker.fw-xl,
mor-datepicker.fw-xl .form-body {
  width: 600px;
}
mor-datepicker .wrap {
  display: flex;
}
mor-datepicker .wrap .input-box {
  display: flex;
  width: 100%;
}
mor-datepicker .wrap .input-group-addon {
  font-size: 12px;
  color: #7F7F7F;
  text-align: center;
  background-color: #f0f0f0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  white-space: nowrap;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
mor-datepicker .wrap .datepicker-input-0,
mor-datepicker .wrap .datepicker-input-1 {
  display: inline-block;
  position: static;
}
mor-datepicker .wrap .datepicker-input-0 > mor-textinput .input-group-addon,
mor-datepicker .wrap .datepicker-input-1 > mor-textinput .input-group-addon {
  display: none;
}
mor-datepicker .wrap .datepicker-input-0 mor-textinput input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
mor-datepicker .wrap .separator {
  color: #7F7F7F;
  text-align: center;
  box-sizing: border-box;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
mor-datepicker .wrap .separator.block {
  background-color: #f0f0f0;
}
mor-datepicker .wrap .separator.inline {
  padding: 0;
}
mor-datepicker:not(.hidden-icon).wrap .datepicker-input-0 mor-textinput input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
mor-datepicker.inline-separator .wrap .datepicker-input-0 mor-textinput input {
  border-right: 0;
}
mor-datepicker.inline-separator .wrap .datepicker-input-1 mor-textinput input {
  border-left: 0;
}
mor-datepicker.range-input-vertical .wrap {
  font-size: 0;
}
mor-datepicker.range-input-vertical .wrap .input-box {
  display: inline-block;
}
mor-datepicker.range-input-vertical .wrap .input-group-addon {
  display: inline-block;
  width: 41px;
}
mor-datepicker.range-input-vertical .wrap .separator {
  display: none;
}
mor-datepicker.range-input-vertical .wrap .datepicker-input-0,
mor-datepicker.range-input-vertical .wrap .datepicker-input-1 {
  display: inline-block;
  position: relative;
}
mor-datepicker.range-input-vertical .wrap .datepicker-input-0 mor-textinput input {
  border-radius: 0 3px 0 0;
}
mor-datepicker.range-input-vertical .wrap .datepicker-input-0:hover mor-textinput {
  z-index: 2;
}
mor-datepicker.range-input-vertical .wrap .datepicker-input-0 mor-textinput.input-focus {
  z-index: 3;
}
mor-datepicker.range-input-vertical .wrap .datepicker-input-1 {
  top: -1px;
}
mor-datepicker.range-input-vertical .wrap .datepicker-input-1 mor-textinput input {
  border-radius: 0 0 3px 0;
}
mor-datepicker.range-input-vertical .wrap .datepicker-input-1:hover mor-textinput {
  z-index: 2;
}
mor-datepicker.range-input-vertical .wrap .datepicker-input-1 mor-textinput.input-focus {
  z-index: 3;
}
mor-datepicker.range-input-vertical.hidden-icon .wrap .datepicker-input-0 mor-textinput input {
  border-radius: 3px 3px 0 0;
}
mor-datepicker.range-input-vertical.hidden-icon .wrap .datepicker-input-1 mor-textinput input {
  border-radius: 0 0 3px 3px;
}
mor-datepicker.inline-separator .datepicker-input-1 > mor-textinput input:focus,
mor-datepicker.inline-separator .datepicker-input-0 > mor-textinput input:focus {
  border-color: #E5E5E5;
  box-shadow: unset;
}
mor-datepicker.inline-separator.component-focus .separator {
  transition: border-color 0.2s, box-shadow 0.2s;
  border-color: #F33D5D;
  box-shadow: 0 -2px 0 0 rgba(243, 61, 93, 0.15), 0 2px 0 0 rgba(243, 61, 93, 0.15);
  z-index: 9;
  background-color: #FFFFFF;
}
mor-datepicker.inline-separator.component-focus .datepicker-input-1 > mor-textinput input,
mor-datepicker.inline-separator.component-focus .datepicker-input-0 > mor-textinput input {
  transition: border-color 0.2s, box-shadow 0.2s;
  border-color: #F33D5D;
  box-shadow: 0 0 0 2px rgba(243, 61, 93, 0.15);
}
mor-datepicker.si-m .wrap .input-group-addon {
  padding: 0 12px;
  height: 42px;
  line-height: 42px;
}
mor-datepicker.si-m .wrap .separator {
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}
mor-datepicker.si-m .wrap .separator.block {
  min-width: 42px;
  padding: 0 0.5em;
}
mor-datepicker.si-m.range-input-vertical .input-group-addon {
  height: 83px;
  line-height: 71px;
}
mor-datepicker.si-m.range-input-vertical .datepicker-input-0,
mor-datepicker.si-m.range-input-vertical .datepicker-input-1 {
  font-size: 14px;
}
mor-datepicker.si-s .wrap .input-group-addon {
  padding: 0 9.6px;
  height: 32px;
  line-height: 32px;
}
mor-datepicker.si-s .wrap .separator {
  height: 32px;
  line-height: 32px;
  font-size: 13px;
}
mor-datepicker.si-s .wrap .separator.block {
  min-width: 32px;
  padding: 0 0.5em;
}
mor-datepicker.si-s.range-input-vertical .input-group-addon {
  height: 63px;
  line-height: 51px;
}
mor-datepicker.si-s.range-input-vertical .datepicker-input-0,
mor-datepicker.si-s.range-input-vertical .datepicker-input-1 {
  font-size: 13px;
}
mor-datepicker.si-xs .wrap .input-group-addon {
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
}
mor-datepicker.si-xs .wrap .separator {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}
mor-datepicker.si-xs .wrap .separator.block {
  min-width: 28px;
  padding: 0 0.5em;
}
mor-datepicker.si-xs.range-input-vertical .input-group-addon {
  height: 55px;
  line-height: 43px;
}
mor-datepicker.si-xs.range-input-vertical .datepicker-input-0,
mor-datepicker.si-xs.range-input-vertical .datepicker-input-1 {
  font-size: 12px;
}
mor-datepicker .wrap .input-group-addon {
  padding: 0 12px;
  height: 42px;
  line-height: 42px;
}
mor-datepicker .wrap .separator {
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}
mor-datepicker .wrap .separator.block {
  min-width: 42px;
  padding: 0 0.5em;
}
mor-datepicker.range-input-vertical .input-group-addon {
  height: 83px;
  line-height: 71px;
}
mor-datepicker.range-input-vertical .datepicker-input-0,
mor-datepicker.range-input-vertical .datepicker-input-1 {
  font-size: 14px;
}
.mor-private-datepicker-popover {
  min-width: 242px;
  max-width: 242px;
}
.mor-private-datepicker-popover .date-select {
  position: relative;
}
.mor-private-datepicker-popover .date-select:hover {
  border-color: #E5E5E5;
}
.mor-private-datepicker-popover.date-select-0 {
  min-width: 241px;
  max-width: 241px;
}
.mor-private-datepicker-popover.date-select-0 .date-select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
}
.mor-private-datepicker-popover.date-select-0 .popover-con {
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 3px;
}
.mor-private-datepicker-popover.date-select-1 {
  min-width: 241px;
  max-width: 241px;
}
.mor-private-datepicker-popover.date-select-1 .popover-arrow {
  display: none;
}
.mor-private-datepicker-popover.date-select-1 .date-select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.mor-private-datepicker-popover.date-select-1 .popover-con {
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 3px 0;
}
.mor-private-datepicker-popover.date-select-1 mor-calendar header,
.mor-private-datepicker-popover.date-select-1 mor-calendar .calendar {
  border-left: 1px #E5E5E5 solid;
}
.mor-private-datepicker-popover.has-quick-pick {
  max-width: 342px;
  min-width: 342px;
}
.mor-private-datepicker-popover.has-quick-pick.date-select-0 {
  min-width: 341px;
  max-width: 341px;
}
.mor-private-datepicker-popover.has-quick-pick .quickpick {
  display: inline-block;
  width: 100px;
  font-size: 14px;
  vertical-align: top;
  position: absolute;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  border-right: 1px #E5E5E5 solid;
}
.mor-private-datepicker-popover.has-quick-pick .quickpick::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.05);
}
.mor-private-datepicker-popover.has-quick-pick .quickpick::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.mor-private-datepicker-popover.has-quick-pick .quickpick ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.mor-private-datepicker-popover.has-quick-pick .quickpick ul li {
  padding: 4px 10px;
  margin: 0;
  cursor: pointer;
  font-size: 13px;
  color: #4C4C4C;
}
.mor-private-datepicker-popover.has-quick-pick .quickpick ul li:hover {
  color: #000000;
  font-weight: 700;
}
.mor-private-datepicker-popover.has-quick-pick mor-calendar {
  display: inline-block;
  width: 240px;
  font-size: 14px;
  box-sizing: border-box;
  margin-left: 100px;
}
.mor-private-datepicker-popover mor-calendar .pick-day {
  padding: 0 8px 8px;
}
mor-datetimepicker {
  display: block;
  position: relative;
}
mor-datetimepicker.has-cleanbtn {
  padding-bottom: 20px;
}
mor-datetimepicker .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-datetimepicker > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-datetimepicker > .form-name + .form-body {
  margin-top: 8px;
}
mor-datetimepicker > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-datetimepicker > .form-note + .form-body {
  margin-top: 8px;
}
mor-datetimepicker > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-datetimepicker > .error-message:empty {
  display: none;
}
mor-datetimepicker.fw-xs,
mor-datetimepicker.fw-xs .form-body {
  width: 120px;
}
mor-datetimepicker.fw-s,
mor-datetimepicker.fw-s .form-body {
  width: 140px;
}
mor-datetimepicker.fw-m,
mor-datetimepicker.fw-m .form-body {
  width: 180px;
}
mor-datetimepicker.fw-l,
mor-datetimepicker.fw-l .form-body {
  width: 360px;
}
mor-datetimepicker.fw-xl,
mor-datetimepicker.fw-xl .form-body {
  width: 600px;
}
.mor-private-datepicker-popover .timepicker {
  width: 100%;
  height: 32px;
  position: relative;
}
.mor-private-datepicker-popover .timepicker mor-timepicker {
  transform: scale(0.8);
  z-index: 2;
  width: 130px;
  position: absolute;
  right: 5px;
  transform-origin: right;
  font-size: 14px;
}
mor-upload {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-user-select: none;
  background: #FFFFFF;
}
mor-upload.has-cleanbtn {
  padding-bottom: 20px;
}
mor-upload .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-upload > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-upload > .form-name + .form-body {
  margin-top: 8px;
}
mor-upload > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-upload > .form-note + .form-body {
  margin-top: 8px;
}
mor-upload > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-upload > .error-message:empty {
  display: none;
}
mor-upload.fw-xs,
mor-upload.fw-xs .form-body {
  width: 120px;
}
mor-upload.fw-s,
mor-upload.fw-s .form-body {
  width: 140px;
}
mor-upload.fw-m,
mor-upload.fw-m .form-body {
  width: 180px;
}
mor-upload.fw-l,
mor-upload.fw-l .form-body {
  width: 360px;
}
mor-upload.fw-xl,
mor-upload.fw-xl .form-body {
  width: 600px;
}
mor-upload[type='button'] {
  -webkit-appearance: none;
}
mor-upload .fileinput {
  display: none;
}
mor-upload .drag-note {
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
mor-upload .drag-note.show {
  opacity: 1;
}
mor-upload .drag-note p {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #666;
  margin: 0;
  font-size: 12px;
}
mor-upload .drag-note p .mo-icon {
  font-size: 16px;
  vertical-align: -1px;
}
mor-upload .inside-name,
mor-upload .ismax-note,
mor-upload .upload-box-note {
  font-size: 12px;
  color: #999999;
  line-height: 1.2em;
}
mor-upload .form-body > .inside-name {
  margin-top: 8px;
}
mor-upload .upload-box-note {
  margin-top: 4px;
  color: #999999;
}
mor-upload .upload-wrap {
  border: 1px #E5E5E5 solid;
  border-radius: 3px;
  padding: 3px 5px;
  position: relative;
  overflow: hidden;
  font-size: 0;
  background: #FFFFFF;
  box-sizing: border-box;
}
mor-upload .upload-box {
  height: 160px;
}
mor-upload .upload-input .filelist {
  position: relative;
  font-size: 0;
  display: inline-block;
  width: 100%;
  left: 0;
  top: 0;
}
mor-upload .filelist.type-button,
mor-upload .filelist.type-box {
  margin-top: 8px;
  width: 100%;
}
mor-upload .filelist.type-button .file-item,
mor-upload .filelist.type-box .file-item {
  color: #9e9e9e;
  background: #FFFFFF;
  text-decoration: none;
  padding: 0.3em 0.5em;
  font-size: 13px;
  position: relative;
  display: block;
  cursor: default;
  border-radius: 3px;
  margin: 1px 0;
}
mor-upload .filelist.type-button .file-item .progress,
mor-upload .filelist.type-box .file-item .progress {
  border-radius: 3px 0 0 3px;
}
mor-upload .filelist.type-button .file-item .upload-operate,
mor-upload .filelist.type-box .file-item .upload-operate {
  position: absolute;
  top: 0;
  right: 6.5px;
  height: 100%;
  display: flex;
  align-items: center;
}
mor-upload .filelist.type-button .file-item i.mo-icon,
mor-upload .filelist.type-box .file-item i.mo-icon,
mor-upload .filelist.type-button .file-item .mo-loader,
mor-upload .filelist.type-box .file-item .mo-loader {
  font-size: 12px;
  cursor: default;
  z-index: 2;
  color: #9e9e9e;
  display: none;
}
mor-upload .filelist.type-button .file-item i.mo-icon:hover,
mor-upload .filelist.type-box .file-item i.mo-icon:hover,
mor-upload .filelist.type-button .file-item .mo-loader:hover,
mor-upload .filelist.type-box .file-item .mo-loader:hover {
  cursor: pointer;
  color: #7a7a7a;
}
mor-upload .filelist.type-button .file-item .preview-file,
mor-upload .filelist.type-box .file-item .preview-file {
  display: none;
}
mor-upload .filelist.type-button .file-item:hover i.mo-icon,
mor-upload .filelist.type-box .file-item:hover i.mo-icon,
mor-upload .filelist.type-button .file-item:hover .mo-loader,
mor-upload .filelist.type-box .file-item:hover .mo-loader {
  display: block;
}
mor-upload .filelist.type-button .file-item.done i.mo-icon.uploading,
mor-upload .filelist.type-box .file-item.done i.mo-icon.uploading,
mor-upload .filelist.type-button .file-item.done i.mo-icon.reupload,
mor-upload .filelist.type-box .file-item.done i.mo-icon.reupload {
  display: none;
}
mor-upload .filelist.type-button .file-item.done.current,
mor-upload .filelist.type-box .file-item.done.current {
  background: #ebebeb;
}
mor-upload .filelist.type-button .file-item.done.current i.remove,
mor-upload .filelist.type-box .file-item.done.current i.remove,
mor-upload .filelist.type-button .file-item.done.current i.openfile,
mor-upload .filelist.type-box .file-item.done.current i.openfile {
  display: block;
}
mor-upload .filelist.type-button .file-item.done i.remove:hover,
mor-upload .filelist.type-box .file-item.done i.remove:hover,
mor-upload .filelist.type-button .file-item.done i.openfile:hover,
mor-upload .filelist.type-box .file-item.done i.openfile:hover {
  display: block;
}
mor-upload .filelist.type-button .file-item.fail i.mo-icon.uploading,
mor-upload .filelist.type-box .file-item.fail i.mo-icon.uploading {
  display: none;
}
mor-upload .filelist.type-button .file-item.fail i.mo-icon.reupload,
mor-upload .filelist.type-box .file-item.fail i.mo-icon.reupload,
mor-upload .filelist.type-button .file-item.fail i.mo-icon.remove,
mor-upload .filelist.type-box .file-item.fail i.mo-icon.remove {
  display: block;
}
mor-upload .filelist.type-button .file-item.thumbnail,
mor-upload .filelist.type-box .file-item.thumbnail {
  background: #FFFFFF !important;
  padding: 0;
  margin: 4px;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #e5e5e5 solid;
  overflow: hidden;
}
mor-upload .filelist.type-button .file-item.thumbnail img,
mor-upload .filelist.type-box .file-item.thumbnail img {
  max-width: 100%;
  max-height: 100%;
  border: none !important;
  padding: 0;
  margin-bottom: 0;
}
mor-upload .filelist.type-button .file-item.thumbnail .upload-operate,
mor-upload .filelist.type-box .file-item.thumbnail .upload-operate {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
}
mor-upload .filelist.type-button .file-item.thumbnail .upload-operate > .mo-icon,
mor-upload .filelist.type-box .file-item.thumbnail .upload-operate > .mo-icon {
  font-size: 20px;
  color: #9e9e9e;
}
mor-upload .filelist.type-button .file-item.thumbnail:hover .upload-operate,
mor-upload .filelist.type-box .file-item.thumbnail:hover .upload-operate {
  display: flex;
}
mor-upload .filelist.type-button .file-item.thumbnail .preview-file,
mor-upload .filelist.type-box .file-item.thumbnail .preview-file {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
mor-upload .filelist.type-button .file-item.thumbnail .preview-file > .mo-icon-file-o,
mor-upload .filelist.type-box .file-item.thumbnail .preview-file > .mo-icon-file-o {
  font-size: 32px;
  display: block;
  color: #9e9e9e !important;
}
mor-upload .filelist.type-button .file-item.thumbnail.fail .preview-file,
mor-upload .filelist.type-box .file-item.thumbnail.fail .preview-file {
  background: #fee0e2;
}
mor-upload .filelist.type-button.thumbnail-list,
mor-upload .filelist.type-box.thumbnail-list {
  display: flex;
  flex-flow: row wrap;
}
mor-upload .upload-input .file-item.done:hover,
mor-upload .upload-box .file-item.done:hover,
mor-upload .filelist .file-item.done:hover,
mor-upload .upload-input .upload-box-preview.done:hover,
mor-upload .upload-box .upload-box-preview.done:hover,
mor-upload .filelist .upload-box-preview.done:hover {
  color: #000000;
  cursor: pointer;
  background: #ededed;
}
mor-upload .upload-input .file-item .progress,
mor-upload .upload-box .file-item .progress,
mor-upload .filelist .file-item .progress,
mor-upload .upload-input .upload-box-preview .progress,
mor-upload .upload-box .upload-box-preview .progress,
mor-upload .filelist .upload-box-preview .progress {
  background: #1EB818;
  opacity: 0.2;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100em 0 0 100em;
  transition: width 0.3s;
}
mor-upload .upload-input .file-item .progress.wait,
mor-upload .upload-box .file-item .progress.wait,
mor-upload .filelist .file-item .progress.wait,
mor-upload .upload-input .upload-box-preview .progress.wait,
mor-upload .upload-box .upload-box-preview .progress.wait,
mor-upload .filelist .upload-box-preview .progress.wait {
  width: 10% !important;
}
mor-upload .upload-input .file-item .progress.verification,
mor-upload .upload-box .file-item .progress.verification,
mor-upload .filelist .file-item .progress.verification,
mor-upload .upload-input .upload-box-preview .progress.verification,
mor-upload .upload-box .upload-box-preview .progress.verification,
mor-upload .filelist .upload-box-preview .progress.verification {
  width: 20% !important;
}
mor-upload .upload-input .file-item .progress.uploading,
mor-upload .upload-box .file-item .progress.uploading,
mor-upload .filelist .file-item .progress.uploading,
mor-upload .upload-input .upload-box-preview .progress.uploading,
mor-upload .upload-box .upload-box-preview .progress.uploading,
mor-upload .filelist .upload-box-preview .progress.uploading {
  width: 30%;
}
mor-upload .upload-input .file-item .progress.uploaded,
mor-upload .upload-box .file-item .progress.uploaded,
mor-upload .filelist .file-item .progress.uploaded,
mor-upload .upload-input .upload-box-preview .progress.uploaded,
mor-upload .upload-box .upload-box-preview .progress.uploaded,
mor-upload .filelist .upload-box-preview .progress.uploaded {
  width: 100% !important;
}
mor-upload .upload-input .file-item i.mo-icon,
mor-upload .upload-box .file-item i.mo-icon,
mor-upload .filelist .file-item i.mo-icon,
mor-upload .upload-input .upload-box-preview i.mo-icon,
mor-upload .upload-box .upload-box-preview i.mo-icon,
mor-upload .filelist .upload-box-preview i.mo-icon,
mor-upload .upload-input .file-item .mo-loader,
mor-upload .upload-box .file-item .mo-loader,
mor-upload .filelist .file-item .mo-loader,
mor-upload .upload-input .upload-box-preview .mo-loader,
mor-upload .upload-box .upload-box-preview .mo-loader,
mor-upload .filelist .upload-box-preview .mo-loader {
  display: none;
}
mor-upload .upload-input .file-item i.mo-icon,
mor-upload .upload-box .file-item i.mo-icon,
mor-upload .filelist .file-item i.mo-icon,
mor-upload .upload-input .upload-box-preview i.mo-icon,
mor-upload .upload-box .upload-box-preview i.mo-icon,
mor-upload .filelist .upload-box-preview i.mo-icon,
mor-upload .upload-input .file-item .upload-operate i.mo-icon,
mor-upload .upload-box .file-item .upload-operate i.mo-icon,
mor-upload .filelist .file-item .upload-operate i.mo-icon,
mor-upload .upload-input .upload-box-preview .upload-operate i.mo-icon,
mor-upload .upload-box .upload-box-preview .upload-operate i.mo-icon,
mor-upload .filelist .upload-box-preview .upload-operate i.mo-icon,
mor-upload .upload-input .file-item .upload-failed-operate i.mo-icon,
mor-upload .upload-box .file-item .upload-failed-operate i.mo-icon,
mor-upload .filelist .file-item .upload-failed-operate i.mo-icon,
mor-upload .upload-input .upload-box-preview .upload-failed-operate i.mo-icon,
mor-upload .upload-box .upload-box-preview .upload-failed-operate i.mo-icon,
mor-upload .filelist .upload-box-preview .upload-failed-operate i.mo-icon {
  margin: 0 0.2em;
}
mor-upload .upload-input .file-item i.mo-icon.remove:hover,
mor-upload .upload-box .file-item i.mo-icon.remove:hover,
mor-upload .filelist .file-item i.mo-icon.remove:hover,
mor-upload .upload-input .upload-box-preview i.mo-icon.remove:hover,
mor-upload .upload-box .upload-box-preview i.mo-icon.remove:hover,
mor-upload .filelist .upload-box-preview i.mo-icon.remove:hover,
mor-upload .upload-input .file-item .upload-operate i.mo-icon.remove:hover,
mor-upload .upload-box .file-item .upload-operate i.mo-icon.remove:hover,
mor-upload .filelist .file-item .upload-operate i.mo-icon.remove:hover,
mor-upload .upload-input .upload-box-preview .upload-operate i.mo-icon.remove:hover,
mor-upload .upload-box .upload-box-preview .upload-operate i.mo-icon.remove:hover,
mor-upload .filelist .upload-box-preview .upload-operate i.mo-icon.remove:hover,
mor-upload .upload-input .file-item .upload-failed-operate i.mo-icon.remove:hover,
mor-upload .upload-box .file-item .upload-failed-operate i.mo-icon.remove:hover,
mor-upload .filelist .file-item .upload-failed-operate i.mo-icon.remove:hover,
mor-upload .upload-input .upload-box-preview .upload-failed-operate i.mo-icon.remove:hover,
mor-upload .upload-box .upload-box-preview .upload-failed-operate i.mo-icon.remove:hover,
mor-upload .filelist .upload-box-preview .upload-failed-operate i.mo-icon.remove:hover {
  color: #FA2833;
  cursor: pointer !important;
}
mor-upload .upload-input .file-item i.mo-icon.reupload:hover,
mor-upload .upload-box .file-item i.mo-icon.reupload:hover,
mor-upload .filelist .file-item i.mo-icon.reupload:hover,
mor-upload .upload-input .upload-box-preview i.mo-icon.reupload:hover,
mor-upload .upload-box .upload-box-preview i.mo-icon.reupload:hover,
mor-upload .filelist .upload-box-preview i.mo-icon.reupload:hover,
mor-upload .upload-input .file-item .upload-operate i.mo-icon.reupload:hover,
mor-upload .upload-box .file-item .upload-operate i.mo-icon.reupload:hover,
mor-upload .filelist .file-item .upload-operate i.mo-icon.reupload:hover,
mor-upload .upload-input .upload-box-preview .upload-operate i.mo-icon.reupload:hover,
mor-upload .upload-box .upload-box-preview .upload-operate i.mo-icon.reupload:hover,
mor-upload .filelist .upload-box-preview .upload-operate i.mo-icon.reupload:hover,
mor-upload .upload-input .file-item .upload-failed-operate i.mo-icon.reupload:hover,
mor-upload .upload-box .file-item .upload-failed-operate i.mo-icon.reupload:hover,
mor-upload .filelist .file-item .upload-failed-operate i.mo-icon.reupload:hover,
mor-upload .upload-input .upload-box-preview .upload-failed-operate i.mo-icon.reupload:hover,
mor-upload .upload-box .upload-box-preview .upload-failed-operate i.mo-icon.reupload:hover,
mor-upload .filelist .upload-box-preview .upload-failed-operate i.mo-icon.reupload:hover {
  color: #1EB818;
  cursor: pointer !important;
}
mor-upload .upload-input .file-item.uploading i.mo-icon.uploading,
mor-upload .upload-box .file-item.uploading i.mo-icon.uploading,
mor-upload .filelist .file-item.uploading i.mo-icon.uploading,
mor-upload .upload-input .upload-box-preview.uploading i.mo-icon.uploading,
mor-upload .upload-box .upload-box-preview.uploading i.mo-icon.uploading,
mor-upload .filelist .upload-box-preview.uploading i.mo-icon.uploading {
  display: block;
}
mor-upload .upload-input .file-item.uploading i.mo-icon.uploading:hover,
mor-upload .upload-box .file-item.uploading i.mo-icon.uploading:hover,
mor-upload .filelist .file-item.uploading i.mo-icon.uploading:hover,
mor-upload .upload-input .upload-box-preview.uploading i.mo-icon.uploading:hover,
mor-upload .upload-box .upload-box-preview.uploading i.mo-icon.uploading:hover,
mor-upload .filelist .upload-box-preview.uploading i.mo-icon.uploading:hover {
  cursor: default;
  color: #9e9e9e;
}
mor-upload .upload-input .file-item.done,
mor-upload .upload-box .file-item.done,
mor-upload .filelist .file-item.done,
mor-upload .upload-input .upload-box-preview.done,
mor-upload .upload-box .upload-box-preview.done,
mor-upload .filelist .upload-box-preview.done {
  cursor: pointer;
}
mor-upload .upload-input .file-item.done .progress,
mor-upload .upload-box .file-item.done .progress,
mor-upload .filelist .file-item.done .progress,
mor-upload .upload-input .upload-box-preview.done .progress,
mor-upload .upload-box .upload-box-preview.done .progress,
mor-upload .filelist .upload-box-preview.done .progress {
  width: 0%;
  transition: width 0s;
}
mor-upload .upload-input .file-item.fail,
mor-upload .upload-box .file-item.fail,
mor-upload .filelist .file-item.fail,
mor-upload .upload-input .upload-box-preview.fail,
mor-upload .upload-box .upload-box-preview.fail,
mor-upload .filelist .upload-box-preview.fail {
  background: #fee0e2;
}
mor-upload .upload-input .file-item.fail > .progress,
mor-upload .upload-box .file-item.fail > .progress,
mor-upload .filelist .file-item.fail > .progress,
mor-upload .upload-input .upload-box-preview.fail > .progress,
mor-upload .upload-box .upload-box-preview.fail > .progress,
mor-upload .filelist .upload-box-preview.fail > .progress {
  width: 0%;
  transition: width 0s;
}
mor-upload .upload-input .file-item.fail:hover,
mor-upload .upload-box .file-item.fail:hover,
mor-upload .filelist .file-item.fail:hover,
mor-upload .upload-input .upload-box-preview.fail:hover,
mor-upload .upload-box .upload-box-preview.fail:hover,
mor-upload .filelist .upload-box-preview.fail:hover {
  background: #fee0e2;
}
mor-upload .upload-input {
  min-height: 42px;
}
mor-upload .upload-input .upload-file,
mor-upload .upload-input .file-item {
  color: #9e9e9e;
  background-color: #e7e7e7;
  display: inline-block;
  padding: 0.4em 0.7em;
  border-radius: 100em;
  margin: 3px 2px;
  vertical-align: top;
  max-width: 100%;
  line-height: calc(42px - 6px - 6px - 2px - 0.8em);
  height: calc(42px - 6px - 6px - 2px);
  text-decoration: none;
  position: relative;
  cursor: default;
  font-size: 13px;
  overflow: hidden;
  box-sizing: border-box;
}
mor-upload .upload-input .upload-file span,
mor-upload .upload-input .file-item span {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
mor-upload .upload-input .upload-file:hover,
mor-upload .upload-input .file-item:hover {
  cursor: pointer;
  text-decoration: none;
  color: #7a7a7a;
  background: #ededed;
}
mor-upload .upload-input .upload-file:hover i.mo-icon,
mor-upload .upload-input .file-item:hover i.mo-icon {
  cursor: pointer;
  color: #7a7a7a;
}
mor-upload .upload-input .upload-file .mo-icon {
  vertical-align: middle;
}
mor-upload .upload-input .file-item {
  padding-right: 2em;
}
mor-upload .upload-input .file-item:hover {
  cursor: default;
  color: #9e9e9e;
}
mor-upload .upload-input .file-item:hover .mo-icon {
  color: #9e9e9e;
}
mor-upload .upload-input .file-item i.mo-icon,
mor-upload .upload-input .file-item .mo-loader {
  font-size: 12px;
  position: absolute;
  right: 0.7em;
  top: 50%;
  transform: translateY(-50%);
  cursor: default;
  z-index: 2;
}
mor-upload .upload-input .file-item.done:hover {
  color: #999999;
}
mor-upload .upload-input .file-item.done:hover .mo-icon {
  color: #999999;
}
mor-upload .upload-input .file-item.done i.mo-icon.uploading,
mor-upload .upload-input .file-item.done i.mo-icon.reupload {
  display: none;
}
mor-upload .upload-input .file-item.done i.mo-icon.remove {
  display: block;
}
mor-upload .upload-input .file-item.fail > span {
  padding-right: 1.2em;
}
mor-upload .upload-input .file-item.fail i.mo-icon.uploading {
  display: none;
}
mor-upload .upload-input .file-item.fail i.mo-icon.reupload {
  display: block;
  right: 2em;
}
mor-upload .upload-input .file-item.fail > i.mo-icon.remove {
  display: block;
}
mor-upload .upload-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
mor-upload .upload-box .upload-box-con {
  flex-direction: row;
  justify-content: center;
  display: flex;
  position: relative;
  height: 100%;
}
mor-upload .upload-box .upload-box-con .upload-file {
  color: #9e9e9e;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
mor-upload .upload-box .upload-box-con .upload-file .mo-icon {
  font-size: 32px;
  display: block;
  line-height: 1.2em;
}
mor-upload .upload-box .upload-box-con .upload-file .mo-icon-upload {
  text-align: center;
}
mor-upload .upload-box .upload-box-con .upload-file > span {
  font-size: 14px;
  display: block;
}
mor-upload .upload-box .upload-box-con .upload-file:hover {
  cursor: pointer;
  color: #7a7a7a;
}
mor-upload .upload-box .upload-box-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
mor-upload .upload-box .upload-box-preview .upload-box-preview-img {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  border: none !important;
}
mor-upload .upload-box .upload-box-preview .upload-box-preview-file {
  text-align: center;
  display: flex;
  flex-direction: column;
}
mor-upload .upload-box .upload-box-preview .upload-box-preview-file span {
  font-size: 12px;
  color: #9e9e9e;
}
mor-upload .upload-box .upload-box-preview .upload-box-preview-file .mo-icon-file-o {
  display: block;
}
mor-upload .upload-box .upload-box-preview .upload-box-preview-file .upload-failed-operate {
  display: block;
  padding-top: 8px;
}
mor-upload .upload-box .upload-box-preview .upload-box-preview-file .upload-failed-operate i.mo-icon,
mor-upload .upload-box .upload-box-preview .upload-box-preview-file .upload-failed-operate .mo-loader {
  font-size: 16px;
  cursor: default;
  z-index: 2;
  display: none;
  margin: 0 0.3em;
}
mor-upload .upload-box .upload-box-preview .mo-icon {
  font-size: 32px;
  color: #9e9e9e;
}
mor-upload .upload-box .upload-box-preview.fail span,
mor-upload .upload-box .upload-box-preview.fail .mo-icon {
  color: #FA2833;
}
mor-upload .upload-box .upload-box-preview.fail i.mo-icon.reupload,
mor-upload .upload-box .upload-box-preview.fail i.mo-icon.remove {
  display: inline-block;
  color: #9e9e9e;
}
mor-upload .upload-box .upload-box-operate {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
mor-upload .upload-box .upload-box-operate .ismax-note {
  width: 100%;
  display: block;
  color: #FFFFFF;
}
mor-upload .upload-box .upload-box-operate > a {
  text-decoration: none;
  cursor: pointer;
  color: #B2B2B2;
  display: inline-block;
  margin: 0 0.5em;
  font-size: 28px;
}
mor-upload .upload-box .upload-box-operate > a .mo-icon {
  font-size: 28px;
}
mor-upload .upload-box .upload-box-operate > a:hover {
  color: #FFFFFF;
}
mor-upload .upload-box .upload-box-operate > a.del:hover {
  color: #FA2833;
}
mor-upload .upload-box:hover .upload-box-operate {
  display: flex;
}
mor-upload:hover > .upload-wrap {
  border-color: #d6d6d6;
}
mor-upload.focus > .upload-wrap {
  border-color: #F33D5D;
}
mor-upload.st-disabled .upload-wrap,
mor-upload.st-readonly .upload-wrap {
  border-color: #D9D9D9;
  -webkit-user-select: none;
  cursor: not-allowed !important;
  background-color: #f7f7f7;
}
mor-upload.st-disabled .upload-wrap:hover,
mor-upload.st-readonly .upload-wrap:hover {
  border-color: #D9D9D9;
}
mor-upload.st-disabled .upload-box-preview:hover,
mor-upload.st-readonly .upload-box-preview:hover {
  border-color: #D9D9D9 !important;
  background-color: #f7f7f7 !important;
  color: #939393 !important;
  cursor: not-allowed !important;
}
mor-upload.st-disabled .file-item,
mor-upload.st-readonly .file-item {
  cursor: pointer !important;
  background-color: #e2e2e2 !important;
  padding-right: 1em;
}
mor-upload.st-disabled .file-item .mo-icon,
mor-upload.st-readonly .file-item .mo-icon {
  display: none !important;
}
mor-upload.st-disabled .file-item span,
mor-upload.st-readonly .file-item span {
  padding-right: 0;
}
mor-upload.st-disabled .file-item:hover,
mor-upload.st-readonly .file-item:hover {
  color: #939393 !important;
  background-color: #e2e2e2 !important;
}
mor-upload.st-disabled .upload-file,
mor-upload.st-readonly .upload-file {
  color: #9e9e9e !important;
  cursor: not-allowed !important;
}
mor-colorpicker {
  display: inline-block;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
  user-select: none;
}
mor-colorpicker.has-cleanbtn {
  padding-bottom: 20px;
}
mor-colorpicker .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-colorpicker > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-colorpicker > .form-name + .form-body {
  margin-top: 8px;
}
mor-colorpicker > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-colorpicker > .form-note + .form-body {
  margin-top: 8px;
}
mor-colorpicker > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-colorpicker > .error-message:empty {
  display: none;
}
mor-colorpicker .alpha-bg-1,
mor-colorpicker .alpha-bg-2,
mor-colorpicker .alpha-bg-3,
mor-colorpicker .alpha-bg-4 {
  background-size: 16px;
  height: 8px;
  background-color: #DDD;
}
mor-colorpicker .alpha-bg-1,
mor-colorpicker .alpha-bg-3 {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #0000), color-stop(0.5, #fff), to(#fff));
}
mor-colorpicker .alpha-bg-2,
mor-colorpicker .alpha-bg-4 {
  background-image: -webkit-gradient(linear,  0 0, 100% 0, color-stop(0.5, #fff), color-stop(0.5, #0000), to(#0000));
}
mor-colorpicker .color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 4px inset rgba(0, 0, 0, 0.25);
}
mor-colorpicker .cleanbtn {
  left: 0;
}
mor-colorpicker .preview-wrap {
  border: 1px #E5E5E5 solid;
  border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
mor-colorpicker .preview-wrap.focus {
  transition: border-color 0s;
  border-color: #F33D5D;
  transition: border-color 0.2s;
  box-shadow: 0 0 0 2px rgba(243, 61, 93, 0.15);
  transition: border-color 0.2s, box-shadow 0.2s;
}
mor-colorpicker .preview {
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
mor-colorpicker.si-m .preview-wrap {
  width: 42px;
  padding: 3px;
}
mor-colorpicker.si-m .preview {
  width: 34px;
  height: 34px;
}
mor-colorpicker.si-s .preview-wrap {
  width: 32px;
  padding: 2px;
}
mor-colorpicker.si-s .preview {
  width: 26px;
  height: 26px;
}
mor-colorpicker.si-xs .preview-wrap {
  width: 28px;
  padding: 1px;
}
mor-colorpicker.si-xs .preview {
  width: 24px;
  height: 24px;
}
mor-colorpicker.st-disabled .preview-wrap,
mor-colorpicker.st-readonly .preview-wrap {
  border-color: #D9D9D9;
}
mor-colorpicker.st-disabled .preview .color,
mor-colorpicker.st-readonly .preview .color {
  box-shadow: 0 0 6px inset #000;
  cursor: default;
}
mor-colorpicker .preview-wrap {
  width: 42px;
  padding: 3px;
}
mor-colorpicker .preview {
  width: 34px;
  height: 34px;
}
.mor-colorpicker-popover {
  width: 256px;
  user-select: none;
}
.mor-colorpicker-popover .popover-con .popover-body {
  padding: 0;
}
.mor-colorpicker-popover .picker {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  background: #FFFFFF;
  position: relative;
}
.mor-colorpicker-popover .panel {
  position: relative;
  height: 128px;
  cursor: crosshair;
  overflow: hidden;
}
.mor-colorpicker-popover .panel .mask-white {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-linear-gradient(left, #FFF, #FFF0);
}
.mor-colorpicker-popover .panel .mask-black {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(#0000, #000);
  z-index: 2;
}
.mor-colorpicker-popover .panel .straw {
  position: absolute;
  left: 100px;
  top: 30px;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-radius: 5em;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 1px #000;
  z-index: 3;
}
.mor-colorpicker-popover .panel.not-allow {
  cursor: not-allowed;
}
.mor-colorpicker-popover .panel.not-allow .straw {
  cursor: not-allowed;
}
.mor-colorpicker-popover .tools {
  height: 64px;
  font-size: 0;
}
.mor-colorpicker-popover .tools .color-copy {
  height: 32px;
  width: 32px;
  margin: 16px;
  display: inline-block;
  border-radius: 10em;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
.mor-colorpicker-popover .tools .color-copy .copy-mask {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  z-index: 2;
  color: #FFF;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.mor-colorpicker-popover .tools .color-copy:hover {
  cursor: pointer;
}
.mor-colorpicker-popover .tools .color-copy:hover .copy-mask {
  display: block;
}
.mor-colorpicker-popover .tools .alpha-bg-1,
.mor-colorpicker-popover .tools .alpha-bg-2,
.mor-colorpicker-popover .tools .alpha-bg-3,
.mor-colorpicker-popover .tools .alpha-bg-4 {
  background-size: 16px;
  height: 8px;
  background-color: #DDD;
}
.mor-colorpicker-popover .tools .alpha-bg-1,
.mor-colorpicker-popover .tools .alpha-bg-3 {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #0000), color-stop(0.5, #fff), to(#fff));
}
.mor-colorpicker-popover .tools .alpha-bg-2,
.mor-colorpicker-popover .tools .alpha-bg-4 {
  background-image: -webkit-gradient(linear,  0 0, 100% 0, color-stop(0.5, #fff), color-stop(0.5, #0000), to(#0000));
}
.mor-colorpicker-popover .tools .color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 4px inset rgba(0, 0, 0, 0.25);
}
.mor-colorpicker-popover .tools .slider-tool {
  display: inline-block;
  width: calc(100% - 16px*4);
  vertical-align: top;
  height: 100%;
}
.mor-colorpicker-popover .tools .slider-tool .hsb {
  padding-top: 8px;
}
.mor-colorpicker-popover .tools .slider-tool .alpha {
  padding-bottom: 8px;
}
.mor-colorpicker-popover .tools .slider-tool .hsb,
.mor-colorpicker-popover .tools .slider-tool .alpha {
  height: 50%;
  box-sizing: border-box;
}
.mor-colorpicker-popover .tools .slider-tool .hsb mor-slider .form-name,
.mor-colorpicker-popover .tools .slider-tool .alpha mor-slider .form-name {
  display: none;
}
.mor-colorpicker-popover .tools .slider-tool .hsb mor-slider .wrap,
.mor-colorpicker-popover .tools .slider-tool .alpha mor-slider .wrap {
  padding: 6px 12px;
}
.mor-colorpicker-popover .tools .slider-tool .hsb mor-slider .track,
.mor-colorpicker-popover .tools .slider-tool .alpha mor-slider .track {
  background: linear-gradient(to left, #F00, #F0F, #00F, #0FF, #0F0, #FF0, #F00);
  height: 10px;
}
.mor-colorpicker-popover .tools .slider-tool .hsb mor-slider .selected-line,
.mor-colorpicker-popover .tools .slider-tool .alpha mor-slider .selected-line {
  display: none;
}
.mor-colorpicker-popover .tools .slider-tool .hsb mor-slider .main-slider,
.mor-colorpicker-popover .tools .slider-tool .alpha mor-slider .main-slider {
  top: -4px;
  border-color: #FFFFFF;
  border-width: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.mor-colorpicker-popover .tools .slider-tool .alpha mor-slider .wrap::before {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #0000), color-stop(0.5, #fff), to(#fff));
  background-color: #DDD;
  background-size: 10px;
  content: ' ';
  display: block;
  height: 10px;
  position: absolute;
  z-index: 0;
  top: 6px;
  left: 12px;
  right: 12px;
  border-radius: 10em;
  font-size: 16px;
  overflow: hidden;
}
.mor-colorpicker-popover .values {
  height: 56px;
  font-size: 0;
  border-top: 1px #E5E5E5 solid;
}
.mor-colorpicker-popover .values .input {
  width: 90%;
  height: 100%;
  display: inline-block;
  padding: 8px 0;
  box-sizing: border-box;
}
.mor-colorpicker-popover .values .input .rgba,
.mor-colorpicker-popover .values .input .hex,
.mor-colorpicker-popover .values .input .hsla {
  width: 100%;
}
.mor-colorpicker-popover .values .input .rgba mor-textinput,
.mor-colorpicker-popover .values .input .hex mor-textinput,
.mor-colorpicker-popover .values .input .hsla mor-textinput {
  display: inline-block;
  box-sizing: border-box;
}
.mor-colorpicker-popover .values .input .rgba mor-textinput input,
.mor-colorpicker-popover .values .input .hex mor-textinput input,
.mor-colorpicker-popover .values .input .hsla mor-textinput input {
  height: 24px;
  text-align: center;
  padding: 0 0.5em;
  font-size: 12px;
}
.mor-colorpicker-popover .values .input .rgba .name,
.mor-colorpicker-popover .values .input .hex .name,
.mor-colorpicker-popover .values .input .hsla .name {
  height: 40%;
  font-size: 12px;
  text-align: center;
  padding-top: 0.3em;
}
.mor-colorpicker-popover .values .input .rgba mor-textinput,
.mor-colorpicker-popover .values .input .hsla mor-textinput {
  width: 20%;
  margin-right: 4%;
}
.mor-colorpicker-popover .values .input .rgba mor-textinput:first-child,
.mor-colorpicker-popover .values .input .hsla mor-textinput:first-child {
  margin-left: 4%;
}
.mor-colorpicker-popover .values .input .rgba .name,
.mor-colorpicker-popover .values .input .hsla .name {
  width: 22.5%;
  margin-right: 2%;
  display: inline-block;
}
.mor-colorpicker-popover .values .input .rgba .name:nth-child(5),
.mor-colorpicker-popover .values .input .hsla .name:nth-child(5) {
  margin-left: 2%;
}
.mor-colorpicker-popover .values .input .hex mor-textinput {
  width: 80%;
  margin: 0 10%;
}
.mor-colorpicker-popover .values .input .hex .name {
  width: 100%;
}
.mor-colorpicker-popover .palettes {
  padding: 16px;
  border-top: 1px #E5E5E5 solid;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  position: relative;
}
.mor-colorpicker-popover .palettes.multi-palettes {
  padding-right: 40px;
}
.mor-colorpicker-popover .palettes .palettes-color-item {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.mor-colorpicker-popover .palettes .palettes-color-item:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.mor-colorpicker-popover .palettes .palettes-picker {
  position: absolute;
  bottom: -170px;
  left: 0;
  width: 100%;
  max-height: 170px;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: bottom 0.2s;
}
.mor-colorpicker-popover .palettes .palettes-picker.show {
  bottom: 0;
}
.mor-colorpicker-popover .palettes .palettes-picker .palette-item-list {
  overflow-y: auto;
  max-height: 120px;
}
.mor-colorpicker-popover .palettes .palettes-picker .palette-item-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0);
}
.mor-colorpicker-popover .palettes .palettes-picker .palette-item-list::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0);
  border-radius: 4px;
}
.mor-colorpicker-popover .palettes .palettes-picker .palette-item-list:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}
.mor-colorpicker-popover .palettes .palettes-picker .palette-title {
  padding: 1em;
  position: relative;
}
.mor-colorpicker-popover .palettes .palettes-picker .palette-title > span {
  font-size: 16px;
  color: #333;
}
.mor-colorpicker-popover .palettes .palettes-picker .palette-title > .mo-icon {
  position: absolute;
  top: 0;
  right: 0.5em;
  line-height: 42px;
  font-size: 14px;
  color: #9e9e9e;
}
.mor-colorpicker-popover .palettes .palettes-picker .palette-title > .mo-icon:hover {
  cursor: pointer;
  color: #7a7a7a;
}
.mor-colorpicker-popover .palettes .palettes-picker .palette-item {
  display: flex;
  width: 100%;
  padding: 0.5em;
  justify-content: space-between;
  box-sizing: border-box;
  border-top: 1px #E5E5E5 solid;
}
.mor-colorpicker-popover .palettes .palettes-picker .palette-item:hover {
  background: #f4f4f4;
  cursor: pointer;
}
.mor-colorpicker-popover .palettes .palettes-picker .palette-item .palette-name {
  font-size: 13px;
  padding: 0 0.5em;
  width: 40%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mor-colorpicker-popover .palettes .palettes-picker .palette-item .palette-color-preview {
  display: flex;
  justify-content: space-around;
  width: 60%;
}
.mor-colorpicker-popover .toggle-type,
.mor-colorpicker-popover .toggle-palette {
  width: 8%;
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  height: 32px;
  margin: 12px 0;
  text-align: center;
  color: #9e9e9e;
  cursor: pointer;
  border-radius: 3px;
}
.mor-colorpicker-popover .toggle-type:hover,
.mor-colorpicker-popover .toggle-palette:hover {
  color: #7a7a7a;
  background: #ededed;
}
.mor-colorpicker-popover .toggle-palette {
  position: absolute;
  top: 6px;
  right: 6px;
  color: #9e9e9e;
  margin: 0;
}
.mor-colorpicker-popover .toggle-palette .mo-icon {
  font-size: 14px;
}
mor-imagemap {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
mor-imagemap.has-cleanbtn {
  padding-bottom: 20px;
}
mor-imagemap .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-imagemap > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-imagemap > .form-name + .form-body {
  margin-top: 8px;
}
mor-imagemap > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-imagemap > .form-note + .form-body {
  margin-top: 8px;
}
mor-imagemap > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-imagemap > .error-message:empty {
  display: none;
}
mor-imagemap.fw-xs,
mor-imagemap.fw-xs .form-body {
  width: 120px;
}
mor-imagemap.fw-s,
mor-imagemap.fw-s .form-body {
  width: 140px;
}
mor-imagemap.fw-m,
mor-imagemap.fw-m .form-body {
  width: 180px;
}
mor-imagemap.fw-l,
mor-imagemap.fw-l .form-body {
  width: 360px;
}
mor-imagemap.fw-xl,
mor-imagemap.fw-xl .form-body {
  width: 600px;
}
mor-imagemap .imagemap-operate {
  display: block;
  color: #7F7F7F;
  background: #f0f0f0;
  text-align: center;
  margin-top: -2px;
  border: 1px #E5E5E5 solid;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  border-radius: 0 0 3px 3px;
  vertical-align: top;
  font-size: 13px;
}
mor-imagemap .imagemap-operate > span {
  display: inline-block;
  padding: 0.2em 0;
  width: 100%;
}
mor-imagemap .imagemap-operate .mo-icon {
  font-size: 13px;
  vertical-align: top;
}
mor-imagemap .imagemap-operate:hover {
  text-decoration: none;
  color: #4C4C4C;
  background: #ebebeb;
  cursor: pointer;
}
mor-imagemap .imagemap-operate.loading:hover {
  cursor: default;
  color: #4C4C4C;
  background: #ebebeb;
}
mor-imagemap.st-disabled .imagemap-operate,
mor-imagemap.st-readonly .imagemap-operate {
  border-color: #D9D9D9;
  background: #f7f7f7;
}
mor-imagemap.st-disabled .imagemap-operate:hover,
mor-imagemap.st-readonly .imagemap-operate:hover {
  color: #7F7F7F;
}
.mor-imagemap-map .maparea {
  width: 100%;
  user-select: none;
  position: relative;
  font-size: 0;
  margin: 0 auto;
}
.mor-imagemap-map .maparea img {
  width: 100%;
}
.mor-imagemap-map .maparea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.05);
}
.mor-imagemap-map .maparea::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.mor-imagemap-map .zonearea {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: crosshair;
  font-size: 14px;
  border: 1px #E5E5E5 solid;
  box-sizing: content-box;
}
.mor-imagemap-map .zonearea.disable-add-spot {
  cursor: default;
}
.mor-imagemap-map .zonearea.over-range {
  box-shadow: 0 0 6px rgba(214, 68, 49, 0.55) inset;
  border-color: #FA2833;
}
.mor-imagemap-map .zonearea.resize-top,
.mor-imagemap-map .zonearea.resize-top .zone,
.mor-imagemap-map .zonearea.resize-top .zone > div {
  cursor: n-resize !important;
}
.mor-imagemap-map .zonearea .zone .top {
  cursor: n-resize;
}
.mor-imagemap-map .zonearea.resize-bottom,
.mor-imagemap-map .zonearea.resize-bottom .zone,
.mor-imagemap-map .zonearea.resize-bottom .zone > div {
  cursor: s-resize !important;
}
.mor-imagemap-map .zonearea .zone .bottom {
  cursor: s-resize;
}
.mor-imagemap-map .zonearea.resize-left,
.mor-imagemap-map .zonearea.resize-left .zone,
.mor-imagemap-map .zonearea.resize-left .zone > div {
  cursor: w-resize !important;
}
.mor-imagemap-map .zonearea .zone .left {
  cursor: w-resize;
}
.mor-imagemap-map .zonearea.resize-right,
.mor-imagemap-map .zonearea.resize-right .zone,
.mor-imagemap-map .zonearea.resize-right .zone > div {
  cursor: e-resize !important;
}
.mor-imagemap-map .zonearea .zone .right {
  cursor: e-resize;
}
.mor-imagemap-map .zonearea.resize-topleft,
.mor-imagemap-map .zonearea.resize-topleft .zone,
.mor-imagemap-map .zonearea.resize-topleft .zone > div {
  cursor: nw-resize !important;
}
.mor-imagemap-map .zonearea .zone .topleft {
  cursor: nw-resize;
}
.mor-imagemap-map .zonearea.resize-topright,
.mor-imagemap-map .zonearea.resize-topright .zone,
.mor-imagemap-map .zonearea.resize-topright .zone > div {
  cursor: ne-resize !important;
}
.mor-imagemap-map .zonearea .zone .topright {
  cursor: ne-resize;
}
.mor-imagemap-map .zonearea.resize-bottomleft,
.mor-imagemap-map .zonearea.resize-bottomleft .zone,
.mor-imagemap-map .zonearea.resize-bottomleft .zone > div {
  cursor: sw-resize !important;
}
.mor-imagemap-map .zonearea .zone .bottomleft {
  cursor: sw-resize;
}
.mor-imagemap-map .zonearea.resize-bottomright,
.mor-imagemap-map .zonearea.resize-bottomright .zone,
.mor-imagemap-map .zonearea.resize-bottomright .zone > div {
  cursor: se-resize !important;
}
.mor-imagemap-map .zonearea .zone .bottomright {
  cursor: se-resize;
}
.mor-imagemap-map .zone {
  box-sizing: border-box;
  border: 1px dashed #4C4C4C;
  position: absolute;
  display: block;
  background-color: #4C4C4C40;
  cursor: move;
}
.mor-imagemap-map .zone.resize-top {
  border-top-style: solid !important;
  border-top-color: #ea0511 !important;
}
.mor-imagemap-map .zone.resize-bottom {
  border-bottom-style: solid !important;
  border-bottom-color: #ea0511 !important;
}
.mor-imagemap-map .zone.resize-left {
  border-left-style: solid !important;
  border-left-color: #ea0511 !important;
}
.mor-imagemap-map .zone.resize-right {
  border-right-style: solid !important;
  border-right-color: #ea0511 !important;
}
.mor-imagemap-map .zone.resize-topleft {
  border-top-style: solid !important;
  border-top-color: #ea0511 !important;
  border-left-style: solid !important;
  border-left-color: #ea0511 !important;
}
.mor-imagemap-map .zone.resize-bottomleft {
  border-bottom-style: solid !important;
  border-bottom-color: #ea0511 !important;
  border-left-style: solid !important;
  border-left-color: #ea0511 !important;
}
.mor-imagemap-map .zone.resize-topright {
  border-top-style: solid !important;
  border-top-color: #ea0511 !important;
  border-right-style: solid !important;
  border-right-color: #ea0511 !important;
}
.mor-imagemap-map .zone.resize-bottomright {
  border-bottom-style: solid !important;
  border-bottom-color: #ea0511 !important;
  border-right-style: solid !important;
  border-right-color: #ea0511 !important;
}
.mor-imagemap-map .zone:hover,
.mor-imagemap-map .zone.resize {
  border: 1px dashed #333333;
  background-color: #0f69f930;
  border-width: 2px;
}
.mor-imagemap-map .zone.move-moving {
  display: none;
}
.mor-imagemap-map .zone .top,
.mor-imagemap-map .zone .bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
}
.mor-imagemap-map .zone .top {
  top: -10px;
}
.mor-imagemap-map .zone .bottom {
  bottom: -10px;
  z-index: 3;
}
.mor-imagemap-map .zone .left,
.mor-imagemap-map .zone .right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 20px;
}
.mor-imagemap-map .zone .left {
  left: -10px;
}
.mor-imagemap-map .zone .right {
  right: -10px;
  z-index: 3;
}
.mor-imagemap-map .zone .topleft,
.mor-imagemap-map .zone .topright,
.mor-imagemap-map .zone .bottomleft,
.mor-imagemap-map .zone .bottomright {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 4;
}
.mor-imagemap-map .zone .topleft {
  top: -10px;
  left: -10px;
}
.mor-imagemap-map .zone .topright {
  top: -10px;
  right: -10px;
}
.mor-imagemap-map .zone .bottomleft {
  bottom: -10px;
  left: -10px;
}
.mor-imagemap-map .zone .bottomright {
  bottom: -10px;
  right: -10px;
  z-index: 10;
}
.mor-imagemap-map .content .imagemap-dialog-footer {
  z-index: 2;
  position: relative;
  height: 100%;
}
.mor-imagemap-map .content .imagemap-dialog-footer .clean-allzone-btn {
  margin-right: 6px;
}
.mor-imagemap-map .content .imagemap-dialog-footer .note {
  font-size: 12px;
  line-height: 1.2em;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.mor-imagemap-map.imagemap-disabled .zonearea {
  cursor: default;
}
.mor-imagemap-map.imagemap-disabled .zonearea .zone {
  cursor: default;
}
.mor-imagemap-map.imagemap-disabled .zonearea .zone .top,
.mor-imagemap-map.imagemap-disabled .zonearea .zone .bottom,
.mor-imagemap-map.imagemap-disabled .zonearea .zone .left,
.mor-imagemap-map.imagemap-disabled .zonearea .zone .right,
.mor-imagemap-map.imagemap-disabled .zonearea .zone .topleft,
.mor-imagemap-map.imagemap-disabled .zonearea .zone .topright,
.mor-imagemap-map.imagemap-disabled .zonearea .zone .bottomleft,
.mor-imagemap-map.imagemap-disabled .zonearea .zone .bottomright {
  cursor: default !important;
}
mor-form {
  display: block;
  position: relative;
}
mor-form > .error-message {
  display: none;
}
mor-form.has-cleanbtn {
  padding-bottom: 20px;
}
mor-form .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-form > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-form > .form-name + .form-body {
  margin-top: 8px;
}
mor-form > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-form > .form-note + .form-body {
  margin-top: 8px;
}
mor-form > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-form > .error-message:empty {
  display: none;
}
mor-form.fw-xs,
mor-form.fw-xs .form-body {
  width: 120px;
}
mor-form.fw-s,
mor-form.fw-s .form-body {
  width: 140px;
}
mor-form.fw-m,
mor-form.fw-m .form-body {
  width: 180px;
}
mor-form.fw-l,
mor-form.fw-l .form-body {
  width: 360px;
}
mor-form.fw-xl,
mor-form.fw-xl .form-body {
  width: 600px;
}
mor-form.fw-xs,
mor-form.fw-s,
mor-form.fw-m,
mor-form.fw-l,
mor-form.fw-xl,
mor-form.fw-xs > .form-body,
mor-form.fw-s > .form-body,
mor-form.fw-m > .form-body,
mor-form.fw-l > .form-body,
mor-form.fw-xl > .form-body {
  width: auto;
}
mor-form > .form-name {
  text-align: center;
  font-size: 20px;
}
mor-form > .form-name + .form-body {
  margin-top: 20px;
}
mor-form > .form-note {
  text-align: center;
  font-size: 14px;
}
mor-form > .form-note + .form-body {
  margin-top: 20px;
}
mor-form.label-pos-head-left mor-formitem,
mor-form.label-pos-head-right mor-formitem,
mor-form.label-pos-head-center mor-formitem {
  flex-direction: column;
}
mor-form.label-pos-head-left mor-formitem .form-item-name,
mor-form.label-pos-head-right mor-formitem .form-item-name,
mor-form.label-pos-head-center mor-formitem .form-item-name,
mor-form.label-pos-head-left mor-formitem .form-item-con,
mor-form.label-pos-head-right mor-formitem .form-item-con,
mor-form.label-pos-head-center mor-formitem .form-item-con {
  width: 100% !important;
}
mor-form.label-pos-head-left mor-formitem .form-item-name {
  text-align: left;
}
mor-form.label-pos-head-center mor-formitem .form-item-name {
  text-align: center;
}
mor-form.label-pos-head-right mor-formitem .form-item-name {
  text-align: right;
}
mor-form.label-pos-left-align mor-formitem .form-item-name,
mor-form.label-pos-center-align mor-formitem .form-item-name,
mor-form.label-pos-right-align mor-formitem .form-item-name,
mor-form.label-pos-center mor-formitem .form-item-name,
mor-form.label-pos-left-center mor-formitem .form-item-name,
mor-form.label-pos-right-center mor-formitem .form-item-name {
  padding-right: 1em;
  width: 20%;
  flex-shrink: 0;
}
mor-form.label-pos-left-align mor-formitem .form-item-con,
mor-form.label-pos-center-align mor-formitem .form-item-con,
mor-form.label-pos-right-align mor-formitem .form-item-con,
mor-form.label-pos-center mor-formitem .form-item-con,
mor-form.label-pos-left-center mor-formitem .form-item-con,
mor-form.label-pos-right-center mor-formitem .form-item-con {
  flex-grow: 1;
  width: 0;
  flex: 1;
}
mor-form.label-pos-left-align mor-formitem .form-item-name {
  text-align: left;
}
mor-form.label-pos-center-align mor-formitem .form-item-name {
  text-align: center;
}
mor-form.label-pos-right-align mor-formitem .form-item-name {
  text-align: right;
}
mor-form.label-pos-center mor-formitem,
mor-form.label-pos-left-center mor-formitem,
mor-form.label-pos-right-center mor-formitem {
  align-items: center;
}
mor-form.label-pos-center mor-formitem .form-item-name,
mor-form.label-pos-left-center mor-formitem .form-item-name,
mor-form.label-pos-right-center mor-formitem .form-item-name {
  align-items: center;
  justify-content: center;
  display: flex;
}
mor-form.label-pos-left-center mor-formitem .form-item-name {
  justify-content: flex-start;
}
mor-form.label-pos-right-center mor-formitem .form-item-name {
  justify-content: flex-end;
}
mor-private-timepicker {
  display: block;
  width: 100%;
  position: relative;
}
mor-private-timepicker.has-cleanbtn {
  padding-bottom: 20px;
}
mor-private-timepicker .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-private-timepicker > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-private-timepicker > .form-name + .form-body {
  margin-top: 8px;
}
mor-private-timepicker > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-private-timepicker > .form-note + .form-body {
  margin-top: 8px;
}
mor-private-timepicker > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-private-timepicker > .error-message:empty {
  display: none;
}
mor-private-timepicker.fw-xs,
mor-private-timepicker.fw-xs .form-body {
  width: 120px;
}
mor-private-timepicker.fw-s,
mor-private-timepicker.fw-s .form-body {
  width: 140px;
}
mor-private-timepicker.fw-m,
mor-private-timepicker.fw-m .form-body {
  width: 180px;
}
mor-private-timepicker.fw-l,
mor-private-timepicker.fw-l .form-body {
  width: 360px;
}
mor-private-timepicker.fw-xl,
mor-private-timepicker.fw-xl .form-body {
  width: 600px;
}
.mor-private-timepicker-popover {
  width: 160px;
  top: 45px;
  box-sizing: border-box;
}
.mor-private-timepicker-popover .popover-con .popover-body {
  padding: 0;
}
.mor-private-timepicker-popover .select {
  width: 100%;
  background: #FFFFFF;
  border-radius: 3px;
  font-size: 0;
  user-select: none;
  z-index: 1;
}
.mor-private-timepicker-popover .select:hover {
  border-color: #d6d6d6;
}
.mor-private-timepicker-popover .select .time-box {
  position: relative;
}
.mor-private-timepicker-popover .select .time-box > ul {
  list-style: none;
  padding: 0;
  font-size: 0;
  margin: 0;
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  height: 180px;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}
.mor-private-timepicker-popover .select .time-box > ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0);
}
.mor-private-timepicker-popover .select .time-box > ul::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0);
  border-radius: 4px;
}
.mor-private-timepicker-popover .select .time-box > ul:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}
.mor-private-timepicker-popover .select .time-box > ul li {
  display: block;
  font-size: 12px;
  padding: 0.5em 0;
  text-align: center;
  margin: 0;
  height: 1.5em;
  line-height: 1.5em;
  box-sizing: content-box;
  color: #7f7f7f;
}
.mor-private-timepicker-popover .select .time-box > ul li.current {
  color: #000000;
  font-weight: 700;
}
.mor-private-timepicker-popover .select .time-box > ul li.block {
  color: #d8d8d8 !important;
  font-weight: 400 !important;
  background-color: #f3f3f3;
}
.mor-private-timepicker-popover .select .time-box > ul li:first-child {
  margin-top: 6.25em;
}
.mor-private-timepicker-popover .select .time-box > ul li:last-child {
  margin-bottom: 6.25em;
}
.mor-private-timepicker-popover .select .time-box > ul li:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}
.mor-private-timepicker-popover .select .time-box > ul li.current:hover {
  background-color: rgba(0, 0, 0, 0);
  cursor: default;
}
.mor-private-timepicker-popover .select .time-box > ul li.block:hover {
  background-color: #f3f3f3;
  cursor: not-allowed;
}
.mor-private-timepicker-popover .select .time-box .selected {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  border-top: 1px #d6d6d6 solid;
  border-bottom: 1px #d6d6d6 solid;
  padding: 0.5em 0;
  font-size: 12px;
  width: 84%;
  pointer-events: none;
  height: 2.5em;
  box-sizing: border-box;
  line-height: calc(1.5em - 2px);
  z-index: 2;
}
.mor-private-timepicker-popover.si-m {
  top: 45px;
}
.mor-private-timepicker-popover.si-s {
  top: 35px;
}
.mor-private-timepicker-popover.si-xs {
  top: 31px;
}
mor-private-datepicker {
  display: block;
  width: 100%;
  position: relative;
}
mor-private-datepicker.has-cleanbtn {
  padding-bottom: 20px;
}
mor-private-datepicker .cleanbtn {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 1px;
}
mor-private-datepicker > .form-name {
  color: #999999;
  font-size: 16px;
  -webkit-user-select: text;
  text-align: left;
}
mor-private-datepicker > .form-name + .form-body {
  margin-top: 8px;
}
mor-private-datepicker > .form-note {
  font-size: 12px;
  color: #B2B2B2;
}
mor-private-datepicker > .form-note + .form-body {
  margin-top: 8px;
}
mor-private-datepicker > .error-message {
  font-size: 12px;
  margin-top: 4px;
  color: #FA2833;
  text-align: left;
}
mor-private-datepicker > .error-message:empty {
  display: none;
}
mor-private-datepicker.fw-xs,
mor-private-datepicker.fw-xs .form-body {
  width: 120px;
}
mor-private-datepicker.fw-s,
mor-private-datepicker.fw-s .form-body {
  width: 140px;
}
mor-private-datepicker.fw-m,
mor-private-datepicker.fw-m .form-body {
  width: 180px;
}
mor-private-datepicker.fw-l,
mor-private-datepicker.fw-l .form-body {
  width: 360px;
}
mor-private-datepicker.fw-xl,
mor-private-datepicker.fw-xl .form-body {
  width: 600px;
}
.mor-private-datepicker-popover {
  min-width: calc(240px + 2px);
  top: 45px;
  box-sizing: border-box;
  font-size: 14px;
}
.mor-private-datepicker-popover .popover-con .popover-body {
  padding: 0;
}
.mor-private-datepicker-popover .date-select {
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 3px;
  z-index: 2;
  user-select: none;
}
.mor-private-datepicker-popover .date-select:hover {
  border-color: #d6d6d6;
}
.mor-private-datepicker-popover .date-select mor-calendar .day,
.mor-private-datepicker-popover .date-select mor-calendar .month,
.mor-private-datepicker-popover .date-select mor-calendar .year {
  cursor: pointer;
}
.mor-private-datepicker-popover .date-select-footer {
  padding: 8px;
  border-top: 1px #E5E5E5 solid;
}
.mor-private-datepicker-popover .date-select-footer:empty {
  display: none;
}
.mor-private-datepicker-popover .date-select-footer .footer-range-select-start {
  opacity: 0;
  pointer-events: none;
}
.mor-private-datepicker-popover.si-m {
  top: 45px;
}
.mor-private-datepicker-popover.si-s {
  top: 35px;
}
.mor-private-datepicker-popover.si-xs {
  top: 31px;
}
mor-private-menu {
  display: block;
  position: relative;
}
mor-private-menu .root-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
mor-private-menu .root-menu > li {
  margin: 0;
  position: relative;
}
mor-private-menu .root-menu > li:hover {
  z-index: 9;
}
mor-private-menu .root-menu > li > a {
  width: 100%;
  display: inline-block;
}
mor-private-menu .root-menu > li > a:hover {
  cursor: pointer;
  text-decoration: none;
}
mor-private-menu .root-menu > li > a.current {
  font-weight: 600;
}
mor-private-menu .root-menu > li.current > a {
  font-weight: 600;
}
mor-private-menu .root-menu > li.current > .sub-menu-wrap {
  z-index: 9;
}
mor-private-menu .sub-menu-wrap {
  width: 100%;
}
mor-private-menu .sub-menu {
  display: block;
}
mor-private-menu .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}
mor-private-menu .sub-menu > li.menu-group-title {
  font-size: 12px;
  color: #B2B2B2;
}
mor-private-menu .sub-menu > li > a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
mor-private-menu .sub-menu > li > a:hover {
  cursor: pointer;
  text-decoration: none;
}
mor-private-menu .root-menu > li .has-child-menu-icon,
mor-private-menu .sub-menu > li .has-child-menu-icon {
  right: 4px;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  line-height: 1em;
  position: absolute;
  font-size: 12px;
  color: #B2B2B2;
}
mor-private-menu .root-menu > li > a,
mor-private-menu .sub-menu > li > a {
  box-sizing: border-box;
  text-decoration: none;
}
mor-private-menu .root-menu > li > a .iconfont,
mor-private-menu .sub-menu > li > a .iconfont,
mor-private-menu .root-menu > li > a .mo-icon,
mor-private-menu .sub-menu > li > a .mo-icon {
  vertical-align: 0;
  font-size: 16px;
  display: inline-block;
  margin: 0;
  padding: 0 0.4em 0 0;
}
mor-private-menu .root-menu > li.is-disable > a,
mor-private-menu .sub-menu > li.is-disable > a {
  cursor: not-allowed;
}
mor-private-menu .root-menu > li.is-disable .has-child-menu-icon,
mor-private-menu .sub-menu > li.is-disable .has-child-menu-icon {
  display: none;
}
mor-private-menu .root-menu > li.is-hidden,
mor-private-menu .sub-menu > li.is-hidden {
  display: none;
}
mor-private-menu .sub-menu > li > a .iconfont,
mor-private-menu .sub-menu > li > a .mo-icon {
  vertical-align: -1px;
}
mor-private-menu.pos-top {
  width: 100%;
}
mor-private-menu.pos-top .root-menu {
  font-size: 0;
}
mor-private-menu.pos-top .root-menu > li {
  display: inline-block;
  vertical-align: top;
}
mor-private-menu.pos-top .root-menu > li.is-disable > a {
  border-bottom: none;
}
mor-private-menu.pos-top .root-menu > li:hover > .sub-menu-wrap,
mor-private-menu.pos-side-with-collapse .root-menu > li:hover > .sub-menu-wrap,
mor-private-menu.pos-top .root-menu > li.show > .sub-menu-wrap,
mor-private-menu.pos-side-with-collapse .root-menu > li.show > .sub-menu-wrap {
  display: block;
  z-index: 9;
}
mor-private-menu.pos-top .sub-menu-wrap,
mor-private-menu.pos-side-with-collapse .sub-menu-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: auto;
}
mor-private-menu.pos-top .sub-menu,
mor-private-menu.pos-side-with-collapse .sub-menu {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
mor-private-menu.pos-top .sub-menu > li.menu-group-title,
mor-private-menu.pos-side-with-collapse .sub-menu > li.menu-group-title {
  border-top: 1px #e5e5e5 solid;
  padding: 0.6em 1em 0;
}
mor-private-menu.pos-top .sub-menu > li.menu-group-title:first-child,
mor-private-menu.pos-side-with-collapse .sub-menu > li.menu-group-title:first-child {
  border-top: none;
}
mor-private-menu.pos-top .sub-menu > li.has-group,
mor-private-menu.pos-side-with-collapse .sub-menu > li.has-group {
  padding-left: 12px;
}
mor-private-menu.pos-top .sub-menu > li > a,
mor-private-menu.pos-side-with-collapse .sub-menu > li > a {
  max-width: 200px;
}
mor-private-menu.pos-top .sub-menu > li:hover > .sub-menu-wrap,
mor-private-menu.pos-side-with-collapse .sub-menu > li:hover > .sub-menu-wrap,
mor-private-menu.pos-top .sub-menu > li.show > .sub-menu-wrap,
mor-private-menu.pos-side-with-collapse .sub-menu > li.show > .sub-menu-wrap {
  display: block;
  z-index: 9;
}
mor-private-menu.pos-top .root-menu > li.is-disable:hover > .sub-menu-wrap,
mor-private-menu.pos-side-with-collapse .root-menu > li.is-disable:hover > .sub-menu-wrap,
mor-private-menu.pos-top .sub-menu > li.is-disable:hover > .sub-menu-wrap,
mor-private-menu.pos-side-with-collapse .sub-menu > li.is-disable:hover > .sub-menu-wrap,
mor-private-menu.pos-top .root-menu > li.is-disable.show > .sub-menu-wrap,
mor-private-menu.pos-side-with-collapse .root-menu > li.is-disable.show > .sub-menu-wrap,
mor-private-menu.pos-top .sub-menu > li.is-disable.show > .sub-menu-wrap,
mor-private-menu.pos-side-with-collapse .sub-menu > li.is-disable.show > .sub-menu-wrap {
  display: none;
}
mor-private-menu.pos-top .deep-submenu,
mor-private-menu.pos-side-with-collapse .deep-submenu {
  position: absolute;
  left: 100%;
  top: 0 !important;
  padding-top: 0 !important;
  padding-left: 3px;
  transform: none;
}
mor-private-menu.pos-side-with-collapse .root-menu > li.show > .sub-menu-wrap {
  display: none !important;
}
mor-private-menu.pos-side-with-collapse .root-menu > li:hover > .sub-menu-wrap {
  display: block !important;
}
mor-private-menu.pos-side .root-menu > li > a {
  width: 100%;
}
mor-private-menu.pos-side .sub-menu > li > a {
  width: 100%;
}
mor-private-menu.pos-side .sub-menu-wrap {
  display: none;
}
mor-private-menu.pos-side .root-menu > li.menu-group-title,
mor-private-menu.pos-side .sub-menu > li.menu-group-title {
  border-bottom: 1px #e5e5e5 solid;
}
mor-private-menu.pos-side .root-menu > li .has-child-menu-icon,
mor-private-menu.pos-side .sub-menu > li .has-child-menu-icon {
  transform: scale(0.8);
  margin-top: 0;
  position: absolute;
  right: 12px;
  transition: transform 0.2s;
  transform-origin: center;
}
mor-private-menu.pos-side .root-menu > li.show > .sub-menu-wrap,
mor-private-menu.pos-side .sub-menu > li.show > .sub-menu-wrap {
  display: block;
}
mor-private-menu.pos-side .root-menu > li.show > .has-child-menu-icon,
mor-private-menu.pos-side .sub-menu > li.show > .has-child-menu-icon {
  transform: rotateX(180deg) scale(0.8);
}
mor-private-tree {
  display: block;
}
mor-private-tree mor-private-tree {
  padding-left: 1.5em;
  margin-top: 0.25em;
}
mor-private-tree ul.tree-body {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
mor-private-tree ul.tree-body .tree-node {
  padding: 0.25em 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
}
mor-private-tree ul.tree-body .tree-node > span {
  display: inline-block;
  font-size: 0;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
  vertical-align: top;
}
mor-private-tree ul.tree-body .tree-node > span > a {
  color: #000000;
  font-size: 14px;
  display: inline-block;
  box-sizing: border-box;
  cursor: default;
}
mor-private-tree ul.tree-body .tree-node > span > a:hover {
  text-decoration: none;
}
mor-private-tree ul.tree-body .tree-node > span .node-switcher:hover {
  cursor: pointer;
}
mor-private-tree ul.tree-body .tree-node > span .node-switcher .mo-icon {
  font-size: 16px;
  width: 16px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
mor-private-tree ul.tree-body .tree-node > span .node-switcher .mo-icon-down,
mor-private-tree ul.tree-body .tree-node > span .node-switcher .mo-icon-right {
  font-size: 12px;
}
mor-private-tree ul.tree-body .tree-node > span .node-name {
  padding: 2px 7px;
  border-radius: 3px;
}
mor-private-tree ul.tree-body .tree-node > span .node-name.current {
  background: #fdd0d8;
}
mor-private-tree ul.tree-body .tree-node > span .leafnode-icon {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 20px;
  line-height: 20px;
}
mor-private-tree ul.tree-body .tree-node > span .leafnode-icon .mo-icon {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
mor-private-tree ul.tree-body .tree-node.is-fold {
  padding: 0.25em 0;
}
mor-private-tree ul.tree-body .tree-node.hide {
  display: none;
}
mor-private-tree ul.tree-body .tree-node.disabled > span .node-switcher:hover {
  cursor: not-allowed;
}
mor-private-tree ul.tree-body .tree-node.disabled > span .node-name {
  background: #f7f7f7;
  cursor: not-allowed !important;
}
mor-private-tree ul.tree-body .tree-node.disabled > span .node-name:hover {
  background: #f7f7f7 !important;
}
mor-mindmap {
  display: block;
}
mor-mindmap .mindmap-wrap {
  position: relative;
  overflow: hidden;
}
mor-mindmap .mindmap-wrap .node-note {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left top;
  pointer-events: none;
}
mor-mindmap .mindmap-wrap .context-menu {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  flex-direction: column;
  border-radius: 3px;
  overflow: hidden;
}
mor-mindmap .mindmap-wrap .context-menu mor-btn {
  border-radius: 0;
}
mor-mindmap .mindmap-wrap .context-menu mor-btn.co-d {
  border: none;
}
mor-mindmap .mindmap-wrap .edit-content {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left top;
}
mor-mindmap .mindmap-wrap .edit-content textarea {
  padding: 0;
  height: 100%;
  border: none;
  outline: none;
  resize: none;
  overflow: hidden;
  background: #FFFFFF;
  color: #000000;
  position: absolute;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
mor-mindmap .mindmap-wrap .mindmap-tools {
  position: absolute;
  bottom: 3px;
  right: 3px;
  min-width: 200px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  background: #FFFFFF;
  display: flex;
}
mor-mindmap .mindmap-wrap .mindmap-tools mor-slider {
  padding-bottom: 0;
}
.mor-mindmap-dialog-body mor-radio .mo-icon {
  font-size: 24px;
}
.mor-mindmap-dialog-body mor-radio.type-button > .il label {
  display: flex;
  align-items: center;
}
.mor-mindmap-dialog-body mor-radio.type-button > .il label span {
  color: #4C4C4C !important;
}
.mor-mindmap-dialog-body mor-formitem .form-item-name {
  min-height: 0;
}
.mor-mindmap-dialog-body mor-formitem .form-item-name span {
  font-weight: 700;
  margin-bottom: 8px;
}
.mor-mindmap-dialog-body .mor-mindmap-dialog-op {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.mor-mindmap-dialog-body .mor-mindmap-dialog-op mor-btn:first-child {
  margin-right: 8px;
}
/* stylelint-enable at-rule-empty-line-before */
/* stylelint-enable at-rule-empty-line-before */
#quill-editor{position:relative}.mention{color:#0366d6}.completions{list-style:none;margin:0;padding:0;background:#fff;border-radius:2px;box-shadow:2px 2px 2px rgba(0,0,0,0.25)}.completions>li{margin:0;padding:0}.completions>li>button{box-sizing:border-box;height:2em;padding:.25em .5em;margin:0;display:block;width:100%;text-align:left;border:none;background:none}.completions>li>button:hover{background:#ddd}.completions>li>button:focus{background:#ddd;outline:none}.completions>li>button>.matched{font-weight:bold;color:black}.completions>li>button>*{vertical-align:middle}.emoji_completions{list-style:none;margin:0;border:1px solid rgba(0,0,0,0.15);padding:6px;background:#fff;border-radius:3px;box-shadow:0 5px 10px rgba(0,0,0,0.12)}.emoji_completions li{margin:2px 0;padding:0;display:inline-block}.emoji_completions li:not(:last-of-type){margin-right:3px}.emoji_completions>li>button{box-sizing:border-box;padding:3px 2px 6px;margin:0;display:block;width:100%;text-align:left;border:none;background:#efefef;border-radius:3px}.emoji_completions>li>button:hover{background:#2D9EE0;color:#fff}.emoji_completions>li>button:focus{background:#2D9EE0;outline:none;color:#fff}.emoji_completions>li>button.emoji-active{background:red;background:#2d9ee0;outline:none;color:#fff}.emoji_completions>li>button>.matched{font-weight:bold}.emoji_completions>li>button>*{vertical-align:middle}.ico{margin-right:5px;font-size:18px;line-height:0;vertical-align:middle}#emoji-palette{position:absolute;max-width:250px;z-index:999;box-shadow:0 5px 10px rgba(0,0,0,0.12);border-radius:3px;border:1px solid rgba(0,0,0,0.15)}.bem{font-size:24px;width:34px;display:inline-block;text-align:center;cursor:pointer;margin:2px}#tab-filters{width:210px;margin:0px auto;margin-top:20px}.emoji-tab{display:inline-table;text-align:center;width:30px;height:100%;min-height:30px;cursor:pointer}#tab-toolbar{background-color:#f7f7f7;padding:4px 4px 0;border-bottom:1px solid rgba(0,0,0,0.15)}#tab-toolbar ul{margin:0px;padding:0px}#tab-toolbar .active{border-bottom:3px solid #2ab27b}#tab-panel{display:flex;flex-wrap:wrap;justify-content:center;max-height:220px;overflow-y:scroll;padding:2px;background:#fff}#quill-editor x-contain,contain{background:#ffbb88;display:block}#quill-editor table{width:100%;border-collapse:collapse}#quill-editor table td{border:1px solid black;padding:5px;height:25px}button.ql-table::after{content:"TABLE"}.ql-picker.ql-table .ql-picker-label::before{content:"TABLE"}button.ql-contain::after{content:"WRAP"}button.ql-table[value="append-row"]::after{content:"ROWS+"}button.ql-table[value="append-col"]::after{content:"COLS+"}.ql-table,.ql-contain{width:auto !important;margin-right:-15px}#emoji-close-div{width:100%;height:100%;position:fixed;top:0;left:0}.textarea-emoji-control{width:25px;height:25px;right:4px;top:10px}#textarea-emoji{position:absolute;right:0px;max-width:250px;z-index:999;border:1px solid #66afe9;box-shadow:0 5px 10px rgba(0,0,0,0.12);border-radius:3px;border:1px solid rgba(0,0,0,0.15)}.ql-editor{padding-right:26px}.i-activity{content:'';height:25px;width:25px;margin:auto;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70"><g transform="translate(7.500000, 7.500000)"><path stroke="%236F6D70" d="M18.02 1.36c5.92 3.02 8.28 10.26 5.26 16.18-2.12 4.17-6.35 6.57-10.73 6.57-1.83 0-3.7-.4-5.45-1.3-5.9-3-8.27-10.22-5.25-16.2C3.97 2.5 8.2.1 12.57.1c1.84 0 3.7.42 5.45 1.3zm4.7 11.44c.1-1.3-.06-2.6-.47-3.87-.13-.38-.27-.75-.43-1.1l-3.42-1.6-1.57-3.4c-.62-.3-1.27-.5-1.92-.68-.7-.18-1.5-.27-2.3-.27-.4 0-.8.02-1.2.06L8.9 4.74l-3.74.43c-.63.68-1.16 1.45-1.6 2.28-.42.84-.72 1.72-.9 2.63l1.84 3.3-.74 3.68c.3.56.66 1.08 1.1 1.58.76.94 1.7 1.7 2.8 2.32l3.7-.74 3.26 1.84c1.13-.23 2.23-.65 3.24-1.26.6-.35 1.2-.77 1.7-1.24l.44-3.74 2.78-2.55.05-.47z" stroke-linecap="round" stroke-linejoin="round"/><polygon points="10.6158689 8.50666885 8.42649168 12.8046921 11.836847 16.2129328 16.1342124 14.0235556 15.3793892 9.26144504"/></g></g></g></svg>')}.i-flags{content:'';height:25px;width:25px;margin:auto;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><g transform="translate(9.500000, 8.000000)"><path d="M.5 3.13V23.5c0 .83.68 1.5 1.5 1.5.84 0 1.5-.67 1.5-1.5V3.14c0-.83-.66-1.5-1.5-1.5-.82 0-1.5.67-1.5 1.5z"/><path d="M3.5 11.54c.7-.16 1.44-.22 2.25-.17 1.38.07 2.48.3 5.23 1.04l.55.2c3.02.8 4.77 1 5.96.67v-7.9c-1.7.33-3.8-.07-7.1-1-3.9-1.1-5.7-1.3-6.9-.5v7.7zm7.68-10.1c4.1 1.15 5.7 1.3 6.98.44 1-.66 2.33.05 2.33 1.25v11c0 .5-.3 1-.7 1.26-2.2 1.4-4.6 1.2-9.1 0l-.56-.16c-4.54-1.2-6.15-1.3-7.05-.2-.9 1.06-2.65.42-2.65-.98v-11c0-.4.2-.8.5-1.1C3.4-.24 5.75-.1 11.2 1.4z"/></g></g></g></svg>')}.i-food{content:'';height:25px;width:25px;margin:auto;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70"><path fill-rule="nonzero" d="M9.57 28.2c0 .28.22.5.5.5h19.2c.27 0 .5-.22.5-.5v-4.4H9.57v4.4zm23.2-3.06v3.07c0 1.95-1.57 3.5-3.5 3.5h-19.2c-1.93 0-3.5-1.55-3.5-3.5V25c.46.15.96.24 1.47.24h23.78c.33 0 .64-.04.94-.1z"/><path fill-rule="nonzero" d="M6.57 18.2v-3.45c0-3.56 2.9-6.45 6.45-6.45h13.3c3.55 0 6.44 2.9 6.44 6.45v3.45H6.56zm3-1.83h3.6l.4.86c.23.5.73.83 1.3.83.56 0 1.06-.33 1.3-.83l.4-.86h13.2v-1.62c0-1.9-1.56-3.45-3.45-3.45h-13.3c-1.9 0-3.45 1.55-3.45 3.45v1.62z"/><path fill-rule="nonzero" d="M13.23 16.37l.4.86c.24.5.74.83 1.3.83.57 0 1.07-.33 1.3-.83l.4-.86H31.9c2.44 0 4.43 1.98 4.43 4.43 0 2.45-1.98 4.44-4.44 4.44H8.1c-2.44 0-4.43-2-4.43-4.44 0-2.45 1.98-4.43 4.44-4.43h5.14zm-5.12 3c-.8 0-1.42.64-1.42 1.43 0 .8.64 1.44 1.44 1.44h23.8c.8 0 1.43-.64 1.43-1.44 0-.8-.64-1.43-1.44-1.43H18.4c-.83 1.04-2.1 1.7-3.5 1.7-1.37 0-2.65-.66-3.47-1.7H8.1z"/><circle cx="14.6682646" cy="13.75" r="1"/><circle cx="24.6682646" cy="13.75" r="1"/><circle cx="19.6682646" cy="13.75" r="1"/></g></g></svg>')}.i-nature{content:'';height:25px;width:25px;margin:auto;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><path d="M15.96 18.26L30.86 32c.5.46 1.3.43 1.77-.08.46-.5.43-1.3-.08-1.76l-14.9-13.74c-.5-.46-1.3-.43-1.76.08-.5.5-.5 1.3 0 1.76z"/><path d="M18.17 21.28c-.7-.06-1.3.45-1.35 1.14-.06.7.45 1.3 1.13 1.35l4.96.43c.9.07 1.5-.66 1.4-1.47l-1-5.6c-.1-.7-.74-1.14-1.42-1.02-.67.2-1.12.8-1 1.5l.7 4-3.32-.3z"/><path d="M28.48 28.95c-.38.17-1 .4-1.85.64-2.92.7-6 .9-8.95-.2-5.98-2.17-9.8-8.5-10.54-19.9l-.1-1.4 1.38-.2c14.45-2.08 23.4 7.4 21.33 19.85l-1.9-.3.63 1.43zM10.24 10.77C11.12 20.14 14.2 25 18.7 26.6c2.27.83 4.76.74 7.14.1.4-.12.76-.23 1.07-.35 1.2-9.6-5.4-16.57-16.6-15.58z"/></g></g></svg>')}.i-objects{content:'';height:25px;width:25px;margin:auto;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><path d="M11.04 16.7c0-4.85 4.02-8.76 8.96-8.76 4.94 0 8.96 3.9 8.96 8.76 0 2.54-1.12 4.9-3 6.54v1.87c0 1.28-1.02 2.27-2.26 2.27h-7.37c-1.23 0-2.25-1-2.25-2.22V23.3c-1.9-1.65-3.04-4-3.04-6.58zm11.9 5.82c0-.48.24-.93.63-1.22 1.5-1.08 2.4-2.77 2.4-4.6 0-3.17-2.67-5.76-5.97-5.76s-5.96 2.6-5.96 5.76c0 1.84.9 3.54 2.42 4.62.4.28.62.74.62 1.22v1.8h5.87V22.5z"/><path d="M21.76 28.78c-.22.05-.42.1-.62.13-.5.1-.9.2-1.1.2-.24 0-.62-.04-1.08-.12l-.74-.15-.08-.02v-2.93c0-.83-.68-1.5-1.5-1.5-.83 0-1.5.67-1.5 1.5v4.1c0 .68.44 1.27 1.1 1.45l.38.1.94.23c.3.1.6.15.87.2.62.1 1.16.17 1.6.17.47 0 1.03-.1 1.7-.2l.7-.17.95-.22c.18-.03.32-.1.4-.1.64-.2 1.08-.76 1.08-1.43v-4.1c0-.83-.67-1.5-1.5-1.5-.82 0-1.5.67-1.5 1.5v2.9c-.03 0-.07 0-.1.02z"/></g></g></svg>')}.i-people{content:'';height:25px;width:25px;margin:auto;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70"><path fill-rule="nonzero" d="M20 34c-7.73 0-14-6.27-14-14S12.27 6 20 6s14 6.27 14 14-6.27 14-14 14zm0-3c6.08 0 11-4.92 11-11S26.08 9 20 9 9 13.92 9 20s4.92 11 11 11z"/><circle cx="15.3474348" cy="16.7705459" r="2.34743481"/><circle cx="24.4703784" cy="16.7705459" r="2.34743481"/><path d="M20 27.9c2.7 0 4.88-2.18 4.88-4.88 0-2.7-9.76-2.7-9.76 0S17.3 27.9 20 27.9z"/></g></g></svg>')}.i-symbols{content:'';height:25px;width:25px;margin:auto;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><path d="M15.37 7.95c-4.48 0-8.06 3.9-8.06 8.64 0 3.5 2.2 6.9 5.8 10.3 1.2 1.1 2.5 2.2 3.9 3.1.84.6 1.5 1 1.98 1.3l.27.15.8.5 1.1-.6c.5-.27 1.18-.7 2-1.25 1.34-.9 2.66-1.9 3.9-3 3.57-3.28 5.75-6.8 5.75-10.6 0-4.74-3.6-8.65-8.1-8.65v3.3c2.6 0 4.76 2.4 4.76 5.35 0 2.65-1.72 5.43-4.7 8.13-1.1 1-2.27 1.9-3.5 2.7-.43.3-.83.54-1.17.74-.35-.2-.76-.5-1.2-.83-1.24-.87-2.4-1.83-3.54-2.87-2.95-2.76-4.7-5.5-4.7-7.9 0-2.98 2.2-5.35 4.78-5.35 1.3 0 2.5.6 3.4 1.6L20 14.3l1.25-1.43c.9-1.03 2.1-1.6 3.38-1.6v-3.3c-1.68 0-3.3.56-4.63 1.57-1.34-1-2.95-1.57-4.63-1.57z"/></g></g></svg>')}.i-travel{content:'';height:25px;width:25px;margin:auto;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><path d="M25.46 11.2s-2.67 2.58-3.94 3.95l-10.6-2.13c-.12-.02-.25.04-.3.15l-.8 1.6c-.07.13 0 .3.12.37l7.75 3.88L13.4 24c-.5-.16-1.1-.33-1.66-.3-.3 0-.6.06-.85.25-.3.2-.4.5-.4.9s.1.74.3.98l3.2 3.23c.3.23.7.34 1 .34.4 0 .7-.13.9-.37.2-.23.24-.53.25-.84 0-.6-.15-1.2-.3-1.7l4.97-4.3 3.9 7.76c.06.13.23.2.36.12l1.6-.8c.13-.07.2-.2.17-.3l-2.12-10.6c1.4-1.28 3.95-3.95 3.96-3.96.86-.88 1.4-1.93 1.4-2.87 0-.5-.17-1-.5-1.33-.37-.36-.87-.5-1.38-.5-.95 0-2 .52-2.88 1.4zm2.87-4.4c1.28 0 2.54.44 3.5 1.4.93.93 1.38 2.2 1.38 3.47 0 1.8-.8 3.54-2.2 4.94-.4.5-1.7 1.8-2.8 2.9l1.8 9c.3 1.5-.4 2.9-1.7 3.6l-1.62.8c-1.62.8-3.6.1-4.36-1.4L20 27.1l-.7.6v.62c-.03.92-.28 1.8-.92 2.6-.8 1-1.98 1.5-3.22 1.5-1.03 0-2.12-.37-2.96-1.1l-.16-.14-3.22-3.22-.1-.12c-.75-.83-1.12-1.9-1.12-3 0-1.24.5-2.43 1.48-3.22.8-.6 1.68-.9 2.62-.9h.62l.6-.7-4.27-2.1c-1.65-.8-2.33-2.8-1.52-4.4l.8-1.64c.67-1.3 2.14-2.02 3.57-1.73l9 1.8 1.36-1.33 1.5-1.48c1.42-1.4 3.17-2.27 4.97-2.27z"/></g></g></svg>')}.button-emoji{margin-bottom:-5px}.ql-emojiblot{display:inline-block;vertical-align:text-top}.ap{display:inline-flex;height:20px;width:20px;background-image:url(/dist/morning-ui.emoji.png);background-size:820px;background-repeat:no-repeat;text-indent:-999px;box-sizing:border-box;font-size:20px;line-height:1;overflow:hidden;margin-top:-3px}.ap-copyright{background-position:-0px -0px}.ap-registered{background-position:-0px -20px}.ap-bangbang{background-position:-0px -40px}.ap-interrobang{background-position:-0px -60px}.ap-tm{background-position:-0px -80px}.ap-information_source{background-position:-0px -100px}.ap-left_right_arrow{background-position:-0px -120px}.ap-arrow_up_down{background-position:-0px -140px}.ap-arrow_upper_left{background-position:-0px -160px}.ap-arrow_upper_right{background-position:-0px -180px}.ap-arrow_lower_right{background-position:-0px -200px}.ap-arrow_lower_left{background-position:-0px -220px}.ap-leftwards_arrow_with_hook{background-position:-0px -240px}.ap-arrow_right_hook{background-position:-0px -260px}.ap-watch{background-position:-0px -280px}.ap-hourglass{background-position:-0px -300px}.ap-keyboard{background-position:-0px -320px}.ap-fast_forward{background-position:-0px -360px}.ap-rewind{background-position:-0px -380px}.ap-arrow_double_up{background-position:-0px -400px}.ap-arrow_double_down{background-position:-0px -420px}.ap-black_right_pointing_double_triangle_with_vertical_bar{background-position:-0px -440px}.ap-black_left_pointing_double_triangle_with_vertical_bar{background-position:-0px -460px}.ap-black_right_pointing_triangle_with_double_vertical_bar{background-position:-0px -480px}.ap-alarm_clock{background-position:-0px -500px}.ap-stopwatch{background-position:-0px -520px}.ap-timer_clock{background-position:-0px -540px}.ap-hourglass_flowing_sand{background-position:-0px -560px}.ap-double_vertical_bar{background-position:-0px -580px}.ap-black_square_for_stop{background-position:-0px -600px}.ap-black_circle_for_record{background-position:-0px -620px}.ap-m{background-position:-0px -640px}.ap-black_small_square{background-position:-0px -660px}.ap-white_small_square{background-position:-0px -680px}.ap-arrow_forward{background-position:-0px -700px}.ap-arrow_backward{background-position:-0px -720px}.ap-white_medium_square{background-position:-0px -740px}.ap-black_medium_square{background-position:-0px -760px}.ap-white_medium_small_square{background-position:-0px -780px}.ap-black_medium_small_square{background-position:-0px -800px}.ap-sunny{background-position:-20px -0px}.ap-cloud{background-position:-20px -20px}.ap-umbrella{background-position:-20px -40px}.ap-snowman{background-position:-20px -60px}.ap-comet{background-position:-20px -80px}.ap-phone,.ap-telephone{background-position:-20px -100px}.ap-ballot_box_with_check{background-position:-20px -120px}.ap-umbrella_with_rain_drops{background-position:-20px -140px}.ap-coffee{background-position:-20px -160px}.ap-shamrock{background-position:-20px -180px}.ap-point_up{background-position:-20px -200px}.ap-skull_and_crossbones{background-position:-20px -320px}.ap-radioactive_sign{background-position:-20px -340px}.ap-biohazard_sign{background-position:-20px -360px}.ap-orthodox_cross{background-position:-20px -380px}.ap-star_and_crescent{background-position:-20px -400px}.ap-peace_symbol{background-position:-20px -420px}.ap-yin_yang{background-position:-20px -440px}.ap-wheel_of_dharma{background-position:-20px -460px}.ap-white_frowning_face{background-position:-20px -480px}.ap-relaxed{background-position:-20px -500px}.ap-aries{background-position:-20px -520px}.ap-taurus{background-position:-20px -540px}.ap-gemini{background-position:-20px -560px}.ap-cancer{background-position:-20px -580px}.ap-leo{background-position:-20px -600px}.ap-virgo{background-position:-20px -620px}.ap-libra{background-position:-20px -640px}.ap-scorpius{background-position:-20px -660px}.ap-sagittarius{background-position:-20px -680px}.ap-capricorn{background-position:-20px -700px}.ap-aquarius{background-position:-20px -720px}.ap-pisces{background-position:-20px -740px}.ap-spades{background-position:-20px -760px}.ap-clubs{background-position:-20px -780px}.ap-hearts{background-position:-20px -800px}.ap-diamonds{background-position:-40px -0px}.ap-hotsprings{background-position:-40px -20px}.ap-recycle{background-position:-40px -40px}.ap-wheelchair{background-position:-40px -60px}.ap-hammer_and_pick{background-position:-40px -80px}.ap-anchor{background-position:-40px -100px}.ap-crossed_swords{background-position:-40px -120px}.ap-scales{background-position:-40px -140px}.ap-alembic{background-position:-40px -160px}.ap-gear{background-position:-40px -180px}.ap-atom_symbol{background-position:-40px -200px}.ap-fleur_de_lis{background-position:-40px -220px}.ap-warning{background-position:-40px -240px}.ap-zap{background-position:-40px -260px}.ap-white_circle{background-position:-40px -280px}.ap-black_circle{background-position:-40px -300px}.ap-coffin{background-position:-40px -320px}.ap-funeral_urn{background-position:-40px -340px}.ap-soccer{background-position:-40px -360px}.ap-baseball{background-position:-40px -380px}.ap-snowman_without_snow{background-position:-40px -400px}.ap-partly_sunny{background-position:-40px -420px}.ap-thunder_cloud_and_rain{background-position:-40px -440px}.ap-ophiuchus{background-position:-40px -460px}.ap-pick{background-position:-40px -480px}.ap-helmet_with_white_cross{background-position:-40px -500px}.ap-chains{background-position:-40px -520px}.ap-no_entry{background-position:-40px -540px}.ap-shinto_shrine{background-position:-40px -560px}.ap-church{background-position:-40px -580px}.ap-mountain{background-position:-40px -600px}.ap-umbrella_on_ground,.ap-beach_umbrella{background-position:-40px -620px}.ap-fountain{background-position:-40px -640px}.ap-golf{background-position:-40px -660px}.ap-ferry{background-position:-40px -680px}.ap-boat{background-position:-40px -700px}.ap-skier{background-position:-40px -720px}.ap-ice_skate{background-position:-40px -740px}.ap-person_with_ball{background-position:-40px -760px}.ap-tent{background-position:-60px -60px}.ap-fuelpump{background-position:-60px -80px}.ap-scissors{background-position:-60px -100px}.ap-white_check_mark{background-position:-60px -120px}.ap-airplane{background-position:-60px -140px}.ap-email{background-position:-60px -160px}.ap-fist{background-position:-60px -180px}.ap-hand{background-position:-60px -300px}.ap-v{background-position:-60px -420px}.ap-writing_hand{background-position:-60px -540px}.ap-pencil2{background-position:-60px -660px}.ap-black_nib{background-position:-60px -680px}.ap-heavy_check_mark{background-position:-60px -700px}.ap-heavy_multiplication_x{background-position:-60px -720px}.ap-latin_cross{background-position:-60px -740px}.ap-star_of_david{background-position:-60px -760px}.ap-sparkles{background-position:-60px -780px}.ap-eight_spoked_asterisk{background-position:-60px -800px}.ap-eight_pointed_black_star{background-position:-80px -0px}.ap-snowflake{background-position:-80px -20px}.ap-sparkle{background-position:-80px -40px}.ap-x{background-position:-80px -60px}.ap-negative_squared_cross_mark{background-position:-80px -80px}.ap-question{background-position:-80px -100px}.ap-grey_question{background-position:-80px -120px}.ap-grey_exclamation{background-position:-80px -140px}.ap-exclamation{background-position:-80px -160px}.ap-heavy_heart_exclamation_mark_ornament{background-position:-80px -180px}.ap-heart{background-position:-80px -200px}.ap-heavy_plus_sign{background-position:-80px -220px}.ap-heavy_minus_sign{background-position:-80px -240px}.ap-heavy_division_sign{background-position:-80px -260px}.ap-arrow_right{background-position:-80px -280px}.ap-curly_loop{background-position:-80px -300px}.ap-loop{background-position:-80px -320px}.ap-arrow_heading_up{background-position:-80px -340px}.ap-arrow_heading_down{background-position:-80px -360px}.ap-arrow_left{background-position:-80px -380px}.ap-arrow_up{background-position:-80px -400px}.ap-arrow_down{background-position:-80px -420px}.ap-black_large_square{background-position:-80px -440px}.ap-white_large_square{background-position:-80px -460px}.ap-star{background-position:-80px -480px}.ap-o{background-position:-80px -500px}.ap-wavy_dash{background-position:-80px -520px}.ap-part_alternation_mark{background-position:-80px -540px}.ap-congratulations{background-position:-80px -560px}.ap-secret{background-position:-80px -580px}.ap-mahjong{background-position:-80px -600px}.ap-black_joker{background-position:-80px -620px}.ap-a{background-position:-80px -640px}.ap-b{background-position:-80px -660px}.ap-o2{background-position:-80px -680px}.ap-parking{background-position:-80px -700px}.ap-ab{background-position:-80px -720px}.ap-cl{background-position:-80px -740px}.ap-cool{background-position:-80px -760px}.ap-free{background-position:-80px -780px}.ap-id{background-position:-80px -800px}.ap-new{background-position:-100px -0px}.ap-ng{background-position:-100px -20px}.ap-ok{background-position:-100px -40px}.ap-sos{background-position:-100px -60px}.ap-up{background-position:-100px -80px}.ap-vs{background-position:-100px -100px}.ap-koko{background-position:-100px -120px}.ap-sa{background-position:-100px -140px}.ap-u7121{background-position:-100px -160px}.ap-u6307{background-position:-100px -180px}.ap-u7981{background-position:-100px -200px}.ap-u7a7a{background-position:-100px -220px}.ap-u5408{background-position:-100px -240px}.ap-u6e80{background-position:-100px -260px}.ap-u6709{background-position:-100px -280px}.ap-u6708{background-position:-100px -300px}.ap-u7533{background-position:-100px -320px}.ap-u5272{background-position:-100px -340px}.ap-u55b6{background-position:-100px -360px}.ap-ideograph_advantage{background-position:-100px -380px}.ap-accept{background-position:-100px -400px}.ap-cyclone{background-position:-100px -420px}.ap-foggy{background-position:-100px -440px}.ap-closed_umbrella{background-position:-100px -460px}.ap-night_with_stars{background-position:-100px -480px}.ap-sunrise_over_mountains{background-position:-100px -500px}.ap-sunrise{background-position:-100px -520px}.ap-city_sunset{background-position:-100px -540px}.ap-city_sunrise{background-position:-100px -560px}.ap-rainbow{background-position:-100px -580px}.ap-bridge_at_night{background-position:-100px -600px}.ap-ocean{background-position:-100px -620px}.ap-volcano{background-position:-100px -640px}.ap-milky_way{background-position:-100px -660px}.ap-earth_africa{background-position:-100px -680px}.ap-earth_americas{background-position:-100px -700px}.ap-earth_asia{background-position:-100px -720px}.ap-globe_with_meridians{background-position:-100px -740px}.ap-new_moon{background-position:-100px -760px}.ap-waxing_crescent_moon{background-position:-100px -780px}.ap-first_quarter_moon{background-position:-100px -800px}.ap-moon{background-position:-120px -0px}.ap-full_moon{background-position:-120px -20px}.ap-waning_gibbous_moon{background-position:-120px -40px}.ap-last_quarter_moon{background-position:-120px -60px}.ap-waning_crescent_moon{background-position:-120px -80px}.ap-crescent_moon{background-position:-120px -100px}.ap-new_moon_with_face{background-position:-120px -120px}.ap-first_quarter_moon_with_face{background-position:-120px -140px}.ap-last_quarter_moon_with_face{background-position:-120px -160px}.ap-full_moon_with_face{background-position:-120px -180px}.ap-sun_with_face{background-position:-120px -200px}.ap-star2{background-position:-120px -220px}.ap-stars{background-position:-120px -240px}.ap-thermometer{background-position:-120px -260px}.ap-mostly_sunny{background-position:-120px -280px}.ap-barely_sunny{background-position:-120px -300px}.ap-partly_sunny_rain{background-position:-120px -320px}.ap-rain_cloud{background-position:-120px -340px}.ap-snow_cloud{background-position:-120px -360px}.ap-lightning{background-position:-120px -380px}.ap-tornado{background-position:-120px -400px}.ap-fog{background-position:-120px -420px}.ap-wind_blowing_face{background-position:-120px -440px}.ap-hotdog{background-position:-120px -460px}.ap-taco{background-position:-120px -480px}.ap-burrito{background-position:-120px -500px}.ap-chestnut{background-position:-120px -520px}.ap-seedling{background-position:-120px -540px}.ap-evergreen_tree{background-position:-120px -560px}.ap-deciduous_tree{background-position:-120px -580px}.ap-palm_tree{background-position:-120px -600px}.ap-cactus{background-position:-120px -620px}.ap-hot_pepper{background-position:-120px -640px}.ap-tulip{background-position:-120px -660px}.ap-cherry_blossom{background-position:-120px -680px}.ap-rose{background-position:-120px -700px}.ap-hibiscus{background-position:-120px -720px}.ap-sunflower{background-position:-120px -740px}.ap-blossom{background-position:-120px -760px}.ap-corn{background-position:-120px -780px}.ap-ear_of_rice{background-position:-120px -800px}.ap-herb{background-position:-140px -0px}.ap-four_leaf_clover{background-position:-140px -20px}.ap-maple_leaf{background-position:-140px -40px}.ap-fallen_leaf{background-position:-140px -60px}.ap-leaves{background-position:-140px -80px}.ap-mushroom{background-position:-140px -100px}.ap-tomato{background-position:-140px -120px}.ap-eggplant{background-position:-140px -140px}.ap-grapes{background-position:-140px -160px}.ap-melon{background-position:-140px -180px}.ap-watermelon{background-position:-140px -200px}.ap-tangerine{background-position:-140px -220px}.ap-lemon{background-position:-140px -240px}.ap-banana{background-position:-140px -260px}.ap-pineapple{background-position:-140px -280px}.ap-apple{background-position:-140px -300px}.ap-green_apple{background-position:-140px -320px}.ap-pear{background-position:-140px -340px}.ap-peach{background-position:-140px -360px}.ap-cherries{background-position:-140px -380px}.ap-strawberry{background-position:-140px -400px}.ap-hamburger{background-position:-140px -420px}.ap-pizza{background-position:-140px -440px}.ap-meat_on_bone{background-position:-140px -460px}.ap-poultry_leg{background-position:-140px -480px}.ap-rice_cracker{background-position:-140px -500px}.ap-rice_ball{background-position:-140px -520px}.ap-rice{background-position:-140px -540px}.ap-curry{background-position:-140px -560px}.ap-ramen{background-position:-140px -580px}.ap-spaghetti{background-position:-140px -600px}.ap-bread{background-position:-140px -620px}.ap-fries{background-position:-140px -640px}.ap-sweet_potato{background-position:-140px -660px}.ap-dango{background-position:-140px -680px}.ap-oden{background-position:-140px -700px}.ap-sushi{background-position:-140px -720px}.ap-fried_shrimp{background-position:-140px -740px}.ap-fish_cake{background-position:-140px -760px}.ap-icecream{background-position:-140px -780px}.ap-shaved_ice{background-position:-140px -800px}.ap-ice_cream{background-position:-160px -0px}.ap-doughnut{background-position:-160px -20px}.ap-cookie{background-position:-160px -40px}.ap-chocolate_bar{background-position:-160px -60px}.ap-candy{background-position:-160px -80px}.ap-lollipop{background-position:-160px -100px}.ap-custard{background-position:-160px -120px}.ap-honey_pot{background-position:-160px -140px}.ap-cake{background-position:-160px -160px}.ap-bento{background-position:-160px -180px}.ap-stew{background-position:-160px -200px}.ap-egg{background-position:-160px -220px}.ap-fork_and_knife{background-position:-160px -240px}.ap-tea{background-position:-160px -260px}.ap-sake{background-position:-160px -280px}.ap-wine_glass{background-position:-160px -300px}.ap-cocktail{background-position:-160px -320px}.ap-tropical_drink{background-position:-160px -340px}.ap-beer{background-position:-160px -360px}.ap-beers{background-position:-160px -380px}.ap-baby_bottle{background-position:-160px -400px}.ap-knife_fork_plate{background-position:-160px -420px}.ap-champagne{background-position:-160px -440px}.ap-popcorn{background-position:-160px -460px}.ap-ribbon{background-position:-160px -480px}.ap-gift{background-position:-160px -500px}.ap-birthday{background-position:-160px -520px}.ap-jack_o_lantern{background-position:-160px -540px}.ap-christmas_tree{background-position:-160px -560px}.ap-santa{background-position:-160px -580px}.ap-fireworks{background-position:-160px -700px}.ap-sparkler{background-position:-160px -720px}.ap-balloon{background-position:-160px -740px}.ap-tada{background-position:-160px -760px}.ap-confetti_ball{background-position:-160px -780px}.ap-tanabata_tree{background-position:-160px -800px}.ap-crossed_flags{background-position:-180px -0px}.ap-bamboo{background-position:-180px -20px}.ap-dolls{background-position:-180px -40px}.ap-flags{background-position:-180px -60px}.ap-wind_chime{background-position:-180px -80px}.ap-rice_scene{background-position:-180px -100px}.ap-school_satchel{background-position:-180px -120px}.ap-mortar_board{background-position:-180px -140px}.ap-medal{background-position:-180px -160px}.ap-reminder_ribbon{background-position:-180px -180px}.ap-studio_microphone{background-position:-180px -200px}.ap-level_slider{background-position:-180px -220px}.ap-control_knobs{background-position:-180px -240px}.ap-film_frames{background-position:-180px -260px}.ap-admission_tickets{background-position:-180px -280px}.ap-carousel_horse{background-position:-180px -300px}.ap-ferris_wheel{background-position:-180px -320px}.ap-roller_coaster{background-position:-180px -340px}.ap-fishing_pole_and_fish{background-position:-180px -360px}.ap-microphone{background-position:-180px -380px}.ap-movie_camera{background-position:-180px -400px}.ap-cinema{background-position:-180px -420px}.ap-headphones{background-position:-180px -440px}.ap-art{background-position:-180px -460px}.ap-tophat{background-position:-180px -480px}.ap-circus_tent{background-position:-180px -500px}.ap-ticket{background-position:-180px -520px}.ap-clapper{background-position:-180px -540px}.ap-performing_arts{background-position:-180px -560px}.ap-video_game{background-position:-180px -580px}.ap-dart{background-position:-180px -600px}.ap-slot_machine{background-position:-180px -620px}.ap-8ball{background-position:-180px -640px}.ap-game_die{background-position:-180px -660px}.ap-bowling{background-position:-180px -680px}.ap-flower_playing_cards{background-position:-180px -700px}.ap-musical_note{background-position:-180px -720px}.ap-notes{background-position:-180px -740px}.ap-saxophone{background-position:-180px -760px}.ap-guitar{background-position:-180px -780px}.ap-musical_keyboard{background-position:-180px -800px}.ap-trumpet{background-position:-200px -0px}.ap-violin{background-position:-200px -20px}.ap-musical_score{background-position:-200px -40px}.ap-running_shirt_with_sash{background-position:-200px -60px}.ap-tennis{background-position:-200px -80px}.ap-ski{background-position:-200px -100px}.ap-basketball{background-position:-200px -120px}.ap-checkered_flag{background-position:-200px -140px}.ap-snowboarder{background-position:-200px -160px}.ap-runner{background-position:-200px -180px}.ap-surfer{background-position:-200px -300px}.ap-sports_medal{background-position:-200px -420px}.ap-trophy{background-position:-200px -440px}.ap-horse_racing{background-position:-200px -460px}.ap-football{background-position:-200px -480px}.ap-rugby_football{background-position:-200px -500px}.ap-swimmer{background-position:-200px -520px}.ap-weight_lifter{background-position:-200px -640px}.ap-golfer{background-position:-200px -760px}.ap-racing_motorcycle{background-position:-200px -780px}.ap-racing_car{background-position:-200px -800px}.ap-cricket_bat_and_ball{background-position:-220px -0px}.ap-volleyball{background-position:-220px -20px}.ap-field_hockey_stick_and_ball{background-position:-220px -40px}.ap-ice_hockey_stick_and_puck{background-position:-220px -60px}.ap-table_tennis_paddle_and_ball{background-position:-220px -80px}.ap-snow_capped_mountain{background-position:-220px -100px}.ap-camping{background-position:-220px -120px}.ap-beach_with_umbrella{background-position:-220px -140px}.ap-building_construction{background-position:-220px -160px}.ap-house_buildings{background-position:-220px -180px}.ap-cityscape{background-position:-220px -200px}.ap-derelict_house_building{background-position:-220px -220px}.ap-classical_building{background-position:-220px -240px}.ap-desert{background-position:-220px -260px}.ap-desert_island{background-position:-220px -280px}.ap-national_park{background-position:-220px -300px}.ap-stadium{background-position:-220px -320px}.ap-house{background-position:-220px -340px}.ap-house_with_garden{background-position:-220px -360px}.ap-office{background-position:-220px -380px}.ap-post_office{background-position:-220px -400px}.ap-european_post_office{background-position:-220px -420px}.ap-hospital{background-position:-220px -440px}.ap-bank{background-position:-220px -460px}.ap-atm{background-position:-220px -480px}.ap-hotel{background-position:-220px -500px}.ap-love_hotel{background-position:-220px -520px}.ap-convenience_store{background-position:-220px -540px}.ap-school{background-position:-220px -560px}.ap-department_store{background-position:-220px -580px}.ap-factory{background-position:-220px -600px}.ap-izakaya_lantern{background-position:-220px -620px}.ap-japanese_castle{background-position:-220px -640px}.ap-european_castle{background-position:-220px -660px}.ap-waving_white_flag{background-position:-220px -680px}.ap-waving_black_flag{background-position:-220px -700px}.ap-rosette{background-position:-220px -720px}.ap-label{background-position:-220px -740px}.ap-badminton_racquet_and_shuttlecock{background-position:-220px -760px}.ap-bow_and_arrow{background-position:-220px -780px}.ap-amphora{background-position:-220px -800px}.ap-skin-tone-2{background-position:-240px -0px}.ap-skin-tone-3{background-position:-240px -20px}.ap-skin-tone-4{background-position:-240px -40px}.ap-skin-tone-5{background-position:-240px -60px}.ap-skin-tone-6{background-position:-240px -80px}.ap-rat{background-position:-240px -100px}.ap-mouse2{background-position:-240px -120px}.ap-ox{background-position:-240px -140px}.ap-water_buffalo{background-position:-240px -160px}.ap-cow2{background-position:-240px -180px}.ap-tiger2{background-position:-240px -200px}.ap-leopard{background-position:-240px -220px}.ap-rabbit2{background-position:-240px -240px}.ap-cat2{background-position:-240px -260px}.ap-dragon{background-position:-240px -280px}.ap-crocodile{background-position:-240px -300px}.ap-whale2{background-position:-240px -320px}.ap-snail{background-position:-240px -340px}.ap-snake{background-position:-240px -360px}.ap-racehorse{background-position:-240px -380px}.ap-ram{background-position:-240px -400px}.ap-goat{background-position:-240px -420px}.ap-sheep{background-position:-240px -440px}.ap-monkey{background-position:-240px -460px}.ap-rooster{background-position:-240px -480px}.ap-chicken{background-position:-240px -500px}.ap-dog2{background-position:-240px -520px}.ap-pig2{background-position:-240px -540px}.ap-boar{background-position:-240px -560px}.ap-elephant{background-position:-240px -580px}.ap-octopus{background-position:-240px -600px}.ap-shell{background-position:-240px -620px}.ap-bug{background-position:-240px -640px}.ap-ant{background-position:-240px -660px}.ap-bee{background-position:-240px -680px}.ap-beetle{background-position:-240px -700px}.ap-fish{background-position:-240px -720px}.ap-tropical_fish{background-position:-240px -740px}.ap-blowfish{background-position:-240px -760px}.ap-turtle{background-position:-240px -780px}.ap-hatching_chick{background-position:-240px -800px}.ap-baby_chick{background-position:-260px -0px}.ap-hatched_chick{background-position:-260px -20px}.ap-bird{background-position:-260px -40px}.ap-penguin{background-position:-260px -60px}.ap-koala{background-position:-260px -80px}.ap-poodle{background-position:-260px -100px}.ap-dromedary_camel{background-position:-260px -120px}.ap-camel{background-position:-260px -140px}.ap-dolphin{background-position:-260px -160px}.ap-mouse{background-position:-260px -180px}.ap-cow{background-position:-260px -200px}.ap-tiger{background-position:-260px -220px}.ap-rabbit{background-position:-260px -240px}.ap-cat{background-position:-260px -260px}.ap-dragon_face{background-position:-260px -280px}.ap-whale{background-position:-260px -300px}.ap-horse{background-position:-260px -320px}.ap-monkey_face{background-position:-260px -340px}.ap-dog{background-position:-260px -360px}.ap-pig{background-position:-260px -380px}.ap-frog{background-position:-260px -400px}.ap-hamster{background-position:-260px -420px}.ap-wolf{background-position:-260px -440px}.ap-bear{background-position:-260px -460px}.ap-panda_face{background-position:-260px -480px}.ap-pig_nose{background-position:-260px -500px}.ap-feet{background-position:-260px -520px}.ap-chipmunk{background-position:-260px -540px}.ap-eyes{background-position:-260px -560px}.ap-eye{background-position:-260px -580px}.ap-ear{background-position:-260px -600px}.ap-nose{background-position:-260px -720px}.ap-lips{background-position:-280px -20px}.ap-tongue{background-position:-280px -40px}.ap-point_up_2{background-position:-280px -60px}.ap-point_down{background-position:-280px -180px}.ap-point_left{background-position:-280px -300px}.ap-point_right{background-position:-280px -420px}.ap-facepunch{background-position:-280px -540px}.ap-wave{background-position:-280px -660px}.ap-ok_hand{background-position:-280px -780px}.ap-thumbsup{background-position:-300px -80px}.ap--1,.ap-thumbsdown{background-position:-300px -200px}.ap-clap{background-position:-300px -320px}.ap-open_hands{background-position:-300px -440px}.ap-crown{background-position:-300px -560px}.ap-womans_hat{background-position:-300px -580px}.ap-eyeglasses{background-position:-300px -600px}.ap-necktie{background-position:-300px -620px}.ap-shirt{background-position:-300px -640px}.ap-jeans{background-position:-300px -660px}.ap-dress{background-position:-300px -680px}.ap-kimono{background-position:-300px -700px}.ap-bikini{background-position:-300px -720px}.ap-womans_clothes{background-position:-300px -740px}.ap-purse{background-position:-300px -760px}.ap-handbag{background-position:-300px -780px}.ap-pouch{background-position:-300px -800px}.ap-mans_shoe{background-position:-320px -0px}.ap-athletic_shoe{background-position:-320px -20px}.ap-high_heel{background-position:-320px -40px}.ap-sandal{background-position:-320px -60px}.ap-boot{background-position:-320px -80px}.ap-footprints{background-position:-320px -100px}.ap-bust_in_silhouette{background-position:-320px -120px}.ap-busts_in_silhouette{background-position:-320px -140px}.ap-boy{background-position:-320px -160px}.ap-girl{background-position:-320px -280px}.ap-man{background-position:-320px -400px}.ap-woman{background-position:-320px -520px}.ap-family{background-position:-320px -640px}.ap-couple{background-position:-320px -660px}.ap-two_men_holding_hands{background-position:-320px -680px}.ap-two_women_holding_hands{background-position:-320px -700px}.ap-cop{background-position:-320px -720px}.ap-dancers{background-position:-340px -20px}.ap-bride_with_veil{background-position:-340px -40px}.ap-person_with_blond_hair{background-position:-340px -160px}.ap-man_with_gua_pi_mao{background-position:-340px -280px}.ap-man_with_turban{background-position:-340px -400px}.ap-older_man{background-position:-340px -520px}.ap-older_woman{background-position:-340px -640px}.ap-baby{background-position:-340px -760px}.ap-construction_worker{background-position:-360px -60px}.ap-princess{background-position:-360px -180px}.ap-japanese_ogre{background-position:-360px -300px}.ap-japanese_goblin{background-position:-360px -320px}.ap-ghost{background-position:-360px -340px}.ap-angel{background-position:-360px -360px}.ap-alien{background-position:-360px -480px}.ap-space_invader{background-position:-360px -500px}.ap-imp{background-position:-360px -520px}.ap-skull{background-position:-360px -540px}.ap-information_desk_person{background-position:-360px -560px}.ap-guardsman{background-position:-360px -680px}.ap-dancer{background-position:-360px -800px}.ap-lipstick{background-position:-380px -100px}.ap-nail_care{background-position:-380px -120px}.ap-massage{background-position:-380px -240px}.ap-haircut{background-position:-380px -360px}.ap-barber{background-position:-380px -480px}.ap-syringe{background-position:-380px -500px}.ap-pill{background-position:-380px -520px}.ap-kiss{background-position:-380px -540px}.ap-love_letter{background-position:-380px -560px}.ap-ring{background-position:-380px -580px}.ap-gem{background-position:-380px -600px}.ap-couplekiss{background-position:-380px -620px}.ap-bouquet{background-position:-380px -640px}.ap-couple_with_heart{background-position:-380px -660px}.ap-wedding{background-position:-380px -680px}.ap-heartbeat{background-position:-380px -700px}.ap-broken_heart{background-position:-380px -720px}.ap-two_hearts{background-position:-380px -740px}.ap-sparkling_heart{background-position:-380px -760px}.ap-heartpulse{background-position:-380px -780px}.ap-cupid{background-position:-380px -800px}.ap-blue_heart{background-position:-400px -0px}.ap-green_heart{background-position:-400px -20px}.ap-yellow_heart{background-position:-400px -40px}.ap-purple_heart{background-position:-400px -60px}.ap-gift_heart{background-position:-400px -80px}.ap-revolving_hearts{background-position:-400px -100px}.ap-heart_decoration{background-position:-400px -120px}.ap-diamond_shape_with_a_dot_inside{background-position:-400px -140px}.ap-bulb{background-position:-400px -160px}.ap-anger{background-position:-400px -180px}.ap-bomb{background-position:-400px -200px}.ap-zzz{background-position:-400px -220px}.ap-boom{background-position:-400px -240px}.ap-sweat_drops{background-position:-400px -260px}.ap-droplet{background-position:-400px -280px}.ap-dash{background-position:-400px -300px}.ap-hankey{background-position:-400px -320px}.ap-muscle{background-position:-400px -340px}.ap-dizzy{background-position:-400px -460px}.ap-speech_balloon{background-position:-400px -480px}.ap-thought_balloon{background-position:-400px -500px}.ap-white_flower{background-position:-400px -520px}.ap-100{background-position:-400px -540px}.ap-moneybag{background-position:-400px -560px}.ap-currency_exchange{background-position:-400px -580px}.ap-heavy_dollar_sign{background-position:-400px -600px}.ap-credit_card{background-position:-400px -620px}.ap-yen{background-position:-400px -640px}.ap-dollar{background-position:-400px -660px}.ap-euro{background-position:-400px -680px}.ap-pound{background-position:-400px -700px}.ap-money_with_wings{background-position:-400px -720px}.ap-chart{background-position:-400px -740px}.ap-seat{background-position:-400px -760px}.ap-computer{background-position:-400px -780px}.ap-briefcase{background-position:-400px -800px}.ap-minidisc{background-position:-420px -0px}.ap-floppy_disk{background-position:-420px -20px}.ap-cd{background-position:-420px -40px}.ap-dvd{background-position:-420px -60px}.ap-file_folder{background-position:-420px -80px}.ap-open_file_folder{background-position:-420px -100px}.ap-page_with_curl{background-position:-420px -120px}.ap-page_facing_up{background-position:-420px -140px}.ap-date{background-position:-420px -160px}.ap-calendar{background-position:-420px -180px}.ap-card_index{background-position:-420px -200px}.ap-chart_with_upwards_trend{background-position:-420px -220px}.ap-chart_with_downwards_trend{background-position:-420px -240px}.ap-bar_chart{background-position:-420px -260px}.ap-clipboard{background-position:-420px -280px}.ap-pushpin{background-position:-420px -300px}.ap-round_pushpin{background-position:-420px -320px}.ap-paperclip{background-position:-420px -340px}.ap-straight_ruler{background-position:-420px -360px}.ap-triangular_ruler{background-position:-420px -380px}.ap-bookmark_tabs{background-position:-420px -400px}.ap-ledger{background-position:-420px -420px}.ap-notebook{background-position:-420px -440px}.ap-notebook_with_decorative_cover{background-position:-420px -460px}.ap-closed_book{background-position:-420px -480px}.ap-book{background-position:-420px -500px}.ap-green_book{background-position:-420px -520px}.ap-blue_book{background-position:-420px -540px}.ap-orange_book{background-position:-420px -560px}.ap-books{background-position:-420px -580px}.ap-name_badge{background-position:-420px -600px}.ap-scroll{background-position:-420px -620px}.ap-memo{background-position:-420px -640px}.ap-telephone_receiver{background-position:-420px -660px}.ap-pager{background-position:-420px -680px}.ap-fax{background-position:-420px -700px}.ap-satellite_antenna{background-position:-420px -720px}.ap-loudspeaker{background-position:-420px -740px}.ap-mega{background-position:-420px -760px}.ap-outbox_tray{background-position:-420px -780px}.ap-inbox_tray{background-position:-420px -800px}.ap-package{background-position:-440px -0px}.ap-e-mail{background-position:-440px -20px}.ap-incoming_envelope{background-position:-440px -40px}.ap-envelope_with_arrow{background-position:-440px -60px}.ap-mailbox_closed{background-position:-440px -80px}.ap-mailbox{background-position:-440px -100px}.ap-mailbox_with_mail{background-position:-440px -120px}.ap-mailbox_with_no_mail{background-position:-440px -140px}.ap-postbox{background-position:-440px -160px}.ap-postal_horn{background-position:-440px -180px}.ap-newspaper{background-position:-440px -200px}.ap-iphone{background-position:-440px -220px}.ap-calling{background-position:-440px -240px}.ap-vibration_mode{background-position:-440px -260px}.ap-mobile_phone_off{background-position:-440px -280px}.ap-no_mobile_phones{background-position:-440px -300px}.ap-signal_strength{background-position:-440px -320px}.ap-camera{background-position:-440px -340px}.ap-camera_with_flash{background-position:-440px -360px}.ap-video_camera{background-position:-440px -380px}.ap-tv{background-position:-440px -400px}.ap-radio{background-position:-440px -420px}.ap-vhs{background-position:-440px -440px}.ap-film_projector{background-position:-440px -460px}.ap-prayer_beads{background-position:-440px -480px}.ap-twisted_rightwards_arrows{background-position:-440px -500px}.ap-repeat{background-position:-440px -520px}.ap-repeat_one{background-position:-440px -540px}.ap-arrows_clockwise{background-position:-440px -560px}.ap-arrows_counterclockwise{background-position:-440px -580px}.ap-low_brightness{background-position:-440px -600px}.ap-high_brightness{background-position:-440px -620px}.ap-mute{background-position:-440px -640px}.ap-speaker{background-position:-440px -660px}.ap-sound{background-position:-440px -680px}.ap-loud_sound{background-position:-440px -700px}.ap-battery{background-position:-440px -720px}.ap-electric_plug{background-position:-440px -740px}.ap-mag{background-position:-440px -760px}.ap-mag_right{background-position:-440px -780px}.ap-lock_with_ink_pen{background-position:-440px -800px}.ap-closed_lock_with_key{background-position:-460px -0px}.ap-key{background-position:-460px -20px}.ap-lock{background-position:-460px -40px}.ap-unlock{background-position:-460px -60px}.ap-bell{background-position:-460px -80px}.ap-no_bell{background-position:-460px -100px}.ap-bookmark{background-position:-460px -120px}.ap-link{background-position:-460px -140px}.ap-radio_button{background-position:-460px -160px}.ap-back{background-position:-460px -180px}.ap-end{background-position:-460px -200px}.ap-on{background-position:-460px -220px}.ap-soon{background-position:-460px -240px}.ap-top{background-position:-460px -260px}.ap-underage{background-position:-460px -280px}.ap-keycap_ten{background-position:-460px -300px}.ap-capital_abcd{background-position:-460px -320px}.ap-abcd{background-position:-460px -340px}.ap-1234{background-position:-460px -360px}.ap-symbols{background-position:-460px -380px}.ap-abc{background-position:-460px -400px}.ap-fire{background-position:-460px -420px}.ap-flashlight{background-position:-460px -440px}.ap-wrench{background-position:-460px -460px}.ap-hammer{background-position:-460px -480px}.ap-nut_and_bolt{background-position:-460px -500px}.ap-hocho{background-position:-460px -520px}.ap-gun{background-position:-460px -540px}.ap-microscope{background-position:-460px -560px}.ap-telescope{background-position:-460px -580px}.ap-crystal_ball{background-position:-460px -600px}.ap-six_pointed_star{background-position:-460px -620px}.ap-beginner{background-position:-460px -640px}.ap-trident{background-position:-460px -660px}.ap-black_square_button{background-position:-460px -680px}.ap-white_square_button{background-position:-460px -700px}.ap-red_circle{background-position:-460px -720px}.ap-large_blue_circle{background-position:-460px -740px}.ap-large_orange_diamond{background-position:-460px -760px}.ap-large_blue_diamond{background-position:-460px -780px}.ap-small_orange_diamond{background-position:-460px -800px}.ap-small_blue_diamond{background-position:-480px -0px}.ap-small_red_triangle{background-position:-480px -20px}.ap-small_red_triangle_down{background-position:-480px -40px}.ap-arrow_up_small{background-position:-480px -60px}.ap-arrow_down_small{background-position:-480px -80px}.ap-om_symbol{background-position:-480px -100px}.ap-dove_of_peace{background-position:-480px -120px}.ap-kaaba{background-position:-480px -140px}.ap-mosque{background-position:-480px -160px}.ap-synagogue{background-position:-480px -180px}.ap-menorah_with_nine_branches{background-position:-480px -200px}.ap-clock1{background-position:-480px -220px}.ap-clock2{background-position:-480px -240px}.ap-clock3{background-position:-480px -260px}.ap-clock4{background-position:-480px -280px}.ap-clock5{background-position:-480px -300px}.ap-clock6{background-position:-480px -320px}.ap-clock7{background-position:-480px -340px}.ap-clock8{background-position:-480px -360px}.ap-clock9{background-position:-480px -380px}.ap-clock10{background-position:-480px -400px}.ap-clock11{background-position:-480px -420px}.ap-clock12{background-position:-480px -440px}.ap-clock130{background-position:-480px -460px}.ap-clock230{background-position:-480px -480px}.ap-clock330{background-position:-480px -500px}.ap-clock430{background-position:-480px -520px}.ap-clock530{background-position:-480px -540px}.ap-clock630{background-position:-480px -560px}.ap-clock730{background-position:-480px -580px}.ap-clock830{background-position:-480px -600px}.ap-clock930{background-position:-480px -620px}.ap-clock1030{background-position:-480px -640px}.ap-clock1130{background-position:-480px -660px}.ap-clock1230{background-position:-480px -680px}.ap-candle{background-position:-480px -700px}.ap-mantelpiece_clock{background-position:-480px -720px}.ap-hole{background-position:-480px -740px}.ap-man_in_business_suit_levitating{background-position:-480px -760px}.ap-sleuth_or_spy{background-position:-480px -780px}.ap-dark_sunglasses{background-position:-500px -80px}.ap-spider{background-position:-500px -100px}.ap-spider_web{background-position:-500px -120px}.ap-joystick{background-position:-500px -140px}.ap-linked_paperclips{background-position:-500px -160px}.ap-lower_left_ballpoint_pen{background-position:-500px -180px}.ap-lower_left_fountain_pen{background-position:-500px -200px}.ap-lower_left_paintbrush{background-position:-500px -220px}.ap-lower_left_crayon{background-position:-500px -240px}.ap-raised_hand_with_fingers_splayed{background-position:-500px -260px}.ap-middle_finger{background-position:-500px -380px}.ap-spock-hand{background-position:-500px -500px}.ap-desktop_computer{background-position:-500px -620px}.ap-printer{background-position:-500px -640px}.ap-three_button_mouse{background-position:-500px -660px}.ap-trackball{background-position:-500px -680px}.ap-frame_with_picture{background-position:-500px -700px}.ap-card_index_dividers{background-position:-500px -720px}.ap-card_file_box{background-position:-500px -740px}.ap-file_cabinet{background-position:-500px -760px}.ap-wastebasket{background-position:-500px -780px}.ap-spiral_note_pad{background-position:-500px -800px}.ap-spiral_calendar_pad{background-position:-520px -0px}.ap-compression{background-position:-520px -20px}.ap-old_key{background-position:-520px -40px}.ap-rolled_up_newspaper{background-position:-520px -60px}.ap-dagger_knife{background-position:-520px -80px}.ap-speaking_head_in_silhouette{background-position:-520px -100px}.ap-left_speech_bubble{background-position:-520px -120px}.ap-right_anger_bubble{background-position:-520px -140px}.ap-ballot_box_with_ballot{background-position:-520px -160px}.ap-world_map{background-position:-520px -180px}.ap-mount_fuji{background-position:-520px -200px}.ap-tokyo_tower{background-position:-520px -220px}.ap-statue_of_liberty{background-position:-520px -240px}.ap-japan{background-position:-520px -260px}.ap-moyai{background-position:-520px -280px}.ap-grinning{background-position:-520px -300px}.ap-grin{background-position:-520px -320px}.ap-joy{background-position:-520px -340px}.ap-smiley{background-position:-520px -360px}.ap-smile{background-position:-520px -380px}.ap-sweat_smile{background-position:-520px -400px}.ap-laughing{background-position:-520px -420px}.ap-innocent{background-position:-520px -440px}.ap-smiling_imp{background-position:-520px -460px}.ap-wink{background-position:-520px -480px}.ap-blush{background-position:-520px -500px}.ap-yum{background-position:-520px -520px}.ap-relieved{background-position:-520px -540px}.ap-heart_eyes{background-position:-520px -560px}.ap-sunglasses{background-position:-520px -580px}.ap-smirk{background-position:-520px -600px}.ap-neutral_face{background-position:-520px -620px}.ap-expressionless{background-position:-520px -640px}.ap-unamused{background-position:-520px -660px}.ap-sweat{background-position:-520px -680px}.ap-pensive{background-position:-520px -700px}.ap-confused{background-position:-520px -720px}.ap-confounded{background-position:-520px -740px}.ap-kissing{background-position:-520px -760px}.ap-kissing_heart{background-position:-520px -780px}.ap-kissing_smiling_eyes{background-position:-520px -800px}.ap-kissing_closed_eyes{background-position:-540px -0px}.ap-stuck_out_tongue{background-position:-540px -20px}.ap-stuck_out_tongue_winking_eye{background-position:-540px -40px}.ap-stuck_out_tongue_closed_eyes{background-position:-540px -60px}.ap-disappointed{background-position:-540px -80px}.ap-worried{background-position:-540px -100px}.ap-angry{background-position:-540px -120px}.ap-rage{background-position:-540px -140px}.ap-cry{background-position:-540px -160px}.ap-persevere{background-position:-540px -180px}.ap-triumph{background-position:-540px -200px}.ap-disappointed_relieved{background-position:-540px -220px}.ap-frowning{background-position:-540px -240px}.ap-anguished{background-position:-540px -260px}.ap-fearful{background-position:-540px -280px}.ap-weary{background-position:-540px -300px}.ap-sleepy{background-position:-540px -320px}.ap-tired_face{background-position:-540px -340px}.ap-grimacing{background-position:-540px -360px}.ap-sob{background-position:-540px -380px}.ap-open_mouth{background-position:-540px -400px}.ap-hushed{background-position:-540px -420px}.ap-cold_sweat{background-position:-540px -440px}.ap-scream{background-position:-540px -460px}.ap-astonished{background-position:-540px -480px}.ap-flushed{background-position:-540px -500px}.ap-sleeping{background-position:-540px -520px}.ap-dizzy_face{background-position:-540px -540px}.ap-no_mouth{background-position:-540px -560px}.ap-mask{background-position:-540px -580px}.ap-smile_cat{background-position:-540px -600px}.ap-joy_cat{background-position:-540px -620px}.ap-smiley_cat{background-position:-540px -640px}.ap-heart_eyes_cat{background-position:-540px -660px}.ap-smirk_cat{background-position:-540px -680px}.ap-kissing_cat{background-position:-540px -700px}.ap-pouting_cat{background-position:-540px -720px}.ap-crying_cat_face{background-position:-540px -740px}.ap-scream_cat{background-position:-540px -760px}.ap-slightly_frowning_face{background-position:-540px -780px}.ap-slightly_smiling_face{background-position:-540px -800px}.ap-upside_down_face{background-position:-560px -0px}.ap-face_with_rolling_eyes{background-position:-560px -20px}.ap-no_good{background-position:-560px -40px}.ap-ok_woman{background-position:-560px -160px}.ap-bow{background-position:-560px -280px}.ap-see_no_evil{background-position:-560px -400px}.ap-hear_no_evil{background-position:-560px -420px}.ap-speak_no_evil{background-position:-560px -440px}.ap-raising_hand{background-position:-560px -460px}.ap-raised_hands{background-position:-560px -580px}.ap-person_frowning{background-position:-560px -700px}.ap-person_with_pouting_face{background-position:-580px -0px}.ap-pray{background-position:-580px -120px}.ap-rocket{background-position:-580px -240px}.ap-helicopter{background-position:-580px -260px}.ap-steam_locomotive{background-position:-580px -280px}.ap-railway_car{background-position:-580px -300px}.ap-bullettrain_side{background-position:-580px -320px}.ap-bullettrain_front{background-position:-580px -340px}.ap-train2{background-position:-580px -360px}.ap-metro{background-position:-580px -380px}.ap-light_rail{background-position:-580px -400px}.ap-station{background-position:-580px -420px}.ap-tram{background-position:-580px -440px}.ap-train{background-position:-580px -460px}.ap-bus{background-position:-580px -480px}.ap-oncoming_bus{background-position:-580px -500px}.ap-trolleybus{background-position:-580px -520px}.ap-busstop{background-position:-580px -540px}.ap-minibus{background-position:-580px -560px}.ap-ambulance{background-position:-580px -580px}.ap-fire_engine{background-position:-580px -600px}.ap-police_car{background-position:-580px -620px}.ap-oncoming_police_car{background-position:-580px -640px}.ap-taxi{background-position:-580px -660px}.ap-oncoming_taxi{background-position:-580px -680px}.ap-car{background-position:-580px -700px}.ap-oncoming_automobile{background-position:-580px -720px}.ap-blue_car{background-position:-580px -740px}.ap-truck{background-position:-580px -760px}.ap-articulated_lorry{background-position:-580px -780px}.ap-tractor{background-position:-580px -800px}.ap-monorail{background-position:-600px -0px}.ap-mountain_railway{background-position:-600px -20px}.ap-suspension_railway{background-position:-600px -40px}.ap-mountain_cableway{background-position:-600px -60px}.ap-aerial_tramway{background-position:-600px -80px}.ap-ship{background-position:-600px -100px}.ap-rowboat{background-position:-600px -120px}.ap-speedboat{background-position:-600px -240px}.ap-traffic_light{background-position:-600px -260px}.ap-vertical_traffic_light{background-position:-600px -280px}.ap-construction{background-position:-600px -300px}.ap-rotating_light{background-position:-600px -320px}.ap-triangular_flag_on_post{background-position:-600px -340px}.ap-door{background-position:-600px -360px}.ap-no_entry_sign{background-position:-600px -380px}.ap-smoking{background-position:-600px -400px}.ap-no_smoking{background-position:-600px -420px}.ap-put_litter_in_its_place{background-position:-600px -440px}.ap-do_not_litter{background-position:-600px -460px}.ap-potable_water{background-position:-600px -480px}.ap-non-potable_water{background-position:-600px -500px}.ap-bike{background-position:-600px -520px}.ap-no_bicycles{background-position:-600px -540px}.ap-bicyclist{background-position:-600px -560px}.ap-mountain_bicyclist{background-position:-600px -680px}.ap-walking{background-position:-600px -800px}.ap-no_pedestrians{background-position:-620px -100px}.ap-children_crossing{background-position:-620px -120px}.ap-mens{background-position:-620px -140px}.ap-womens{background-position:-620px -160px}.ap-restroom{background-position:-620px -180px}.ap-baby_symbol{background-position:-620px -200px}.ap-toilet{background-position:-620px -220px}.ap-wc{background-position:-620px -240px}.ap-shower{background-position:-620px -260px}.ap-bath{background-position:-620px -280px}.ap-bathtub{background-position:-620px -400px}.ap-passport_control{background-position:-620px -420px}.ap-customs{background-position:-620px -440px}.ap-baggage_claim{background-position:-620px -460px}.ap-left_luggage{background-position:-620px -480px}.ap-couch_and_lamp{background-position:-620px -500px}.ap-sleeping_accommodation{background-position:-620px -520px}.ap-shopping_bags{background-position:-620px -540px}.ap-bellhop_bell{background-position:-620px -560px}.ap-bed{background-position:-620px -580px}.ap-place_of_worship{background-position:-620px -600px}.ap-hammer_and_wrench{background-position:-620px -620px}.ap-shield{background-position:-620px -640px}.ap-oil_drum{background-position:-620px -660px}.ap-motorway{background-position:-620px -680px}.ap-railway_track{background-position:-620px -700px}.ap-motor_boat{background-position:-620px -720px}.ap-small_airplane{background-position:-620px -740px}.ap-airplane_departure{background-position:-620px -760px}.ap-airplane_arriving{background-position:-620px -780px}.ap-satellite{background-position:-620px -800px}.ap-passenger_ship{background-position:-640px -0px}.ap-zipper_mouth_face{background-position:-640px -20px}.ap-money_mouth_face{background-position:-640px -40px}.ap-face_with_thermometer{background-position:-640px -60px}.ap-nerd_face{background-position:-640px -80px}.ap-thinking_face{background-position:-640px -100px}.ap-face_with_head_bandage{background-position:-640px -120px}.ap-robot_face{background-position:-640px -140px}.ap-hugging_face{background-position:-640px -160px}.ap-the_horns{background-position:-640px -180px}.ap-crab{background-position:-640px -300px}.ap-lion_face{background-position:-640px -320px}.ap-scorpion{background-position:-640px -340px}.ap-turkey{background-position:-640px -360px}.ap-unicorn_face{background-position:-640px -380px}.ap-cheese_wedge{background-position:-640px -400px}.ap-hash{background-position:-640px -420px}.ap-keycap_star{background-position:-640px -440px}.ap-zero{background-position:-640px -460px}.ap-one{background-position:-640px -480px}.ap-two{background-position:-640px -500px}.ap-three{background-position:-640px -520px}.ap-four{background-position:-640px -540px}.ap-five{background-position:-640px -560px}.ap-six{background-position:-640px -580px}.ap-seven{background-position:-640px -600px}.ap-eight{background-position:-640px -620px}.ap-nine{background-position:-640px -640px}.ap-flag-ac{background-position:-640px -660px}.ap-flag-ad{background-position:-640px -680px}.ap-flag-ae{background-position:-640px -700px}.ap-flag-af{background-position:-640px -720px}.ap-flag-ag{background-position:-640px -740px}.ap-flag-ai{background-position:-640px -760px}.ap-flag-al{background-position:-640px -780px}.ap-flag-am{background-position:-640px -800px}.ap-flag-ao{background-position:-660px -0px}.ap-flag-aq{background-position:-660px -20px}.ap-flag-ar{background-position:-660px -40px}.ap-flag-as{background-position:-660px -60px}.ap-flag-at{background-position:-660px -80px}.ap-flag-au{background-position:-660px -100px}.ap-flag-aw{background-position:-660px -120px}.ap-flag-ax{background-position:-660px -140px}.ap-flag-az{background-position:-660px -160px}.ap-flag-ba{background-position:-660px -180px}.ap-flag-bb{background-position:-660px -200px}.ap-flag-bd{background-position:-660px -220px}.ap-flag-be{background-position:-660px -240px}.ap-flag-bf{background-position:-660px -260px}.ap-flag-bg{background-position:-660px -280px}.ap-flag-bh{background-position:-660px -300px}.ap-flag-bi{background-position:-660px -320px}.ap-flag-bj{background-position:-660px -340px}.ap-flag-bl{background-position:-660px -360px}.ap-flag-bm{background-position:-660px -380px}.ap-flag-bn{background-position:-660px -400px}.ap-flag-bo{background-position:-660px -420px}.ap-flag-bq{background-position:-660px -440px}.ap-flag-br{background-position:-660px -460px}.ap-flag-bs{background-position:-660px -480px}.ap-flag-bt{background-position:-660px -500px}.ap-flag-bv{background-position:-660px -520px}.ap-flag-bw{background-position:-660px -540px}.ap-flag-by{background-position:-660px -560px}.ap-flag-bz{background-position:-660px -580px}.ap-flag-ca{background-position:-660px -600px}.ap-flag-cc{background-position:-660px -620px}.ap-flag-cd{background-position:-660px -640px}.ap-flag-cf{background-position:-660px -660px}.ap-flag-cg{background-position:-660px -680px}.ap-flag-ch{background-position:-660px -700px}.ap-flag-ci{background-position:-660px -720px}.ap-flag-ck{background-position:-660px -740px}.ap-flag-cl{background-position:-660px -760px}.ap-flag-cm{background-position:-660px -780px}.ap-flag-cn{background-position:-660px -800px}.ap-flag-co{background-position:-680px -0px}.ap-flag-cp{background-position:-680px -20px}.ap-flag-cr{background-position:-680px -40px}.ap-flag-cu{background-position:-680px -60px}.ap-flag-cv{background-position:-680px -80px}.ap-flag-cw{background-position:-680px -100px}.ap-flag-cx{background-position:-680px -120px}.ap-flag-cy{background-position:-680px -140px}.ap-flag-cz{background-position:-680px -160px}.ap-flag-de{background-position:-680px -180px}.ap-flag-dg{background-position:-680px -200px}.ap-flag-dj{background-position:-680px -220px}.ap-flag-dk{background-position:-680px -240px}.ap-flag-dm{background-position:-680px -260px}.ap-flag-do{background-position:-680px -280px}.ap-flag-dz{background-position:-680px -300px}.ap-flag-ea{background-position:-680px -320px}.ap-flag-ec{background-position:-680px -340px}.ap-flag-ee{background-position:-680px -360px}.ap-flag-eg{background-position:-680px -380px}.ap-flag-eh{background-position:-680px -400px}.ap-flag-er{background-position:-680px -420px}.ap-flag-es{background-position:-680px -440px}.ap-flag-et{background-position:-680px -460px}.ap-flag-eu{background-position:-680px -480px}.ap-flag-fi{background-position:-680px -500px}.ap-flag-fj{background-position:-680px -520px}.ap-flag-fk{background-position:-680px -540px}.ap-flag-fm{background-position:-680px -560px}.ap-flag-fo{background-position:-680px -580px}.ap-flag-fr{background-position:-680px -600px}.ap-flag-ga{background-position:-680px -620px}.ap-flag-gb{background-position:-680px -640px}.ap-flag-gd{background-position:-680px -660px}.ap-flag-ge{background-position:-680px -680px}.ap-flag-gf{background-position:-680px -700px}.ap-flag-gg{background-position:-680px -720px}.ap-flag-gh{background-position:-680px -740px}.ap-flag-gi{background-position:-680px -760px}.ap-flag-gl{background-position:-680px -780px}.ap-flag-gm{background-position:-680px -800px}.ap-flag-gn{background-position:-700px -0px}.ap-flag-gp{background-position:-700px -20px}.ap-flag-gq{background-position:-700px -40px}.ap-flag-gr{background-position:-700px -60px}.ap-flag-gs{background-position:-700px -80px}.ap-flag-gt{background-position:-700px -100px}.ap-flag-gu{background-position:-700px -120px}.ap-flag-gw{background-position:-700px -140px}.ap-flag-gy{background-position:-700px -160px}.ap-flag-hk{background-position:-700px -180px}.ap-flag-hm{background-position:-700px -200px}.ap-flag-hn{background-position:-700px -220px}.ap-flag-hr{background-position:-700px -240px}.ap-flag-ht{background-position:-700px -260px}.ap-flag-hu{background-position:-700px -280px}.ap-flag-ic{background-position:-700px -300px}.ap-flag-id{background-position:-700px -320px}.ap-flag-ie{background-position:-700px -340px}.ap-flag-il{background-position:-700px -360px}.ap-flag-im{background-position:-700px -380px}.ap-flag-in{background-position:-700px -400px}.ap-flag-io{background-position:-700px -420px}.ap-flag-iq{background-position:-700px -440px}.ap-flag-ir{background-position:-700px -460px}.ap-flag-is{background-position:-700px -480px}.ap-flag-it{background-position:-700px -500px}.ap-flag-je{background-position:-700px -520px}.ap-flag-jm{background-position:-700px -540px}.ap-flag-jo{background-position:-700px -560px}.ap-flag-jp{background-position:-700px -580px}.ap-flag-ke{background-position:-700px -600px}.ap-flag-kg{background-position:-700px -620px}.ap-flag-kh{background-position:-700px -640px}.ap-flag-ki{background-position:-700px -660px}.ap-flag-km{background-position:-700px -680px}.ap-flag-kn{background-position:-700px -700px}.ap-flag-kp{background-position:-700px -720px}.ap-flag-kr{background-position:-700px -740px}.ap-flag-kw{background-position:-700px -760px}.ap-flag-ky{background-position:-700px -780px}.ap-flag-kz{background-position:-700px -800px}.ap-flag-la{background-position:-720px -0px}.ap-flag-lb{background-position:-720px -20px}.ap-flag-lc{background-position:-720px -40px}.ap-flag-li{background-position:-720px -60px}.ap-flag-lk{background-position:-720px -80px}.ap-flag-lr{background-position:-720px -100px}.ap-flag-ls{background-position:-720px -120px}.ap-flag-lt{background-position:-720px -140px}.ap-flag-lu{background-position:-720px -160px}.ap-flag-lv{background-position:-720px -180px}.ap-flag-ly{background-position:-720px -200px}.ap-flag-ma{background-position:-720px -220px}.ap-flag-mc{background-position:-720px -240px}.ap-flag-md{background-position:-720px -260px}.ap-flag-me{background-position:-720px -280px}.ap-flag-mf{background-position:-720px -300px}.ap-flag-mg{background-position:-720px -320px}.ap-flag-mh{background-position:-720px -340px}.ap-flag-mk{background-position:-720px -360px}.ap-flag-ml{background-position:-720px -380px}.ap-flag-mm{background-position:-720px -400px}.ap-flag-mn{background-position:-720px -420px}.ap-flag-mo{background-position:-720px -440px}.ap-flag-mp{background-position:-720px -460px}.ap-flag-mq{background-position:-720px -480px}.ap-flag-mr{background-position:-720px -500px}.ap-flag-ms{background-position:-720px -520px}.ap-flag-mt{background-position:-720px -540px}.ap-flag-mu{background-position:-720px -560px}.ap-flag-mv{background-position:-720px -580px}.ap-flag-mw{background-position:-720px -600px}.ap-flag-mx{background-position:-720px -620px}.ap-flag-my{background-position:-720px -640px}.ap-flag-mz{background-position:-720px -660px}.ap-flag-na{background-position:-720px -680px}.ap-flag-nc{background-position:-720px -700px}.ap-flag-ne{background-position:-720px -720px}.ap-flag-nf{background-position:-720px -740px}.ap-flag-ng{background-position:-720px -760px}.ap-flag-ni{background-position:-720px -780px}.ap-flag-nl{background-position:-720px -800px}.ap-flag-no{background-position:-740px -0px}.ap-flag-np{background-position:-740px -20px}.ap-flag-nr{background-position:-740px -40px}.ap-flag-nu{background-position:-740px -60px}.ap-flag-nz{background-position:-740px -80px}.ap-flag-om{background-position:-740px -100px}.ap-flag-pa{background-position:-740px -120px}.ap-flag-pe{background-position:-740px -140px}.ap-flag-pf{background-position:-740px -160px}.ap-flag-pg{background-position:-740px -180px}.ap-flag-ph{background-position:-740px -200px}.ap-flag-pk{background-position:-740px -220px}.ap-flag-pl{background-position:-740px -240px}.ap-flag-pm{background-position:-740px -260px}.ap-flag-pn{background-position:-740px -280px}.ap-flag-pr{background-position:-740px -300px}.ap-flag-ps{background-position:-740px -320px}.ap-flag-pt{background-position:-740px -340px}.ap-flag-pw{background-position:-740px -360px}.ap-flag-py{background-position:-740px -380px}.ap-flag-qa{background-position:-740px -400px}.ap-flag-re{background-position:-740px -420px}.ap-flag-ro{background-position:-740px -440px}.ap-flag-rs{background-position:-740px -460px}.ap-flag-ru{background-position:-740px -480px}.ap-flag-rw{background-position:-740px -500px}.ap-flag-sa{background-position:-740px -520px}.ap-flag-sb{background-position:-740px -540px}.ap-flag-sc{background-position:-740px -560px}.ap-flag-sd{background-position:-740px -580px}.ap-flag-se{background-position:-740px -600px}.ap-flag-sg{background-position:-740px -620px}.ap-flag-sh{background-position:-740px -640px}.ap-flag-si{background-position:-740px -660px}.ap-flag-sj{background-position:-740px -680px}.ap-flag-sk{background-position:-740px -700px}.ap-flag-sl{background-position:-740px -720px}.ap-flag-sm{background-position:-740px -740px}.ap-flag-sn{background-position:-740px -760px}.ap-flag-so{background-position:-740px -780px}.ap-flag-sr{background-position:-740px -800px}.ap-flag-ss{background-position:-760px -0px}.ap-flag-st{background-position:-760px -20px}.ap-flag-sv{background-position:-760px -40px}.ap-flag-sx{background-position:-760px -60px}.ap-flag-sy{background-position:-760px -80px}.ap-flag-sz{background-position:-760px -100px}.ap-flag-ta{background-position:-760px -120px}.ap-flag-tc{background-position:-760px -140px}.ap-flag-td{background-position:-760px -160px}.ap-flag-tf{background-position:-760px -180px}.ap-flag-tg{background-position:-760px -200px}.ap-flag-th{background-position:-760px -220px}.ap-flag-tj{background-position:-760px -240px}.ap-flag-tk{background-position:-760px -260px}.ap-flag-tl{background-position:-760px -280px}.ap-flag-tm{background-position:-760px -300px}.ap-flag-tn{background-position:-760px -320px}.ap-flag-to{background-position:-760px -340px}.ap-flag-tr{background-position:-760px -360px}.ap-flag-tt{background-position:-760px -380px}.ap-flag-tv{background-position:-760px -400px}.ap-flag-tw{background-position:-760px -420px}.ap-flag-tz{background-position:-760px -440px}.ap-flag-ua{background-position:-760px -460px}.ap-flag-ug{background-position:-760px -480px}.ap-flag-um{background-position:-760px -500px}.ap-flag-us{background-position:-760px -520px}.ap-flag-uy{background-position:-760px -540px}.ap-flag-uz{background-position:-760px -560px}.ap-flag-va{background-position:-760px -580px}.ap-flag-vc{background-position:-760px -600px}.ap-flag-ve{background-position:-760px -620px}.ap-flag-vg{background-position:-760px -640px}.ap-flag-vi{background-position:-760px -660px}.ap-flag-vn{background-position:-760px -680px}.ap-flag-vu{background-position:-760px -700px}.ap-flag-wf{background-position:-760px -720px}.ap-flag-ws{background-position:-760px -740px}.ap-flag-xk{background-position:-760px -760px}.ap-flag-ye{background-position:-760px -780px}.ap-flag-yt{background-position:-760px -800px}.ap-flag-za{background-position:-780px -0px}.ap-flag-zm{background-position:-780px -20px}.ap-flag-zw{background-position:-780px -40px}.ap-man-man-boy{background-position:-780px -60px}.ap-man-man-boy-boy{background-position:-780px -80px}.ap-man-man-girl{background-position:-780px -100px}.ap-man-man-girl-boy{background-position:-780px -120px}.ap-man-man-girl-girl{background-position:-780px -140px}.ap-man-woman-boy-boy{background-position:-780px -160px}.ap-man-woman-girl{background-position:-780px -180px}.ap-man-woman-girl-boy{background-position:-780px -200px}.ap-man-woman-girl-girl{background-position:-780px -220px}.ap-man-heart-man{background-position:-780px -240px}.ap-man-kiss-man{background-position:-780px -260px}.ap-woman-woman-boy{background-position:-780px -280px}.ap-woman-woman-boy-boy{background-position:-780px -300px}.ap-woman-woman-girl{background-position:-780px -320px}.ap-woman-woman-girl-boy{background-position:-780px -340px}.ap-woman-woman-girl-girl{background-position:-780px -360px}.ap-woman-heart-woman{background-position:-780px -380px}.ap-woman-kiss-woman{background-position:-780px -400px}
