/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-no-unknown */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #fa8c16;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #ffa940;
}
a:active {
  color: #d46b08;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::-moz-selection {
  color: #fff;
  background: #fa8c16;
}
::selection {
  color: #fff;
  background: #fa8c16;
}
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: '';
}
.clearfix::after {
  clear: both;
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin::before {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  -webkit-animation-name: antFadeIn;
          animation-name: antFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-leave.fade-leave-active {
  -webkit-animation-name: antFadeOut;
          animation-name: antFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.fade-leave {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  -webkit-animation-name: antMoveUpIn;
          animation-name: antMoveUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  -webkit-animation-name: antMoveUpOut;
          animation-name: antMoveUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  -webkit-animation-name: antMoveDownIn;
          animation-name: antMoveDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  -webkit-animation-name: antMoveDownOut;
          animation-name: antMoveDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  -webkit-animation-name: antMoveLeftIn;
          animation-name: antMoveLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  -webkit-animation-name: antMoveLeftOut;
          animation-name: antMoveLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  -webkit-animation-name: antMoveRightIn;
          animation-name: antMoveRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  -webkit-animation-name: antMoveRightOut;
          animation-name: antMoveRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@-webkit-keyframes antMoveDownIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveDownOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveDownOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveLeftOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveRightIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveRightOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveUpOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #fa8c16;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  -webkit-box-shadow: 0 0 0 0 #fa8c16;
          box-shadow: 0 0 0 0 #fa8c16;
  -webkit-box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
          box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  -webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
          animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@-webkit-keyframes waveEffect {
  100% {
    -webkit-box-shadow: 0 0 0 #fa8c16;
            box-shadow: 0 0 0 #fa8c16;
    -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
            box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes waveEffect {
  100% {
    -webkit-box-shadow: 0 0 0 #fa8c16;
            box-shadow: 0 0 0 #fa8c16;
    -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
            box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@-webkit-keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.slide-up-enter,
.slide-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  -webkit-animation-name: antSlideLeftIn;
          animation-name: antSlideLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  -webkit-animation-name: antSlideLeftOut;
          animation-name: antSlideLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  -webkit-animation-name: antSlideRightIn;
          animation-name: antSlideRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  -webkit-animation-name: antSlideRightOut;
          animation-name: antSlideRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes antSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideLeftIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideLeftOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideLeftOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideRightIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideRightOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
}
.swing-enter,
.swing-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  -webkit-animation-name: antSwingIn;
          animation-name: antSwingIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes antSwingIn {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes antSwingIn {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.zoom-enter,
.zoom-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  -webkit-animation-name: antZoomIn;
          animation-name: antZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  -webkit-animation-name: antZoomOut;
          animation-name: antZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-leave {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  -webkit-animation-name: antZoomUpIn;
          animation-name: antZoomUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  -webkit-animation-name: antZoomUpOut;
          animation-name: antZoomUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  -webkit-animation-name: antZoomDownIn;
          animation-name: antZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  -webkit-animation-name: antZoomDownOut;
          animation-name: antZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  -webkit-animation-name: antZoomLeftIn;
          animation-name: antZoomLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  -webkit-animation-name: antZoomLeftOut;
          animation-name: antZoomLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  -webkit-animation-name: antZoomRightIn;
          animation-name: antZoomRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  -webkit-animation-name: antZoomRightOut;
          animation-name: antZoomRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@-webkit-keyframes antZoomIn {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomIn {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
}
@-webkit-keyframes antZoomBigIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes antZoomUpIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@-webkit-keyframes antZoomUpOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomUpOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomLeftIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@-webkit-keyframes antZoomLeftOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomLeftOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomRightIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@-webkit-keyframes antZoomRightOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomDownIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@-webkit-keyframes antZoomDownOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
}
@keyframes antZoomDownOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-row {
  position: relative;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  zoom: 1;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ant-row::before,
.ant-row::after {
  display: table;
  content: '';
}
.ant-row::after {
  clear: both;
}
.ant-row + .ant-row::before {
  clear: both;
}
.ant-row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.ant-row-flex::before,
.ant-row-flex::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ant-row-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ant-row-flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-row-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ant-row-flex-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ant-row-flex-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ant-row-flex-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ant-row-flex-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ant-row-flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ant-col {
  position: relative;
  min-height: 1px;
}
.ant-col-1,
.ant-col-xs-1,
.ant-col-sm-1,
.ant-col-md-1,
.ant-col-lg-1,
.ant-col-2,
.ant-col-xs-2,
.ant-col-sm-2,
.ant-col-md-2,
.ant-col-lg-2,
.ant-col-3,
.ant-col-xs-3,
.ant-col-sm-3,
.ant-col-md-3,
.ant-col-lg-3,
.ant-col-4,
.ant-col-xs-4,
.ant-col-sm-4,
.ant-col-md-4,
.ant-col-lg-4,
.ant-col-5,
.ant-col-xs-5,
.ant-col-sm-5,
.ant-col-md-5,
.ant-col-lg-5,
.ant-col-6,
.ant-col-xs-6,
.ant-col-sm-6,
.ant-col-md-6,
.ant-col-lg-6,
.ant-col-7,
.ant-col-xs-7,
.ant-col-sm-7,
.ant-col-md-7,
.ant-col-lg-7,
.ant-col-8,
.ant-col-xs-8,
.ant-col-sm-8,
.ant-col-md-8,
.ant-col-lg-8,
.ant-col-9,
.ant-col-xs-9,
.ant-col-sm-9,
.ant-col-md-9,
.ant-col-lg-9,
.ant-col-10,
.ant-col-xs-10,
.ant-col-sm-10,
.ant-col-md-10,
.ant-col-lg-10,
.ant-col-11,
.ant-col-xs-11,
.ant-col-sm-11,
.ant-col-md-11,
.ant-col-lg-11,
.ant-col-12,
.ant-col-xs-12,
.ant-col-sm-12,
.ant-col-md-12,
.ant-col-lg-12,
.ant-col-13,
.ant-col-xs-13,
.ant-col-sm-13,
.ant-col-md-13,
.ant-col-lg-13,
.ant-col-14,
.ant-col-xs-14,
.ant-col-sm-14,
.ant-col-md-14,
.ant-col-lg-14,
.ant-col-15,
.ant-col-xs-15,
.ant-col-sm-15,
.ant-col-md-15,
.ant-col-lg-15,
.ant-col-16,
.ant-col-xs-16,
.ant-col-sm-16,
.ant-col-md-16,
.ant-col-lg-16,
.ant-col-17,
.ant-col-xs-17,
.ant-col-sm-17,
.ant-col-md-17,
.ant-col-lg-17,
.ant-col-18,
.ant-col-xs-18,
.ant-col-sm-18,
.ant-col-md-18,
.ant-col-lg-18,
.ant-col-19,
.ant-col-xs-19,
.ant-col-sm-19,
.ant-col-md-19,
.ant-col-lg-19,
.ant-col-20,
.ant-col-xs-20,
.ant-col-sm-20,
.ant-col-md-20,
.ant-col-lg-20,
.ant-col-21,
.ant-col-xs-21,
.ant-col-sm-21,
.ant-col-md-21,
.ant-col-lg-21,
.ant-col-22,
.ant-col-xs-22,
.ant-col-sm-22,
.ant-col-md-22,
.ant-col-lg-22,
.ant-col-23,
.ant-col-xs-23,
.ant-col-sm-23,
.ant-col-md-23,
.ant-col-lg-23,
.ant-col-24,
.ant-col-xs-24,
.ant-col-sm-24,
.ant-col-md-24,
.ant-col-lg-24 {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.ant-col-1,
.ant-col-2,
.ant-col-3,
.ant-col-4,
.ant-col-5,
.ant-col-6,
.ant-col-7,
.ant-col-8,
.ant-col-9,
.ant-col-10,
.ant-col-11,
.ant-col-12,
.ant-col-13,
.ant-col-14,
.ant-col-15,
.ant-col-16,
.ant-col-17,
.ant-col-18,
.ant-col-19,
.ant-col-20,
.ant-col-21,
.ant-col-22,
.ant-col-23,
.ant-col-24 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  float: left;
}
.ant-col-24 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.ant-col-push-24 {
  left: 100%;
}
.ant-col-pull-24 {
  right: 100%;
}
.ant-col-offset-24 {
  margin-left: 100%;
}
.ant-col-order-24 {
  -webkit-box-ordinal-group: 25;
      -ms-flex-order: 24;
          order: 24;
}
.ant-col-23 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 95.83333333%;
}
.ant-col-push-23 {
  left: 95.83333333%;
}
.ant-col-pull-23 {
  right: 95.83333333%;
}
.ant-col-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-order-23 {
  -webkit-box-ordinal-group: 24;
      -ms-flex-order: 23;
          order: 23;
}
.ant-col-22 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 91.66666667%;
}
.ant-col-push-22 {
  left: 91.66666667%;
}
.ant-col-pull-22 {
  right: 91.66666667%;
}
.ant-col-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-order-22 {
  -webkit-box-ordinal-group: 23;
      -ms-flex-order: 22;
          order: 22;
}
.ant-col-21 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 87.5%;
}
.ant-col-push-21 {
  left: 87.5%;
}
.ant-col-pull-21 {
  right: 87.5%;
}
.ant-col-offset-21 {
  margin-left: 87.5%;
}
.ant-col-order-21 {
  -webkit-box-ordinal-group: 22;
      -ms-flex-order: 21;
          order: 21;
}
.ant-col-20 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 83.33333333%;
}
.ant-col-push-20 {
  left: 83.33333333%;
}
.ant-col-pull-20 {
  right: 83.33333333%;
}
.ant-col-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-order-20 {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
.ant-col-19 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 79.16666667%;
}
.ant-col-push-19 {
  left: 79.16666667%;
}
.ant-col-pull-19 {
  right: 79.16666667%;
}
.ant-col-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-order-19 {
  -webkit-box-ordinal-group: 20;
      -ms-flex-order: 19;
          order: 19;
}
.ant-col-18 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 75%;
}
.ant-col-push-18 {
  left: 75%;
}
.ant-col-pull-18 {
  right: 75%;
}
.ant-col-offset-18 {
  margin-left: 75%;
}
.ant-col-order-18 {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}
.ant-col-17 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70.83333333%;
}
.ant-col-push-17 {
  left: 70.83333333%;
}
.ant-col-pull-17 {
  right: 70.83333333%;
}
.ant-col-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-order-17 {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}
.ant-col-16 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 66.66666667%;
}
.ant-col-push-16 {
  left: 66.66666667%;
}
.ant-col-pull-16 {
  right: 66.66666667%;
}
.ant-col-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-order-16 {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}
.ant-col-15 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 62.5%;
}
.ant-col-push-15 {
  left: 62.5%;
}
.ant-col-pull-15 {
  right: 62.5%;
}
.ant-col-offset-15 {
  margin-left: 62.5%;
}
.ant-col-order-15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
.ant-col-14 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 58.33333333%;
}
.ant-col-push-14 {
  left: 58.33333333%;
}
.ant-col-pull-14 {
  right: 58.33333333%;
}
.ant-col-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-order-14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.ant-col-13 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 54.16666667%;
}
.ant-col-push-13 {
  left: 54.16666667%;
}
.ant-col-pull-13 {
  right: 54.16666667%;
}
.ant-col-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-order-13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.ant-col-12 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
.ant-col-push-12 {
  left: 50%;
}
.ant-col-pull-12 {
  right: 50%;
}
.ant-col-offset-12 {
  margin-left: 50%;
}
.ant-col-order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.ant-col-11 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 45.83333333%;
}
.ant-col-push-11 {
  left: 45.83333333%;
}
.ant-col-pull-11 {
  right: 45.83333333%;
}
.ant-col-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.ant-col-10 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 41.66666667%;
}
.ant-col-push-10 {
  left: 41.66666667%;
}
.ant-col-pull-10 {
  right: 41.66666667%;
}
.ant-col-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.ant-col-9 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 37.5%;
}
.ant-col-push-9 {
  left: 37.5%;
}
.ant-col-pull-9 {
  right: 37.5%;
}
.ant-col-offset-9 {
  margin-left: 37.5%;
}
.ant-col-order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.ant-col-8 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33333333%;
}
.ant-col-push-8 {
  left: 33.33333333%;
}
.ant-col-pull-8 {
  right: 33.33333333%;
}
.ant-col-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.ant-col-7 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 29.16666667%;
}
.ant-col-push-7 {
  left: 29.16666667%;
}
.ant-col-pull-7 {
  right: 29.16666667%;
}
.ant-col-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.ant-col-6 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
.ant-col-push-6 {
  left: 25%;
}
.ant-col-pull-6 {
  right: 25%;
}
.ant-col-offset-6 {
  margin-left: 25%;
}
.ant-col-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.ant-col-5 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20.83333333%;
}
.ant-col-push-5 {
  left: 20.83333333%;
}
.ant-col-pull-5 {
  right: 20.83333333%;
}
.ant-col-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.ant-col-4 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16.66666667%;
}
.ant-col-push-4 {
  left: 16.66666667%;
}
.ant-col-pull-4 {
  right: 16.66666667%;
}
.ant-col-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.ant-col-3 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12.5%;
}
.ant-col-push-3 {
  left: 12.5%;
}
.ant-col-pull-3 {
  right: 12.5%;
}
.ant-col-offset-3 {
  margin-left: 12.5%;
}
.ant-col-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.ant-col-2 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8.33333333%;
}
.ant-col-push-2 {
  left: 8.33333333%;
}
.ant-col-pull-2 {
  right: 8.33333333%;
}
.ant-col-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ant-col-1 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.16666667%;
}
.ant-col-push-1 {
  left: 4.16666667%;
}
.ant-col-pull-1 {
  right: 4.16666667%;
}
.ant-col-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ant-col-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-offset-0 {
  margin-left: 0;
}
.ant-col-order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.ant-col-xs-1,
.ant-col-xs-2,
.ant-col-xs-3,
.ant-col-xs-4,
.ant-col-xs-5,
.ant-col-xs-6,
.ant-col-xs-7,
.ant-col-xs-8,
.ant-col-xs-9,
.ant-col-xs-10,
.ant-col-xs-11,
.ant-col-xs-12,
.ant-col-xs-13,
.ant-col-xs-14,
.ant-col-xs-15,
.ant-col-xs-16,
.ant-col-xs-17,
.ant-col-xs-18,
.ant-col-xs-19,
.ant-col-xs-20,
.ant-col-xs-21,
.ant-col-xs-22,
.ant-col-xs-23,
.ant-col-xs-24 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  float: left;
}
.ant-col-xs-24 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.ant-col-xs-push-24 {
  left: 100%;
}
.ant-col-xs-pull-24 {
  right: 100%;
}
.ant-col-xs-offset-24 {
  margin-left: 100%;
}
.ant-col-xs-order-24 {
  -webkit-box-ordinal-group: 25;
      -ms-flex-order: 24;
          order: 24;
}
.ant-col-xs-23 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 95.83333333%;
}
.ant-col-xs-push-23 {
  left: 95.83333333%;
}
.ant-col-xs-pull-23 {
  right: 95.83333333%;
}
.ant-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-xs-order-23 {
  -webkit-box-ordinal-group: 24;
      -ms-flex-order: 23;
          order: 23;
}
.ant-col-xs-22 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 91.66666667%;
}
.ant-col-xs-push-22 {
  left: 91.66666667%;
}
.ant-col-xs-pull-22 {
  right: 91.66666667%;
}
.ant-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-xs-order-22 {
  -webkit-box-ordinal-group: 23;
      -ms-flex-order: 22;
          order: 22;
}
.ant-col-xs-21 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 87.5%;
}
.ant-col-xs-push-21 {
  left: 87.5%;
}
.ant-col-xs-pull-21 {
  right: 87.5%;
}
.ant-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ant-col-xs-order-21 {
  -webkit-box-ordinal-group: 22;
      -ms-flex-order: 21;
          order: 21;
}
.ant-col-xs-20 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 83.33333333%;
}
.ant-col-xs-push-20 {
  left: 83.33333333%;
}
.ant-col-xs-pull-20 {
  right: 83.33333333%;
}
.ant-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-xs-order-20 {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
.ant-col-xs-19 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 79.16666667%;
}
.ant-col-xs-push-19 {
  left: 79.16666667%;
}
.ant-col-xs-pull-19 {
  right: 79.16666667%;
}
.ant-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-xs-order-19 {
  -webkit-box-ordinal-group: 20;
      -ms-flex-order: 19;
          order: 19;
}
.ant-col-xs-18 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 75%;
}
.ant-col-xs-push-18 {
  left: 75%;
}
.ant-col-xs-pull-18 {
  right: 75%;
}
.ant-col-xs-offset-18 {
  margin-left: 75%;
}
.ant-col-xs-order-18 {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}
.ant-col-xs-17 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70.83333333%;
}
.ant-col-xs-push-17 {
  left: 70.83333333%;
}
.ant-col-xs-pull-17 {
  right: 70.83333333%;
}
.ant-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-xs-order-17 {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}
.ant-col-xs-16 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 66.66666667%;
}
.ant-col-xs-push-16 {
  left: 66.66666667%;
}
.ant-col-xs-pull-16 {
  right: 66.66666667%;
}
.ant-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-xs-order-16 {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}
.ant-col-xs-15 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 62.5%;
}
.ant-col-xs-push-15 {
  left: 62.5%;
}
.ant-col-xs-pull-15 {
  right: 62.5%;
}
.ant-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ant-col-xs-order-15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
.ant-col-xs-14 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 58.33333333%;
}
.ant-col-xs-push-14 {
  left: 58.33333333%;
}
.ant-col-xs-pull-14 {
  right: 58.33333333%;
}
.ant-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-xs-order-14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.ant-col-xs-13 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 54.16666667%;
}
.ant-col-xs-push-13 {
  left: 54.16666667%;
}
.ant-col-xs-pull-13 {
  right: 54.16666667%;
}
.ant-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-xs-order-13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.ant-col-xs-12 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
.ant-col-xs-push-12 {
  left: 50%;
}
.ant-col-xs-pull-12 {
  right: 50%;
}
.ant-col-xs-offset-12 {
  margin-left: 50%;
}
.ant-col-xs-order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.ant-col-xs-11 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 45.83333333%;
}
.ant-col-xs-push-11 {
  left: 45.83333333%;
}
.ant-col-xs-pull-11 {
  right: 45.83333333%;
}
.ant-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-xs-order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.ant-col-xs-10 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 41.66666667%;
}
.ant-col-xs-push-10 {
  left: 41.66666667%;
}
.ant-col-xs-pull-10 {
  right: 41.66666667%;
}
.ant-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-xs-order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.ant-col-xs-9 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 37.5%;
}
.ant-col-xs-push-9 {
  left: 37.5%;
}
.ant-col-xs-pull-9 {
  right: 37.5%;
}
.ant-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ant-col-xs-order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.ant-col-xs-8 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33333333%;
}
.ant-col-xs-push-8 {
  left: 33.33333333%;
}
.ant-col-xs-pull-8 {
  right: 33.33333333%;
}
.ant-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-xs-order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.ant-col-xs-7 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 29.16666667%;
}
.ant-col-xs-push-7 {
  left: 29.16666667%;
}
.ant-col-xs-pull-7 {
  right: 29.16666667%;
}
.ant-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-xs-order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.ant-col-xs-6 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
.ant-col-xs-push-6 {
  left: 25%;
}
.ant-col-xs-pull-6 {
  right: 25%;
}
.ant-col-xs-offset-6 {
  margin-left: 25%;
}
.ant-col-xs-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.ant-col-xs-5 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20.83333333%;
}
.ant-col-xs-push-5 {
  left: 20.83333333%;
}
.ant-col-xs-pull-5 {
  right: 20.83333333%;
}
.ant-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-xs-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.ant-col-xs-4 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16.66666667%;
}
.ant-col-xs-push-4 {
  left: 16.66666667%;
}
.ant-col-xs-pull-4 {
  right: 16.66666667%;
}
.ant-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-xs-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.ant-col-xs-3 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12.5%;
}
.ant-col-xs-push-3 {
  left: 12.5%;
}
.ant-col-xs-pull-3 {
  right: 12.5%;
}
.ant-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ant-col-xs-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.ant-col-xs-2 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8.33333333%;
}
.ant-col-xs-push-2 {
  left: 8.33333333%;
}
.ant-col-xs-pull-2 {
  right: 8.33333333%;
}
.ant-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-xs-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ant-col-xs-1 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.16666667%;
}
.ant-col-xs-push-1 {
  left: 4.16666667%;
}
.ant-col-xs-pull-1 {
  right: 4.16666667%;
}
.ant-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-xs-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ant-col-xs-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-xs-push-0 {
  left: auto;
}
.ant-col-xs-pull-0 {
  right: auto;
}
.ant-col-xs-offset-0 {
  margin-left: 0;
}
.ant-col-xs-order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (min-width: 576px) {
  .ant-col-sm-1,
  .ant-col-sm-2,
  .ant-col-sm-3,
  .ant-col-sm-4,
  .ant-col-sm-5,
  .ant-col-sm-6,
  .ant-col-sm-7,
  .ant-col-sm-8,
  .ant-col-sm-9,
  .ant-col-sm-10,
  .ant-col-sm-11,
  .ant-col-sm-12,
  .ant-col-sm-13,
  .ant-col-sm-14,
  .ant-col-sm-15,
  .ant-col-sm-16,
  .ant-col-sm-17,
  .ant-col-sm-18,
  .ant-col-sm-19,
  .ant-col-sm-20,
  .ant-col-sm-21,
  .ant-col-sm-22,
  .ant-col-sm-23,
  .ant-col-sm-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    float: left;
  }
  .ant-col-sm-24 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ant-col-sm-push-24 {
    left: 100%;
  }
  .ant-col-sm-pull-24 {
    right: 100%;
  }
  .ant-col-sm-offset-24 {
    margin-left: 100%;
  }
  .ant-col-sm-order-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-sm-23 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-sm-push-23 {
    left: 95.83333333%;
  }
  .ant-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-sm-order-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-sm-22 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-sm-push-22 {
    left: 91.66666667%;
  }
  .ant-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-sm-order-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-sm-21 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-sm-push-21 {
    left: 87.5%;
  }
  .ant-col-sm-pull-21 {
    right: 87.5%;
  }
  .ant-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-sm-order-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-sm-20 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-sm-push-20 {
    left: 83.33333333%;
  }
  .ant-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-sm-order-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-sm-19 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-sm-push-19 {
    left: 79.16666667%;
  }
  .ant-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-sm-order-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-sm-18 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .ant-col-sm-push-18 {
    left: 75%;
  }
  .ant-col-sm-pull-18 {
    right: 75%;
  }
  .ant-col-sm-offset-18 {
    margin-left: 75%;
  }
  .ant-col-sm-order-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-sm-17 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-sm-push-17 {
    left: 70.83333333%;
  }
  .ant-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-sm-order-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-sm-16 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-sm-push-16 {
    left: 66.66666667%;
  }
  .ant-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-sm-order-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-sm-15 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-sm-push-15 {
    left: 62.5%;
  }
  .ant-col-sm-pull-15 {
    right: 62.5%;
  }
  .ant-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-sm-order-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-sm-14 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-sm-push-14 {
    left: 58.33333333%;
  }
  .ant-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-sm-order-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-sm-13 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-sm-push-13 {
    left: 54.16666667%;
  }
  .ant-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-sm-order-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-sm-12 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .ant-col-sm-push-12 {
    left: 50%;
  }
  .ant-col-sm-pull-12 {
    right: 50%;
  }
  .ant-col-sm-offset-12 {
    margin-left: 50%;
  }
  .ant-col-sm-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-sm-11 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-sm-push-11 {
    left: 45.83333333%;
  }
  .ant-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-sm-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-sm-10 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-sm-push-10 {
    left: 41.66666667%;
  }
  .ant-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-sm-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-sm-9 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-sm-push-9 {
    left: 37.5%;
  }
  .ant-col-sm-pull-9 {
    right: 37.5%;
  }
  .ant-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-sm-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-sm-8 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-sm-push-8 {
    left: 33.33333333%;
  }
  .ant-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-sm-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-sm-7 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-sm-push-7 {
    left: 29.16666667%;
  }
  .ant-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-sm-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-sm-6 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .ant-col-sm-push-6 {
    left: 25%;
  }
  .ant-col-sm-pull-6 {
    right: 25%;
  }
  .ant-col-sm-offset-6 {
    margin-left: 25%;
  }
  .ant-col-sm-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-sm-5 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-sm-push-5 {
    left: 20.83333333%;
  }
  .ant-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-sm-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-sm-4 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-sm-push-4 {
    left: 16.66666667%;
  }
  .ant-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-sm-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-sm-3 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-sm-push-3 {
    left: 12.5%;
  }
  .ant-col-sm-pull-3 {
    right: 12.5%;
  }
  .ant-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-sm-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-sm-2 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-sm-push-2 {
    left: 8.33333333%;
  }
  .ant-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-sm-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-sm-1 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-sm-push-1 {
    left: 4.16666667%;
  }
  .ant-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-sm-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-sm-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-sm-push-0 {
    left: auto;
  }
  .ant-col-sm-pull-0 {
    right: auto;
  }
  .ant-col-sm-offset-0 {
    margin-left: 0;
  }
  .ant-col-sm-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 768px) {
  .ant-col-md-1,
  .ant-col-md-2,
  .ant-col-md-3,
  .ant-col-md-4,
  .ant-col-md-5,
  .ant-col-md-6,
  .ant-col-md-7,
  .ant-col-md-8,
  .ant-col-md-9,
  .ant-col-md-10,
  .ant-col-md-11,
  .ant-col-md-12,
  .ant-col-md-13,
  .ant-col-md-14,
  .ant-col-md-15,
  .ant-col-md-16,
  .ant-col-md-17,
  .ant-col-md-18,
  .ant-col-md-19,
  .ant-col-md-20,
  .ant-col-md-21,
  .ant-col-md-22,
  .ant-col-md-23,
  .ant-col-md-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    float: left;
  }
  .ant-col-md-24 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ant-col-md-push-24 {
    left: 100%;
  }
  .ant-col-md-pull-24 {
    right: 100%;
  }
  .ant-col-md-offset-24 {
    margin-left: 100%;
  }
  .ant-col-md-order-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-md-23 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-md-push-23 {
    left: 95.83333333%;
  }
  .ant-col-md-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-md-order-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-md-22 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-md-push-22 {
    left: 91.66666667%;
  }
  .ant-col-md-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-md-order-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-md-21 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-md-push-21 {
    left: 87.5%;
  }
  .ant-col-md-pull-21 {
    right: 87.5%;
  }
  .ant-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-md-order-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-md-20 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-md-push-20 {
    left: 83.33333333%;
  }
  .ant-col-md-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-md-order-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-md-19 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-md-push-19 {
    left: 79.16666667%;
  }
  .ant-col-md-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-md-order-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-md-18 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .ant-col-md-push-18 {
    left: 75%;
  }
  .ant-col-md-pull-18 {
    right: 75%;
  }
  .ant-col-md-offset-18 {
    margin-left: 75%;
  }
  .ant-col-md-order-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-md-17 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-md-push-17 {
    left: 70.83333333%;
  }
  .ant-col-md-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-md-order-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-md-16 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-md-push-16 {
    left: 66.66666667%;
  }
  .ant-col-md-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-md-order-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-md-15 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-md-push-15 {
    left: 62.5%;
  }
  .ant-col-md-pull-15 {
    right: 62.5%;
  }
  .ant-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-md-order-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-md-14 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-md-push-14 {
    left: 58.33333333%;
  }
  .ant-col-md-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-md-order-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-md-13 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-md-push-13 {
    left: 54.16666667%;
  }
  .ant-col-md-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-md-order-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-md-12 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .ant-col-md-push-12 {
    left: 50%;
  }
  .ant-col-md-pull-12 {
    right: 50%;
  }
  .ant-col-md-offset-12 {
    margin-left: 50%;
  }
  .ant-col-md-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-md-11 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-md-push-11 {
    left: 45.83333333%;
  }
  .ant-col-md-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-md-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-md-10 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-md-push-10 {
    left: 41.66666667%;
  }
  .ant-col-md-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-md-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-md-9 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-md-push-9 {
    left: 37.5%;
  }
  .ant-col-md-pull-9 {
    right: 37.5%;
  }
  .ant-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-md-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-md-8 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-md-push-8 {
    left: 33.33333333%;
  }
  .ant-col-md-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-md-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-md-7 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-md-push-7 {
    left: 29.16666667%;
  }
  .ant-col-md-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-md-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-md-6 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .ant-col-md-push-6 {
    left: 25%;
  }
  .ant-col-md-pull-6 {
    right: 25%;
  }
  .ant-col-md-offset-6 {
    margin-left: 25%;
  }
  .ant-col-md-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-md-5 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-md-push-5 {
    left: 20.83333333%;
  }
  .ant-col-md-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-md-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-md-4 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-md-push-4 {
    left: 16.66666667%;
  }
  .ant-col-md-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-md-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-md-3 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-md-push-3 {
    left: 12.5%;
  }
  .ant-col-md-pull-3 {
    right: 12.5%;
  }
  .ant-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-md-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-md-2 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-md-push-2 {
    left: 8.33333333%;
  }
  .ant-col-md-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-md-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-md-1 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-md-push-1 {
    left: 4.16666667%;
  }
  .ant-col-md-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-md-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-md-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-md-push-0 {
    left: auto;
  }
  .ant-col-md-pull-0 {
    right: auto;
  }
  .ant-col-md-offset-0 {
    margin-left: 0;
  }
  .ant-col-md-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 992px) {
  .ant-col-lg-1,
  .ant-col-lg-2,
  .ant-col-lg-3,
  .ant-col-lg-4,
  .ant-col-lg-5,
  .ant-col-lg-6,
  .ant-col-lg-7,
  .ant-col-lg-8,
  .ant-col-lg-9,
  .ant-col-lg-10,
  .ant-col-lg-11,
  .ant-col-lg-12,
  .ant-col-lg-13,
  .ant-col-lg-14,
  .ant-col-lg-15,
  .ant-col-lg-16,
  .ant-col-lg-17,
  .ant-col-lg-18,
  .ant-col-lg-19,
  .ant-col-lg-20,
  .ant-col-lg-21,
  .ant-col-lg-22,
  .ant-col-lg-23,
  .ant-col-lg-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    float: left;
  }
  .ant-col-lg-24 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ant-col-lg-push-24 {
    left: 100%;
  }
  .ant-col-lg-pull-24 {
    right: 100%;
  }
  .ant-col-lg-offset-24 {
    margin-left: 100%;
  }
  .ant-col-lg-order-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-lg-23 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-lg-push-23 {
    left: 95.83333333%;
  }
  .ant-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-lg-order-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-lg-22 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-lg-push-22 {
    left: 91.66666667%;
  }
  .ant-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-lg-order-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-lg-21 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-lg-push-21 {
    left: 87.5%;
  }
  .ant-col-lg-pull-21 {
    right: 87.5%;
  }
  .ant-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-lg-order-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-lg-20 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-lg-push-20 {
    left: 83.33333333%;
  }
  .ant-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-lg-order-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-lg-19 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-lg-push-19 {
    left: 79.16666667%;
  }
  .ant-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-lg-order-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-lg-18 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .ant-col-lg-push-18 {
    left: 75%;
  }
  .ant-col-lg-pull-18 {
    right: 75%;
  }
  .ant-col-lg-offset-18 {
    margin-left: 75%;
  }
  .ant-col-lg-order-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-lg-17 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-lg-push-17 {
    left: 70.83333333%;
  }
  .ant-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-lg-order-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-lg-16 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-lg-push-16 {
    left: 66.66666667%;
  }
  .ant-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-lg-order-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-lg-15 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-lg-push-15 {
    left: 62.5%;
  }
  .ant-col-lg-pull-15 {
    right: 62.5%;
  }
  .ant-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-lg-order-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-lg-14 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-lg-push-14 {
    left: 58.33333333%;
  }
  .ant-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-lg-order-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-lg-13 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-lg-push-13 {
    left: 54.16666667%;
  }
  .ant-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-lg-order-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-lg-12 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .ant-col-lg-push-12 {
    left: 50%;
  }
  .ant-col-lg-pull-12 {
    right: 50%;
  }
  .ant-col-lg-offset-12 {
    margin-left: 50%;
  }
  .ant-col-lg-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-lg-11 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-lg-push-11 {
    left: 45.83333333%;
  }
  .ant-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-lg-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-lg-10 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-lg-push-10 {
    left: 41.66666667%;
  }
  .ant-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-lg-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-lg-9 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-lg-push-9 {
    left: 37.5%;
  }
  .ant-col-lg-pull-9 {
    right: 37.5%;
  }
  .ant-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-lg-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-lg-8 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-lg-push-8 {
    left: 33.33333333%;
  }
  .ant-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-lg-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-lg-7 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-lg-push-7 {
    left: 29.16666667%;
  }
  .ant-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-lg-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-lg-6 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .ant-col-lg-push-6 {
    left: 25%;
  }
  .ant-col-lg-pull-6 {
    right: 25%;
  }
  .ant-col-lg-offset-6 {
    margin-left: 25%;
  }
  .ant-col-lg-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-lg-5 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-lg-push-5 {
    left: 20.83333333%;
  }
  .ant-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-lg-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-lg-4 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-lg-push-4 {
    left: 16.66666667%;
  }
  .ant-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-lg-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-lg-3 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-lg-push-3 {
    left: 12.5%;
  }
  .ant-col-lg-pull-3 {
    right: 12.5%;
  }
  .ant-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-lg-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-lg-2 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-lg-push-2 {
    left: 8.33333333%;
  }
  .ant-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-lg-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-lg-1 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-lg-push-1 {
    left: 4.16666667%;
  }
  .ant-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-lg-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-lg-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-lg-push-0 {
    left: auto;
  }
  .ant-col-lg-pull-0 {
    right: auto;
  }
  .ant-col-lg-offset-0 {
    margin-left: 0;
  }
  .ant-col-lg-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 1200px) {
  .ant-col-xl-1,
  .ant-col-xl-2,
  .ant-col-xl-3,
  .ant-col-xl-4,
  .ant-col-xl-5,
  .ant-col-xl-6,
  .ant-col-xl-7,
  .ant-col-xl-8,
  .ant-col-xl-9,
  .ant-col-xl-10,
  .ant-col-xl-11,
  .ant-col-xl-12,
  .ant-col-xl-13,
  .ant-col-xl-14,
  .ant-col-xl-15,
  .ant-col-xl-16,
  .ant-col-xl-17,
  .ant-col-xl-18,
  .ant-col-xl-19,
  .ant-col-xl-20,
  .ant-col-xl-21,
  .ant-col-xl-22,
  .ant-col-xl-23,
  .ant-col-xl-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    float: left;
  }
  .ant-col-xl-24 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ant-col-xl-push-24 {
    left: 100%;
  }
  .ant-col-xl-pull-24 {
    right: 100%;
  }
  .ant-col-xl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xl-order-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-xl-23 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-xl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xl-order-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-xl-22 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-xl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xl-order-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-xl-21 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-xl-push-21 {
    left: 87.5%;
  }
  .ant-col-xl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xl-order-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-xl-20 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-xl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xl-order-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-xl-19 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-xl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xl-order-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-xl-18 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .ant-col-xl-push-18 {
    left: 75%;
  }
  .ant-col-xl-pull-18 {
    right: 75%;
  }
  .ant-col-xl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xl-order-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-xl-17 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-xl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xl-order-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-xl-16 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-xl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xl-order-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-xl-15 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-xl-push-15 {
    left: 62.5%;
  }
  .ant-col-xl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xl-order-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-xl-14 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-xl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xl-order-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-xl-13 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-xl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xl-order-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-xl-12 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .ant-col-xl-push-12 {
    left: 50%;
  }
  .ant-col-xl-pull-12 {
    right: 50%;
  }
  .ant-col-xl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xl-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-xl-11 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-xl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xl-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-xl-10 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-xl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xl-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-xl-9 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-xl-push-9 {
    left: 37.5%;
  }
  .ant-col-xl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xl-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-xl-8 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-xl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xl-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-xl-7 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-xl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xl-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-xl-6 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .ant-col-xl-push-6 {
    left: 25%;
  }
  .ant-col-xl-pull-6 {
    right: 25%;
  }
  .ant-col-xl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xl-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-xl-5 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-xl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xl-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-xl-4 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-xl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xl-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-xl-3 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-xl-push-3 {
    left: 12.5%;
  }
  .ant-col-xl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xl-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-xl-2 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-xl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xl-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-xl-1 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-xl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xl-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-xl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xl-push-0 {
    left: auto;
  }
  .ant-col-xl-pull-0 {
    right: auto;
  }
  .ant-col-xl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xl-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 1600px) {
  .ant-col-xxl-1,
  .ant-col-xxl-2,
  .ant-col-xxl-3,
  .ant-col-xxl-4,
  .ant-col-xxl-5,
  .ant-col-xxl-6,
  .ant-col-xxl-7,
  .ant-col-xxl-8,
  .ant-col-xxl-9,
  .ant-col-xxl-10,
  .ant-col-xxl-11,
  .ant-col-xxl-12,
  .ant-col-xxl-13,
  .ant-col-xxl-14,
  .ant-col-xxl-15,
  .ant-col-xxl-16,
  .ant-col-xxl-17,
  .ant-col-xxl-18,
  .ant-col-xxl-19,
  .ant-col-xxl-20,
  .ant-col-xxl-21,
  .ant-col-xxl-22,
  .ant-col-xxl-23,
  .ant-col-xxl-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    float: left;
  }
  .ant-col-xxl-24 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ant-col-xxl-push-24 {
    left: 100%;
  }
  .ant-col-xxl-pull-24 {
    right: 100%;
  }
  .ant-col-xxl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xxl-order-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-xxl-23 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-xxl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xxl-order-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-xxl-22 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-xxl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xxl-order-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-xxl-21 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-xxl-push-21 {
    left: 87.5%;
  }
  .ant-col-xxl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xxl-order-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-xxl-20 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-xxl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xxl-order-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-xxl-19 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-xxl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xxl-order-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-xxl-18 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .ant-col-xxl-push-18 {
    left: 75%;
  }
  .ant-col-xxl-pull-18 {
    right: 75%;
  }
  .ant-col-xxl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xxl-order-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-xxl-17 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-xxl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xxl-order-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-xxl-16 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-xxl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xxl-order-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-xxl-15 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-xxl-push-15 {
    left: 62.5%;
  }
  .ant-col-xxl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xxl-order-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-xxl-14 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-xxl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xxl-order-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-xxl-13 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-xxl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xxl-order-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-xxl-12 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .ant-col-xxl-push-12 {
    left: 50%;
  }
  .ant-col-xxl-pull-12 {
    right: 50%;
  }
  .ant-col-xxl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xxl-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-xxl-11 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-xxl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xxl-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-xxl-10 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-xxl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xxl-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-xxl-9 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-xxl-push-9 {
    left: 37.5%;
  }
  .ant-col-xxl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xxl-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-xxl-8 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-xxl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xxl-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-xxl-7 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-xxl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xxl-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-xxl-6 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .ant-col-xxl-push-6 {
    left: 25%;
  }
  .ant-col-xxl-pull-6 {
    right: 25%;
  }
  .ant-col-xxl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xxl-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-xxl-5 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-xxl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xxl-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-xxl-4 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-xxl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xxl-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-xxl-3 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-xxl-push-3 {
    left: 12.5%;
  }
  .ant-col-xxl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xxl-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-xxl-2 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-xxl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xxl-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-xxl-1 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-xxl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xxl-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-xxl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xxl-push-0 {
    left: auto;
  }
  .ant-col-xxl-pull-0 {
    right: auto;
  }
  .ant-col-xxl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xxl-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.bs-card {
  background-color: #ffffff;
  background-clip: padding-box;
}
.bs-card-from-member {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 1px -1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 1px -1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}
@media (any-hover: hover) {
  .bs-card-from-member--clickable:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  }
}
@media (any-hover: none) {
  .bs-card-from-member--clickable:active {
    cursor: pointer;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  }
}
.bs-card-from-member--hoverable {
  cursor: pointer;
}
@media (any-hover: hover) {
  .bs-card-from-member--hoverable:hover {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  }
}
@media (any-hover: none) {
  .bs-card-from-member--hoverable:active {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  }
}
.bs-card__skeleton {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeholderSkeleton;
          animation-name: placeholderSkeleton;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f6f7f8;
  background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 800px;
  position: relative;
}
.bs-card__skeleton--title {
  width: 50%;
  height: 24px;
  margin-bottom: 24px;
}
.bs-card__skeleton--line {
  width: 100%;
  height: 20px;
}
.bs-card__skeleton--line + .bs-card__skeleton--line {
  margin-top: 16px;
}
.bs-card--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 155px;
}
.bs-card--horizontal .bs-card-media {
  width: 50%;
  height: 100%;
  padding-bottom: 0;
}
.bs-card--horizontal .bs-card-info {
  width: 50%;
  height: 100%;
  padding: 16px;
  text-align: left;
}
.bs-card--horizontal .bs-card-desc {
  margin-top: 8px;
  height: auto;
  line-height: auto;
}
.bs-card--radius {
  border-radius: 5px;
}
.bs-card--radius .bs-card-media,
.bs-card--radius .bs-card-media-image {
  border-radius: 5px 5px 0 0;
}
.bs-card--radius.bs-card--horizontal .bs-card-media,
.bs-card--radius.bs-card--horizontal .bs-card-media-image {
  border-radius: 5px 0 0 5px;
}
@media (any-hover: hover) {
  .bs-card--1:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 -1px 3px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 -1px 3px 0 rgba(0, 0, 0, 0.08);
  }
}
@media (any-hover: none) {
  .bs-card--1:active {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 -1px 3px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 -1px 3px 0 rgba(0, 0, 0, 0.08);
  }
}
.bs-card--2 {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
@media (any-hover: hover) {
  .bs-card--2:hover {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  }
}
@media (any-hover: none) {
  .bs-card--2:active {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  }
}
@media (any-hover: hover) {
  .bs-card--2.bs-card--notHover:hover {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  }
}
@media (any-hover: none) {
  .bs-card--2.bs-card--notHover:active {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  }
}
.bs-card-media {
  padding-bottom: 82%;
  position: relative;
}
.bs-card-media-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.bs-card-media-badge-wrap {
  right: 8px;
  top: 8px;
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bs-card-media-badge + .bs-card-media-badge {
  margin-left: 8px;
}
.bs-card-info {
  text-align: center;
}
.bs-card-desc {
  height: 50px;
}
@-webkit-keyframes placeholderSkeleton {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeholderSkeleton {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.icon-shopping-baby {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2214%22%20height%3D%2220%22%20viewBox%3D%220%200%2014%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.547%209.42a.791.791%200%2001-.79.792H1.79A.792.792%200%20011%209.42V6.245c0-.435.355-.79.79-.79h1.116a.49.49%200%2000.053.004c.006%200%20.012-.003.019-.004h8.779c.436%200%20.79.355.79.79V9.42zm-1.124%203.594h-.801a.5.5%200%20000%201h.8v1.65h-.8a.5.5%200%20100%201h.8v1.453a.783.783%200%2001-.781.782H2.907a.783.783%200%2001-.783-.782v-6.905h9.299v1.802zm.334-8.56h-8.16a3.088%203.088%200%20012.32-2.01.5.5%200%2000.408-.49v-.506a.449.449%200%2001.897%200v.506a.5.5%200%2000.408.49%203.05%203.05%200%20011.91%201.213.502.502%200%2000.81-.59%204.052%204.052%200%2000-2.128-1.506v-.113A1.45%201.45%200%20006.774%200a1.45%201.45%200%2000-1.45%201.448v.112a4.034%204.034%200%2000-2.77%202.895h-.763C.803%204.455%200%205.258%200%206.245V9.42c0%20.75.466%201.393%201.124%201.659v7.037c0%20.982.799%201.782%201.783%201.782h7.734c.982%200%201.782-.8%201.782-1.782V11.08a1.792%201.792%200%20001.124-1.66V6.246c0-.987-.803-1.79-1.79-1.79z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.icon-shopping-women {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2220%22%20height%3D%2212%22%20viewBox%3D%220%200%2020%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.95%204.044h8.405c-1.164-.589-2.525-1.34-3.408-2.028C13.513.9%2011.532.44%2010.34%201.933c-.012.015-.03.022-.042.035-.014.014-.021.032-.037.044-.011.01-.026.011-.04.02a.523.523%200%2001-.272.082.508.508%200%2001-.095-.008.535.535%200%2001-.18-.075c-.011-.008-.025-.01-.037-.019-.014-.012-.021-.029-.034-.04-.014-.015-.032-.023-.045-.039C8.366.441%206.387.9%204.952%202.016c-.885.69-2.246%201.44-3.407%202.028H9.95zm9.482-.58c.35.17.533.553.446.932a.835.835%200%2001-.816.648H.838a.833.833%200%2001-.371-1.58c1.22-.597%202.884-1.469%203.872-2.237%201.966-1.533%204.189-1.62%205.61-.31%201.423-1.31%203.644-1.224%205.61.31.986.765%202.65%201.638%203.873%202.236zm-9.22%207.325c4.33%200%205.797-2.78%206.227-3.976L3.46%206.84c.593%201.174%202.431%203.948%206.752%203.948zm6.24-4.948a.98.98%200%2001.928%201.311c-.502%201.394-2.205%204.637-7.168%204.637-4.89%200-6.98-3.174-7.65-4.54a.968.968%200%2001.046-.943.985.985%200%2001.84-.465h13.004z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.icon-shopping-men {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2220%22%20height%3D%228%22%20viewBox%3D%220%200%2020%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.3%206.59c-1.421.194-2.965-.25-4.131-1.19-.644-.521-1.426-1.438-1.717-2.313a.5.5%200%2000-.95%200C9.212%203.962%208.43%204.879%207.786%205.4c-1.167.94-2.711%201.384-4.131%201.19a8.105%208.105%200%2001-1.627-.411c1.487-.59%202.66-1.778%203.393-3.492.44-1.064.985-1.546%201.882-1.664.78-.102%201.775.134%202.157.79l.062.134c.08.18.265.282.463.282h.005a.523.523%200%2000.462-.321c.013-.031.026-.063.044-.095.382-.656%201.376-.892%202.158-.79.896.118%201.44.6%201.899%201.706a.92.92%200%2001.019.044c.706%201.648%201.87%202.82%203.355%203.406a8.055%208.055%200%2001-1.625.41m-.843-4.285C15.097%201.432%2014.427.248%2012.783.03c-.914-.121-2.085.105-2.806.83C9.255.135%208.084-.09%207.17.03c-1.643.217-2.313%201.4-2.707%202.348C3.914%203.66%202.776%205.25.459%205.557a.497.497%200%2000-.452.579.499.499%200%2000.487.42c.104.037.33.167.446.23.136.079.256.144.322.17.796.32%201.533.525%202.255.624%201.689.237%203.52-.29%204.897-1.403a7.413%207.413%200%20001.564-1.78%207.407%207.407%200%20001.562%201.78%206.61%206.61%200%20004.095%201.458c.27%200%20.538-.018.803-.055a9.477%209.477%200%20002.256-.623c.065-.027.184-.092.32-.17.115-.064.344-.194.446-.231a.5.5%200%2000.032-1c-2.314-.307-3.454-1.895-4.002-3.177%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.icon-shopping-health {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%228%22%20height%3D%2220%22%20viewBox%3D%220%200%208%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.27%2018.848a.009.009%200%2001-.008.008L1%2018.848l.009-.646%205.261.008v.638zM1.948%208.28h3.329v-.62H1.948v.62zm-.259%208.922h3.847V9.28H1.689v7.922zm4.847.056V8.78a.492.492%200%2000-.259-.43v-.858a.821.821%200%2000-.619-.788V3.427c0-.838-.552-2.426-1.55-3.106C3.606-.021%203.06-.091%202.523.119c-.955.375-.955%201.483-.955%201.956v3.56a.5.5%200%20001%200v-3.56c0-.647.091-.935.321-1.026.14-.054.36-.104.655.098.646.44%201.114%201.667%201.114%202.28V6.66h-2.88a.831.831%200%2000-.83.83v.86a.492.492%200%2000-.259.429v8.487A1%201%200%20000%2018.21v.638a1.01%201.01%200%20001.009%201.008h5.253c.556%200%201.008-.452%201.008-1.008v-.638a.995.995%200%2000-.734-.952z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.icon-shopping-sport {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2220%22%20height%3D%2216%22%20viewBox%3D%220%200%2020%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.286%2014.2c2.613.027%204.704-.688%205.46-.988-.06-.808-.328-3.002-1.486-5.344L13.286%2014.2zM2.916%208.353c.843%201.437%202.057%202.856%203.811%203.959a12.243%2012.243%200%20005.415%201.83l4.567-7.277a12.222%2012.222%200%2000-4-4.083C10.95%201.68%209.144%201.205%207.483%201.07L2.915%208.352zm-1.903-6.27c.045.792.275%202.952%201.362%205.248L6.33%201.028a14.83%2014.83%200%2000-5.317%201.055zM19.68%2013.797c-.017.027-.03.056-.053.08-.026.027-.057.045-.088.066-.022.015-.037.034-.062.046-.169.08-2.669%201.235-6.036%201.235-2.183%200-4.73-.485-7.246-2.066C.024%209.276-.002%202.063%200%201.757c0-.024.011-.046.015-.07.005-.036.008-.07.021-.104.012-.03.03-.054.047-.081.017-.028.032-.056.055-.08.023-.025.051-.042.08-.062.021-.015.037-.035.061-.047.274-.135%206.78-3.25%2012.96.62%206.342%203.972%206.52%2011.155%206.524%2011.58v.019c0%20.023-.01.043-.013.065-.005.04-.009.08-.023.118-.01.03-.03.054-.048.08zm-7.792-4.37l-.496.79a.502.502%200%2001-.69.158.5.5%200%2001-.158-.69l.496-.79-1.006-.633-.496.79a.499.499%200%2011-.847-.53l.496-.792L8.024%207l-.496.79a.502.502%200%2001-.69.157.5.5%200%2001-.158-.689l.496-.79-.391-.245a.5.5%200%2011.532-.846l.39.245.496-.79a.5.5%200%2011.848.531l-.496.79%201.162.73.496-.79a.5.5%200%2001.848.531l-.496.79%201.006.633.496-.79a.5.5%200%2001.847.53l-.496.79.489.307a.5.5%200%2001-.532.848l-.488-.306z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.icon-shopping-home {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2220%22%20height%3D%2215%22%20viewBox%3D%220%200%2020%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18.29%2012.658V1.655a.603.603%200%2000-.602-.602H1.655a.603.603%200%2000-.602.602v11.003c0%20.332.27.602.602.602h16.033c.332%200%20.603-.27.603-.602zM17.689%200c.913%200%201.655.743%201.655%201.655v11.003c0%20.913-.742%201.655-1.655%201.655H1.655A1.656%201.656%200%20010%2012.658V1.655C0%20.743.742%200%201.655%200h16.033zm-3.13%202.086c.29%200%20.526.236.526.527v8.86a.526.526%200%2001-.526.526H1.815a.525.525%200%20110-1.053h12.217V3.14H1.815a.526.526%200%20110-1.053h12.743zm2.535%202.39a.527.527%200%20010%201.053h-.686a.526.526%200%20110-1.052h.686zm0%201.476a.527.527%200%20010%201.053h-.686a.526.526%200%20110-1.053h.686zm-.343%203.296c.29%200%20.526.235.526.526%200%20.29-.236.544-.526.544a.513.513%200%2001-.527-.51v-.034c0-.29.236-.526.527-.526z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.icon-shopping-accessories {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2220%22%20height%3D%229%22%20viewBox%3D%220%200%2020%209%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.854%207.297a3.151%203.151%200%2001-3.148-3.148A3.152%203.152%200%200114.854%201a3.145%203.145%200%20013.1%202.671.492.492%200%2000-.389.478c0%20.237.168.425.39.477a3.146%203.146%200%2001-3.101%202.671m-9.679%200a3.144%203.144%200%2001-3.1-2.671.492.492%200%2000.389-.477.492.492%200%2000-.389-.478A3.145%203.145%200%20015.175%201a3.152%203.152%200%20013.149%203.149%203.152%203.152%200%2001-3.149%203.148M19.53%203.649h-.578C18.702%201.599%2016.97%200%2014.854%200c-1.941%200-3.563%201.346-4.013%203.15a1.56%201.56%200%2000-.859-.237%201.68%201.68%200%2000-.793.239C8.74%201.347%207.118%200%205.175%200%203.059%200%201.328%201.599%201.078%203.649H.5a.499.499%200%20100%201h.578c.25%202.049%201.981%203.648%204.097%203.648%202.219%200%204.022-1.756%204.128-3.948.138-.167.413-.429.711-.436l.011-.001c.267%200%20.517.222.701.443.11%202.19%201.911%203.942%204.128%203.942%202.116%200%203.848-1.599%204.098-3.648h.578a.5.5%200%20000-1%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.icon-shopping-fashion {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18.09%2016.021V3.338c0-.603-.49-1.094-1.094-1.094h-2.362c-.839%201.647-2.85%202.775-5.063%202.775-2.258%200-4.454-1.236-5.102-2.775H2.147c-.603%200-1.095.49-1.095%201.094v7.206h5.106c.29%200%20.527.236.527.527v3.36a.526.526%200%2001-.527.526H1.052v1.064c0%20.603.492%201.094%201.095%201.094h14.85c.602%200%201.093-.49%201.093-1.094zM1.052%2013.904h4.58v-2.307h-4.58v2.307zM6.533%201.298l-1.064.644c.516%201.001%202.238%202.024%204.102%202.024%201.757%200%203.357-.823%204.063-2.046l-1.063-.645c-.485.573-1.516%201.53-3%201.53-1.48%200-2.541-.948-3.038-1.507zm10.463-.106c1.183%200%202.147.962%202.147%202.146V16.02a2.15%202.15%200%2001-2.147%202.146H2.146A2.15%202.15%200%20010%2016.021V3.338c0-1.184.964-2.146%202.148-2.146h2.535l1.7-1.033a.526.526%200%2001.71.156c.01.013.995%201.438%202.48%201.438%201.482%200%202.41-1.44%202.42-1.454a.527.527%200%2001.718-.17l1.755%201.063h2.531zM15.681%207.96a.527.527%200%20010%201.053h-3.934a.526.526%200%20110-1.053h3.934z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.icon-shopping-books {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2216%22%20height%3D%2220%22%20viewBox%3D%220%200%2016%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.615%200c1%200%201.813.814%201.813%201.814v16.168a1.815%201.815%200%2001-1.813%201.814h-11.8c-1%200-1.815-.813-1.815-1.814V1.814C0%20.814.814%200%201.814%200h11.801zm.813%2017.982V1.814A.815.815%200%200013.615%201h-11.8A.815.815%200%20001%201.814v.18h.318a.499.499%200%20110%201H1v1.424h.244a.5.5%200%20010%201H1V14.112h.207a.5.5%200%20010%201H1v1.423h.207a.5.5%200%20110%201H1v.447c0%20.449.365.814.814.814h11.801a.815.815%200%2000.813-.814zM12.633%201.649a.5.5%200%2001.5.5v15.498a.5.5%200%2001-1%200V2.15a.5.5%200%2001.5-.5zM9.584%203.882a.5.5%200%2001.5.5v1.755c0%20.277-.223.5-.5.5H4.89a.5.5%200%2001-.5-.5V4.382a.5.5%200%2001.5-.5h4.694zM5.39%205.637h3.694v-.755H5.39v.755zm4.195%206.154a.5.5%200%20010%201H5.206a.5.5%200%20010-1h4.378zm0%201.731a.5.5%200%20010%201H5.206a.5.5%200%20010-1h4.378z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.icon-shopping-mall {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16%2019.5H4v.5c0%20.28-.22.5-.5.5h-3c-.28%200-.5-.22-.5-.5V.5C0%20.22.22%200%20.5%200h19c.28%200%20.5.22.5.5V20c0%20.28-.22.5-.5.5h-3c-.28%200-.5-.22-.5-.5v-.5zm0-1v-10H4v10h12zM14.5%206c0%20.28-.22.5-.5.5h-2a.5.5%200%2001-.5-.5V2c0-.28.22-.5.5-.5s.5.22.5.5v3.5H14c.28%200%20.5.22.5.5zm4%200c0%20.28-.22.5-.5.5h-2a.5.5%200%2001-.5-.5V2c0-.28.22-.5.5-.5s.5.22.5.5v3.5H18c.28%200%20.5.22.5.5zm-13-4v4c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V3l-.66.61c-.19.18-.49.18-.68%200L2.5%203v3c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V2c0-.11.03-.21.1-.3.1-.13.25-.2.4-.2.11%200%20.21.03.3.1l1.19%201.03%201.01-.88.2-.15c.09-.07.19-.1.3-.1.15%200%20.3.07.4.2.07.09.1.19.1.3zm2%201.5h2v-1h-2v1zm2.5-2c.28%200%20.5.22.5.5v4c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V4.5h-2V6c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V2c0-.28.22-.5.5-.5h3zm7%2018h2v-11h-2v11zM1%207.55h18V1H1v6.55zM1%2019.5h2v-11H1v11zm7.043-4.957a.5.5%200%20010-.707l4.164-4.165a.5.5%200%2001.707.708L8.75%2014.543a.5.5%200%2001-.707%200zm1.043%202.786a.502.502%200%20010-.708l2.12-2.121a.5.5%200%2001.708.707l-2.121%202.122a.5.5%200%2001-.707%200zM13%2014a.5.5%200%2011-1%200%20.5.5%200%20011%200zm-5%201a.5.5%200%2011-1%200%20.5.5%200%20011%200z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.icon-shopping-food {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.707%201A5.715%205.715%200%20001%206.708v.559c0%20.431.352.783.783.783H17.53a.783.783%200%2000.782-.783v-.559A5.714%205.714%200%200012.605%201H6.707zM17.53%209.05H1.783C.8%209.05%200%208.25%200%207.267v-.559A6.715%206.715%200%20016.707%200h5.898a6.714%206.714%200%20016.707%206.708v.559c0%20.983-.799%201.783-1.782%201.783zM9.656%203.481a.5.5%200%2001-.5-.5v-.104a.5.5%200%20111%200v.104a.5.5%200%2001-.5.5zM7.57%202.977a.5.5%200%2001-.5-.5v-.105a.5.5%200%20111%200v.105a.5.5%200%2001-.5.5zm7.624%208.604c-.855%200-1.312-.329-1.68-.595-.327-.235-.563-.405-1.095-.405-.53%200-.767.17-1.092.405-.367.265-.823.595-1.678.595-.854%200-1.31-.33-1.678-.595-.325-.235-.56-.405-1.09-.405-.532%200-.768.17-1.093.405-.367.265-.823.595-1.678.595-.854%200-1.31-.33-1.676-.595-.325-.235-.56-.405-1.09-.405a.5.5%200%20010-1c.853%200%201.31.33%201.676.595.325.235.561.405%201.09.405.53%200%20.767-.17%201.092-.405.367-.265.823-.595%201.678-.595.854%200%201.31.33%201.677.595.325.235.562.405%201.092.405s.767-.17%201.092-.405c.367-.265.823-.595%201.678-.595s1.312.33%201.68.595c.326.235.563.405%201.095.405s.768-.17%201.095-.405c.367-.265.824-.595%201.68-.595a.5.5%200%20110%201c-.533%200-.769.17-1.096.405-.367.266-.825.595-1.679.595zm-13.33%201.464a.865.865%200%2000-.864.864c0%203.053%202.38%203.208%206.26%203.208h5.107c3.906%200%205.945-.142%205.945-3.208a.865.865%200%2000-.864-.864H1.864zm10.503%205.072H7.26c-3.404%200-7.26%200-7.26-4.208%200-1.028.836-1.864%201.864-1.864h15.584c1.028%200%201.864.836%201.864%201.864%200%204.208-3.53%204.208-6.945%204.208zm-.73-15.298a.5.5%200%2001-.5-.5v-.105a.5.5%200%20111%200v.105a.5.5%200%2001-.5.5z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.icon-shopping-others {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2219%22%20height%3D%2220%22%20viewBox%3D%220%200%2019%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.81%2017.136v-5.96c0-.022-.019-.225-.323-.225h-.706v.89a.506.506%200%2001-.302.464l-1.944.842a.503.503%200%2001-.199.04h-3.98c-.029%200-.052-.018-.079-.022-.04.01-.079.025-.123.025H3.027a.5.5%200%2001-.5-.5v-.715L1%2012.639v6.304a.845.845%200%2000.322.057h12.576c.086%200%20.17-.01.241-.03l3.498-1.771a.536.536%200%2001.094-.036.478.478%200%2000.08-.027zM3.527%2010.459h2.15V8.255h-2.15v2.204zm1.861-5.745c-1.13.348-1.86%201.134-1.86%202v.54h2.65a.5.5%200%2001.5.5v3.204a.5.5%200%2001-.5.5h-2.65v.732h6.126V6.715c0-.867-.73-1.652-1.86-2.001a.5.5%200%2001-.354-.478v-3.02h-1.7v3.02a.501.501%200%2001-.352.478zm7.83%204c-1.39%200-2.564.893-2.564%201.949v1.178c0%20.114.015.23.048.347h3.531l1.548-.67v-.855c0-1.056-1.174-1.95-2.564-1.95zm4.27%201.237c.912%200%201.322.716%201.322%201.225v6.08c0%20.388-.29.712-.765.858l-3.548%201.784a1.871%201.871%200%2001-.599.102H1.322C.556%2020%200%2019.606%200%2019.063v-6.545c0-.334.225-.632.602-.796l1.925-.838v-4.17c0-1.212.857-2.294%202.213-2.832V.938c0-.405.35-.722.796-.722h2.11c.445%200%20.794.317.794.722v2.944c1.357.538%202.214%201.62%202.214%202.833v1.909c.538-.464%201.258-.773%202.063-.868v-.35a.5.5%200%20011%200v.35c1.44.17%202.6%201.046%202.947%202.195h.823zm-3.152%203.935a.5.5%200%2001.5.5v3.16a.5.5%200%2011-1%200v-3.16a.5.5%200%2001.5-.5z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.icon-shopping-earth {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.839%2018.38c.623-.703%201.159-1.625%201.575-2.72.652.147%201.28.324%201.89.535a8.95%208.95%200%2001-3.465%202.185zm-9.271-2.185c.61-.211%201.24-.388%201.89-.534.417%201.094.953%202.016%201.576%202.719a8.95%208.95%200%2001-3.466-2.185zM7.034%201.493c-.62.7-1.154%201.618-1.57%202.706a17.383%2017.383%200%2001-1.886-.532%208.958%208.958%200%20013.456-2.174zm9.26%202.174c-.606.21-1.235.387-1.885.532-.416-1.088-.95-2.006-1.57-2.706a8.958%208.958%200%20013.456%202.174zm-.921%205.77c-.04-1.553-.261-3.005-.637-4.278A18.47%2018.47%200%200017%204.484a8.883%208.883%200%20011.847%204.953h-3.475zm0%201h3.475a8.886%208.886%200%2001-1.84%204.943%2017.925%2017.925%200%2000-2.27-.67c.374-1.271.595-2.723.635-4.273zm-4.936%203.745v-3.745h3.937c-.043%201.464-.27%202.845-.636%204.05a21.993%2021.993%200%2000-3.301-.305zm0%204.628v-3.63a21.26%2021.26%200%20012.968.27c-.723%201.817-1.782%203.078-2.968%203.36zm-1-3.63v3.63c-1.187-.282-2.245-1.543-2.97-3.36.97-.161%201.968-.246%202.97-.27zm-3.938-4.743h3.938v3.745a21.994%2021.994%200%2000-3.302.306c-.366-1.206-.593-2.587-.636-4.051zm-1%200c.04%201.55.262%203.002.636%204.274-.784.18-1.545.398-2.27.669a8.877%208.877%200%2001-1.84-4.943H4.5zm0-1H1.027a8.875%208.875%200%20011.846-4.953c.725.27%201.484.492%202.265.675C4.76%206.432%204.54%207.884%204.5%209.437zm4.938-3.735v3.735H5.499c.043-1.465.27-2.845.636-4.052%201.07.194%202.18.29%203.302.317zm0-4.638v3.615c-1-.023-1.995-.108-2.964-.27.722-1.81%201.78-3.065%202.964-3.345zm1%203.615V1.064c1.183.28%202.24%201.536%202.964%203.345-.97.162-1.964.247-2.964.27zm0%201.023a21.318%2021.318%200%20003.3-.317c.368%201.207.594%202.587.637%204.052h-3.937V5.702zM9.937%200C4.457%200%200%204.458%200%209.937c0%205.479%204.457%209.936%209.937%209.936%205.479%200%209.936-4.457%209.936-9.936C19.873%204.457%2015.416%200%209.937%200z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.icon-arrow-right {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.112%2020c.244%200%20.49-.083.697-.25l10.777-8.886A1.15%201.15%200%200013%209.976c0-.345-.152-.673-.414-.887L1.855.25A1.094%201.094%200%2000.293.425a1.159%201.159%200%2000.17%201.6l9.653%207.95-9.701%208a1.158%201.158%200%2000-.17%201.6c.22.279.54.425.867.425z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 7px;
  height: 11px;
  margin-left: 8px;
}
.icon-flag-coupon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23191c1f%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fffcff%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-4%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23f56a00%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3C!--%20Generator%3A%20Adobe%20Illustrator%2028.6.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%201.2.0%20Build%20709)%20%20--%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cg%20id%3D%22_%E5%9C%96%E5%B1%A4_1%22%20data-name%3D%22%E5%9C%96%E5%B1%A4_1%22%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M21.62%2C7.04h-.01c-.32-.25-.72-.31-1.03-.17-.42.18-.98.1-1.45-.24-.47-.34-.71-.86-.66-1.31.04-.33-.14-.7-.46-.94l-.13-.1c-.32-.24-.72-.3-1.03-.17-.42.18-.98.1-1.45-.24-.47-.34-.71-.86-.66-1.31.04-.33-.14-.7-.46-.94h-.01c-.68-.51-1.56-.48-1.96.06L3.51%2C13.58c-.4.54-.17%2C1.39.51%2C1.9h.01c.32.25.72.31%2C1.03.17.42-.18.98-.1%2C1.45.24.47.34.71.86.66%2C1.31-.04.33.14.7.46.94l.13.1c.32.24.72.3%2C1.03.17.42-.18.98-.1%2C1.45.24.47.34.71.86.66%2C1.31-.04.33.14.7.46.94h.01c.68.51%2C1.56.48%2C1.96-.06l8.8-11.91c.4-.54.17-1.39-.51-1.9Z%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M12.41%2C21.55c-.41%2C0-.84-.15-1.2-.41h-.01c-.4-.3-.62-.76-.57-1.2.04-.37-.18-.78-.55-1.06-.37-.28-.83-.36-1.17-.21-.4.17-.9.1-1.31-.2l-.13-.1c-.4-.3-.62-.75-.57-1.19.04-.37-.18-.78-.55-1.06-.37-.28-.83-.36-1.17-.21-.4.17-.9.1-1.31-.2h-.01c-.38-.29-.65-.68-.77-1.09-.12-.44-.05-.87.19-1.2L12.08%2C1.51c.25-.33.63-.52%2C1.09-.54.43-.01.88.13%2C1.26.41h.01c.4.3.62.76.57%2C1.2-.04.37.18.78.55%2C1.06.37.28.83.36%2C1.17.21.4-.17.9-.1%2C1.31.2l.13.1c.4.3.62.75.57%2C1.19-.04.37.18.78.55%2C1.06.37.28.83.36%2C1.17.21.4-.17.9-.1%2C1.31.2h.01c.38.29.65.68.77%2C1.09.12.44.05.87-.19%2C1.2l-8.8%2C11.91c-.25.33-.63.52-1.09.54-.02%2C0-.04%2C0-.06%2C0ZM9.27%2C18.04c.09%2C0%2C.18%2C0%2C.27.02.3.05.6.18.86.37.26.19.47.44.61.72.14.28.19.57.16.85-.03.24.11.51.35.68h.01c.28.22.6.32.91.31.28%2C0%2C.52-.12.66-.31l8.8-11.91c.14-.19.18-.45.1-.72-.08-.3-.28-.58-.56-.78h0s-.01%2C0-.01%2C0c-.24-.18-.54-.23-.75-.13-.26.11-.55.14-.86.09-.3-.05-.6-.18-.86-.37-.26-.19-.47-.44-.61-.72-.14-.28-.19-.57-.16-.85.03-.24-.11-.51-.35-.68l-.13-.1c-.24-.18-.54-.23-.75-.13-.26.11-.55.14-.86.09-.3-.05-.6-.18-.86-.37-.26-.19-.47-.44-.61-.72-.14-.28-.19-.57-.16-.85.03-.24-.11-.51-.35-.68h-.01c-.28-.22-.6-.32-.91-.31-.28%2C0-.52.12-.66.31L3.73%2C13.75c-.14.19-.18.45-.1.72.08.3.28.58.56.78h.01c.24.18.54.24.75.14.26-.11.55-.14.86-.09.3.05.6.18.86.37.26.19.47.44.61.72.14.28.19.57.16.85-.03.24.11.51.35.68l.13.1c.24.18.54.23.75.13.18-.08.38-.12.58-.12Z%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22M21.8%2C18.82c0-.6.36-1.12.87-1.36.38-.17.63-.55.63-.96v-.17c0-.42-.25-.79-.63-.96-.51-.24-.87-.76-.87-1.36s.36-1.12.87-1.36c.38-.17.63-.55.63-.96h0c0-.9-.71-1.61-1.6-1.61H2.3c-.88%2C0-1.6.71-1.6%2C1.6h0c0%2C.43.25.8.63.98.51.24.87.76.87%2C1.36s-.36%2C1.12-.87%2C1.36c-.38.17-.63.55-.63.96v.17c0%2C.42.25.79.63.96.51.24.87.76.87%2C1.36s-.36%2C1.12-.87%2C1.36c-.38.17-.63.55-.63.96h0c0%2C.9.71%2C1.61%2C1.6%2C1.61h19.39c.88%2C0%2C1.6-.71%2C1.6-1.6h0c0-.43-.25-.8-.63-.98-.51-.24-.87-.76-.87-1.36Z%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M21.7%2C23.03H2.3c-1.03%2C0-1.87-.84-1.87-1.87H.43c0-.27.08-.52.22-.74.14-.21.34-.38.57-.49.43-.2.71-.63.71-1.11s-.28-.91-.71-1.11c-.23-.11-.43-.28-.57-.49-.14-.22-.22-.47-.22-.72v-.17c0-.26.08-.51.22-.72.14-.21.34-.38.57-.49.43-.2.71-.63.71-1.11s-.28-.91-.71-1.11c-.23-.11-.43-.28-.57-.49-.14-.22-.22-.47-.22-.72H.43c0-1.05.84-1.89%2C1.87-1.89h19.39c1.03%2C0%2C1.87.84%2C1.87%2C1.87h0c0%2C.27-.08.52-.22.74-.14.21-.34.38-.57.49-.43.2-.71.63-.71%2C1.11s.28.91.71%2C1.11c.23.11.43.28.57.49.14.22.22.47.22.72v.17c0%2C.26-.08.51-.22.72-.14.21-.34.38-.57.49-.43.2-.71.63-.71%2C1.11s.28.91.71%2C1.11c.23.11.43.28.57.49.14.22.22.47.22.72h0c0%2C1.05-.84%2C1.89-1.87%2C1.89ZM2.3%2C10.36c-.73%2C0-1.32.59-1.32%2C1.32h0c0%2C.32.18.59.46.72.3.14.56.36.74.64.19.29.29.62.29.97s-.1.68-.29.97c-.18.28-.44.5-.74.64-.28.13-.46.41-.46.71v.17c0%2C.3.18.58.46.71.3.14.56.36.74.64.19.29.29.62.29.97s-.1.68-.29.97c-.18.28-.44.5-.74.64-.28.13-.46.41-.46.71h0c0%2C.74.59%2C1.33%2C1.32%2C1.33h19.39c.73%2C0%2C1.32-.59%2C1.32-1.32h0c0-.32-.18-.59-.46-.72-.3-.14-.56-.36-.74-.64-.19-.29-.29-.62-.29-.97s.1-.68.29-.97c.18-.28.44-.5.74-.64.28-.13.46-.41.46-.71v-.17c0-.3-.18-.58-.46-.71-.3-.14-.56-.36-.74-.64-.19-.29-.29-.62-.29-.97s.1-.68.29-.97c.18-.28.44-.5.74-.64.28-.13.46-.41.46-.71h0c0-.74-.59-1.33-1.32-1.33H2.3Z%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M17.38%2C23.03c-.15%2C0-.28-.12-.28-.28v-.96c0-.15.12-.28.28-.28s.28.12.28.28v.96c0%2C.15-.12.28-.28.28ZM17.38%2C20.9c-.15%2C0-.28-.12-.28-.28v-1.17c0-.15.12-.28.28-.28s.28.12.28.28v1.17c0%2C.15-.12.28-.28.28ZM17.38%2C18.56c-.15%2C0-.28-.12-.28-.28v-1.17c0-.15.12-.28.28-.28s.28.12.28.28v1.17c0%2C.15-.12.28-.28.28ZM17.38%2C16.21c-.15%2C0-.28-.12-.28-.28v-1.17c0-.15.12-.28.28-.28s.28.12.28.28v1.17c0%2C.15-.12.28-.28.28ZM17.38%2C13.87c-.15%2C0-.28-.12-.28-.28v-1.17c0-.15.12-.28.28-.28s.28.12.28.28v1.17c0%2C.15-.12.28-.28.28ZM17.38%2C11.53c-.15%2C0-.28-.12-.28-.28v-1.17c0-.15.12-.28.28-.28s.28.12.28.28v1.17c0%2C.15-.12.28-.28.28Z%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22cls-3%22%20d%3D%22M4.99%2C13.92c0-1.25%2C1.02-2.25%2C2.28-2.25s2.27%2C1.01%2C2.27%2C2.25-1.01%2C2.27-2.27%2C2.27-2.28-1.01-2.28-2.27ZM8.25%2C13.92c0-.55-.44-.99-.98-.99s-.99.44-.99.99.44%2C1.01.99%2C1.01.98-.44.98-1.01ZM6.55%2C20.85l4.96-8.91c.07-.13.16-.17.3-.17h1.22c.2%2C0%2C.27.13.17.31l-4.95%2C8.91c-.07.13-.16.17-.3.17h-1.23c-.2%2C0-.27-.13-.17-.31ZM10.37%2C19c0-1.25%2C1.02-2.25%2C2.28-2.25s2.27%2C1.01%2C2.27%2C2.25-1.01%2C2.27-2.27%2C2.27-2.28-1.01-2.28-2.27ZM13.63%2C19c0-.55-.44-.99-.98-.99s-.99.44-.99.99.44%2C1.01.99%2C1.01.98-.44.98-1.01Z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .bs-tab-inner--underline .icon-shopping-baby {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2214%22%20height%3D%2220%22%20viewBox%3D%220%200%2014%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.547%209.42a.791.791%200%2001-.79.792H1.79A.792.792%200%20011%209.42V6.245c0-.435.355-.79.79-.79h1.116a.49.49%200%2000.053.004c.006%200%20.012-.003.019-.004h8.779c.436%200%20.79.355.79.79V9.42zm-1.124%203.594h-.801a.5.5%200%20000%201h.8v1.65h-.8a.5.5%200%20100%201h.8v1.453a.783.783%200%2001-.781.782H2.907a.783.783%200%2001-.783-.782v-6.905h9.299v1.802zm.334-8.56h-8.16a3.088%203.088%200%20012.32-2.01.5.5%200%2000.408-.49v-.506a.449.449%200%2001.897%200v.506a.5.5%200%2000.408.49%203.05%203.05%200%20011.91%201.213.502.502%200%2000.81-.59%204.052%204.052%200%2000-2.128-1.506v-.113A1.45%201.45%200%20006.774%200a1.45%201.45%200%2000-1.45%201.448v.112a4.034%204.034%200%2000-2.77%202.895h-.763C.803%204.455%200%205.258%200%206.245V9.42c0%20.75.466%201.393%201.124%201.659v7.037c0%20.982.799%201.782%201.783%201.782h7.734c.982%200%201.782-.8%201.782-1.782V11.08a1.792%201.792%200%20001.124-1.66V6.246c0-.987-.803-1.79-1.79-1.79z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab-inner--underline .icon-shopping-women {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%2212%22%20viewBox%3D%220%200%2020%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.95%204.044h8.405c-1.164-.589-2.525-1.34-3.408-2.028C13.513.9%2011.532.44%2010.34%201.933c-.012.015-.03.022-.042.035-.014.014-.021.032-.037.044-.011.01-.026.011-.04.02a.523.523%200%2001-.272.082.508.508%200%2001-.095-.008.535.535%200%2001-.18-.075c-.011-.008-.025-.01-.037-.019-.014-.012-.021-.029-.034-.04-.014-.015-.032-.023-.045-.039C8.366.441%206.387.9%204.952%202.016c-.885.69-2.246%201.44-3.407%202.028H9.95zm9.482-.58c.35.17.533.553.446.932a.835.835%200%2001-.816.648H.838a.833.833%200%2001-.371-1.58c1.22-.597%202.884-1.469%203.872-2.237%201.966-1.533%204.189-1.62%205.61-.31%201.423-1.31%203.644-1.224%205.61.31.986.765%202.65%201.638%203.873%202.236zm-9.22%207.325c4.33%200%205.797-2.78%206.227-3.976L3.46%206.84c.593%201.174%202.431%203.948%206.752%203.948zm6.24-4.948a.98.98%200%2001.928%201.311c-.502%201.394-2.205%204.637-7.168%204.637-4.89%200-6.98-3.174-7.65-4.54a.968.968%200%2001.046-.943.985.985%200%2001.84-.465h13.004z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab-inner--underline .icon-shopping-men {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%228%22%20viewBox%3D%220%200%2020%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.3%206.59c-1.421.194-2.965-.25-4.131-1.19-.644-.521-1.426-1.438-1.717-2.313a.5.5%200%2000-.95%200C9.212%203.962%208.43%204.879%207.786%205.4c-1.167.94-2.711%201.384-4.131%201.19a8.105%208.105%200%2001-1.627-.411c1.487-.59%202.66-1.778%203.393-3.492.44-1.064.985-1.546%201.882-1.664.78-.102%201.775.134%202.157.79l.062.134c.08.18.265.282.463.282h.005a.523.523%200%2000.462-.321c.013-.031.026-.063.044-.095.382-.656%201.376-.892%202.158-.79.896.118%201.44.6%201.899%201.706a.92.92%200%2001.019.044c.706%201.648%201.87%202.82%203.355%203.406a8.055%208.055%200%2001-1.625.41m-.843-4.285C15.097%201.432%2014.427.248%2012.783.03c-.914-.121-2.085.105-2.806.83C9.255.135%208.084-.09%207.17.03c-1.643.217-2.313%201.4-2.707%202.348C3.914%203.66%202.776%205.25.459%205.557a.497.497%200%2000-.452.579.499.499%200%2000.487.42c.104.037.33.167.446.23.136.079.256.144.322.17.796.32%201.533.525%202.255.624%201.689.237%203.52-.29%204.897-1.403a7.413%207.413%200%20001.564-1.78%207.407%207.407%200%20001.562%201.78%206.61%206.61%200%20004.095%201.458c.27%200%20.538-.018.803-.055a9.477%209.477%200%20002.256-.623c.065-.027.184-.092.32-.17.115-.064.344-.194.446-.231a.5.5%200%2000.032-1c-2.314-.307-3.454-1.895-4.002-3.177%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab-inner--underline .icon-shopping-health {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%228%22%20height%3D%2220%22%20viewBox%3D%220%200%208%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.27%2018.848a.009.009%200%2001-.008.008L1%2018.848l.009-.646%205.261.008v.638zM1.948%208.28h3.329v-.62H1.948v.62zm-.259%208.922h3.847V9.28H1.689v7.922zm4.847.056V8.78a.492.492%200%2000-.259-.43v-.858a.821.821%200%2000-.619-.788V3.427c0-.838-.552-2.426-1.55-3.106C3.606-.021%203.06-.091%202.523.119c-.955.375-.955%201.483-.955%201.956v3.56a.5.5%200%20001%200v-3.56c0-.647.091-.935.321-1.026.14-.054.36-.104.655.098.646.44%201.114%201.667%201.114%202.28V6.66h-2.88a.831.831%200%2000-.83.83v.86a.492.492%200%2000-.259.429v8.487A1%201%200%20000%2018.21v.638a1.01%201.01%200%20001.009%201.008h5.253c.556%200%201.008-.452%201.008-1.008v-.638a.995.995%200%2000-.734-.952z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab-inner--underline .icon-shopping-sport {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%2216%22%20viewBox%3D%220%200%2020%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.286%2014.2c2.613.027%204.704-.688%205.46-.988-.06-.808-.328-3.002-1.486-5.344L13.286%2014.2zM2.916%208.353c.843%201.437%202.057%202.856%203.811%203.959a12.243%2012.243%200%20005.415%201.83l4.567-7.277a12.222%2012.222%200%2000-4-4.083C10.95%201.68%209.144%201.205%207.483%201.07L2.915%208.352zm-1.903-6.27c.045.792.275%202.952%201.362%205.248L6.33%201.028a14.83%2014.83%200%2000-5.317%201.055zM19.68%2013.797c-.017.027-.03.056-.053.08-.026.027-.057.045-.088.066-.022.015-.037.034-.062.046-.169.08-2.669%201.235-6.036%201.235-2.183%200-4.73-.485-7.246-2.066C.024%209.276-.002%202.063%200%201.757c0-.024.011-.046.015-.07.005-.036.008-.07.021-.104.012-.03.03-.054.047-.081.017-.028.032-.056.055-.08.023-.025.051-.042.08-.062.021-.015.037-.035.061-.047.274-.135%206.78-3.25%2012.96.62%206.342%203.972%206.52%2011.155%206.524%2011.58v.019c0%20.023-.01.043-.013.065-.005.04-.009.08-.023.118-.01.03-.03.054-.048.08zm-7.792-4.37l-.496.79a.502.502%200%2001-.69.158.5.5%200%2001-.158-.69l.496-.79-1.006-.633-.496.79a.499.499%200%2011-.847-.53l.496-.792L8.024%207l-.496.79a.502.502%200%2001-.69.157.5.5%200%2001-.158-.689l.496-.79-.391-.245a.5.5%200%2011.532-.846l.39.245.496-.79a.5.5%200%2011.848.531l-.496.79%201.162.73.496-.79a.5.5%200%2001.848.531l-.496.79%201.006.633.496-.79a.5.5%200%2001.847.53l-.496.79.489.307a.5.5%200%2001-.532.848l-.488-.306z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab-inner--underline .icon-shopping-home {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%2215%22%20viewBox%3D%220%200%2020%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18.29%2012.658V1.655a.603.603%200%2000-.602-.602H1.655a.603.603%200%2000-.602.602v11.003c0%20.332.27.602.602.602h16.033c.332%200%20.603-.27.603-.602zM17.689%200c.913%200%201.655.743%201.655%201.655v11.003c0%20.913-.742%201.655-1.655%201.655H1.655A1.656%201.656%200%20010%2012.658V1.655C0%20.743.742%200%201.655%200h16.033zm-3.13%202.086c.29%200%20.526.236.526.527v8.86a.526.526%200%2001-.526.526H1.815a.525.525%200%20110-1.053h12.217V3.14H1.815a.526.526%200%20110-1.053h12.743zm2.535%202.39a.527.527%200%20010%201.053h-.686a.526.526%200%20110-1.052h.686zm0%201.476a.527.527%200%20010%201.053h-.686a.526.526%200%20110-1.053h.686zm-.343%203.296c.29%200%20.526.235.526.526%200%20.29-.236.544-.526.544a.513.513%200%2001-.527-.51v-.034c0-.29.236-.526.527-.526z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab-inner--underline .icon-shopping-accessories {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%229%22%20viewBox%3D%220%200%2020%209%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.854%207.297a3.151%203.151%200%2001-3.148-3.148A3.152%203.152%200%200114.854%201a3.145%203.145%200%20013.1%202.671.492.492%200%2000-.389.478c0%20.237.168.425.39.477a3.146%203.146%200%2001-3.101%202.671m-9.679%200a3.144%203.144%200%2001-3.1-2.671.492.492%200%2000.389-.477.492.492%200%2000-.389-.478A3.145%203.145%200%20015.175%201a3.152%203.152%200%20013.149%203.149%203.152%203.152%200%2001-3.149%203.148M19.53%203.649h-.578C18.702%201.599%2016.97%200%2014.854%200c-1.941%200-3.563%201.346-4.013%203.15a1.56%201.56%200%2000-.859-.237%201.68%201.68%200%2000-.793.239C8.74%201.347%207.118%200%205.175%200%203.059%200%201.328%201.599%201.078%203.649H.5a.499.499%200%20100%201h.578c.25%202.049%201.981%203.648%204.097%203.648%202.219%200%204.022-1.756%204.128-3.948.138-.167.413-.429.711-.436l.011-.001c.267%200%20.517.222.701.443.11%202.19%201.911%203.942%204.128%203.942%202.116%200%203.848-1.599%204.098-3.648h.578a.5.5%200%20000-1%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab-inner--underline .icon-shopping-fashion {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18.09%2016.021V3.338c0-.603-.49-1.094-1.094-1.094h-2.362c-.839%201.647-2.85%202.775-5.063%202.775-2.258%200-4.454-1.236-5.102-2.775H2.147c-.603%200-1.095.49-1.095%201.094v7.206h5.106c.29%200%20.527.236.527.527v3.36a.526.526%200%2001-.527.526H1.052v1.064c0%20.603.492%201.094%201.095%201.094h14.85c.602%200%201.093-.49%201.093-1.094zM1.052%2013.904h4.58v-2.307h-4.58v2.307zM6.533%201.298l-1.064.644c.516%201.001%202.238%202.024%204.102%202.024%201.757%200%203.357-.823%204.063-2.046l-1.063-.645c-.485.573-1.516%201.53-3%201.53-1.48%200-2.541-.948-3.038-1.507zm10.463-.106c1.183%200%202.147.962%202.147%202.146V16.02a2.15%202.15%200%2001-2.147%202.146H2.146A2.15%202.15%200%20010%2016.021V3.338c0-1.184.964-2.146%202.148-2.146h2.535l1.7-1.033a.526.526%200%2001.71.156c.01.013.995%201.438%202.48%201.438%201.482%200%202.41-1.44%202.42-1.454a.527.527%200%2001.718-.17l1.755%201.063h2.531zM15.681%207.96a.527.527%200%20010%201.053h-3.934a.526.526%200%20110-1.053h3.934z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab-inner--underline .icon-shopping-books {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2216%22%20height%3D%2220%22%20viewBox%3D%220%200%2016%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.615%200c1%200%201.813.814%201.813%201.814v16.168a1.815%201.815%200%2001-1.813%201.814h-11.8c-1%200-1.815-.813-1.815-1.814V1.814C0%20.814.814%200%201.814%200h11.801zm.813%2017.982V1.814A.815.815%200%200013.615%201h-11.8A.815.815%200%20001%201.814v.18h.318a.499.499%200%20110%201H1v1.424h.244a.5.5%200%20010%201H1V14.112h.207a.5.5%200%20010%201H1v1.423h.207a.5.5%200%20110%201H1v.447c0%20.449.365.814.814.814h11.801a.815.815%200%2000.813-.814zM12.633%201.649a.5.5%200%2001.5.5v15.498a.5.5%200%2001-1%200V2.15a.5.5%200%2001.5-.5zM9.584%203.882a.5.5%200%2001.5.5v1.755c0%20.277-.223.5-.5.5H4.89a.5.5%200%2001-.5-.5V4.382a.5.5%200%2001.5-.5h4.694zM5.39%205.637h3.694v-.755H5.39v.755zm4.195%206.154a.5.5%200%20010%201H5.206a.5.5%200%20010-1h4.378zm0%201.731a.5.5%200%20010%201H5.206a.5.5%200%20010-1h4.378z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab-inner--underline .icon-shopping-mall {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16%2019.5H4v.5c0%20.28-.22.5-.5.5h-3c-.28%200-.5-.22-.5-.5V.5C0%20.22.22%200%20.5%200h19c.28%200%20.5.22.5.5V20c0%20.28-.22.5-.5.5h-3c-.28%200-.5-.22-.5-.5v-.5zm0-1v-10H4v10h12zM14.5%206c0%20.28-.22.5-.5.5h-2a.5.5%200%2001-.5-.5V2c0-.28.22-.5.5-.5s.5.22.5.5v3.5H14c.28%200%20.5.22.5.5zm4%200c0%20.28-.22.5-.5.5h-2a.5.5%200%2001-.5-.5V2c0-.28.22-.5.5-.5s.5.22.5.5v3.5H18c.28%200%20.5.22.5.5zm-13-4v4c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V3l-.66.61c-.19.18-.49.18-.68%200L2.5%203v3c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V2c0-.11.03-.21.1-.3.1-.13.25-.2.4-.2.11%200%20.21.03.3.1l1.19%201.03%201.01-.88.2-.15c.09-.07.19-.1.3-.1.15%200%20.3.07.4.2.07.09.1.19.1.3zm2%201.5h2v-1h-2v1zm2.5-2c.28%200%20.5.22.5.5v4c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V4.5h-2V6c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V2c0-.28.22-.5.5-.5h3zm7%2018h2v-11h-2v11zM1%207.55h18V1H1v6.55zM1%2019.5h2v-11H1v11zm7.043-4.957a.5.5%200%20010-.707l4.164-4.165a.5.5%200%2001.707.708L8.75%2014.543a.5.5%200%2001-.707%200zm1.043%202.786a.502.502%200%20010-.708l2.12-2.121a.5.5%200%2001.708.707l-2.121%202.122a.5.5%200%2001-.707%200zM13%2014a.5.5%200%2011-1%200%20.5.5%200%20011%200zm-5%201a.5.5%200%2011-1%200%20.5.5%200%20011%200z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab-inner--underline .icon-shopping-food {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.707%201A5.715%205.715%200%20001%206.708v.559c0%20.431.352.783.783.783H17.53a.783.783%200%2000.782-.783v-.559A5.714%205.714%200%200012.605%201H6.707zM17.53%209.05H1.783C.8%209.05%200%208.25%200%207.267v-.559A6.715%206.715%200%20016.707%200h5.898a6.714%206.714%200%20016.707%206.708v.559c0%20.983-.799%201.783-1.782%201.783zM9.656%203.481a.5.5%200%2001-.5-.5v-.104a.5.5%200%20111%200v.104a.5.5%200%2001-.5.5zM7.57%202.977a.5.5%200%2001-.5-.5v-.105a.5.5%200%20111%200v.105a.5.5%200%2001-.5.5zm7.624%208.604c-.855%200-1.312-.329-1.68-.595-.327-.235-.563-.405-1.095-.405-.53%200-.767.17-1.092.405-.367.265-.823.595-1.678.595-.854%200-1.31-.33-1.678-.595-.325-.235-.56-.405-1.09-.405-.532%200-.768.17-1.093.405-.367.265-.823.595-1.678.595-.854%200-1.31-.33-1.676-.595-.325-.235-.56-.405-1.09-.405a.5.5%200%20010-1c.853%200%201.31.33%201.676.595.325.235.561.405%201.09.405.53%200%20.767-.17%201.092-.405.367-.265.823-.595%201.678-.595.854%200%201.31.33%201.677.595.325.235.562.405%201.092.405s.767-.17%201.092-.405c.367-.265.823-.595%201.678-.595s1.312.33%201.68.595c.326.235.563.405%201.095.405s.768-.17%201.095-.405c.367-.265.824-.595%201.68-.595a.5.5%200%20110%201c-.533%200-.769.17-1.096.405-.367.266-.825.595-1.679.595zm-13.33%201.464a.865.865%200%2000-.864.864c0%203.053%202.38%203.208%206.26%203.208h5.107c3.906%200%205.945-.142%205.945-3.208a.865.865%200%2000-.864-.864H1.864zm10.503%205.072H7.26c-3.404%200-7.26%200-7.26-4.208%200-1.028.836-1.864%201.864-1.864h15.584c1.028%200%201.864.836%201.864%201.864%200%204.208-3.53%204.208-6.945%204.208zm-.73-15.298a.5.5%200%2001-.5-.5v-.105a.5.5%200%20111%200v.105a.5.5%200%2001-.5.5z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab-inner--underline .icon-shopping-others {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2219%22%20height%3D%2220%22%20viewBox%3D%220%200%2019%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.81%2017.136v-5.96c0-.022-.019-.225-.323-.225h-.706v.89a.506.506%200%2001-.302.464l-1.944.842a.503.503%200%2001-.199.04h-3.98c-.029%200-.052-.018-.079-.022-.04.01-.079.025-.123.025H3.027a.5.5%200%2001-.5-.5v-.715L1%2012.639v6.304a.845.845%200%2000.322.057h12.576c.086%200%20.17-.01.241-.03l3.498-1.771a.536.536%200%2001.094-.036.478.478%200%2000.08-.027zM3.527%2010.459h2.15V8.255h-2.15v2.204zm1.861-5.745c-1.13.348-1.86%201.134-1.86%202v.54h2.65a.5.5%200%2001.5.5v3.204a.5.5%200%2001-.5.5h-2.65v.732h6.126V6.715c0-.867-.73-1.652-1.86-2.001a.5.5%200%2001-.354-.478v-3.02h-1.7v3.02a.501.501%200%2001-.352.478zm7.83%204c-1.39%200-2.564.893-2.564%201.949v1.178c0%20.114.015.23.048.347h3.531l1.548-.67v-.855c0-1.056-1.174-1.95-2.564-1.95zm4.27%201.237c.912%200%201.322.716%201.322%201.225v6.08c0%20.388-.29.712-.765.858l-3.548%201.784a1.871%201.871%200%2001-.599.102H1.322C.556%2020%200%2019.606%200%2019.063v-6.545c0-.334.225-.632.602-.796l1.925-.838v-4.17c0-1.212.857-2.294%202.213-2.832V.938c0-.405.35-.722.796-.722h2.11c.445%200%20.794.317.794.722v2.944c1.357.538%202.214%201.62%202.214%202.833v1.909c.538-.464%201.258-.773%202.063-.868v-.35a.5.5%200%20011%200v.35c1.44.17%202.6%201.046%202.947%202.195h.823zm-3.152%203.935a.5.5%200%2001.5.5v3.16a.5.5%200%2011-1%200v-3.16a.5.5%200%2001.5-.5z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
}
.bs-tab-inner--underline .bs-tab-desc {
  color: #F56A00;
}
@media (any-hover: hover) {
  .bs-tab:hover .bs-tab-desc {
    color: #F56A00;
  }
  .bs-tab:hover .bs-tab-desc {
    color: #F56A00;
  }
}
@media (any-hover: hover) and (min-width: 768px) {
  .bs-tab:hover .icon-shopping-baby {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2214%22%20height%3D%2220%22%20viewBox%3D%220%200%2014%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.547%209.42a.791.791%200%2001-.79.792H1.79A.792.792%200%20011%209.42V6.245c0-.435.355-.79.79-.79h1.116a.49.49%200%2000.053.004c.006%200%20.012-.003.019-.004h8.779c.436%200%20.79.355.79.79V9.42zm-1.124%203.594h-.801a.5.5%200%20000%201h.8v1.65h-.8a.5.5%200%20100%201h.8v1.453a.783.783%200%2001-.781.782H2.907a.783.783%200%2001-.783-.782v-6.905h9.299v1.802zm.334-8.56h-8.16a3.088%203.088%200%20012.32-2.01.5.5%200%2000.408-.49v-.506a.449.449%200%2001.897%200v.506a.5.5%200%2000.408.49%203.05%203.05%200%20011.91%201.213.502.502%200%2000.81-.59%204.052%204.052%200%2000-2.128-1.506v-.113A1.45%201.45%200%20006.774%200a1.45%201.45%200%2000-1.45%201.448v.112a4.034%204.034%200%2000-2.77%202.895h-.763C.803%204.455%200%205.258%200%206.245V9.42c0%20.75.466%201.393%201.124%201.659v7.037c0%20.982.799%201.782%201.783%201.782h7.734c.982%200%201.782-.8%201.782-1.782V11.08a1.792%201.792%200%20001.124-1.66V6.246c0-.987-.803-1.79-1.79-1.79z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:hover .icon-shopping-women {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%2212%22%20viewBox%3D%220%200%2020%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.95%204.044h8.405c-1.164-.589-2.525-1.34-3.408-2.028C13.513.9%2011.532.44%2010.34%201.933c-.012.015-.03.022-.042.035-.014.014-.021.032-.037.044-.011.01-.026.011-.04.02a.523.523%200%2001-.272.082.508.508%200%2001-.095-.008.535.535%200%2001-.18-.075c-.011-.008-.025-.01-.037-.019-.014-.012-.021-.029-.034-.04-.014-.015-.032-.023-.045-.039C8.366.441%206.387.9%204.952%202.016c-.885.69-2.246%201.44-3.407%202.028H9.95zm9.482-.58c.35.17.533.553.446.932a.835.835%200%2001-.816.648H.838a.833.833%200%2001-.371-1.58c1.22-.597%202.884-1.469%203.872-2.237%201.966-1.533%204.189-1.62%205.61-.31%201.423-1.31%203.644-1.224%205.61.31.986.765%202.65%201.638%203.873%202.236zm-9.22%207.325c4.33%200%205.797-2.78%206.227-3.976L3.46%206.84c.593%201.174%202.431%203.948%206.752%203.948zm6.24-4.948a.98.98%200%2001.928%201.311c-.502%201.394-2.205%204.637-7.168%204.637-4.89%200-6.98-3.174-7.65-4.54a.968.968%200%2001.046-.943.985.985%200%2001.84-.465h13.004z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:hover .icon-shopping-men {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%228%22%20viewBox%3D%220%200%2020%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.3%206.59c-1.421.194-2.965-.25-4.131-1.19-.644-.521-1.426-1.438-1.717-2.313a.5.5%200%2000-.95%200C9.212%203.962%208.43%204.879%207.786%205.4c-1.167.94-2.711%201.384-4.131%201.19a8.105%208.105%200%2001-1.627-.411c1.487-.59%202.66-1.778%203.393-3.492.44-1.064.985-1.546%201.882-1.664.78-.102%201.775.134%202.157.79l.062.134c.08.18.265.282.463.282h.005a.523.523%200%2000.462-.321c.013-.031.026-.063.044-.095.382-.656%201.376-.892%202.158-.79.896.118%201.44.6%201.899%201.706a.92.92%200%2001.019.044c.706%201.648%201.87%202.82%203.355%203.406a8.055%208.055%200%2001-1.625.41m-.843-4.285C15.097%201.432%2014.427.248%2012.783.03c-.914-.121-2.085.105-2.806.83C9.255.135%208.084-.09%207.17.03c-1.643.217-2.313%201.4-2.707%202.348C3.914%203.66%202.776%205.25.459%205.557a.497.497%200%2000-.452.579.499.499%200%2000.487.42c.104.037.33.167.446.23.136.079.256.144.322.17.796.32%201.533.525%202.255.624%201.689.237%203.52-.29%204.897-1.403a7.413%207.413%200%20001.564-1.78%207.407%207.407%200%20001.562%201.78%206.61%206.61%200%20004.095%201.458c.27%200%20.538-.018.803-.055a9.477%209.477%200%20002.256-.623c.065-.027.184-.092.32-.17.115-.064.344-.194.446-.231a.5.5%200%2000.032-1c-2.314-.307-3.454-1.895-4.002-3.177%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:hover .icon-shopping-health {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%228%22%20height%3D%2220%22%20viewBox%3D%220%200%208%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.27%2018.848a.009.009%200%2001-.008.008L1%2018.848l.009-.646%205.261.008v.638zM1.948%208.28h3.329v-.62H1.948v.62zm-.259%208.922h3.847V9.28H1.689v7.922zm4.847.056V8.78a.492.492%200%2000-.259-.43v-.858a.821.821%200%2000-.619-.788V3.427c0-.838-.552-2.426-1.55-3.106C3.606-.021%203.06-.091%202.523.119c-.955.375-.955%201.483-.955%201.956v3.56a.5.5%200%20001%200v-3.56c0-.647.091-.935.321-1.026.14-.054.36-.104.655.098.646.44%201.114%201.667%201.114%202.28V6.66h-2.88a.831.831%200%2000-.83.83v.86a.492.492%200%2000-.259.429v8.487A1%201%200%20000%2018.21v.638a1.01%201.01%200%20001.009%201.008h5.253c.556%200%201.008-.452%201.008-1.008v-.638a.995.995%200%2000-.734-.952z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:hover .icon-shopping-sport {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%2216%22%20viewBox%3D%220%200%2020%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.286%2014.2c2.613.027%204.704-.688%205.46-.988-.06-.808-.328-3.002-1.486-5.344L13.286%2014.2zM2.916%208.353c.843%201.437%202.057%202.856%203.811%203.959a12.243%2012.243%200%20005.415%201.83l4.567-7.277a12.222%2012.222%200%2000-4-4.083C10.95%201.68%209.144%201.205%207.483%201.07L2.915%208.352zm-1.903-6.27c.045.792.275%202.952%201.362%205.248L6.33%201.028a14.83%2014.83%200%2000-5.317%201.055zM19.68%2013.797c-.017.027-.03.056-.053.08-.026.027-.057.045-.088.066-.022.015-.037.034-.062.046-.169.08-2.669%201.235-6.036%201.235-2.183%200-4.73-.485-7.246-2.066C.024%209.276-.002%202.063%200%201.757c0-.024.011-.046.015-.07.005-.036.008-.07.021-.104.012-.03.03-.054.047-.081.017-.028.032-.056.055-.08.023-.025.051-.042.08-.062.021-.015.037-.035.061-.047.274-.135%206.78-3.25%2012.96.62%206.342%203.972%206.52%2011.155%206.524%2011.58v.019c0%20.023-.01.043-.013.065-.005.04-.009.08-.023.118-.01.03-.03.054-.048.08zm-7.792-4.37l-.496.79a.502.502%200%2001-.69.158.5.5%200%2001-.158-.69l.496-.79-1.006-.633-.496.79a.499.499%200%2011-.847-.53l.496-.792L8.024%207l-.496.79a.502.502%200%2001-.69.157.5.5%200%2001-.158-.689l.496-.79-.391-.245a.5.5%200%2011.532-.846l.39.245.496-.79a.5.5%200%2011.848.531l-.496.79%201.162.73.496-.79a.5.5%200%2001.848.531l-.496.79%201.006.633.496-.79a.5.5%200%2001.847.53l-.496.79.489.307a.5.5%200%2001-.532.848l-.488-.306z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:hover .icon-shopping-home {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%2215%22%20viewBox%3D%220%200%2020%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18.29%2012.658V1.655a.603.603%200%2000-.602-.602H1.655a.603.603%200%2000-.602.602v11.003c0%20.332.27.602.602.602h16.033c.332%200%20.603-.27.603-.602zM17.689%200c.913%200%201.655.743%201.655%201.655v11.003c0%20.913-.742%201.655-1.655%201.655H1.655A1.656%201.656%200%20010%2012.658V1.655C0%20.743.742%200%201.655%200h16.033zm-3.13%202.086c.29%200%20.526.236.526.527v8.86a.526.526%200%2001-.526.526H1.815a.525.525%200%20110-1.053h12.217V3.14H1.815a.526.526%200%20110-1.053h12.743zm2.535%202.39a.527.527%200%20010%201.053h-.686a.526.526%200%20110-1.052h.686zm0%201.476a.527.527%200%20010%201.053h-.686a.526.526%200%20110-1.053h.686zm-.343%203.296c.29%200%20.526.235.526.526%200%20.29-.236.544-.526.544a.513.513%200%2001-.527-.51v-.034c0-.29.236-.526.527-.526z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:hover .icon-shopping-accessories {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%229%22%20viewBox%3D%220%200%2020%209%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.854%207.297a3.151%203.151%200%2001-3.148-3.148A3.152%203.152%200%200114.854%201a3.145%203.145%200%20013.1%202.671.492.492%200%2000-.389.478c0%20.237.168.425.39.477a3.146%203.146%200%2001-3.101%202.671m-9.679%200a3.144%203.144%200%2001-3.1-2.671.492.492%200%2000.389-.477.492.492%200%2000-.389-.478A3.145%203.145%200%20015.175%201a3.152%203.152%200%20013.149%203.149%203.152%203.152%200%2001-3.149%203.148M19.53%203.649h-.578C18.702%201.599%2016.97%200%2014.854%200c-1.941%200-3.563%201.346-4.013%203.15a1.56%201.56%200%2000-.859-.237%201.68%201.68%200%2000-.793.239C8.74%201.347%207.118%200%205.175%200%203.059%200%201.328%201.599%201.078%203.649H.5a.499.499%200%20100%201h.578c.25%202.049%201.981%203.648%204.097%203.648%202.219%200%204.022-1.756%204.128-3.948.138-.167.413-.429.711-.436l.011-.001c.267%200%20.517.222.701.443.11%202.19%201.911%203.942%204.128%203.942%202.116%200%203.848-1.599%204.098-3.648h.578a.5.5%200%20000-1%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:hover .icon-shopping-fashion {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18.09%2016.021V3.338c0-.603-.49-1.094-1.094-1.094h-2.362c-.839%201.647-2.85%202.775-5.063%202.775-2.258%200-4.454-1.236-5.102-2.775H2.147c-.603%200-1.095.49-1.095%201.094v7.206h5.106c.29%200%20.527.236.527.527v3.36a.526.526%200%2001-.527.526H1.052v1.064c0%20.603.492%201.094%201.095%201.094h14.85c.602%200%201.093-.49%201.093-1.094zM1.052%2013.904h4.58v-2.307h-4.58v2.307zM6.533%201.298l-1.064.644c.516%201.001%202.238%202.024%204.102%202.024%201.757%200%203.357-.823%204.063-2.046l-1.063-.645c-.485.573-1.516%201.53-3%201.53-1.48%200-2.541-.948-3.038-1.507zm10.463-.106c1.183%200%202.147.962%202.147%202.146V16.02a2.15%202.15%200%2001-2.147%202.146H2.146A2.15%202.15%200%20010%2016.021V3.338c0-1.184.964-2.146%202.148-2.146h2.535l1.7-1.033a.526.526%200%2001.71.156c.01.013.995%201.438%202.48%201.438%201.482%200%202.41-1.44%202.42-1.454a.527.527%200%2001.718-.17l1.755%201.063h2.531zM15.681%207.96a.527.527%200%20010%201.053h-3.934a.526.526%200%20110-1.053h3.934z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:hover .icon-shopping-books {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2216%22%20height%3D%2220%22%20viewBox%3D%220%200%2016%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.615%200c1%200%201.813.814%201.813%201.814v16.168a1.815%201.815%200%2001-1.813%201.814h-11.8c-1%200-1.815-.813-1.815-1.814V1.814C0%20.814.814%200%201.814%200h11.801zm.813%2017.982V1.814A.815.815%200%200013.615%201h-11.8A.815.815%200%20001%201.814v.18h.318a.499.499%200%20110%201H1v1.424h.244a.5.5%200%20010%201H1V14.112h.207a.5.5%200%20010%201H1v1.423h.207a.5.5%200%20110%201H1v.447c0%20.449.365.814.814.814h11.801a.815.815%200%2000.813-.814zM12.633%201.649a.5.5%200%2001.5.5v15.498a.5.5%200%2001-1%200V2.15a.5.5%200%2001.5-.5zM9.584%203.882a.5.5%200%2001.5.5v1.755c0%20.277-.223.5-.5.5H4.89a.5.5%200%2001-.5-.5V4.382a.5.5%200%2001.5-.5h4.694zM5.39%205.637h3.694v-.755H5.39v.755zm4.195%206.154a.5.5%200%20010%201H5.206a.5.5%200%20010-1h4.378zm0%201.731a.5.5%200%20010%201H5.206a.5.5%200%20010-1h4.378z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:hover .icon-shopping-mall {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16%2019.5H4v.5c0%20.28-.22.5-.5.5h-3c-.28%200-.5-.22-.5-.5V.5C0%20.22.22%200%20.5%200h19c.28%200%20.5.22.5.5V20c0%20.28-.22.5-.5.5h-3c-.28%200-.5-.22-.5-.5v-.5zm0-1v-10H4v10h12zM14.5%206c0%20.28-.22.5-.5.5h-2a.5.5%200%2001-.5-.5V2c0-.28.22-.5.5-.5s.5.22.5.5v3.5H14c.28%200%20.5.22.5.5zm4%200c0%20.28-.22.5-.5.5h-2a.5.5%200%2001-.5-.5V2c0-.28.22-.5.5-.5s.5.22.5.5v3.5H18c.28%200%20.5.22.5.5zm-13-4v4c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V3l-.66.61c-.19.18-.49.18-.68%200L2.5%203v3c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V2c0-.11.03-.21.1-.3.1-.13.25-.2.4-.2.11%200%20.21.03.3.1l1.19%201.03%201.01-.88.2-.15c.09-.07.19-.1.3-.1.15%200%20.3.07.4.2.07.09.1.19.1.3zm2%201.5h2v-1h-2v1zm2.5-2c.28%200%20.5.22.5.5v4c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V4.5h-2V6c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V2c0-.28.22-.5.5-.5h3zm7%2018h2v-11h-2v11zM1%207.55h18V1H1v6.55zM1%2019.5h2v-11H1v11zm7.043-4.957a.5.5%200%20010-.707l4.164-4.165a.5.5%200%2001.707.708L8.75%2014.543a.5.5%200%2001-.707%200zm1.043%202.786a.502.502%200%20010-.708l2.12-2.121a.5.5%200%2001.708.707l-2.121%202.122a.5.5%200%2001-.707%200zM13%2014a.5.5%200%2011-1%200%20.5.5%200%20011%200zm-5%201a.5.5%200%2011-1%200%20.5.5%200%20011%200z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:hover .icon-shopping-food {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.707%201A5.715%205.715%200%20001%206.708v.559c0%20.431.352.783.783.783H17.53a.783.783%200%2000.782-.783v-.559A5.714%205.714%200%200012.605%201H6.707zM17.53%209.05H1.783C.8%209.05%200%208.25%200%207.267v-.559A6.715%206.715%200%20016.707%200h5.898a6.714%206.714%200%20016.707%206.708v.559c0%20.983-.799%201.783-1.782%201.783zM9.656%203.481a.5.5%200%2001-.5-.5v-.104a.5.5%200%20111%200v.104a.5.5%200%2001-.5.5zM7.57%202.977a.5.5%200%2001-.5-.5v-.105a.5.5%200%20111%200v.105a.5.5%200%2001-.5.5zm7.624%208.604c-.855%200-1.312-.329-1.68-.595-.327-.235-.563-.405-1.095-.405-.53%200-.767.17-1.092.405-.367.265-.823.595-1.678.595-.854%200-1.31-.33-1.678-.595-.325-.235-.56-.405-1.09-.405-.532%200-.768.17-1.093.405-.367.265-.823.595-1.678.595-.854%200-1.31-.33-1.676-.595-.325-.235-.56-.405-1.09-.405a.5.5%200%20010-1c.853%200%201.31.33%201.676.595.325.235.561.405%201.09.405.53%200%20.767-.17%201.092-.405.367-.265.823-.595%201.678-.595.854%200%201.31.33%201.677.595.325.235.562.405%201.092.405s.767-.17%201.092-.405c.367-.265.823-.595%201.678-.595s1.312.33%201.68.595c.326.235.563.405%201.095.405s.768-.17%201.095-.405c.367-.265.824-.595%201.68-.595a.5.5%200%20110%201c-.533%200-.769.17-1.096.405-.367.266-.825.595-1.679.595zm-13.33%201.464a.865.865%200%2000-.864.864c0%203.053%202.38%203.208%206.26%203.208h5.107c3.906%200%205.945-.142%205.945-3.208a.865.865%200%2000-.864-.864H1.864zm10.503%205.072H7.26c-3.404%200-7.26%200-7.26-4.208%200-1.028.836-1.864%201.864-1.864h15.584c1.028%200%201.864.836%201.864%201.864%200%204.208-3.53%204.208-6.945%204.208zm-.73-15.298a.5.5%200%2001-.5-.5v-.105a.5.5%200%20111%200v.105a.5.5%200%2001-.5.5z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:hover .icon-shopping-others {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2219%22%20height%3D%2220%22%20viewBox%3D%220%200%2019%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.81%2017.136v-5.96c0-.022-.019-.225-.323-.225h-.706v.89a.506.506%200%2001-.302.464l-1.944.842a.503.503%200%2001-.199.04h-3.98c-.029%200-.052-.018-.079-.022-.04.01-.079.025-.123.025H3.027a.5.5%200%2001-.5-.5v-.715L1%2012.639v6.304a.845.845%200%2000.322.057h12.576c.086%200%20.17-.01.241-.03l3.498-1.771a.536.536%200%2001.094-.036.478.478%200%2000.08-.027zM3.527%2010.459h2.15V8.255h-2.15v2.204zm1.861-5.745c-1.13.348-1.86%201.134-1.86%202v.54h2.65a.5.5%200%2001.5.5v3.204a.5.5%200%2001-.5.5h-2.65v.732h6.126V6.715c0-.867-.73-1.652-1.86-2.001a.5.5%200%2001-.354-.478v-3.02h-1.7v3.02a.501.501%200%2001-.352.478zm7.83%204c-1.39%200-2.564.893-2.564%201.949v1.178c0%20.114.015.23.048.347h3.531l1.548-.67v-.855c0-1.056-1.174-1.95-2.564-1.95zm4.27%201.237c.912%200%201.322.716%201.322%201.225v6.08c0%20.388-.29.712-.765.858l-3.548%201.784a1.871%201.871%200%2001-.599.102H1.322C.556%2020%200%2019.606%200%2019.063v-6.545c0-.334.225-.632.602-.796l1.925-.838v-4.17c0-1.212.857-2.294%202.213-2.832V.938c0-.405.35-.722.796-.722h2.11c.445%200%20.794.317.794.722v2.944c1.357.538%202.214%201.62%202.214%202.833v1.909c.538-.464%201.258-.773%202.063-.868v-.35a.5.5%200%20011%200v.35c1.44.17%202.6%201.046%202.947%202.195h.823zm-3.152%203.935a.5.5%200%2001.5.5v3.16a.5.5%200%2011-1%200v-3.16a.5.5%200%2001.5-.5z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
}
@media (any-hover: none) {
  .bs-tab:active .bs-tab-desc {
    color: #F56A00;
  }
  .bs-tab:active .bs-tab-desc {
    color: #F56A00;
  }
}
@media (any-hover: none) and (min-width: 768px) {
  .bs-tab:active .icon-shopping-baby {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2214%22%20height%3D%2220%22%20viewBox%3D%220%200%2014%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.547%209.42a.791.791%200%2001-.79.792H1.79A.792.792%200%20011%209.42V6.245c0-.435.355-.79.79-.79h1.116a.49.49%200%2000.053.004c.006%200%20.012-.003.019-.004h8.779c.436%200%20.79.355.79.79V9.42zm-1.124%203.594h-.801a.5.5%200%20000%201h.8v1.65h-.8a.5.5%200%20100%201h.8v1.453a.783.783%200%2001-.781.782H2.907a.783.783%200%2001-.783-.782v-6.905h9.299v1.802zm.334-8.56h-8.16a3.088%203.088%200%20012.32-2.01.5.5%200%2000.408-.49v-.506a.449.449%200%2001.897%200v.506a.5.5%200%2000.408.49%203.05%203.05%200%20011.91%201.213.502.502%200%2000.81-.59%204.052%204.052%200%2000-2.128-1.506v-.113A1.45%201.45%200%20006.774%200a1.45%201.45%200%2000-1.45%201.448v.112a4.034%204.034%200%2000-2.77%202.895h-.763C.803%204.455%200%205.258%200%206.245V9.42c0%20.75.466%201.393%201.124%201.659v7.037c0%20.982.799%201.782%201.783%201.782h7.734c.982%200%201.782-.8%201.782-1.782V11.08a1.792%201.792%200%20001.124-1.66V6.246c0-.987-.803-1.79-1.79-1.79z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:active .icon-shopping-women {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%2212%22%20viewBox%3D%220%200%2020%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.95%204.044h8.405c-1.164-.589-2.525-1.34-3.408-2.028C13.513.9%2011.532.44%2010.34%201.933c-.012.015-.03.022-.042.035-.014.014-.021.032-.037.044-.011.01-.026.011-.04.02a.523.523%200%2001-.272.082.508.508%200%2001-.095-.008.535.535%200%2001-.18-.075c-.011-.008-.025-.01-.037-.019-.014-.012-.021-.029-.034-.04-.014-.015-.032-.023-.045-.039C8.366.441%206.387.9%204.952%202.016c-.885.69-2.246%201.44-3.407%202.028H9.95zm9.482-.58c.35.17.533.553.446.932a.835.835%200%2001-.816.648H.838a.833.833%200%2001-.371-1.58c1.22-.597%202.884-1.469%203.872-2.237%201.966-1.533%204.189-1.62%205.61-.31%201.423-1.31%203.644-1.224%205.61.31.986.765%202.65%201.638%203.873%202.236zm-9.22%207.325c4.33%200%205.797-2.78%206.227-3.976L3.46%206.84c.593%201.174%202.431%203.948%206.752%203.948zm6.24-4.948a.98.98%200%2001.928%201.311c-.502%201.394-2.205%204.637-7.168%204.637-4.89%200-6.98-3.174-7.65-4.54a.968.968%200%2001.046-.943.985.985%200%2001.84-.465h13.004z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:active .icon-shopping-men {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%228%22%20viewBox%3D%220%200%2020%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.3%206.59c-1.421.194-2.965-.25-4.131-1.19-.644-.521-1.426-1.438-1.717-2.313a.5.5%200%2000-.95%200C9.212%203.962%208.43%204.879%207.786%205.4c-1.167.94-2.711%201.384-4.131%201.19a8.105%208.105%200%2001-1.627-.411c1.487-.59%202.66-1.778%203.393-3.492.44-1.064.985-1.546%201.882-1.664.78-.102%201.775.134%202.157.79l.062.134c.08.18.265.282.463.282h.005a.523.523%200%2000.462-.321c.013-.031.026-.063.044-.095.382-.656%201.376-.892%202.158-.79.896.118%201.44.6%201.899%201.706a.92.92%200%2001.019.044c.706%201.648%201.87%202.82%203.355%203.406a8.055%208.055%200%2001-1.625.41m-.843-4.285C15.097%201.432%2014.427.248%2012.783.03c-.914-.121-2.085.105-2.806.83C9.255.135%208.084-.09%207.17.03c-1.643.217-2.313%201.4-2.707%202.348C3.914%203.66%202.776%205.25.459%205.557a.497.497%200%2000-.452.579.499.499%200%2000.487.42c.104.037.33.167.446.23.136.079.256.144.322.17.796.32%201.533.525%202.255.624%201.689.237%203.52-.29%204.897-1.403a7.413%207.413%200%20001.564-1.78%207.407%207.407%200%20001.562%201.78%206.61%206.61%200%20004.095%201.458c.27%200%20.538-.018.803-.055a9.477%209.477%200%20002.256-.623c.065-.027.184-.092.32-.17.115-.064.344-.194.446-.231a.5.5%200%2000.032-1c-2.314-.307-3.454-1.895-4.002-3.177%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:active .icon-shopping-health {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%228%22%20height%3D%2220%22%20viewBox%3D%220%200%208%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.27%2018.848a.009.009%200%2001-.008.008L1%2018.848l.009-.646%205.261.008v.638zM1.948%208.28h3.329v-.62H1.948v.62zm-.259%208.922h3.847V9.28H1.689v7.922zm4.847.056V8.78a.492.492%200%2000-.259-.43v-.858a.821.821%200%2000-.619-.788V3.427c0-.838-.552-2.426-1.55-3.106C3.606-.021%203.06-.091%202.523.119c-.955.375-.955%201.483-.955%201.956v3.56a.5.5%200%20001%200v-3.56c0-.647.091-.935.321-1.026.14-.054.36-.104.655.098.646.44%201.114%201.667%201.114%202.28V6.66h-2.88a.831.831%200%2000-.83.83v.86a.492.492%200%2000-.259.429v8.487A1%201%200%20000%2018.21v.638a1.01%201.01%200%20001.009%201.008h5.253c.556%200%201.008-.452%201.008-1.008v-.638a.995.995%200%2000-.734-.952z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:active .icon-shopping-sport {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%2216%22%20viewBox%3D%220%200%2020%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.286%2014.2c2.613.027%204.704-.688%205.46-.988-.06-.808-.328-3.002-1.486-5.344L13.286%2014.2zM2.916%208.353c.843%201.437%202.057%202.856%203.811%203.959a12.243%2012.243%200%20005.415%201.83l4.567-7.277a12.222%2012.222%200%2000-4-4.083C10.95%201.68%209.144%201.205%207.483%201.07L2.915%208.352zm-1.903-6.27c.045.792.275%202.952%201.362%205.248L6.33%201.028a14.83%2014.83%200%2000-5.317%201.055zM19.68%2013.797c-.017.027-.03.056-.053.08-.026.027-.057.045-.088.066-.022.015-.037.034-.062.046-.169.08-2.669%201.235-6.036%201.235-2.183%200-4.73-.485-7.246-2.066C.024%209.276-.002%202.063%200%201.757c0-.024.011-.046.015-.07.005-.036.008-.07.021-.104.012-.03.03-.054.047-.081.017-.028.032-.056.055-.08.023-.025.051-.042.08-.062.021-.015.037-.035.061-.047.274-.135%206.78-3.25%2012.96.62%206.342%203.972%206.52%2011.155%206.524%2011.58v.019c0%20.023-.01.043-.013.065-.005.04-.009.08-.023.118-.01.03-.03.054-.048.08zm-7.792-4.37l-.496.79a.502.502%200%2001-.69.158.5.5%200%2001-.158-.69l.496-.79-1.006-.633-.496.79a.499.499%200%2011-.847-.53l.496-.792L8.024%207l-.496.79a.502.502%200%2001-.69.157.5.5%200%2001-.158-.689l.496-.79-.391-.245a.5.5%200%2011.532-.846l.39.245.496-.79a.5.5%200%2011.848.531l-.496.79%201.162.73.496-.79a.5.5%200%2001.848.531l-.496.79%201.006.633.496-.79a.5.5%200%2001.847.53l-.496.79.489.307a.5.5%200%2001-.532.848l-.488-.306z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:active .icon-shopping-home {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%2215%22%20viewBox%3D%220%200%2020%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18.29%2012.658V1.655a.603.603%200%2000-.602-.602H1.655a.603.603%200%2000-.602.602v11.003c0%20.332.27.602.602.602h16.033c.332%200%20.603-.27.603-.602zM17.689%200c.913%200%201.655.743%201.655%201.655v11.003c0%20.913-.742%201.655-1.655%201.655H1.655A1.656%201.656%200%20010%2012.658V1.655C0%20.743.742%200%201.655%200h16.033zm-3.13%202.086c.29%200%20.526.236.526.527v8.86a.526.526%200%2001-.526.526H1.815a.525.525%200%20110-1.053h12.217V3.14H1.815a.526.526%200%20110-1.053h12.743zm2.535%202.39a.527.527%200%20010%201.053h-.686a.526.526%200%20110-1.052h.686zm0%201.476a.527.527%200%20010%201.053h-.686a.526.526%200%20110-1.053h.686zm-.343%203.296c.29%200%20.526.235.526.526%200%20.29-.236.544-.526.544a.513.513%200%2001-.527-.51v-.034c0-.29.236-.526.527-.526z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:active .icon-shopping-accessories {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%229%22%20viewBox%3D%220%200%2020%209%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.854%207.297a3.151%203.151%200%2001-3.148-3.148A3.152%203.152%200%200114.854%201a3.145%203.145%200%20013.1%202.671.492.492%200%2000-.389.478c0%20.237.168.425.39.477a3.146%203.146%200%2001-3.101%202.671m-9.679%200a3.144%203.144%200%2001-3.1-2.671.492.492%200%2000.389-.477.492.492%200%2000-.389-.478A3.145%203.145%200%20015.175%201a3.152%203.152%200%20013.149%203.149%203.152%203.152%200%2001-3.149%203.148M19.53%203.649h-.578C18.702%201.599%2016.97%200%2014.854%200c-1.941%200-3.563%201.346-4.013%203.15a1.56%201.56%200%2000-.859-.237%201.68%201.68%200%2000-.793.239C8.74%201.347%207.118%200%205.175%200%203.059%200%201.328%201.599%201.078%203.649H.5a.499.499%200%20100%201h.578c.25%202.049%201.981%203.648%204.097%203.648%202.219%200%204.022-1.756%204.128-3.948.138-.167.413-.429.711-.436l.011-.001c.267%200%20.517.222.701.443.11%202.19%201.911%203.942%204.128%203.942%202.116%200%203.848-1.599%204.098-3.648h.578a.5.5%200%20000-1%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:active .icon-shopping-fashion {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18.09%2016.021V3.338c0-.603-.49-1.094-1.094-1.094h-2.362c-.839%201.647-2.85%202.775-5.063%202.775-2.258%200-4.454-1.236-5.102-2.775H2.147c-.603%200-1.095.49-1.095%201.094v7.206h5.106c.29%200%20.527.236.527.527v3.36a.526.526%200%2001-.527.526H1.052v1.064c0%20.603.492%201.094%201.095%201.094h14.85c.602%200%201.093-.49%201.093-1.094zM1.052%2013.904h4.58v-2.307h-4.58v2.307zM6.533%201.298l-1.064.644c.516%201.001%202.238%202.024%204.102%202.024%201.757%200%203.357-.823%204.063-2.046l-1.063-.645c-.485.573-1.516%201.53-3%201.53-1.48%200-2.541-.948-3.038-1.507zm10.463-.106c1.183%200%202.147.962%202.147%202.146V16.02a2.15%202.15%200%2001-2.147%202.146H2.146A2.15%202.15%200%20010%2016.021V3.338c0-1.184.964-2.146%202.148-2.146h2.535l1.7-1.033a.526.526%200%2001.71.156c.01.013.995%201.438%202.48%201.438%201.482%200%202.41-1.44%202.42-1.454a.527.527%200%2001.718-.17l1.755%201.063h2.531zM15.681%207.96a.527.527%200%20010%201.053h-3.934a.526.526%200%20110-1.053h3.934z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:active .icon-shopping-books {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2216%22%20height%3D%2220%22%20viewBox%3D%220%200%2016%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.615%200c1%200%201.813.814%201.813%201.814v16.168a1.815%201.815%200%2001-1.813%201.814h-11.8c-1%200-1.815-.813-1.815-1.814V1.814C0%20.814.814%200%201.814%200h11.801zm.813%2017.982V1.814A.815.815%200%200013.615%201h-11.8A.815.815%200%20001%201.814v.18h.318a.499.499%200%20110%201H1v1.424h.244a.5.5%200%20010%201H1V14.112h.207a.5.5%200%20010%201H1v1.423h.207a.5.5%200%20110%201H1v.447c0%20.449.365.814.814.814h11.801a.815.815%200%2000.813-.814zM12.633%201.649a.5.5%200%2001.5.5v15.498a.5.5%200%2001-1%200V2.15a.5.5%200%2001.5-.5zM9.584%203.882a.5.5%200%2001.5.5v1.755c0%20.277-.223.5-.5.5H4.89a.5.5%200%2001-.5-.5V4.382a.5.5%200%2001.5-.5h4.694zM5.39%205.637h3.694v-.755H5.39v.755zm4.195%206.154a.5.5%200%20010%201H5.206a.5.5%200%20010-1h4.378zm0%201.731a.5.5%200%20010%201H5.206a.5.5%200%20010-1h4.378z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:active .icon-shopping-mall {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16%2019.5H4v.5c0%20.28-.22.5-.5.5h-3c-.28%200-.5-.22-.5-.5V.5C0%20.22.22%200%20.5%200h19c.28%200%20.5.22.5.5V20c0%20.28-.22.5-.5.5h-3c-.28%200-.5-.22-.5-.5v-.5zm0-1v-10H4v10h12zM14.5%206c0%20.28-.22.5-.5.5h-2a.5.5%200%2001-.5-.5V2c0-.28.22-.5.5-.5s.5.22.5.5v3.5H14c.28%200%20.5.22.5.5zm4%200c0%20.28-.22.5-.5.5h-2a.5.5%200%2001-.5-.5V2c0-.28.22-.5.5-.5s.5.22.5.5v3.5H18c.28%200%20.5.22.5.5zm-13-4v4c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V3l-.66.61c-.19.18-.49.18-.68%200L2.5%203v3c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V2c0-.11.03-.21.1-.3.1-.13.25-.2.4-.2.11%200%20.21.03.3.1l1.19%201.03%201.01-.88.2-.15c.09-.07.19-.1.3-.1.15%200%20.3.07.4.2.07.09.1.19.1.3zm2%201.5h2v-1h-2v1zm2.5-2c.28%200%20.5.22.5.5v4c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V4.5h-2V6c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V2c0-.28.22-.5.5-.5h3zm7%2018h2v-11h-2v11zM1%207.55h18V1H1v6.55zM1%2019.5h2v-11H1v11zm7.043-4.957a.5.5%200%20010-.707l4.164-4.165a.5.5%200%2001.707.708L8.75%2014.543a.5.5%200%2001-.707%200zm1.043%202.786a.502.502%200%20010-.708l2.12-2.121a.5.5%200%2001.708.707l-2.121%202.122a.5.5%200%2001-.707%200zM13%2014a.5.5%200%2011-1%200%20.5.5%200%20011%200zm-5%201a.5.5%200%2011-1%200%20.5.5%200%20011%200z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:active .icon-shopping-food {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.707%201A5.715%205.715%200%20001%206.708v.559c0%20.431.352.783.783.783H17.53a.783.783%200%2000.782-.783v-.559A5.714%205.714%200%200012.605%201H6.707zM17.53%209.05H1.783C.8%209.05%200%208.25%200%207.267v-.559A6.715%206.715%200%20016.707%200h5.898a6.714%206.714%200%20016.707%206.708v.559c0%20.983-.799%201.783-1.782%201.783zM9.656%203.481a.5.5%200%2001-.5-.5v-.104a.5.5%200%20111%200v.104a.5.5%200%2001-.5.5zM7.57%202.977a.5.5%200%2001-.5-.5v-.105a.5.5%200%20111%200v.105a.5.5%200%2001-.5.5zm7.624%208.604c-.855%200-1.312-.329-1.68-.595-.327-.235-.563-.405-1.095-.405-.53%200-.767.17-1.092.405-.367.265-.823.595-1.678.595-.854%200-1.31-.33-1.678-.595-.325-.235-.56-.405-1.09-.405-.532%200-.768.17-1.093.405-.367.265-.823.595-1.678.595-.854%200-1.31-.33-1.676-.595-.325-.235-.56-.405-1.09-.405a.5.5%200%20010-1c.853%200%201.31.33%201.676.595.325.235.561.405%201.09.405.53%200%20.767-.17%201.092-.405.367-.265.823-.595%201.678-.595.854%200%201.31.33%201.677.595.325.235.562.405%201.092.405s.767-.17%201.092-.405c.367-.265.823-.595%201.678-.595s1.312.33%201.68.595c.326.235.563.405%201.095.405s.768-.17%201.095-.405c.367-.265.824-.595%201.68-.595a.5.5%200%20110%201c-.533%200-.769.17-1.096.405-.367.266-.825.595-1.679.595zm-13.33%201.464a.865.865%200%2000-.864.864c0%203.053%202.38%203.208%206.26%203.208h5.107c3.906%200%205.945-.142%205.945-3.208a.865.865%200%2000-.864-.864H1.864zm10.503%205.072H7.26c-3.404%200-7.26%200-7.26-4.208%200-1.028.836-1.864%201.864-1.864h15.584c1.028%200%201.864.836%201.864%201.864%200%204.208-3.53%204.208-6.945%204.208zm-.73-15.298a.5.5%200%2001-.5-.5v-.105a.5.5%200%20111%200v.105a.5.5%200%2001-.5.5z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .bs-tab:active .icon-shopping-others {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2219%22%20height%3D%2220%22%20viewBox%3D%220%200%2019%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.81%2017.136v-5.96c0-.022-.019-.225-.323-.225h-.706v.89a.506.506%200%2001-.302.464l-1.944.842a.503.503%200%2001-.199.04h-3.98c-.029%200-.052-.018-.079-.022-.04.01-.079.025-.123.025H3.027a.5.5%200%2001-.5-.5v-.715L1%2012.639v6.304a.845.845%200%2000.322.057h12.576c.086%200%20.17-.01.241-.03l3.498-1.771a.536.536%200%2001.094-.036.478.478%200%2000.08-.027zM3.527%2010.459h2.15V8.255h-2.15v2.204zm1.861-5.745c-1.13.348-1.86%201.134-1.86%202v.54h2.65a.5.5%200%2001.5.5v3.204a.5.5%200%2001-.5.5h-2.65v.732h6.126V6.715c0-.867-.73-1.652-1.86-2.001a.5.5%200%2001-.354-.478v-3.02h-1.7v3.02a.501.501%200%2001-.352.478zm7.83%204c-1.39%200-2.564.893-2.564%201.949v1.178c0%20.114.015.23.048.347h3.531l1.548-.67v-.855c0-1.056-1.174-1.95-2.564-1.95zm4.27%201.237c.912%200%201.322.716%201.322%201.225v6.08c0%20.388-.29.712-.765.858l-3.548%201.784a1.871%201.871%200%2001-.599.102H1.322C.556%2020%200%2019.606%200%2019.063v-6.545c0-.334.225-.632.602-.796l1.925-.838v-4.17c0-1.212.857-2.294%202.213-2.832V.938c0-.405.35-.722.796-.722h2.11c.445%200%20.794.317.794.722v2.944c1.357.538%202.214%201.62%202.214%202.833v1.909c.538-.464%201.258-.773%202.063-.868v-.35a.5.5%200%20011%200v.35c1.44.17%202.6%201.046%202.947%202.195h.823zm-3.152%203.935a.5.5%200%2001.5.5v3.16a.5.5%200%2011-1%200v-3.16a.5.5%200%2001.5-.5z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
}
.bs-tab-icon {
  display: none;
}
@media (min-width: 768px) {
  .bs-tab-icon {
    display: inline-block;
  }
}
.icon-shopping-arrow-down {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23484848%22%20viewBox%3D%220%200%2020%2013%22%20width%3D%2220%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.667%201.71c0%20.232.079.467.238.664l8.463%2010.263c.205.25.516.395.845.395.329%200%20.641-.145.845-.395l8.417-10.22A1.04%201.04%200%200019.309.93a1.104%201.104%200%2000-1.524.163l-7.572%209.192-7.618-9.239A1.102%201.102%200%20001.071.884a1.05%201.05%200%2000-.404.826%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 12px;
  height: 8px;
}
.main {
  background-color: #FBFBFB;
}
.shopping-content.bs-container {
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 40vh;
}
@media (min-width: 768px) {
  .shopping-content.bs-container {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (min-width: 1200px) {
  .shopping-content.bs-container {
    padding-top: 168px;
    padding-bottom: 168px;
    min-height: 50vh;
  }
}
.shopping-content.bs-container:has(.restrictions-attention-box-container) {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .shopping-content.bs-container:has(.restrictions-attention-box-container) {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .shopping-content.bs-container:has(.restrictions-attention-box-container) {
    padding-top: 87px;
  }
}
.bs-banner__action__icon {
  margin-right: 8px;
  height: 20px;
  width: 20px;
}
@media (min-width: 768px) {
  .bs-tabs {
    max-width: 700px;
    position: absolute;
    top: calc(270px + var(--bs-header-height));
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1280px) {
  .bs-tabs {
    top: calc(270px + var(--bs-header-height) + var(--bs-header-topbar-height));
  }
}
@media (min-width: 1200px) {
  .bs-tabs {
    max-width: 1100px;
  }
}
.waterfall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.waterfall .bs-card {
  width: 50%;
  border-width: 0 8px;
  border-width: 8px;
  border-color: transparent;
  border-style: solid;
}
@media (min-width: 768px) {
  .waterfall .bs-card {
    width: 33.333%;
    border-width: 12px;
  }
}
@media (min-width: 1200px) {
  .waterfall .bs-card {
    width: 20%;
  }
}
.shopping .bs-banner {
  background-image: url(../img/banner/shopping_mobile.png);
  background-size: cover;
  background-position: right bottom;
  height: 300px;
}
@media (min-width: 768px) {
  .shopping .bs-banner {
    background-image: url(../img/banner/shopping_tablet.png);
  }
}
@media (min-width: 1200px) {
  .shopping .bs-banner {
    background-image: url(../img/banner/shopping_desktop.png);
  }
}
@media (min-width: 2048px) {
  .shopping .bs-banner {
    background-image: url(../img/banner/shopping_desktop_wide.png);
  }
}
.shopping .bs-banner__inner__head {
  padding-top: 68px;
}
@media (min-width: 768px) {
  .shopping .bs-banner__inner__head {
    padding-top: 34px;
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .shopping .bs-banner__inner__head {
    padding-top: 0;
    width: 400px;
  }
}
@media (min-width: 768px) {
  .shopping .bs-banner__inner__head__title {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .shopping .bs-banner__inner__head__subtitle {
    text-align: left;
  }
}
.shopping .bs-banner__action {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.shopping .bs-banner__action .icon-shopping-arrow-down {
  margin-left: 12px;
}
@media (min-width: 768px) {
  .shopping .bs-banner__action {
    top: 64px;
    height: 48px;
    font-size: 18px;
    font-weight: 600;
  }
}
.shopping .bs-card-info {
  padding: 0 0 24px 0;
}
.shopping .bs-card-rate,
.shopping .bs-card-parcel {
  text-align: center;
  color: #5da2d5;
}
.shopping .bs-card-desc {
  text-align: left;
  color: rgba(0, 0, 0, 0.65);
  padding: 12px 14px 0 14px;
  height: auto;
}
@media (min-width: 1200px) {
  .shopping .bs-card-desc {
    display: inline-block;
  }
}
.restrictions .bs-banner {
  background-color: #262626;
}
.restrictions .bs-banner__inner__head__title {
  color: rgba(255, 255, 255, 0.85);
}
.restrictions .bs-banner__inner__head__subtitle {
  color: rgba(255, 255, 255, 0.85);
}
.restrictions .restrictions-attention-box-container {
  padding: 16px 24px;
}
@media (min-width: 768px) {
  .restrictions .restrictions-attention-box-container {
    padding: 24px 24px;
  }
}
@media (min-width: 1280px) {
  .restrictions .restrictions-attention-box-container {
    padding: 24px 0;
  }
}
.restrictions .restrictions-attention-box {
  white-space: pre-wrap;
}
.restrictions .footer-banner {
  padding: var(--acquaintances) 0;
}
.restrictions .footer-banner-container {
  padding: 0 12px;
}
@media (min-width: 768px) {
  .restrictions .footer-banner-container {
    padding: 0 20px;
  }
}
@media (min-width: 1280px) {
  .restrictions .footer-banner-container {
    padding: 0;
  }
}
.restrictions .footer-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #183e44;
  color: white;
  padding: var(--acquaintances);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.restrictions .footer-banner-title {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5rem;
  letter-spacing: 0.35px;
  margin-bottom: var(--close-friends);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .restrictions .footer-banner-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .restrictions .footer-banner-title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.restrictions .footer-banner-description {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.35px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .restrictions .footer-banner-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .restrictions .footer-banner-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .restrictions .footer-banner-title,
  .restrictions .footer-banner-description {
    width: 634px;
  }
}
@media (min-width: 1280px) {
  .restrictions .footer-banner-title,
  .restrictions .footer-banner-description {
    width: 796px;
  }
}
@media (min-width: 768px) {
  .restrictions .footer-banner-image {
    --offset: -139px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 282px;
    height: 292px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .restrictions .footer-banner-image.left {
    background-image: url(../img/pricing-revamp/pricing_footer_left.png);
    left: var(--offset);
  }
  .restrictions .footer-banner-image.right {
    background-image: url(../img/pricing-revamp/pricing_footer_right.png);
    right: var(--offset);
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .restrictions .footer-banner-image {
    --offset: -118px;
  }
}
.restrictions .bs-card-section {
  margin-top: 32px;
}
.restrictions .bs-card-section:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .restrictions .bs-card-section {
    margin-top: var(--casual-friends);
  }
}
.restrictions .bs-card-info {
  padding: 0 16px 16px 16px;
  line-height: 24px;
}
.restrictions .text-h6 {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .restrictions .text-h6 {
    margin-left: 12px;
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .restrictions .bs-tooltip-wrap {
    pointer-events: none;
  }
}
.restrictions .restrictions-card-title {
  overflow: hidden;
  display: block;
  max-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.restrictions-detail-title {
  text-align: center;
  margin: 32px 0 24px 0;
}
.restrictions-detail-content {
  text-align: center;
  line-height: 28px;
  margin-bottom: 8px;
}
.restrictions-detail-link,
.content__link {
  color: #262626;
}
@media (any-hover: hover) {
  .restrictions-detail-link:hover,
  .content__link:hover {
    color: #F56A00;
  }
}
@media (any-hover: none) {
  .restrictions-detail-link:active,
  .content__link:active {
    color: #F56A00;
  }
}
.bs-drawer.bs-drawer--bottom {
  padding-bottom: 24px;
}
.bs-drawer.bs-drawer--bottom .bs-container {
  text-align: center;
}
.bs-tabs-scroll-wrap--hasFix {
  width: calc(100% - 110px);
}
.bs-tab-desc {
  color: #676767;
}
.bs-tab--fix.bs-tab {
  min-width: auto;
  width: 110px;
}
.bs-tab--fix .bs-tab-desc {
  height: 47px;
  line-height: 47px;
  color: #676767;
}
.shopping.custom .bs-tab-inner:hover {
  color: #FF760A;
}
.shopping.custom .bs-tab-inner--underline .bs-tab-desc {
  color: #FF760A;
}
.bs-tab-inner--underline .bs-tab-desc {
  color: #F56A00;
}
.bs-loading-wrap {
  min-height: 60vh;
}
.bs-loading {
  position: relative;
  width: 88px;
  height: auto;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

